Analyzing the Setup
Imagine you are standing on a coordinate plane, looking at a complex landscape defined by two distinct curves. One is a parabola, a graceful arc, and the other is a line cutting through the space.
Our goal is to navigate this landscape, find the hidden points of intersection, and calculate the distance between two specific landmarks, points A and B. This is a story of how different geometric entities interact.
The Tangent at Point P
We begin with the curve x2+2x−4y+9=0. We are interested in the behavior of this curve at the specific point P(1,3).
To find the tangent line at this point, we employ the elegant 'T=0' method. By replacing x2 with xx1, x with 2x+x1, and y with 2y+y1, we transform the quadratic nature of the curve into the linear equation of the tangent.
Substituting P(1,3) into this transformation, we get:
Simplifying this, we arrive at 2x−2y+4=0, or more simply, x−y+2=0. This line represents the 'direction' of the curve at P.
When this line meets the y-axis, we set x=0, yielding y=2. Thus, our first landmark, point A, is found at (0,2).
The Parallel Path to B
Now, we shift our focus. We need a line passing through P(1,3) that is parallel to x−3y=6.
Parallel lines share the same slope. By rearranging x−3y=6 into y=31x−2, we identify the slope m=31.
Using the point-slope form y−3=31(x−1), we derive the equation of our new line: x−3y+8=0. This line is our path to the second landmark, B.
We are told that B lies on the intersection of this line and the parabola y2=4x. By substituting x=3y−8 into the parabola's equation, we create a quadratic equation:
Factoring this, we find y=4 or y=8. This gives us two potential candidates for B: (4,4) and (16,8).
The Final Verification and Distance
The problem provides a final constraint: B must lie on the line 2x−3y=8.
Testing our candidates, we find that (4,4) fails the test, but (16,8) satisfies it perfectly: 2(16)−3(8)=32−24=8.
With A(0,2) and B(16,8) firmly in our grasp, the final step is to calculate the square of the distance between them. Using the distance formula:
The journey is complete. We have navigated the curves, filtered the candidates, and arrived at the final, elegant result of 292.