The Geometry of Proximity
A Journey to the Nearest Point
Welcome, future engineer. Today, we are going to unravel a beautiful problem that bridges the gap between pure geometry and algebraic elegance. We are tasked with finding the distance of a specific point P on the parabola x=4y2 to the directrix of a second parabola, y2=4(x+y).
This is not just a calculation; it is a story of symmetry and optimization.
Phase 1
The Hunt for the Normal
Imagine you are standing at point Q(0,33) on the Cartesian plane. You want to reach the parabola x=4y2 as quickly as possible. If you were to draw circles of increasing radius centered at Q, the moment the circle touches the parabola, you have found your point P.
Geometrically, this point of contact is unique because the radius of the circle at that moment is perpendicular to the tangent of the parabola. In other words, the shortest path is always along the normal. To find P, we must ensure the normal at P passes through Q.
We start by rewriting the parabola x=4y2 as y2=41x. Comparing this to the standard form y2=4ax, we identify 4a=41, which gives us the focal length:
Phase 2
The Parametric Dance
Now, we employ the power of parametric coordinates. Any point P on our parabola can be expressed as (at2,2at). Substituting our value of a, we get:
The equation of the normal at any point t on a parabola y2=4ax is given by y+tx=2at+at3. Plugging in our a=161, the equation becomes:
This line must pass through Q(0,33). By substituting x=0 and y=33, the equation simplifies beautifully:
Multiplying by 16, we get 528=2t+t3, or:
Phase 3
The Algebraic Triumph
I know that seeing a cubic equation can be daunting, but in the world of JEE, there is almost always a hidden elegance. We test integer values. If we try t=8, we calculate:
It works perfectly! With t=8, we find the coordinates of P:
So, our point P is (4,1).
Phase 4
The Second Parabola
Now, we shift our focus to the second curve: y2=4(x+y). To find its directrix, we must reveal its true form. Expanding and rearranging, we get y2−4y=4x.
We complete the square on the left: y2−4y+4=4x+4, which simplifies to:
This is a parabola with vertex (−1,2) and focal length A=1. For a parabola of the form Y2=4AX, the directrix is X=−A. Here, X=x+1 and A=1, so x+1=−1, which means the directrix is the vertical line x=−2.
The Final Step
We have our point P(4,1) and our directrix x=−2. The perpendicular distance from a point (x1,y1) to a vertical line x=c is simply ∣x1−c∣.
Thus, the distance is:
We have arrived at our destination. The beauty of this problem lies in how it forces us to switch between different mathematical tools—normal equations, cubic roots, and coordinate geometry—to find a single, elegant result.
The final distance is 6.