Dynamic Geometry: P64

Geometry Level 4

The diagram shows an orange semicircle with radius 1 1 . A green semicircle grows and shrinks so its internally tangent to the orange semicircle. The cyan semicircle is internally tangent to the orange semicircle and tangent to the green semicircle so their center shares the same x x coordinate. The center of the cyan semicircle traces a locus (pink curve). The area bounded by the pink curve and its tangent circular arc can be expressed as:

π c ( c d ) d π c d d d \dfrac{\pi }{c}-\dfrac{\left(c-d\right)}{d}-\dfrac{\pi \sqrt{c}}{d\cdot d\sqrt{d}}

where c c and d d are coprime positive integers and d d is square-free. Find c + d c+d .


The answer is 7.

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

The locus of the center of the cyan semicircle is part of an ellipse. This solution proves it.

Let the center of the big semicircle be O ( 0 , 0 ) O(0,0) , the origin of the x y xy -plane. Tilt the figure by 4 5 45^\circ counterclockwise. Let the center and radius of the cyan semicircle be P ( k , h ) P(k,h) and r 1 r_1 , and those of the green semicircle Q Q and r 0 r_0 .

Then Q = ( 1 r 0 2 , 1 r 0 2 ) Q = \left( \frac {1-r_0}{\sqrt 2}, \frac {1-r_0}{\sqrt 2} \right) . Note that P Q = r 0 + r 1 PQ = r_0+r_1 . Therefore the coordinates of P P are

{ k = 1 2 r 0 r 1 2 h = 1 + r 1 2 \begin{cases} k = \dfrac {1-2r_0-r_1}{\sqrt 2} \\ h = \dfrac {1+r_1}{\sqrt 2} \end{cases}

The equation of the cyan semicircle is ( x k ) 2 + ( y h ) 2 = r 1 2 (x-k)^2+(y-h)^2 = r_1^2 and that of the big semicircle is x 2 + y 2 = 1 x^2 + y^2 = 1 . The two points of intersection satisfy both equations and we have:

1 2 k x + k 2 2 h y + h 2 = r 1 2 1 - 2kx + k^2 - 2hy + h^2 = r_1^2

which is the diameter of the cyan semicircle. Since the center P ( k , h ) P(k,h) is on the diameter, putting x = k x=k and y = h y=h ,

1 2 k 2 + k 2 2 h 2 + h 2 = r 1 2 k 2 + h 2 + r 1 2 = 1 Since h = 1 + r 1 2 2 k 2 + h 2 + ( 2 h 1 ) 2 = 1 k 2 + 3 h 2 2 2 h = 0 k 2 + 3 ( h 2 3 ) 2 = 2 3 k 2 2 3 + ( h 2 3 ) 2 2 9 = 1 Replace k with x and h with y . x 2 2 3 + ( y 2 3 ) 2 2 9 = 1 \begin{aligned} 1 - 2k^2 + k^2 - 2h^2 + h^2 & = r_1^2 \\ k^2 + h^2 + \blue{r_1^2} & = 1 & \small \blue{\text{Since }h = \frac {1+r_1^2}{\sqrt 2}} \\ k^2 + h^2 + \blue{(\sqrt 2h-1)^2} & = 1 \\ k^2 + 3h^2 - 2\sqrt 2 h & = 0 \\ k^2 + 3\left(h - \frac {\sqrt 2}3 \right)^2 & = \frac 23 \\ \frac {k^2}{\frac 23} + \frac {\left(h-\frac {\sqrt 2}3\right)^2}{\frac 29} & = 1 & \small \blue{\text{Replace }k \text{ with }x \text{ and }h \text{ with }y.} \\ \frac {x^2}{\frac 23} + \frac {\left(y-\frac {\sqrt 2}3\right)^2}{\frac 29} & = 1 \end{aligned}

Therefore, the locus is part of an ellipse with center at C ( 0 , 2 3 ) C \left(0, \frac {\sqrt 2}3 \right) , major-axis of a = 2 3 a=\sqrt{\frac 23} and minor-axis of b = 2 3 b=\frac {\sqrt 2}3 . Solving the ellipse equation with x 2 + y 2 = 1 x^2 + y^2 = 1 , we can find the two tangent points of the ellipse and the big semicircle are A ( 1 2 , 1 2 ) A\left(-\frac 1{\sqrt 2}, \frac 1{\sqrt 2}\right) and B ( 1 2 , 1 2 ) B\left(\frac 1{\sqrt 2}, \frac 1{\sqrt 2}\right) . The area bounded by the semicircle and the ellipse is given by:

A = 9 0 circular segment 12 0 elliptical segment = π 4 1 2 b a ( π a 2 3 1 2 a 2 sin 12 0 ) = π 4 1 2 a b ( π 3 3 4 ) = π 4 1 2 2 3 3 ( π 3 3 4 ) = π 4 1 3 2 π 9 3 \begin{aligned} A & = 90^\circ \text{ circular segment } - 120^\circ \text{ elliptical segment } \\ & = \frac \pi 4 - \frac 12 - \frac ba \left(\frac {\pi a^2}3 - \frac 12 a^2 \sin 120^\circ \right) \\ & = \frac \pi4 - \frac 12 - ab \left(\frac \pi 3 - \frac {\sqrt 3}4 \right) \\ & = \frac \pi4 - \frac 12 - \frac 2{3\sqrt 3} \left(\frac \pi 3 - \frac {\sqrt 3}4 \right) \\ & = \frac \pi 4 - \frac 13 - \frac {2\pi}{9\sqrt 3} \end{aligned}

Therefore the required answer is 4 + 3 = 7 4+3 = \boxed 7 .

Very Cool ! There is a non latex formula... :)

Valentin Duringer - 3 months ago

Log in to reply

Got it. See your a a and b b clash with the major- and minor-axes of ellipse.

Chew-Seong Cheong - 3 months ago

I got it too !

Valentin Duringer - 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...