A circle and an ellipse of the same area share the interior of a larger circle, without overlap.
For the size of the smaller circle, the ellipse has the largest possible area that could fit in the space between the smaller and larger circle. Let be the combined areas of the ellipse and the small circle, and let be the area of the large circle.
Find
You may want to use a computer for this.
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.
First, let the radius of the big circle be 1 . Then let
r be the radius of the small circle
R be the major axis of the ellipse
k be the shrink factor of the ellipse
We set up the equations of the circles and ellipse such that the bottom of the ellipse is at the origin ( 0 , 0 ) tangent to the small circle which is itself tangent to the large circle at ( 0 , − 2 r ) . Then to find the intersection of the ellipse and the big circle, we solve the equation
( 1 − 2 r ) + 1 − x 2 = k ( R + R 2 − x 2 )
Let B = ( 1 − 2 r ) − k R to reduce clutter
Expanding and re-arranging, we have the quadratic in x 2 to solve
( 1 − 2 k 2 + k 4 ) x 4 + ( − 2 + 2 B 2 + 2 k 2 + 2 B 2 k 2 + 2 R 2 k 2 − 2 R 2 k 4 ) x 2 + ( 1 − 2 B 2 + B 4 − 2 k 2 R 2 − 2 B 2 k 2 R 2 + k 4 R 4 ) = 0
For the intersections to be points of tangency, the radical in the quadratic solution must vanish, which means this condition must be satisfied
( − 2 + 2 B 2 + 2 k 2 + 2 B 2 k 2 + 2 R 2 k 2 − 2 R 2 k 4 ) 2 − 4 ( 1 − 2 k 2 + k 4 ) ( 1 − 2 B 2 + B 4 − 2 k 2 R 2 − 2 B 2 k 2 R 2 + k 4 R 4 ) = 0
Expanding and re-arranging, this reduces to
1 6 B 2 k 2 ( − 1 + B 2 + k 2 + R 2 − k 2 R 2 ) = 0
Plugging B = ( 1 − 2 r ) − k R back in, we end up with the quadratic to solve for k
k 2 − 2 ( 1 − 2 r ) R k + ( R 2 − 4 r ( 1 − r ) ) = 0
which gets us
k = ( 1 − 2 r ) R + 2 r ( 1 − r ) ( 1 − R 2 ) )
The area of the ellipse is pi times k R 2 . We differentiate this with respect to R to find the maximum. After re-arranging, we have the quadratic in R 2 to solve
9 R 4 + 3 ( 3 − 2 r ) ( 2 r + 1 ) R 2 + 1 6 r ( 1 − r ) = 0
which gets us
R = 6 1 ( 3 − 2 r ) ( 2 r + 1 ) − ( 2 r − 1 ) 4 r 2 − 4 r + 9
Then we solve by numerical means the equation
k R 2 − r 2 = 0
to find that r = 0 . 5 6 3 4 3 6 6 2 5 2 3 3 5 4 4 9 …
From this, the answer to this problem is
Floor ⌊ 1 0 0 0 0 ( 2 r 2 ) ⌋ = 6 3 4 9