Crazy circles

Geometry Level 5

Three circles mutually tangent with centers A A , B B and C C have radii of 21 21 , 14 14 and c c respectively. Let the circle with center D D and radius 2 2 be externally tangent to the three circles, and let the circle with center E E and radius R R be internally tangent to the three circles. Find 100 ( c + R ) \lfloor 100(c+R) \rfloor .


The answer is 4527.

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.

3 solutions

Manvith Narahari
Jan 3, 2015

Descartes Circle Theorem applies to 4 mutually tangent circles and is as follows:

( k 1 + k 2 + k 3 + k 4 ) 2 = 2 ( k 1 2 + k 2 2 + k 3 2 + k 4 2 ) \left(k_1+k_2+k_3+k_4\right)^2=2\left(k_1^2+k_2^2+k_3^2+k_4^2\right)

Where k n k_n is ± 1 r n \pm\dfrac{1}{r_n} where r n r_n is the radius of the nth circle. The " ± \pm " signifies that it is positive if the circle is externally tangent to the other circles and is negative if it is internally tangent to the other circles.

This can be rewritten as follows:

k 4 = k 1 + k 2 + k 3 ± 2 k 1 k 2 + k 1 k 3 + k 2 k 3 k_4 = k_1+k_2+k_3\pm2\sqrt{k_1k_2+k_1k_3+k_2k_3}

Then we can use circles A, B, and D for circles 1, 2, and 3 in the equation. Circle C becomes circle 4 in the equation and we can plug in as follows:

1 c = 1 21 + 1 14 + 1 2 ± 2 1 21 1 14 + 1 21 1 2 + 1 14 1 2 \dfrac{1}{c} =\dfrac{1}{21}+\dfrac{1}{14}+\dfrac{1}{2}\pm2\sqrt{\dfrac{1}{21}\dfrac{1}{14}+\dfrac{1}{21}\dfrac{1}{2}+\dfrac{1}{14}\dfrac{1}{2}}

There are two circles that are mutually tangent to circles A, B, and D. The first is circle C, which is the radius we're trying to find, and the second is a very small circle that can be drawn inside the gap between circles A, B, and D. Since we want to find the larger radius, we want the smaller curvature so ± \pm becomes - . This gives us:

c = 21 13 111 8.5215 c=\dfrac{21}{13-\sqrt{111}}\approx8.5215

Now we do the same to find R, this time using circles A, B, and C for circles 1, 2, and 3 in the equation and circle E as circle 4 in the equation:

1 R = 1 21 + 1 14 + 1 c ± 2 1 21 1 14 + 1 21 1 c + 1 14 1 c \dfrac{1}{R} =\dfrac{1}{21}+\dfrac{1}{14}+\dfrac{1}{c}\pm2\sqrt{\dfrac{1}{21}\dfrac{1}{14}+\dfrac{1}{21}\dfrac{1}{c}+\dfrac{1}{14}\dfrac{1}{c}}

Since circle E is externally tangent to the other circles, the curvature should be negative and ± \pm becomes - again. Then take the absolute value R to give us:

R = 42 4 111 41 36.7578 R=\dfrac{42}{4\sqrt{111}-41}\approx36.7578

Finally 100 ( c + R ) \lfloor100(c+R)\rfloor is 4527 4527 .

Chew-Seong Cheong
Dec 31, 2014

For two circles of centers ( x 1 , y 1 ) (x_1,y_1) and ( x 2 , y 2 ) (x_2,y_2) and radii r 1 r_1 and \(r_2 ) to be tangent to each other, the following equation must be satisfied.

\((x_1-x_2)^2 + (y_1-y_2)^2 = (r_1 \pm r_2)^2\).

Let A ( 35 , 0 ) A(35,0) , B ( 0 , 0 ) B(0,0) , C ( x c , y c ) C(x_c,y_c) , D ( x d , y d ) D(x_d,y_d) and E ( x e , y e ) E(x_e,y_e) . The following equations apply.

{ ( x d 0 ) 2 + ( y d 0 ) 2 = ( 2 + 14 ) 2 ( x d 35 ) 2 + ( y d 0 ) 2 = ( 2 + 21 ) 2 \begin {cases} (x_d-0)^2 + (y_d-0)^2 = (2+14)^2 \\ (x_d-35)^2 + (y_d-0)^2 = (2+21)^2 \end {cases}

Solving it, we get x d = 13.6 x_d = 13.6 and y d = 8.428523002 y_d = 8.428523002 .

Solving for:

{ x c 2 + y c 2 = ( c + 14 ) 2 ( x c 35 ) 2 + y c 2 = ( c + 21 ) 2 ( x c x d ) 2 + ( y c y d ) 2 = ( c + 2 ) 2 \begin {cases} x_c^2 + y_c^2 = (c+14)^2 \\ (x_c-35)^2 + y_c^2 = (c+21)^2 \\ (x_c-x_d)^2 + (y_c-y_d)^2 = (c+2)^2 \end {cases}

We get x c = 12.29569404 x_c = 12.29569404 , y c = 18.86889538 y_c =18.86889538 and c = 8.521529807 c = 8.521529807

Solving for:

{ x e 2 + y e 2 = ( R 14 ) 2 ( x e 35 ) 2 + y c 2 = ( R 21 ) 2 ( x e x c ) 2 + ( y e y c ) 2 = ( R c ) 2 \begin {cases} x_e^2 + y_e^2 = (R-14)^2 \\ (x_e-35)^2 + y_c^2 = (R-21)^2 \\ (x_e-x_c)^2 + (y_e-y_c)^2 = (R-c)^2 \end {cases}

We get R = 36.75778769 R = 36.75778769

100 ( c + R ) = 100 ( 8.521529807 + 36.75778769 ) = 4527 \Rightarrow \lfloor 100(c+R) \rfloor = \lfloor 100(8.521529807+36.75778769) \rfloor = \boxed {4527}

Omkar Kamat
Dec 31, 2014

We can use Descartes' circle theorem here to solve for the 2 radii.

I haven't used Descartes' circle theorem.. :3

Mark Vincent Mamigo - 6 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...