Solveeit Logo

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

Answer

5\sqrt{2}-2

Explanation

Solution

To find the shortest distance between the circle (x15)2+y2=4(x-15)^2 + y^2 = 4 and the parabola y=x2/20y = x^2/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.

  1. Identify the properties of the curves:

    • The circle has equation (x15)2+y2=4(x-15)^2 + y^2 = 4. Its center is C(15,0)C(15, 0) and its radius is r=2r = 2.
    • The parabola has equation y=x2/20y = x^2/20.
  2. Condition for shortest distance:

    Let P1(x1,y1)P_1(x_1, y_1) be the point on the parabola and P2(x2,y2)P_2(x_2, y_2) be the point on the circle such that the distance P1P2P_1P_2 is minimized. The line segment P1P2P_1P_2 must be perpendicular to the tangents of both curves at these points (i.e., it must be a common normal). Since P1P2P_1P_2 is a normal to the circle, it must pass through the center of the circle C(15,0)C(15,0). Therefore, P1P_1, P2P_2, and CC are collinear. This implies that the normal to the parabola at P1P_1 must pass through the center of the circle C(15,0)C(15,0).

  3. Find the slope of the tangent and normal to the parabola:

    For the parabola y=x2/20y = x^2/20, differentiate with respect to xx: dydx=2x20=x10\frac{dy}{dx} = \frac{2x}{20} = \frac{x}{10}.

    The slope of the tangent at P1(x1,y1)P_1(x_1, y_1) is mt=x110m_t = \frac{x_1}{10}. The slope of the normal at P1(x1,y1)P_1(x_1, y_1) is mN=1mt=10x1m_N = -\frac{1}{m_t} = -\frac{10}{x_1}.

  4. Equate the slope of the normal to the slope of the line CP1CP_1:

    The line CP1CP_1 passes through C(15,0)C(15,0) and P1(x1,y1)P_1(x_1, y_1). Its slope is y10x115=y1x115\frac{y_1 - 0}{x_1 - 15} = \frac{y_1}{x_1 - 15}. Since the normal to the parabola at P1P_1 passes through CC, we equate their slopes: y1x115=10x1\frac{y_1}{x_1 - 15} = -\frac{10}{x_1}

    x1y1=10(x115)x_1 y_1 = -10(x_1 - 15)

    x1y1=10x1+150()x_1 y_1 = -10x_1 + 150 \quad (*)

  5. Solve for P1(x1,y1)P_1(x_1, y_1):

    Since P1(x1,y1)P_1(x_1, y_1) lies on the parabola, y1=x12/20y_1 = x_1^2/20. Substitute this into equation ()(*): x1(x1220)=10x1+150x_1 \left(\frac{x_1^2}{20}\right) = -10x_1 + 150

    x1320=10x1+150\frac{x_1^3}{20} = -10x_1 + 150

    x13=200x1+3000x_1^3 = -200x_1 + 3000

    x13+200x13000=0x_1^3 + 200x_1 - 3000 = 0

    By inspection, we can test integer factors of 3000. Let's try x1=10x_1 = 10: 103+200(10)3000=1000+20003000=010^3 + 200(10) - 3000 = 1000 + 2000 - 3000 = 0. So, x1=10x_1 = 10 is a root. Dividing the cubic equation by (x110)(x_1-10) gives x12+10x1+300=0x_1^2 + 10x_1 + 300 = 0. The discriminant of this quadratic is Δ=1024(1)(300)=1001200=1100<0\Delta = 10^2 - 4(1)(300) = 100 - 1200 = -1100 < 0. Thus, there are no other real roots. So, x1=10x_1 = 10 is the unique real solution. Now find y1y_1: y1=x1220=10220=10020=5y_1 = \frac{x_1^2}{20} = \frac{10^2}{20} = \frac{100}{20} = 5. The point on the parabola closest to the circle is P1(10,5)P_1(10, 5).

  6. Calculate the distance from the center of the circle to P1P_1:

    Distance CP1=(1015)2+(50)2=(5)2+52=25+25=50=52CP_1 = \sqrt{(10-15)^2 + (5-0)^2} = \sqrt{(-5)^2 + 5^2} = \sqrt{25 + 25} = \sqrt{50} = 5\sqrt{2}.

  7. Calculate the shortest distance:

    The point P1(10,5)P_1(10,5) is outside the circle, because its distance from the center C(15,0)C(15,0) is 527.075\sqrt{2} \approx 7.07, which is greater than the radius r=2r=2. The shortest distance between the parabola and the circle is the distance CP1CP_1 minus the radius of the circle. Shortest distance =CP1r=522= CP_1 - r = 5\sqrt{2} - 2.