Analyzing the Setup
Imagine you are standing before a mirror, but instead of seeing yourself, you see the elegant geometry of a parabola. This problem is not just about finding a distance; it is about mastering the art of transformation.
We are given a parabola y2=4x and a mirror line x+y+4=0. Our mission is to find the distance between the intersection points of the reflected curve C and the horizontal line y=−5.
The Parametric Strategy
The most common mistake students make is trying to derive the full Cartesian equation of the reflected curve. That path is fraught with algebraic peril.
Instead, let us embrace the power of parameters. By representing any point on the parabola as P(t2,2t), we reduce the entire curve to a single variable t.
This is the secret weapon of coordinate geometry—it allows us to track the movement of the entire curve by simply tracking the movement of a single, general point.
The Reflection Formula
Now, we invoke the reflection formula. For a point (x1,y1) reflected across the line ax+by+c=0, the image (h,k) is determined by the ratio:
ah−x1=bk−y1=a2+b2−2(ax1+by1+c)
Substituting our point P(t2,2t) and the line x+y+4=0 (where a=1,b=1,c=4), we get:
1h−t2=1k−2t=12+12−2(t2+2t+4)
Notice the elegance here: the denominator 12+12 equals 2, which perfectly cancels the −2 in the numerator. We are left with:
Solving for the Reflected Coordinates
With the formula simplified, we can isolate h and k. For the x-coordinate:
Similarly, for the y-coordinate:
We have now successfully mapped every point on the original parabola to its reflected counterpart on curve C using only the parameter t.
The Intersection and Final Distance
The problem asks for the intersection with y=−5. Since our reflected y-coordinate is k=−t2−4, we simply set:
This yields t2=1, meaning t=1 or t=−1. These two values of t give us the two points of intersection, A and B.
For t=1, h=−2(1)−4=−6, giving A(−6,−5). For t=−1, h=−2(−1)−4=−2, giving B(−2,−5).
Since both points lie on the line y=−5, the distance is simply the absolute difference between their x-coordinates:
We have navigated the reflection, solved the intersection, and arrived at the final answer of 4. Keep this parametric mindset, and no coordinate geometry problem will ever intimidate you again.