Eccentric Remix!

Geometry Level 5

Two identical ellipses - both of the maximum possible eccentricity and maximum area - are positioned inside the semicircle of radius 1 1 . The minor axis of one ellipse is perpendicular to the leg of the right triangle, and also shares one point of tangency with the circumference of the semicircle. The major axis of another ellipse (inscribed in the triangle) is parallel to the diameter of the semicircle.

If the major axis of the ellipse is A A , input 1 0 6 A \lfloor 10^6 A\rfloor as your answer.


Inspiration: (1) , (2) , (3)


The answer is 1051947.

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

David Vreken
Mar 7, 2021

Consider an ellipse in the form of x 2 a 2 + ( y 1 + b ) 2 b 2 = 1 \cfrac{x^2}{a^2} + \cfrac{(y - 1 + b)^2}{b^2} = 1 that is tangent to the unit circle x 2 + y 2 = 1 x^2 + y^2 = 1 at ( 0 , 1 ) (0, 1) .

Substituting x 2 = 1 y 2 x^2 = 1 - y^2 into x 2 a 2 + ( y 1 + b ) 2 b 2 = 1 \cfrac{x^2}{a^2} + \cfrac{(y - 1 + b)^2}{b^2} = 1 and solving for y y gives y = 1 y = 1 and y = 2 a 2 b + a 2 + b 2 a 2 b 2 y = \cfrac{-2a^2b + a^2 + b^2}{a^2 - b^2} , and if the ellipse is to have the maximum eccentricity then y = 2 a 2 b + a 2 + b 2 a 2 b 2 = 1 y = \cfrac{-2a^2b + a^2 + b^2}{a^2 - b^2} = 1 as well, which solves to b = a 2 b = a^2 .

Then A C A'C' is on the line y = 1 2 b = 1 2 a 2 y = 1 - 2b = 1 - 2a^2 , so that O D = 1 2 a 2 OD' = 1 - 2a^2 , and by the Pythagorean Theorem on O D C \triangle OD'C' , D C = O C 2 O D 2 = 1 2 ( 1 2 a 2 ) 2 = 2 a 1 a 2 D'C' = \sqrt{OC'^2 - OD'^2} = \sqrt{1^2 - (1 - 2a^2)^2} = 2a\sqrt{1 - a^2} , which means A C = 2 D C = 2 2 a 1 a 2 = 4 a 1 a 2 A'C' = 2 \cdot D'C' = 2 \cdot 2a \sqrt{1 - a^2} = 4a \sqrt{1 - a^2} .

Now rotate the picture to match the diagram in the problem:

By Thales's Theorem A B C \triangle ABC is a right triangle, so by the Pythagorean Theorem on A B C \triangle ABC , B C = A B 2 A C 2 = 2 2 ( 4 a 1 a 2 ) 2 = 2 4 a 2 BC = \sqrt{AB^2 - AC^2} = \sqrt{2^2 - (4a \sqrt{1 - a^2})^2} = 2 - 4a^2 .

From similar triangles, the slope of A C AC is m 1 = B C A C = 2 4 a 2 4 a 1 a 2 = 1 2 a 2 2 a 1 a 2 m_1 = \cfrac{BC}{AC} = \cfrac{2 - 4a^2}{4a \sqrt{1 - a^2}} = \cfrac{1 - 2a^2}{2a \sqrt{1 - a^2}} , so A C AC has an equation of y = m 1 ( x + 1 ) y = m_1(x + 1) .

Since B C A C BC \perp AC , the slope of B C BC is m 2 = 1 m 1 = 2 a 1 a 2 1 2 a 2 m_2 = -\cfrac{1}{m_1} = -\cfrac{2a \sqrt{1 - a^2}}{1 - 2a^2} , so B C BC has an equation of y = m 2 ( x 1 ) y = m_2(x - 1) .

Let the lower ellipse have a center of ( h , b ) = ( h , a 2 ) (h, b) = (h, a^2) . Then shift that ellipse and A B C \triangle ABC h h units to the left and a 2 a^2 units downwards so that the ellipse has a center at the origin:

Then the ellipse has an equation of x 2 a 2 + y 2 b 2 = 1 \cfrac{x^2}{a^2} + \cfrac{y^2}{b^2} = 1 where b = a 2 b = a^2 , the line A C A''C'' has an equation of y = m 1 ( x + 1 + h ) a 2 y = m_1(x + 1 + h) - a^2 or y = m 1 x + c 1 y = m_1x + c_1 where c 1 = m 1 ( h + 1 ) a 2 c_1 = m_1(h + 1) - a^2 , and the line B C B''C'' has an equation of y = m 2 ( x 1 + h ) a 2 y = m_2(x - 1 + h) - a^2 or y = m 1 x + c 2 y = m_1x + c_2 where c 2 = m 2 ( h 1 ) a 2 c_2 = m_2(h - 1) - a^2 .

Knowing that y = mx + c is tangent to x 2 a 2 + y 2 b 2 = 1 \cfrac{x^2}{a^2} + \cfrac{y^2}{b^2} = 1 if a 2 m 2 + b 2 = c 2 a^2m^2 + b^2 = c^2 , we have a 2 m 1 2 + a 4 = c 1 2 a^2m_1^2 + a^4 = c_1^2 and a 2 m 2 2 + a 4 = c 2 2 a^2m_2^2 + a^4 = c_2^2 . Substituting c 1 = m 1 ( h + 1 ) a 2 c_1 = m_1(h + 1) - a^2 , c 2 = m 2 ( h 1 ) a 2 c_2 = m_2(h - 1) - a^2 , m 1 = 1 2 a 2 2 a 1 a 2 m_1 = \cfrac{1 - 2a^2}{2a \sqrt{1 - a^2}} , and m 2 = 2 a 1 a 2 1 2 a 2 m_2 = -\cfrac{2a \sqrt{1 - a^2}}{1 - 2a^2} into these two equations and solving for a a and h h numerically gives a 0.5259738517... a \approx 0.5259738517... .

That means the major axis is A = 2 a 1.0519477034... A = 2a \approx 1.0519477034... and 1 0 6 A = 1051947 \lfloor 10^6 A \rfloor = \boxed{1051947} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...