Conic Sections: Speed-Solving Techniques (8)

medium 3 min read

Question

Find the equation of the tangent to the parabola y2=8xy^2 = 8x at the point (2,4)(2, 4). Also, find the equation of the normal at the same point. JEE Main 2023 standard.

Solution — Step by Step

Check: 42=164^2 = 16 and 8×2=168 \times 2 = 16. Yes, (2,4)(2, 4) lies on y2=8xy^2 = 8x. Always verify before assuming.

For the parabola y2=4axy^2 = 4ax, the tangent at the point (x1,y1)(x_1, y_1) has the form:

yy1=2a(x+x1)y y_1 = 2a(x + x_1)

Here 4a=84a = 8, so a=2a = 2. With (x1,y1)=(2,4)(x_1, y_1) = (2, 4):

y4=22(x+2)y \cdot 4 = 2 \cdot 2 (x + 2)

4y=4(x+2)    y=x+24y = 4(x + 2) \implies y = x + 2

Slope of tangent: 11. Slope of normal: 1-1 (negative reciprocal).

y4=1(x2)    x+y=6y - 4 = -1(x - 2) \implies x + y = 6

Final answers: Tangent y=x+2y = x + 2, Normal x+y=6x + 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)=0S(x, y) = 0, the tangent at point (x1,y1)(x_1, y_1) is obtained by replacing x2xx1x^2 \to xx_1, y2yy1y^2 \to yy_1, x(x+x1)/2x \to (x+x_1)/2, y(y+y1)/2y \to (y+y_1)/2.

For the parabola y2=4axy^2 = 4ax: y2y^2 becomes yy1yy_1, xx becomes (x+x1)/2(x+x_1)/2, giving yy1=4a(x+x1)/2=2a(x+x1)yy_1 = 4a \cdot (x+x_1)/2 = 2a(x+x_1). That’s where the formula comes from.

Alternative Method

Differentiate implicitly: 2ydydx=82y\dfrac{dy}{dx} = 8, so dydx=4/y=4/4=1\dfrac{dy}{dx} = 4/y = 4/4 = 1 at (2,4)(2, 4). Then the tangent is y4=1(x2)y - 4 = 1 \cdot (x - 2), i.e., y=x+2y = 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/dxdy/dx at x=x1x = x_1, forgetting to substitute y=y1y = y_1 as well. Implicit differentiation gives dy/dxdy/dx as a function of both xx and yy — substitute the full point.

For JEE Main MCQs on conic tangents, memorise: parabola y2=4axy^2 = 4ax tangent at (at2,2at)(at^2, 2at) is ty=x+at2ty = x + at^2 (parametric form). Even faster than T = 0 if the point is given parametrically.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next