Dynamic Geometry: P121

Geometry Level pending

The diagram shows a green circle with radius 4 4 and a cyan circle with radius 1 1 . The circles are tangent to each other and tangent to the same black horizontal line. The blue circle is tangent to the green circle and to the black line, the yellow circle is tangent to the cyan circle and to the black line, the red circle is tangent to the green circle and to the cyan circle. Each moving circle moves at its own constant horizontal rate so that they perfectly overlap in the middle. The purple triangle is drawn by using the three centers. When the three circles are intersecting at the black point, the area of the purple triangle can be expressed as:

m l n p q \dfrac{m}{l}-\dfrac{n\sqrt{p}}{q}

where m m , l l , n n , p p and q q are positive integers. m m and l l are coprime, so are n n and q q . p p is square-free. Find m + n + l + p + q m+n+l+p+q .


The answer is 391.

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

Chew-Seong Cheong
May 10, 2021

Let us first check what is the radius when all three moving circles coincide or their radius is the largest. We can use the Descartes; theorem by treating the straight base line as a circle of infinite radius or zero curvature. Then the largest radius is:

1 r max = 1 1 + 1 4 + 2 1 4 = 9 4 r max = 4 9 \frac 1{r_{\max}} = \frac 11 + \frac 14 + 2 \sqrt{\frac 14} = \frac 94 \implies r_{\max} = \frac 49

Let the center of this largest circle be O ( 0 , 4 9 ) O(0, \frac 49) , the centers of red circle, blue circle, and orange circle be A ( x 0 , y 0 ) A(x_0, y_0) , B ( x 1 , y 1 ) B(x_1, y_1) , and C ( x 2 , y 2 ) C(x_2,y_2) . A A has to move from D ( 8 15 , 8 5 ) D(\frac 8{15}, \frac 85) , where the green circle is tangent to the cyan circle and its radius is 0 0 , to O O , a horizontal distance of 8 15 \frac 8{15} . B B has to move from E ( 8 3 , 0 ) E(-\frac 83, 0) , where the green circle is tangent to the base line and its radius is 0 0 , a horizontal distance of 8 3 \frac 83 . C C has to move from F ( 4 3 , 0 ) F(\frac 43, 0) , where the cyan circle is tangent to the base line and its radius is 0 0 , a horizontal distance of 4 3 \frac 43 . Therefore B B moves 5 5 times faster than A A , and C C moves 5 2 \frac 52 faster than A A . Using x 0 x_0 as reference, then

x 1 = 5 x 0 , x 2 = 5 2 x 0 x_1 = - 5x_0, \qquad x_2 = \frac 52 x_0

We know that the horizontal distance between two circles tangent to each other and tangent to a horizontal base line is given by d = 2 r 1 r 2 d = 2\sqrt{r_1r_2} , where r 1 r_1 and r 2 r_2 are the radii of the two circles. Note that the radius in this case is equal to the y y -coordinate. Then we have:

{ 8 3 + x 1 = 8 3 5 x 0 = 2 4 y 1 = 4 y 1 y 1 = ( 8 15 x 0 ) 2 144 4 3 x 2 = 4 3 5 2 x 0 = 2 y 2 y 2 = ( 8 15 x 0 ) 2 144 \begin{cases} \dfrac 83 + x_1 = \dfrac 83 - 5x_0 = 2\sqrt {4y_1} = 4\sqrt{y_1} & \implies y_1 = \dfrac {(8-15x_0)^2}{144} \\ \dfrac 43 - x_2 = \dfrac 43 - \dfrac 52 x_0 = 2\sqrt {y_2} & \implies y_2 = \dfrac {(8-15x_0)^2}{144} \end{cases}

Note that y 1 = y 2 y_1=y_2 ; this means that the radii of the blue and orange circles are the same all the time, as confirmed by the perfect animation of @Valentin Duringer . There the equations of the circles are:

{ ( x + 5 x 0 ) 2 + ( y y 1 ) 2 = y 1 2 . . . ( 1 ) ( x 5 2 x 0 ) 2 + ( y y 1 ) 2 = y 1 2 . . . ( 2 ) \begin{cases} (x+5x_0)^2 + (y-y_1)^2 = y_1^2 & ...(1) \\ \left(x - \dfrac 52 x_0 \right)^2 + (y-y_1)^2 = y_1^2 & ...(2) \end{cases}

Using the fact the fact that for three tangent circles , the incircle of the triangle, formed by the centers of the three circles, is tangent to the triangle sides at the points where the circles are tangent to each other, we derive that:

( x x 0 ) 2 + ( y y 0 ) 2 = r 0 2 . . . ( 3 ) , where y 0 = 63 x 0 + 624 x 0 + 64 72 ( 3 x 0 + 2 ) , r 0 = ( 8 15 x 0 ) 2 72 ( 3 x 0 + 2 ) (x-x_0)^2 + (y-y_0)^2 = r_0^2 \quad ...(3) \text{, where} \quad y_0 = \frac{63x_0+624x_0+64}{72(3x_0+2)}, \quad r_0 = \frac {(8-15x_0)^2}{72(3x_0+2)}

The black point P P , where the three circles intersect, satisfies the three equations. Solving the system of equations, we have:

x 0 = 6 65 2 3 , y 0 = 5 2 29 2 65 , y 1 = 9 ( 9 65 ) 26 \begin{array} {lll} x_0 = \dfrac 6{\sqrt{65}} - \dfrac 23, & \ \ y_0 = \dfrac 52 - \dfrac {29}{2\sqrt{65}}, & \ \ y_1 = \dfrac {9\left(9-\sqrt{65}\right)}{26} \end{array}

The area of A B C \triangle ABC

A = ( x 2 x 1 ) ( y 0 y 1 ) 2 = 15 x 0 ( y 0 y 1 ) 4 = 56 13 88 65 169 A = \frac {(x_2-x_1)(y_0-y_1)}2 = \frac {15x_0(y_0-y_1)}4 = \frac {56}{13} - \frac {88\sqrt{65}}{169}

Therefore m + n + l + p + q = 56 + 88 + 13 + 65 + 169 = 391 m+n+l+p+q = 56+88+13+65+169 = \boxed{391} .

I am happy that you like my animations !

Valentin Duringer - 1 month ago

Log in to reply

This is a tough problem. The actual solution is very long to get to y 0 y_0 as a function of x 0 x_0 . The computation is quite impossible without the help of Wolfram Alpha. How do you do the animation? I use Desmos to do the animation to make sure my calculations are correct. But it does not output as gif.

Chew-Seong Cheong - 1 month ago

I use geogebra to draw a setup I want to study. I use a parameter so everything moves as the parameter changes, I use wolphramalpha to make sure my calcuations are correct. Then I use Icecream screen recorder to record a video which is then converted as a GIF ! Sometimes I have an interesting idea but the calculations are to complicated so I give it up.

Valentin Duringer - 1 month ago

Log in to reply

Thanks. It would help in presenting solutions if I know how.

Chew-Seong Cheong - 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...