Question
Find the equation of the tangent to the parabola y2=4ax at the point (at2,2at).
(JEE Main 2022, similar pattern)
Solution — Step by Step
Differentiate y2=4ax implicitly:
2ydxdy=4a
dxdy=2y4a=y2a
At the point (at2,2at): slope =2at2a=t1.
y−2at=t1(x−at2)
Multiply through by t:
ty−2at2=x−at2
ty=x+at2
The point (at2,2at) should satisfy this equation: t(2at)=at2+at2, i.e., 2at2=2at2 ✓
Also, this tangent has y-intercept at x=−at2 (set y=0: 0=x+at2⇒x=−at2), which is the correct sub-tangent geometry for a parabola.
Why This Works
The parametric point (at2,2at) lies on y2=4ax for every value of t (verify: (2at)2=4a2t2=4a⋅at2 ✓). The tangent equation ty=x+at2 is one of the most important results in conic sections — it appears in nearly every JEE paper.
The slope 1/t tells us something useful: as t→0 (point near vertex), the tangent becomes vertical; as t→∞ (point far from vertex), the tangent becomes nearly horizontal. This matches the visual shape of the parabola.
For the parabola y2=4ax, the tangent at point (x1,y1) is:
yy1=2a(x+x1)
Substitute x1=at2, y1=2at:
y(2at)=2a(x+at2)
2aty=2a(x+at2)
Divide by 2a: ty=x+at2. Same result.
Memorise the tangent at (at2,2at) as ty=x+at2. For slope form, the tangent with slope m is y=mx+a/m. For the tangent at (x1,y1), use yy1=2a(x+x1). Having all three forms ready saves time in different question types.
Common Mistake
A frequent error: using dxdy=x2a instead of y2a. This happens when students divide 4a by 2x instead of 2y during implicit differentiation. Remember — when you differentiate y2, you get 2y⋅dxdy, not 2x. The variable being differentiated is y, and it appears on the left side.