No 1874 Sangaku Problem

Geometry Level 5

Two large circles altogether inscribe five identical small circles (in green) and an ellipse, which are each centrally and symmetrically positioned as shown above. One of the five small circles has one point of tangency with each of the large circle, whereas four others have one point of tangency with their respective large circle and one point of tangency with the ellipse.

If the eccentricity of an ellipse is e e , input 1 0 6 e \lfloor 10^6 e \rfloor as your answer.


The answer is 935414.

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 16, 2021

Place the whole diagram so that its center is at the origin and the two large circles are unit circles with centers at ( ± k , 0 ) (\pm k, 0) .

Then the two large circles have equations of ( x ± k ) 2 + y 2 = 1 (x \pm k)^2 + y^2 = 1 , which intersect at ( 0 , ± 1 k 2 ) (0, \pm \sqrt{1 - k^2}) .

The semi-major axis of the ellipse is a = k + 1 a = k + 1 , the semi-minor axis of the ellipse is b = 1 k 2 b = \sqrt{1 - k^2} , and the radius of one green circle is r = 1 k r = 1 - k .

Then the ellipse has an equation of x 2 ( k + 1 ) 2 + y 2 1 k 2 = 1 \cfrac{x^2}{(k + 1)^2} + \cfrac{y^2}{1 - k^2} = 1 .

The three left-most green circles are tangent to a circle also centered at ( k , 0 ) (k, 0) but with a radius of R = 1 2 r = 1 2 ( 1 k ) = 2 k 1 R = 1 - 2r = 1 - 2(1 - k) = 2k - 1 , so an equation of ( x k ) 2 + y 2 = ( 2 k 1 ) 2 (x - k)^2 + y^2 = (2k - 1)^2 , and this circle must also be tangent to the ellipse.

Substituting ( x k ) 2 + y 2 = ( 2 k 1 ) 2 (x - k)^2 + y^2 = (2k - 1)^2 into x 2 ( k + 1 ) 2 + y 2 1 k 2 = 1 \cfrac{x^2}{(k + 1)^2} + \cfrac{y^2}{1 - k^2} = 1 gives x 2 ( k + 1 ) 2 + ( 2 k 1 ) 2 ( x k ) 2 1 k 2 = 1 \cfrac{x^2}{(k + 1)^2} + \cfrac{(2k - 1)^2 - (x - k)^2}{1 - k^2} = 1 , and for that circle to be tangent to the ellipse its discriminant 9 k 2 + 2 k 7 9k^2 + 2k - 7 must equal 0 0 , and 9 k 2 + 2 k 7 = 0 9k^2 + 2k - 7 = 0 solves to k = 7 9 k = \cfrac{7}{9} .

That makes the semi-major axis a = k + 1 = 7 9 + 1 = 16 9 a = k + 1 = \cfrac{7}{9} + 1 = \cfrac{16}{9} and the semi-minor axis b = 1 k 2 = 1 ( 7 9 ) 2 = 4 2 9 b = \sqrt{1 - k^2} = \sqrt{1 - \bigg(\cfrac{7}{9}\bigg)^2} = \cfrac{4\sqrt{2}}{9} , for an eccentricity of e = a 2 b 2 a = ( 16 9 ) 2 ( 4 2 9 ) 2 16 9 = 14 4 0.9354143 e = \cfrac{\sqrt{a^2 - b^2}}{a} = \cfrac{\sqrt{(\frac{16}{9})^2 - (\frac{4\sqrt{2}}{9})^2}}{\frac{16}{9}} = \cfrac{\sqrt{14}}{4} \approx 0.9354143 , so 1 0 6 e = 935414 \lfloor 10^6 e \rfloor = \boxed{935414} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...