Analyzing the Setup
Imagine you are standing in a coordinate plane. You have a fixed point, the focus S(4,3), and two lines, the x-axis (y=0) and the y-axis (x=0).
A parabola is the locus of all points P(x,y) that maintain a perfect balance: the distance from P to the focus S must equal the perpendicular distance from P to the directrix L. Mathematically, this is PS=PM, or PS2=PM2.
For our first parabola, with the directrix
y=0, the distance squared is:
(x−4)2+(y−3)2=y2
For the second parabola, with the directrix
x=0, the distance squared is:
(x−4)2+(y−3)2=x2
The Geometric Insight
We want to find where these two parabolas meet. At the intersection points A and B, both equations must be true.
Notice that the left-hand side of both equations is identical:
(x−4)2+(y−3)2. This means we can set the right-hand sides equal to each other:
y2=x2
This simplifies to y=x or y=−x. Because our focus (4,3) is in the first quadrant, the parabolas must intersect in the first quadrant. Thus, we discard y=−x and focus entirely on the line y=x.
The Power of Algebra
Now, we substitute
y=x into our first equation:
(x−4)2+(x−3)2=x2
Expanding this, we get:
(x2−8x+16)+(x2−6x+9)=x2
Simplifying, we arrive at the quadratic equation:
x2−14x+25=0
Let the roots of this equation be x1 and x2. These are the x-coordinates of our intersection points A and B. Since y=x, the points are A(x1,x1) and B(x2,x2).
We need
(AB)2. Using the distance formula:
(AB)2=(x1−x2)2+(y1−y2)2
Since
y=x, this becomes:
(AB)2=(x1−x2)2+(x1−x2)2=2(x1−x2)2
Final Calculation
We do not need to solve for
x1 and
x2 individually. We use the identity:
(x1−x2)2=(x1+x2)2−4x1x2
From our quadratic
x2−14x+25=0, the sum of the roots is
x1+x2=14 and the product is
x1x2=25. Thus:
(x1−x2)2=142−4(25)=196−100=96
Finally, we calculate the squared distance:
(AB)2=2×96=192
We have arrived at the answer with elegance and precision. The final result is 192.