Analyzing the Setup
We are given a parabola defined by the equation y2=8x and a circle defined by x2+(y+6)2=1. Our objective is to identify the point P on the parabola that is closest to the center of the circle, C(0,−6).
The geometric principle at play is that the shortest distance from a point to a curve occurs along the normal to the curve at that point. Therefore, the line segment CP must be perpendicular to the tangent of the parabola at P.
Parametric Representation
For a parabola of the form
y2=4ax, we identify
4a=8, which implies
a=2. We can represent any point
P on this parabola using the parametric coordinates:
P=(at2,2at)=(2t2,4t)
The general equation for the normal to the parabola at point
t is given by:
y=−tx+2at+at3
Substituting
a=2 into this equation, we obtain the specific normal equation:
y=−tx+4t+2t3
Solving for the Parameter
Since the normal must pass through the center of the circle
C(0,−6), we substitute
x=0 and
y=−6 into the normal equation:
−6=−t(0)+4t+2t3
2t3+4t+6=0
Dividing the entire equation by
2, we simplify the expression to:
t3+2t+3=0
By inspection, we test for roots and find that
t=−1 satisfies the equation:
(−1)3+2(−1)+3=−1−2+3=0
Final Calculation
Using the value
t=−1, we determine the coordinates of point
P:
P=(2(−1)2,4(−1))=(2,−4)
The point on the parabola closest to the center of the circle is (2,−4).
To verify the distance, we calculate the radius squared
R2 from
P(2,−4) to
C(0,−6):
R2=(2−0)2+(−4−(−6))2=22+22=8
The resulting circle centered at
P with this radius is:
(x−2)2+(y+4)2=8
x2+y2−4x+8y+12=0