Question
Question: find shortest distance between (x-15)^2 + y^2 = 4 and y = x^2/20 by equating their slopes...
find shortest distance between (x-15)^2 + y^2 = 4 and y = x^2/20 by equating their slopes
5\sqrt{2}-2
Solution
To find the shortest distance between the circle (x−15)2+y2=4 and the parabola y=x2/20, we use the principle that the shortest distance between two curves lies along their common normal. For a circle, any normal passes through its center.
-
Identify the properties of the curves:
- The circle has equation (x−15)2+y2=4. Its center is C(15,0) and its radius is r=2.
- The parabola has equation y=x2/20.
-
Condition for shortest distance:
Let P1(x1,y1) be the point on the parabola and P2(x2,y2) be the point on the circle such that the distance P1P2 is minimized. The line segment P1P2 must be perpendicular to the tangents of both curves at these points (i.e., it must be a common normal). Since P1P2 is a normal to the circle, it must pass through the center of the circle C(15,0). Therefore, P1, P2, and C are collinear. This implies that the normal to the parabola at P1 must pass through the center of the circle C(15,0).
-
Find the slope of the tangent and normal to the parabola:
For the parabola y=x2/20, differentiate with respect to x: dxdy=202x=10x.
The slope of the tangent at P1(x1,y1) is mt=10x1. The slope of the normal at P1(x1,y1) is mN=−mt1=−x110.
-
Equate the slope of the normal to the slope of the line CP1:
The line CP1 passes through C(15,0) and P1(x1,y1). Its slope is x1−15y1−0=x1−15y1. Since the normal to the parabola at P1 passes through C, we equate their slopes: x1−15y1=−x110
x1y1=−10(x1−15)
x1y1=−10x1+150(∗)
-
Solve for P1(x1,y1):
Since P1(x1,y1) lies on the parabola, y1=x12/20. Substitute this into equation (∗): x1(20x12)=−10x1+150
20x13=−10x1+150
x13=−200x1+3000
x13+200x1−3000=0
By inspection, we can test integer factors of 3000. Let's try x1=10: 103+200(10)−3000=1000+2000−3000=0. So, x1=10 is a root. Dividing the cubic equation by (x1−10) gives x12+10x1+300=0. The discriminant of this quadratic is Δ=102−4(1)(300)=100−1200=−1100<0. Thus, there are no other real roots. So, x1=10 is the unique real solution. Now find y1: y1=20x12=20102=20100=5. The point on the parabola closest to the circle is P1(10,5).
-
Calculate the distance from the center of the circle to P1:
Distance CP1=(10−15)2+(5−0)2=(−5)2+52=25+25=50=52.
-
Calculate the shortest distance:
The point P1(10,5) is outside the circle, because its distance from the center C(15,0) is 52≈7.07, which is greater than the radius r=2. The shortest distance between the parabola and the circle is the distance CP1 minus the radius of the circle. Shortest distance =CP1−r=52−2.