Question
Find the equation of the tangent to the parabola y2=8x at the point (2,4).
This looks like a one-step formula application, but JEE Advanced regularly trips students up by varying the parametric form. Let’s do it three ways and see which is fastest.
Solution — Step by Step
y2=16, 8x=16. ✓ The point is on the curve.
Differentiate y2=8x implicitly:
2ydxdy=8⟹dxdy=y4
At (2,4): slope m=4/4=1.
Point-slope form: y−4=1(x−2), so y=x+2.
For y2=4ax, tangent at (x1,y1) is yy1=2a(x+x1).
Here 4a=8, so a=2. At (2,4): 4y=4(x+2)⟹y=x+2. ✓
Final answer: y=x+2 (or x−y+2=0).
Why This Works
For any curve f(x,y)=0, the tangent at (x1,y1) uses the slope dy/dx evaluated at that point. The slick “T = 0” form for conics — tangent equation T=0 — comes from a clever substitution rule (e.g., y2→yy1, x→(x+x1)/2, etc.) that gives the tangent equation directly.
The substitution rule for y2=4ax:
- x→(x+x1)/2
- y2→yy1
- 4ax→2a(x+x1)
So yy1=2a(x+x1) becomes the tangent.
Parabola y2=4ax: tangent at (x1,y1) is yy1=2a(x+x1)
Ellipse a2x2+b2y2=1: tangent at (x1,y1) is a2xx1+b2yy1=1
Hyperbola a2x2−b2y2=1: tangent at (x1,y1) is a2xx1−b2yy1=1
Circle x2+y2=r2: tangent at (x1,y1) is xx1+yy1=r2
Alternative Method
Parametric form. For y2=4ax, points on the parabola can be written as (at2,2at). Tangent at parameter t: y=x/t+at (or ty=x+at2).
Here a=2, (at2,2at)=(2t2,4t)=(2,4), so t=1. Tangent: y(1)=x+2(1)2⟹y=x+2. ✓
The parametric form is often fastest for parabola tangent problems involving multiple tangents, focal chords, or normals. Memorise the parametric tangent: ty=x+at2.
Common Mistake
Students confuse the tangent formula for circles (xx1+yy1=r2) with the parabola formula (yy1=2a(x+x1)). The replacement rule is conic-specific. If you don’t remember which is which, fall back to implicit differentiation — it always works.
Another trap: applying yy1=4a(x+x1) instead of yy1=2a(x+x1). The factor on 4a gets halved when you apply the "x→(x+x1)/2" rule. Slow down, write the substitution carefully, and you’ll get it right every time.