The Geometry of Proximity
A Journey to the Nearest Point
Welcome, future engineers! Today, we are going to explore a beautiful problem that bridges the gap between pure geometry and the power of calculus.
We are tasked with finding a point P(h,k) on the parabola y=x2+7x+2 that sits closest to the line y=3x−3. It is a classic JEE trap that tests your ability to visualize the relationship between curves and lines.
Phase 1
The Geometric Intuition
Imagine you are standing on a vast, flat plane. You have a curved path, a parabola, and a straight road, the line y=3x−3.
If you were to slide the road parallel to itself, moving it closer and closer to the path, the very first point where the road touches the path is the point of minimum distance.
At this exact moment of contact, the road (the line) and the path (the curve) share the same direction. In mathematical terms, the tangent to the curve at that point P must be parallel to the given line. This is our golden key!
Phase 2
The Calculus Bridge
Since the tangent at P is parallel to the line y=3x−3, their slopes must be identical. Comparing the line to the standard form y=mx+c, we see the slope m=3.
Now, we need to find the slope of the curve at any point. We differentiate the curve equation y=x2+7x+2 with respect to x to get the slope function:
We set this derivative equal to the slope of our line:
Solving this, we find 2x=−4, which gives us x=−2. We have successfully located the x-coordinate of our point P!
Phase 3
The Point of Contact
Now that we have the x-coordinate, finding the y-coordinate is straightforward. We substitute x=−2 back into the original curve equation:
Calculating this, we get y=4−14+2=−8. So, our point of contact P is (−2,−8).
Phase 4
The Normal Line
The question asks for the equation of the normal at P. The normal is the line perpendicular to the tangent.
If the tangent has a slope mt=3, then the normal must have a slope mn defined by:
Now we have everything we need: a point P(−2,−8) and a slope mn=−31. Using the point-slope form y−y1=mn(x−x1), we write:
The Final Elegance
Let us simplify this carefully. The equation becomes y+8=−31(x+2).
Multiplying both sides by 3, we get 3(y+8)=−(x+2), which simplifies to 3y+24=−x−2.
Rearranging all terms to one side, we arrive at the final, elegant equation:
x+3y+26=0
You have just navigated the geometry of the parabola and the calculus of slopes to find the exact normal. Keep this logic in your toolkit—it is the foundation for solving many complex problems in coordinate geometry!