Euler's count of circle pieces

Level 2

The function R ( n ) R(n) denotes the maximum number of areas which can be formed within the circle when all chords between n n distinct points on a circle are drawn.

In the figures above we see that R ( 2 ) = 2 , R ( 3 ) = 4 R(2) = 2, R(3) = 4 and R ( 4 ) = 8 R(4) = 8 .


Find the smallest value of R ( n ) 1000 R(n) \geq 1000 .

Note: The n n points lie on the circle in such a way that the 'maximum' number of areas are formed.


The answer is 1093.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Otto Bretscher
May 19, 2015

Interesting problem! Thanks for sharing!

Just a quick outline of my solution: Let V, E, and F be the number of vertices, edges, and faces we get if we place n points on the circle, "in general position".

We find V = n + ( n 4 ) V=n+\binom{n}{4} : we have the n vertices on the circle, and for every four points on the circle we get a point of intersection as we draw two lines across.

Now every interior point has order 4, while the ones on the circle have order n + 1 n+1 , including the arcs of the circle in the count. Since every edge is counted twice this way, we find E = n ( n + 1 ) 2 + 2 ( n 4 ) E=\frac{n(n+1)}{2}+2\binom{n}{4} .

Now we can use Euler's formula F = 2 V + E 1 F=2-V+E-1 to find the number of regions; we subtract 1 since we are told to count the regions inside the circle only. F will be a quartic polynomial in n; fitting it to the points you give us, (0,1), (1,1), (2,2), (3,4), and (4,8) we find F = 1 + 1 24 n ( n 1 ) ( n 2 5 n + 18 ) . F=1+\frac{1}{24}n(n-1)(n^2-5n+18). For n =14 we find F = 1093 . F=\boxed{1093}.

Great job Otto! Good to read you liked working on the problem. Thank you for your excellent approach in using Euler's formula F = 2 V + E F = 2 - V + E . Your explanation is very clear and thorough.

When you state that E = n + ( n 4 ) E = n + {n \choose 4} you probably mean V = n + ( n 4 ) V = n + {n \choose 4} .

When substituting V V and E E in Euler's formula we can deduce an interesting alternative expression for F F without the use of the given points.

The result is: F = 1 + ( n 2 ) + ( n 4 ) F = 1 + {n \choose 2} + {n \choose 4} .

A somewhat educated guess (although a bit unnecessary I admit) for the desired value of n n that I used was: n 4 ! × 1000 4 + 1.5 13.9 n \approx \sqrt[4]{4! \times 1000}+ 1.5 \approx 13.9 . A verification for n = 13 n=13 and n = 14 n=14 was sufficient.


Additional relevant question to other Brilliant-users: How can the alternative expression for F = 1 + ( n 2 ) + ( n 4 ) F = 1 + {n \choose 2} + {n \choose 4} be deduced?

Patrick Heebels - 6 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...