Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a problem; we are uncovering a fundamental truth about the parabola. When you look at the equation y2=4ax, do not just see a curve. See a playground of symmetry and hidden ratios.
We are going to explore the relationship between three points on this curve and the triangle formed by their tangents.
The Power of Parameters
Our journey begins with the points A,B, and C. If we try to work with standard Cartesian coordinates (x,y), we will quickly find ourselves drowning in square roots. Instead, we embrace the parametric form.
Any point on our parabola can be defined as (at2,2at). By assigning parameters t1,t2, and t3 to our points A,B, and C, we transform the geometry into a beautiful algebraic dance.
The First Triangle: △ABC
Now, let us connect these points to form △ABC. To find its area, we use the classic determinant formula:
ΔABC=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
Substituting our parametric coordinates, we get:
ΔABC=21∣at12(2at2−2at3)+at22(2at3−2at1)+at32(2at1−2at2)∣
As we factor out 2a2, the expression simplifies to a2∣t12(t2−t3)+t22(t3−t1)+t32(t1−t2)∣. This cyclic expression is a classic in JEE mathematics, factorizing perfectly into:
ΔABC=a2∣(t1−t2)(t2−t3)(t3−t1)∣
Keep this result close; it is the foundation of our proof.
The Tangent Dance
Now, we draw the tangents at A,B, and C. These lines extend and intersect at points P,Q, and R. Here is where the magic happens.
A standard property of the parabola y2=4ax tells us that the intersection of tangents at t1 and t2 is (at1t2,a(t1+t2)). Using this, we define:
P=(at1t2,a(t1+t2)),Q=(at2t3,a(t2+t3)),R=(at3t1,a(t3+t1))
The Second Triangle: △PQR
We now construct △PQR using these intersection points. Applying the same area formula, we substitute these new coordinates.
When we compute the area ΔPQR=21∣xP(yQ−yR)+xQ(yR−yP)+xR(yP−yQ)∣, the a terms combine to form a2. The differences in y coordinates simplify to a(t2−t1), a(t3−t2), and a(t1−t3).
Factoring out a2 and the 21 from the formula, we find:
ΔPQR=2a2∣t1t2(t2−t1)+t2t3(t3−t2)+t3t1(t1−t3)∣
Just like before, this cyclic expression factorizes into the same product of differences. Thus:
ΔPQR=2a2∣(t1−t2)(t2−t3)(t3−t1)∣
The Grand Finale
We have arrived at the moment of truth. We want the ratio of the area of △ABC to the area of △PQR.
When we divide ΔABC by ΔPQR, the entire complex product of differences cancels out completely. We are left with:
ΔPQRΔABC=2a2∣(t1−t2)(t2−t3)(t3−t1)∣a2∣(t1−t2)(t2−t3)(t3−t1)∣=2
The ratio is 2:1. This is the elegance of coordinate geometry. You have mastered the geometry; now, carry this confidence into your next challenge.