Analyzing the Setup
Imagine you are standing on a coordinate plane, looking at a graceful, upward-opening parabola defined by the equation y=x2+4. Below it, cutting across the plane, lies a straight line: y=4x−1.
Your goal is to find the point P on the parabola that is closest to this line. This is not just an algebra problem; it is a story of optimization and geometric harmony.
The Sliding Line Intuition
To find the shortest distance, visualize the line y=4x−1 sliding parallel to itself, moving upward toward the parabola. As it slides, it remains parallel to its original position, maintaining a constant slope of m=4.
It will eventually 'kiss' the parabola at exactly one point. That point of contact is our point P.
Because the line is tangent to the parabola at this point, the slope of the tangent at P must be identical to the slope of our line. This is the key that unlocks the entire problem.
The Calculus Engine
Now, let us bring in the power of calculus. We have the parabola y=x2+4.
To find the slope of the tangent at any arbitrary point x, we compute the derivative with respect to x:
This expression, 2x, gives us the slope of the tangent at any point on the curve. Since we know the tangent at our special point P must be parallel to the line y=4x−1, we set the derivative equal to the slope of the line:
Solving this simple linear equation, we find x=2. We have found the x-coordinate of our point P.
The Final Coordinates
With the x-coordinate in hand, finding the y-coordinate is straightforward. Since P lies on the parabola, we substitute x=2 back into the original equation:
Thus, the coordinates of the point P are (2,8).
It is elegant, precise, and deeply satisfying. By equating the slope of the tangent to the slope of the line, we bypassed complex distance formulas and arrived directly at the solution.
Remember this: whenever you are asked for the closest point between a curve and a line, think of the parallel tangent. It is the most powerful tool in your JEE toolkit.