The Geometry of Motion
Unveiling the Locus of the Centroid
Welcome, future engineers! Today, we are going to embark on a journey through the elegant world of coordinate geometry. We are looking at a classic JEE Advanced problem involving the parabola y2=4ax.
It might seem like a simple curve, but when we start drawing tangents and normals, we uncover a hidden structure. Imagine you are standing on the curve of the parabola y2=4ax. You pick a point P and draw a tangent PT and a normal PN.
These lines slice through the axis of the parabola at points T and N. Our goal is to find the path—the locus—traced by the centroid of the triangle formed by P, T, and N.
Phase 1
The Power of Parametric Coordinates
To master this problem, we must choose our tools wisely. Instead of working with arbitrary (x,y) coordinates, we use the parametric form P(at2,2at).
Because this single parameter t captures the entire essence of the parabola, every point on the curve is uniquely defined by t. This choice transforms our geometric problem into a beautiful algebraic dance.
By using P(at2,2at), we ensure that the point always satisfies the equation y2=4ax for any real value of t.
Phase 2
The Intercepts T and N
Next, we construct the tangent and the normal. The equation of the tangent at P is well-known: ty=x+at2.
To find where this line meets the axis of the parabola (the x-axis), we set y=0. This gives us x=−at2, so our point T is located at (−at2,0).
Now, for the normal. The normal is perpendicular to the tangent, and its equation is y+tx=2at+at3.
Setting y=0 to find the intersection with the x-axis, we get tx=2at+at3, which simplifies to x=2a+at2. Thus, point N is at (2a+at2,0).
We now have our three vertices: P(at2,2at), T(−at2,0), and N(2a+at2,0).
Phase 3
The Centroid's Journey
Now, we define the centroid G(h,k) of triangle PTN. The centroid is the 'center of mass' of the triangle, calculated as the average of the coordinates of its vertices.
For the x-coordinate h, we have:
Notice the beautiful cancellation here! The at2 and −at2 terms vanish, leaving us with:
For the y-coordinate k, we have:
Phase 4
Eliminating the Parameter
We are almost there. To find the locus, we need an equation relating h and k directly. From k=32at, we isolate t:
Now, we substitute this into our expression for h:
Expanding this, we get:
3h=2a+a(4a29k2)⇒3h=2a+4a9k2
Rearranging to isolate k2, we arrive at:
9k2=4a(3h−2a)⇒k2=34a(h−32a)
Phase 5
The Final Reveal
Look at the equation k2=34a(h−32a). If we replace h and k with x and y, we get:
This is the equation of a parabola! Comparing it to the standard form Y2=4AX, we see the vertex is at (32a,0).
This confirms that our locus is indeed a parabola. Through this journey, we've seen how parametric coordinates and the centroid formula allow us to uncover the hidden geometry of the parabola.