Three Ellipses and a Circle

Geometry Level 4

As shown above, it is possible to inscribe three identical ellipses (in cyan) in a circle, such that their major and minor axes are collinear with the diameter. If the maximum possible eccentricity of those ellipses is e e , input 1 0 6 e \lfloor 10^6 e \rfloor as your answer.


Inspiration: (1) , (2)

Also try the sister problem I posted.


The answer is 866025.

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.

2 solutions

David Vreken
Feb 13, 2021

Let the circle be centered at the origin and have a radius of 1 1 , so that it has an equation of x 2 + y 2 = 1 x^2 + y^2 = 1 .

Let the each identical ellipse have a major axis of a a and a minor axis b b . From the segment along the diameter, 2 b + 2 a + 2 b = 2 2b + 2a + 2b = 2 , so that a = 1 2 b a = 1 - 2b .

The minor axis is less than that the major axis, so b < a b < a , or b < 1 2 b b < 1 - 2b , which means b < 1 3 b < \cfrac{1}{3} .

The ellipse on the right is centered at ( 1 b , 0 ) (1 - b, 0) , so its equation is ( x 1 + b ) 2 b 2 + y 2 a 2 = 1 \cfrac{(x - 1 + b)^2}{b^2} + \cfrac{y^2}{a^2} = 1 .

Substituting a = 1 2 b a = 1 - 2b and y 2 = 1 x 2 y^2 = 1 - x^2 , the equation becomes ( x 1 + b ) 2 b 2 + 1 x 2 ( 1 2 b ) 2 = 1 \cfrac{(x - 1 + b)^2}{b^2} + \cfrac{1 - x^2}{(1 - 2b)^2} = 1 and rearranges to ( x 1 ) ( x 8 b 2 5 b + 1 1 3 b ) = 0 (x - 1)(x - \cfrac{8b^2 - 5b + 1}{1 - 3b}) = 0 , which means that the ellipse and the circle intersect at x = 1 x = 1 and x = 8 b 2 5 b + 1 1 3 b x = \cfrac{8b^2 - 5b + 1}{1 - 3b} .

For the ellipse to be inscribed and not intersect the circle, 8 b 2 5 b + 1 1 3 b = x 1 \cfrac{8b^2 - 5b + 1}{1 - 3b} = x \geq 1 , which for b < 1 3 b < \cfrac{1}{3} solves to b 1 4 b \geq \cfrac{1}{4} .

Since the eccentricity of the ellipse is e = a 2 b 2 a = ( 1 2 b ) 2 b 2 1 2 b e = \cfrac{\sqrt{a^2 - b^2}}{a} = \cfrac{\sqrt{(1 - 2b)^2 - b^2}}{1 - 2b} , it is a decreasing function for 1 4 b < 1 3 \cfrac{1}{4} \leq b < \cfrac{1}{3} and has a maximum value at b = 1 4 b = \cfrac{1}{4} of e = ( 1 2 1 4 ) 2 ( 1 4 ) 2 1 2 1 4 = 3 2 e = \cfrac{\sqrt{(1 - 2 \cdot \frac{1}{4})^2 - (\frac{1}{4})^2}}{1 - 2\cdot \frac{1}{4}} = \cfrac{\sqrt{3}}{2} .

Therefore, 1 0 6 e = 1 0 6 3 2 = 866025 \lfloor 10^6 e \rfloor = \lfloor 10^6 \cdot \cfrac{\sqrt{3}}{2} \rfloor = \boxed{866025} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...