Question
Find the equation of the tangent to the parabola y2=8x at the point (2,4). Also, find the equation of the normal at the same point. JEE Main 2023 standard.
Solution — Step by Step
Check: 42=16 and 8×2=16. Yes, (2,4) lies on y2=8x. Always verify before assuming.
For the parabola y2=4ax, the tangent at the point (x1,y1) has the form:
yy1=2a(x+x1)
Here 4a=8, so a=2. With (x1,y1)=(2,4):
y⋅4=2⋅2(x+2)
4y=4(x+2)⟹y=x+2
Slope of tangent: 1. Slope of normal: −1 (negative reciprocal).
y−4=−1(x−2)⟹x+y=6
Final answers: Tangent y=x+2, Normal x+y=6.
Why This Works
The “T = 0” form (chord of contact) is one of the fastest techniques in conic sections. For any conic S(x,y)=0, the tangent at point (x1,y1) is obtained by replacing x2→xx1, y2→yy1, x→(x+x1)/2, y→(y+y1)/2.
For the parabola y2=4ax: y2 becomes yy1, x becomes (x+x1)/2, giving yy1=4a⋅(x+x1)/2=2a(x+x1). That’s where the formula comes from.
Alternative Method
Differentiate implicitly: 2ydxdy=8, so dxdy=4/y=4/4=1 at (2,4). Then the tangent is y−4=1⋅(x−2), i.e., y=x+2. Same result.
The differentiation method works for any curve; the T=0 trick is faster for standard conics.
Students often write the tangent slope as dy/dx at x=x1, forgetting to substitute y=y1 as well. Implicit differentiation gives dy/dx as a function of both x and y — substitute the full point.
For JEE Main MCQs on conic tangents, memorise: parabola y2=4ax tangent at (at2,2at) is ty=x+at2 (parametric form). Even faster than T = 0 if the point is given parametrically.