Tangent & NormalJEE Main

Lines touching a curve at a point — interactive Mathematics simulation for IIT-JEE.

Concept

The tangent at a point is the straight line that just grazes the curve there — its slope is the derivative f(x0)f'(x_0). The normal is perpendicular to it, with slope 1/f(x0)-1/f'(x_0).

Key formula

tangent: yy0=f(x0)(xx0);normal: yy0=1f(x0)(xx0)\text{tangent: } y - y_0 = f'(x_0)(x - x_0); \quad \text{normal: } y - y_0 = -\frac{1}{f'(x_0)}(x - x_0)

Derivation

The derivative gives the instantaneous slope m=f(x0)m = f'(x_0). Using point–slope form through (x0,y0)(x_0, y_0) yields the tangent.

Perpendicular lines have slopes whose product is 1-1, so the normal's slope is 1/m-1/m. Where the tangent is horizontal (m=0m=0), the normal is vertical.

Scenarios to explore

  • Tangent & Normal — Lines touching a curve and the perpendicular to them.

Real-world applications

  • Optics: normals define angles of incidence and reflection.
  • Physics: velocity is tangent to a trajectory.
  • Newton–Raphson root finding follows tangents to the x-axis.

JEE exam tips

  • Tangent length, subtangent and subnormal all derive from y0y_0 and f(x0)f'(x_0).
  • Horizontal tangent ⇒ f(x0)=0f'(x_0)=0 (a turning point); vertical tangent ⇒ ff' infinite.

Common mistakes

  • Using f(x0)f(x_0) as the slope instead of f(x0)f'(x_0).
  • Forgetting the normal's slope is the negative reciprocal, not the negative.
  • Point–slope sign errors in (xx0)(x - x_0).

Exam traps to avoid

  • At a point where f(x0)=0f'(x_0)=0, the normal is vertical (undefined slope), not horizontal.
  • Two curves are orthogonal where their tangents' slopes multiply to 1-1.