Analyzing the Setup
Welcome, future engineer. Today, we aren't just solving a problem; we are embarking on a journey through the elegant landscape of coordinate geometry.
We have a parabola, y2=8x, and a circle, x2+y2−2x−4y=0. They dance together, intersecting at points P and Q. Our mission is to find the area of the triangle formed by these points and the parabola's focus, S.
The Anchor Point
First, let's find our anchor: the focus S. Comparing y2=8x to the standard form y2=4ax, we see 4a=8, which implies a=2.
Our focus S sits proudly at (2,0). Both curves pass through the origin (0,0), which serves as our first intersection point, P.
The Parametric Leap
To find Q, we summon the power of parametric coordinates. By setting x=2t2 and y=4t, we transform the parabola into a single variable t.
Substituting these into the circle's equation, we get:
(2t2)2+(4t)2−2(2t2)−4(4t)=0
Expanding this, we arrive at:
This simplifies to the polynomial:
The Algebraic Dance
Dividing by 4, we obtain t4+3t2−4t=0. Factoring out t, we have:
By inspection, t=1 is a root. Factoring completely, we find:
The quadratic factor t2+t+4 has a negative discriminant (D=12−4(1)(4)=−15), so it yields no real roots. Thus, our real intersection points occur at t=0 and t=1.
For t=0, we get P(0,0). For t=1, we get Q(2,4).
The Geometric Revelation
Now, consider the triangle PQS with vertices P(0,0), Q(2,4), and S(2,0). Notice that S and Q share the same x-coordinate of 2.
This means SQ is a vertical line segment. Since PS lies on the x-axis, the angle at S is 90∘. We have a right-angled triangle!
The base PS is the distance from (0,0) to (2,0), which is 2. The height SQ is the vertical distance from (2,0) to (2,4), which is 4.
The area is calculated as:
Area=21×base×height=21×2×4=4
The final area of the triangle is 4 square units.