Gently does it

Geometry Level 4

A circle of radius r r is positioned so that it has two points of tangency with the parabola y = x 2 y = x^{2} . Another circle, again of the same radius r r , is positioned (entirely in the first quadrant) so that it is tangent to both y = x 2 y = x^{2} and the positive x x -axis.

There is a unique value of r r so that the two circles described above, both of radius r r , are also tangent to one another. If r = a b r = \dfrac{a}{b} , where a a and b b are positive coprime integers, then find a + b a + b .


The answer is 5.

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.

5 solutions

The center of the first circle will lie on the y y -axis. Let the center of this circle be ( 0 , k ) (0,k) and its radius be r r . Then the equation of this circle will be x 2 + ( y k ) 2 = r 2 x^{2} + (y - k)^{2} = r^{2} . To find the two points of tangency between this circle and the parabola y = x 2 y = x^{2} we substitute y = x 2 y = x^{2} into the equation of the circle to find that

y + ( y k ) 2 = r 2 y 2 ( 2 k 1 ) y + ( k 2 r 2 ) = 0 y + (y - k)^{2} = r^{2} \Longrightarrow y^{2} - (2k - 1)y + (k^{2} - r^{2}) = 0 .

Employing the quadratic formula, we find that

y = ( 1 2 ) ( ( 2 k 1 ) ± ( 2 k 1 ) 2 4 ( k 2 r 2 ) ) y = ( 1 2 ) ( ( 2 k 1 ) ± 4 k 2 + 1 + 4 r 2 ) y = (\frac{1}{2})((2k - 1) \pm \sqrt{(2k - 1)^{2} - 4(k^{2} - r^{2})}) \Longrightarrow y = (\frac{1}{2})((2k - 1) \pm \sqrt{-4k^{2} + 1 + 4r^{2}}) .

Now by symmetry the y y -coordinates of the two points of tangency must be the same, which implies that the discriminant must equal zero. Thus

4 k + 1 + 4 r 2 = 0 k = r 2 + 1 4 -4k + 1 + 4r^{2} = 0 \Longrightarrow k = r^{2} + \frac{1}{4} .

The y y -coordinates of the points of tangency are then k 1 2 = r 2 1 4 k - \frac{1}{2} = r^{2} - \frac{1}{4} . Now look at the case where the two circles in question are drawn so that they are tangent to one another. Form a right triangle with one side joining their centers, one side down the y y -axis from the center of the first circle, and a third side oriented horizontally joining the center of the second circle and the y y -axis.

The hypotenuse will then have length 2 r 2r and the vertical side will have length r 2 + 1 4 r r^{2} + \frac{1}{4} - r . But since the point of tangency is a vertical distance of 1 2 \frac{1}{2} below the center of the first circle, we also know that the vertical side of the triangle has length 2 1 2 = 1 2 * \frac{1}{2} = 1 . Thus

r 2 r + 1 4 = 1 4 r 2 4 r 3 = 0 ( 2 r 3 ) ( 2 r + 1 ) = 0 r = 3 2 , 1 2 r^{2} - r + \frac{1}{4} = 1 \Longrightarrow 4r^{2} - 4r - 3 = 0 \Longrightarrow (2r - 3)(2r + 1) = 0 \Longrightarrow r = \frac{3}{2}, -\frac{1}{2} .

Since r > 0 r \gt 0 we must have r = 3 2 r = \frac{3}{2} , and so a = 3 , b = 2 a = 3, b = 2 and a + b = 5 a + b = \boxed{5} .

Nice... I used differentiation. But you didn't. I thought it was impossible to do this without calculus.

Julian Poon - 6 years, 8 months ago

Log in to reply

Thanks. Yes, I put this question specifically in the geometry section to see if people could solve it without using calculus. There's nothing wrong with using calculus, of course, but it makes for a more interesting challenge to solve it without. :)

Brian Charlesworth - 6 years, 8 months ago

Log in to reply

@brian charlesworth Ok.

Julian Poon - 6 years, 8 months ago

hey can you give calculus approach solution

Rishabh Jain - 6 years, 8 months ago

Many thanks to whomever adds diagrams to my posted questions. Is that you, @Calvin Lin?

Brian Charlesworth - 6 years, 9 months ago

can somebody explain how point of tangency is a vertical distance of 0.5 below center of circle 1 thanks

PRAKHAR GUPTA - 6 years, 9 months ago

Log in to reply

In the first part of my solution I noted that the y y -coordinates of the two points of tangency of the first circle and the parabola are the same, and thus both have the value

( 1 2 ) ( 2 k 1 ) = k 1 2 (\frac{1}{2})(2k - 1) = k - \frac{1}{2} ,

since 4 k 2 + 1 + 4 r 2 \sqrt{-4k^{2} + 1 + 4r^{2}} must equal 0 0 .

Now k k is the y y -coordinate of the center of the first circle, and so we can conclude that the points of tangency are a vertical distance of 1 2 \frac{1}{2} below the center of the first circle, (and by symmetry also a vertical distance of 1 2 \frac{1}{2} above the center of the second circle).

Brian Charlesworth - 6 years, 9 months ago
Michael Mendrin
Sep 5, 2014

Brian, this is one of the best problems I've come across on Brilliant, in that choosing the RIGHT way to solve this can make a huge difference how difficult it will be to solve this. I'll post my approach to this problem shortly.

Okay, here it is:

First, let the circles have radius r r , the first one centered at ( 0 , r a ) (0,ra) , and the second one centered at ( r b , 0 ) (rb,0) . Because they are tangent, we know that

( r a r ) 2 + r b 2 = ( 2 r ) 2 { \left( ra-r \right) }^{ 2 }+{ rb }^{ 2 }={ (2r) }^{ 2 }

From this, we have

b = 3 + 2 a a 2 b=\sqrt { 3+2a-{ a }^{ 2 } }

The tangent point is at

( r b 2 , r a + r 2 ) \left( \dfrac { rb }{ 2 } ,\dfrac { ra+r }{ 2 } \right)

And the slope of the tangent line is

r b r a r \dfrac { rb }{ ra-r }

Let the equation of the parabola be (the reason for the coefficients will become clear)

y = k r ( x r ) 2 = ( k r ) x 2 y=kr{ \left( \dfrac { x }{ r } \right) }^{ 2 }=\left( \dfrac { k }{ r } \right) { x }^{ 2 }

The slope of this parabola is

2 ( k r ) x 2{ \left( \dfrac { k }{ r } \right) }x

Then we solve this system of equations

2 ( k r ) ( r b 2 ) = r b r a r 2\left( \dfrac { k }{ r } \right) \left( \dfrac { rb }{ 2 } \right) =\dfrac { rb }{ ra-r }

( k r ) ( r b 2 ) 2 = r a + r 2 \left( \dfrac { k }{ r } \right) { \left( \dfrac { rb }{ 2 } \right) }^{ 2 }=\dfrac { ra+r }{ 2 }

Ending up with a = 5 3 a=\dfrac { 5 }{ 3 } and k = 3 2 k=\dfrac { 3 }{ 2 } (because r r drops out)

Thus, for the parabola to have the form y = x 2 y={ x }^{ 2 } ,
r r must be equal to k k , and we have our answer.

This approach makes careful use of scaling to simplify things.

Thanks, Michael. I look forward to reading your solution.

Brian Charlesworth - 6 years, 9 months ago

I like your use of the scaling factors; I'll give that a try on similar problems in the future. Thanks for posting this; our methods are quite different, and hopefully readers will appreciate some aspects of each of them.

Brian Charlesworth - 6 years, 9 months ago

Log in to reply

Well, after trying other bashy methods which led nowhere, I decided to try to see what parabola would "thread the needle". Then it became a matter of scaling it to get the right answer.

Michael Mendrin - 6 years, 9 months ago

Log in to reply

NoBash.com

Cody Johnson - 6 years, 9 months ago
Cody Johnson
Sep 6, 2014

Let the point of triple intersection be ( t , t 2 ) (t,t^2) . The first circle is x 2 + ( y t 2 1 2 ) 2 = r 2 x^2+(y-t^2-\frac12)^2=r^2 . The second circle is ( x t ( 2 t 2 2 r + 1 ) ) 2 + ( y r ) 2 = r 2 (x-t(2t^2-2r+1))^2+\left(y-r\right)^2=r^2 . Since both pass through ( t , t 2 ) (t,t^2) , we get 4 r 2 = 4 t 2 + 1 4r^2=4t^2+1 and ( t t ( 2 t 2 2 r + 1 ) ) 2 + ( t 2 r ) 2 = r 2 (t-t(2t^2-2r+1))^2+(t^2-r)^2=r^2 , we solve this system of equations to get r = 3 2 r=\frac32 .

Ujjwal Rane
Sep 25, 2014

Ujjwal Ujjwal

(I suggest you sketch the figure and write coordinates of the points)

Let, T(h, h^2) = Common point of tangency for the two circles and parabola

A = y-intercept of tangent. Using property of a parabola : MO = OA

Hence, A = (0, -h^2)

M(0, h^2) = Foot of perpendicular from T on axis

C = Intersection of normal at T and axis

Right triangles AMT & MTC are similar

MT = h, MA = 2 h^2 giving MC = 1/2

Triangles TMC & C2NT are congruent

=> C2 = (2h, h^2-1/2)

=> radius = y coordinate of C2 = h^2 - 1/2 - - - - (I)

But radius is also CT

Pythagoras : CT = sqrt(h^2 + 1/4) - - - - (II)

Solve I & II to get h^2 = 2 and R = 3/2

Julian Poon
Sep 20, 2014

For the circle tangent in the graph y = x 2 y={x}^{2} , we want to find how high it is from its points of tangent. Differentiating y = x 2 y={x}^{2} : d y d x = 2 x \frac{dy}{dx}=2{x} Then the gradient of the normal of the graph would be 1 2 x \frac{1}{2x} Since the normal would pass through the center of the circle, using trigonometry, one could derive that the circle would always be 0.5 0.5 above its points of tangent:

p p

Then the relationship between the radius of the circle ( r ) (r) and the height ( y ) (y) is r = 0.25 + y r=\sqrt { 0.25+y }

For the second circle, we can tell the height would be r + ( s o m e t h i n g ) r+(something) :

p p

where that something is r s i n θ rsin\theta

It can then be derived from the gradient of the normal of the graph the length of that "something". The height with relation to the radius of the second circle can then be expressed: y = r + r 4 y + 1 y=r+\frac{r}{\sqrt{4y+1}} r = y 1 + 1 4 y + 1 r=\frac { y }{ 1+\frac { 1 }{ \sqrt { 4y+1 } } }

Since the radius and the height must be the same r = y 1 + 1 4 y + 1 = 0.25 + y r=\frac { y }{ 1+\frac { 1 }{ \sqrt { 4y+1 } } } =\sqrt { 0.25+y } Solving y 1 + 1 4 y + 1 = 0.25 + y \frac { y }{ 1+\frac { 1 }{ \sqrt { 4y+1 } } } =\sqrt { 0.25+y } gives y = 2 y=2 .

Plugging y = 2 y=2 in to the above formula yields r = 3 2 = a b r=\frac{3}{2}=\frac{a}{b} . Therefore, a + b = 5 a+b=\boxed{5}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...