A circle of (non-zero) radius r is positioned so that it is tangent to both y = x and the positive x -axis. Another circle, again of the same radius r , is positioned so that it is tangent to both y = x and the positive y -axis.
There is a unique value of r so that the two circles described above, both of radius r , are also tangent to one another. Find ⌊ 1 0 0 0 0 ∗ r ⌋ .
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.
This is an elegant solution, Ujjwal, and the diagram looks great. I much prefer your approach to the calculus/algebra method I used, but I posted my solution anyway for sake of variety.
Log in to reply
Felt honored Brian! Thanks! It was a pleasure to solve this one. I must thank you for that too.
How did you get OM = 0.6727?
I'll post a full solution later when I have time, but for now, here is a diagram of the winning scenario.
Edit: O.k., here is an outline of my approach....
Let P ( p , p ) be the point on y = x to which both of the radius r circles are tangent. Next, let A ( a , r ) be the center of the circle that is tangent to both y = x and the positive x -axis and B ( r , b ) be the center of the circle tangent to both y = x and the positive y -axis.
Now the slope of the tangent line to y = x at P is 2 p 1 , so the slope of the line through A and B is − 2 p . Thus the equation of this normal line is
y − p = − 2 p ( x − p ) .
Now since A ( a , r ) lies on this line we have that
p − r = 2 p ( a − p ) , (I).
Next, since P is the midpoint of A B we have that
2 a + r = p ⟹ a = 2 p − r .
Substituting this into equation (I) gives us
p − r = 2 p ( p − r ) , (II).
Now let Q be the point of intersection of the vertical line through B and the horizontal line through A . Then Δ O A B is a right triangle with hypotenuse A B of length 2 r , base Q A of length a − r = 2 p − 2 r = 2 ( p − r ) and vertical side Q B having length 2 ( p − r ) . Using Pythagoras, we can form the equation
( 2 r ) 2 = [ 2 ( p − r ) ] 2 + [ 2 ( p − r ) ] 2 ⟹ r 2 = ( p − r ) 2 + ( p − r ) 2 , (III).
Expanding this last equation and then solving the resulting quadratic for r , we find that
r = p + p ± 2 p p .
Assuming for now that r < p , we have that r = p + p − 2 p p .
(Edit: If we were to choose the "+" sign then we would end up with a circle that has its center outside the first quadrant, and hence would render an invalid solution.)
After substituting this result into (I) and simplifying, we find that
2 p p − p = 2 p ( 2 p p − p )
⟹ p − 2 2 p p + 2 p p = 0
⟹ 2 2 ∗ y 2 − y − 2 = 0 , where y = 4 p .
Noting that y > 0 we then find that y = 4 2 1 + 1 7 , and so
p = y 4 = 1 2 8 4 9 + 9 1 7 .
Finally, r = y 4 + y 2 − 2 y 3 = 1 2 8 3 ( 2 3 − 1 7 ) ,
which is approximately 0 . 4 4 2 4 2 7 2 , and so ⌊ 1 0 0 0 0 ∗ r ⌋ = 4 4 2 4 .
I got a fairly awful quartic: r 4 − 3 2 4 1 r 3 + 4 0 9 6 2 1 7 7 r 2 − 1 0 2 4 9 3 r + 1 0 2 4 9 , which actually had two real roots, although I suspect one of them corresponds to an incorrect choice of sign, since I had to square one of my equations.
Log in to reply
Yes, it is a bit ugly. I got a second real root too, which corresponded to a circle with a center that wasn't in the first quadrant. The exact value for the radius of the desired circles is ( 1 2 8 3 ) ( 2 3 − 1 7 ) .
It's not as "pretty" a problem as a similar one I posted a while back involving a parabola, but I still thought it was worth posting.
Log in to reply
Oh right, I didn't even notice that my quartic factored as ( r 2 − 6 4 6 9 r + 3 2 9 ) ( r 2 − 6 4 1 3 r + 3 2 1 ) .
Problem Loading...
Note Loading...
Set Loading...
Ujjwal From the figure:
Perpendicular TM dropped from point of tangency T on the x-axis
A, B = X & Y intercepts of tangent at T
AO = OM . . . property of parabola
Hence AB = BT
In triangles BTC2 and ATC1
BT = r/tan(beta) and AT = r/tan(alfa)
Hence 2 tan(alfa) = tan(beta) . . . . . . (I)
Angles 2(alfa) + 2(beta) = 90 . . . complimentary angles in right triangle AOB
Hence, alfa = 45 - beta . . . . . (II)
Substitute in (I) to get the quadratic: t^2 + 3t - 2 = 0 . . . t = tan(beta)
Solve to get beta = 29.32° and alfa = 15.68°
Then find x coordinate of T or OM = 0.6727
Then BT = OM/cos(2 alfa) = 0.7879
and finally r = BT tan(beta) = 0.4424