A circle of radius r is positioned, so that it has two points of tangency with the ellipse 2 5 x 2 + 1 2 1 y 2 = 1 . Two other circles, both of radius r and in different quadrants, are positioned so that they are also tangent to the ellipse, the circle and the x -axis.
If the value of the r can be expressed as b a , where a and b are coprime positive integers, input a + b as your answer.
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.
Let the middle circle have a center of ( 0 , b ) so that its equation is x 2 + ( y − b ) 2 = r 2 .
Substituting x 2 = r 2 − ( y − b ) 2 into 2 5 x 2 + 1 2 1 y 2 = 1 and solving for y gives y = 9 6 1 2 1 b ± 9 6 1 1 2 5 b 2 + 9 6 r 2 − 2 4 0 0 .
For the circle to be tangent to the ellipse, y will only have one value, so 9 6 1 1 2 5 b 2 + 9 6 r 2 − 2 4 0 0 = 0 , which solves to b = 5 4 1 5 0 − 6 r 2 , and y = 9 6 1 2 1 b .
Since the center of the outer circle has a y -coordinate of r , and since the tangent point between the ellipse and circle is the midpoint of the center of the middle circle and one of the outer circles, 2 1 ( b + r ) = 9 6 1 2 1 b , or r = 4 8 7 3 b .
Substituting b = 5 4 1 5 0 − 6 r 2 into r = 4 8 7 3 b gives r = 4 8 7 3 ⋅ 5 4 1 5 0 − 6 r 2 , which solves to r = 7 7 3 6 5 .
Therefore, a = 3 6 5 , b = 7 7 , and a + b = 4 4 2 .
If we let the common tangency point in the first quadrant be ( 5 sin θ , 1 1 cos θ ) ,
the slope of the normal at the point will be 1) d x d y − 1 = 1 2 1 2 5 5 sin θ 1 1 cos θ = 1 1 tan θ 5 = tan ϕ ,
Now, moving a distance r to the right along the normal will make the ordinate = r
2) 1 1 cos θ + r sin ϕ = r
And, moving r to the left we will end up on the y-axis, since the center of the middle circle has to lie there by symmetry.
3) 5 sin θ − r cos ϕ = 0
Using the last 2 equations together and the first relation,
tan ϕ = 5 sin θ r − 1 1 cos θ = 1 1 tan θ 5 ,
This gives r = 1 1 1 4 6 cos θ
Substituting this in 2 gives,
cos θ = 1 4 5
Therefore, r = 7 7 3 6 5
Problem Loading...
Note Loading...
Set Loading...
Let the centers of the middle circle and the right circle be O and Q respectively, and the tangent point of the two circles with the ellipse be P ( u , v ) . Note that O P = P Q = r . Since the x -coordinate of P is u , that of Q is 2 u .
The line (red) joining O , P , and Q is given by x − u y − v = m , where m is the gradient of the line which is perpendicular to the tangent of the ellipse at point P . The gradient of the tangent to the ellipse is given by
2 5 2 x + 1 2 1 2 y ⋅ d x d y = 0 ⟹ d x d y = − 2 5 y 1 2 1 x
The gradient of the tangent at point P ( u , v ) is − 2 5 v 1 2 1 u and therefore m = 1 2 1 u 2 5 v and the equation of the red line is given by y = 1 2 1 u 2 5 v x + 1 2 1 9 6 v . Then O = ( 0 , 1 2 1 9 6 v ) and Q = ( 2 u , 1 2 1 1 4 6 v ) . We also note that:
⎩ ⎪ ⎨ ⎪ ⎧ u 2 + ( v − 1 2 1 9 6 v ) 2 = u 2 + ( 1 2 1 2 5 ) 2 v 2 = r 2 v + 1 2 1 2 5 v = 1 2 1 1 4 6 v = r
Therefore,
u 2 + ( 1 2 1 2 5 ) 2 v 2 2 5 − 1 2 1 2 5 v 2 + ( 1 2 1 2 5 ) 2 v 2 1 2 1 2 2 3 7 1 6 v 2 2 3 7 1 6 v 2 v ⟹ r = ( 1 2 1 1 4 6 ) 2 v 2 = ( 1 2 1 1 4 6 ) 2 v 2 = 2 5 = 3 6 6 0 2 5 = 1 4 5 5 = 1 2 1 1 4 6 v = 7 7 3 6 5 Since 2 5 u 2 + 1 2 1 v 2 = 1
Therefore a + b = 4 4 2 .