How many ways can circles overlap? - Numberphile
Video Statistics and Information
Channel: Numberphile
Views: 627,616
Rating: 4.9293199 out of 5
Keywords: numberphile, circles, overlap, intersection
Id: bRIL9kMJJSc
Channel Id: undefined
Length: 9min 45sec (585 seconds)
Published: Sun Apr 14 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Here's one. The answer for n circles is at most 7 * 13[3n + [n choose 2] + [n choose 3] - 1].
For 1, 2, 3, 4, 5, and 6 circles, this gives the bounds 1183, 33787663, 163086595857367, 1729451703514152748930891, 523807869048002546094002506312012987423, and 58905027078430733329427876756536270468302610141590543616567. So this is not a very tight bound.
Here's how it works. The placements of n circles can be described by 3n parameters: the radii and the coordinates of the centers. Let F, a subset of R3n, be the set of forbidden circle placements. That is, F contains placements with tangent circles or 3 intersecting circles.
The possible ways that the circles can overlap are the connected components of R3n\F, quotiented out by symmetries like mirror symmetry and permuting the circles. So, the number of connected components of R3n\F is an upper bound to the number of ways of arranging n circles.
Now comes the trick. The forbidden set F is the union of a set of polynomial equations. There are (n choose 2) equations describing circle tangencies, and (n choose 3) equations describing 3 intersecting circles. According to Mathematica, these equations have degree 2 and 6 respectively. Now we can bust out a theorem from algebraic geometry that upper bounds the number of connected components of R3n\F.
I have no idea what the state of the art is here, but naively applying the Milnor-Thom bound gives the upper bound above.
So they said a professor of music did this, which is pretty cool. I wonder why a muscian would care about a question like this
His voice is oddly satisfying
This was posted on twitter https://imgur.com/a/9EQqRZT
My question: In the end he says there could be multiple ways to draw a combination from the truth table, so do the graphs get rid of this problem?
I've been studying a similar question for the past few months and not making any significant progress. It's an absolute godsend to see a similar problem being studied, and has given me some new reading/research to do.
The problem I've been working on is "How many ways can axis-aligned rectangles be connected?" Unlike these overlapping circles, there's a very convenient way to represent connected rectangles as [connected bipartite] graphs, and there are some pleasing parallels in enumeration techniques. A decent procedure for enumerating through every permutation, however, has completely eluded me. This video has at least confirmed for me that there is no easy way to do this.
If you were curious, there are 20 ways to connect 3 axis-aligned rectangles https://imgur.com/a/ztcUGGh
This was mind blowing for me
Does anyone know why he specified that this was in the affine plane? I can't think of any difference if these were considered in the projective plane
From the small sample the number seems to grow closely to the number of nonisomorphic semigroups
What if you thought about it not by drawing the diagrams, but by putting restrictions on the distance between the centers of each circle with every other circle?