Analyzing the Setup
Imagine you are standing on the coordinate plane, looking at the parabola y2=4x. You have a point P(a,0) sitting on the x-axis.
The shortest distance from any point to a curve is always measured along the normal to the curve at the point of intersection. This is the fundamental geometric reality we must embrace.
The Calculus of Minimization
To turn this into math, let us define a general point Q on the parabola using parametric coordinates: Q(t2,2t). The distance D between P(a,0) and Q(t2,2t) is given by the distance formula.
To make our lives easier, we work with the square of the distance:
D2=(t2−a)2+(2t−0)2
Expanding this, we get
D2=t4−2at2+a2+4t2. By grouping the terms, we see:
D2=t4+(4−2a)t2+a2
This is a quadratic in terms of
t2. To find the minimum, we take the derivative with respect to
t2 and set it to zero:
d(t2)d(D2)=2(t2)+(4−2a)=0
Solving this gives us the critical relationship t2=a−2.
Solving for the Unknown
Now, we substitute t2=a−2 back into our expression for D2. The first term becomes (a−2−a)2=(−2)2=4.
The second term becomes
4(a−2)=4a−8. Adding these together, we find:
D2=4+4a−8=4a−4
We are given that the shortest distance D=4, so D2=16. Thus, 4a−4=16, which leads us to 4a=20, or a=5. We have found our point P(5,0).
The Circle Construction
Now, we shift gears to circle geometry. We need a circle passing through P(5,0) and the focus of the parabola F(1,0).
The center of this circle lies on the x-axis. Because the center is on the x-axis and the circle passes through two points on the x-axis, the segment connecting (1,0) and (5,0) must be the diameter.
The center
C is the midpoint:
C=(21+5,0)=(3,0)
The radius
r is half the distance:
r=25−1=2
The equation of the circle is
(x−3)2+(y−0)2=22. Expanding this, we get
x2−6x+9+y2=4, which simplifies to our final answer:
x2+y2−6x+5=0
You have navigated the path from calculus to geometry with precision. Keep this intuition for normals close to your heart; it is a powerful weapon in your JEE arsenal.