Conic Sections: Tricky Questions Solved (3)

hard 3 min read

Question

Find the equation of the tangent to the parabola y2=8xy^2 = 8x at the point (2,4)(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=16y^2 = 16, 8x=168x = 16. ✓ The point is on the curve.

Differentiate y2=8xy^2 = 8x implicitly:

2ydydx=8    dydx=4y2y \frac{dy}{dx} = 8 \implies \frac{dy}{dx} = \frac{4}{y}

At (2,4)(2, 4): slope m=4/4=1m = 4/4 = 1.

Point-slope form: y4=1(x2)y - 4 = 1(x - 2), so y=x+2y = x + 2.

For y2=4axy^2 = 4ax, tangent at (x1,y1)(x_1, y_1) is yy1=2a(x+x1)y y_1 = 2a(x + x_1).

Here 4a=84a = 8, so a=2a = 2. At (2,4)(2, 4): 4y=4(x+2)    y=x+24y = 4(x + 2) \implies y = x + 2. ✓

Final answer: y=x+2y = x + 2 (or xy+2=0x - y + 2 = 0).

Why This Works

For any curve f(x,y)=0f(x, y) = 0, the tangent at (x1,y1)(x_1, y_1) uses the slope dy/dxdy/dx evaluated at that point. The slick “T = 0” form for conics — tangent equation T=0T = 0 — comes from a clever substitution rule (e.g., y2yy1y^2 \to yy_1, x(x+x1)/2x \to (x + x_1)/2, etc.) that gives the tangent equation directly.

The substitution rule for y2=4axy^2 = 4ax:

  • x(x+x1)/2x \to (x + x_1)/2
  • y2yy1y^2 \to y y_1
  • 4ax2a(x+x1)4ax \to 2a(x + x_1)

So yy1=2a(x+x1)y y_1 = 2a(x + x_1) becomes the tangent.

Parabola y2=4axy^2 = 4ax: tangent at (x1,y1)(x_1, y_1) is yy1=2a(x+x1)y y_1 = 2a(x + x_1)

Ellipse x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1: tangent at (x1,y1)(x_1, y_1) is xx1a2+yy1b2=1\dfrac{x x_1}{a^2} + \dfrac{y y_1}{b^2} = 1

Hyperbola x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1: tangent at (x1,y1)(x_1, y_1) is xx1a2yy1b2=1\dfrac{x x_1}{a^2} - \dfrac{y y_1}{b^2} = 1

Circle x2+y2=r2x^2 + y^2 = r^2: tangent at (x1,y1)(x_1, y_1) is xx1+yy1=r2x x_1 + y y_1 = r^2

Alternative Method

Parametric form. For y2=4axy^2 = 4ax, points on the parabola can be written as (at2,2at)(at^2, 2at). Tangent at parameter tt: y=x/t+aty = x/t + at (or ty=x+at2ty = x + at^2).

Here a=2a = 2, (at2,2at)=(2t2,4t)=(2,4)(at^2, 2at) = (2t^2, 4t) = (2, 4), so t=1t = 1. Tangent: y(1)=x+2(1)2    y=x+2y(1) = x + 2(1)^2 \implies 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+at2ty = x + at^2.

Common Mistake

Students confuse the tangent formula for circles (xx1+yy1=r2x x_1 + y y_1 = r^2) with the parabola formula (yy1=2a(x+x1)y y_1 = 2a(x + x_1)). 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)y y_1 = 4a(x + x_1) instead of yy1=2a(x+x1)y y_1 = 2a(x + x_1). The factor on 4a4a gets halved when you apply the "x(x+x1)/2x \to (x + x_1)/2" rule. Slow down, write the substitution carefully, and you’ll get it right every time.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next