As shown in the figure above, three semi-circles are drawn with their centers on the x axis. A black semi-circle of radius 1 , centered at the origin, and a red semi-circle of radius 3 1 and a blue semi-circle tangent to both the black and the red semi-circles. Next, we draw the orange circle such that it is tangent to all three semi-circles, internally to the black semi-circle, and externally to the red and blue semi-circles. If the center of the orange circle is ( x , y ) , then
x + y = q p
where p , q are positive coprime integers. Find p + q .
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.
We shall use the Pythagorean theorem to express
R
(
x
)
,
l
(
x
)
and
h
(
x
)
in terms of
x
We shall write three equations using the diagram:
h ( x ) = 2 ⋅ − x 2 + x − 1 ( x 2 − x )
Now we calculate l ( 3 1 ) = 7 − 3 and h ( 3 1 = 7 4 )
@Hosam Hajjir this set up is simple and yet so rich !
Problem Loading...
Note Loading...
Set Loading...
Let the radius of the red semi-circle be r 1 = 3 1 , the blue semi-circle be r 2 , the orange circle r 3 , and the black semi-circle r 4 = 1 .
Since the diameters of the red and blue semi-circles make up the diameter of the black circle, the radius of the blue circle is r 2 = 2 1 ( 2 ⋅ r 1 − 2 ⋅ r 2 ) = 3 2 .
By Descartes' Theorem :
k 4 = k 1 + k 2 + k 3 − 2 k 1 k 2 + k 2 k 3 + k 3 k 1
and after substituting the curvatures of k 1 = 3 , k 2 = 2 3 , k 3 = r 3 1 , and k 4 = − 1 this becomes:
− 1 = 3 + 2 3 + r 3 1 − 2 3 ⋅ 2 3 + 2 3 ⋅ r 3 1 + r 3 1 ⋅ 3
which solves to r 3 = 7 2 , and makes k 3 = 2 7 .
Let the center of the orange circle be (x, y) so that its complex number is z 3 = x + y i . Since the center of the red semi-circle is at ( − 3 2 , 0 ) its complex number is z 1 = − 3 2 , since the center of the blue semi-circle is at ( 3 1 , 0 ) its complex number is z 2 = 3 1 , and since the center of the black semi-circle is at ( 0 , 0 ) its complex number is z 4 = 0
By Complex Descartes' Theorem :
z 4 k 4 = z 1 k 1 + z 2 k 2 + z 3 k 3 − 2 k 1 k 2 z 1 z 2 + k 2 k 3 z 2 z 3 + k 1 k 3 z 1 z 3
and after substituting the curvatures and complex numbers from above, this becomes:
0 ⋅ − 1 = − 3 2 ⋅ 3 + 3 1 ⋅ 2 3 + ( x + y i ) 2 7 − 2 3 ⋅ 2 3 ⋅ − 3 2 ⋅ 3 1 + 2 3 ⋅ 2 7 ⋅ 3 1 ⋅ ( x + y i ) + 3 ⋅ 2 7 ⋅ − 3 2 ⋅ ( x + y i )
which can be rearranged to:
4 9 x 2 + 4 2 x − 4 9 y 2 + 2 5 + ( 9 8 x y + 4 2 y ) i = 0
equating the imaginary part to zero gives:
9 8 x y + 4 2 y = 0
which solves to x = − 7 3 for y = 0 , and equating the real part to zero and substituting x = − 7 3 gives:
4 9 ( − 7 3 ) 2 + 4 2 ( − 7 3 ) − 4 9 y 2 + 2 5 = 0
which solves to y = 7 4 for y > 0 .
Therefore, x + y = − 7 3 + 7 4 = 7 1 , so p = 1 , q = 7 , and p + q = 8 .