A circle centered at has radius and is tangent to the parabola at points. If where and are positive integers and is not divisible by any perfect square besides , what is ?
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.
A point of tangency ( x , y ) lies on both the circle and parabola:
y = x 2
x 2 + ( y − 1 ) 2 = r 2 ⟹ y + ( y − 1 ) 2 = r 2 ⟹ y 2 − y + 1 − r 2 = 0
Each solution for y corresponds with 2 coordinates since y = x 2 has two solutions (the exception is y = 0 , but this solution does not meet the requirements and can be ignored). Therefore, there should only be one solution to this quadratic, so the discriminant must be 0 .
1 − 4 ( 1 − r 2 ) = 0 ⟹ 4 r 2 − 3 = 0 ⟹ r 2 = 4 3
r = 2 3
Concerning large values of r that also create circles intersecting the parabola twice but are not tangent, these do not have one solution for y . They actually have 2 , but the reason they do not have 4 intersections is that one solution is negative, and since y = x 2 has no negative y-values, it is extraneous. By setting the discriminant to 0 , we are excluding these circles.