Question
Find the equations of the tangent and normal to the curve at the point where .
(CBSE 12 + JEE Main pattern)
Solution — Step by Step
Substitute into :
The point is .
At : slope of tangent .
The tangent is horizontal at this point.
Using point-slope form :
The tangent is the x-axis itself.
The normal is perpendicular to the tangent. Since the tangent is horizontal (slope = 0), the normal is vertical:
When the tangent slope is 0, the normal slope is undefined (vertical line). When the tangent slope is , the normal slope is .
flowchart TD
A["Given: curve and point"] --> B["Step 1: Find y-coordinate"]
B --> C["Step 2: Compute dy/dx"]
C --> D["Step 3: Evaluate dy/dx at the point = slope m"]
D --> E["Tangent: y - y₁ = m(x - x₁)"]
D --> F["Normal slope = -1/m"]
F --> G["Normal: y - y₁ = (-1/m)(x - x₁)"]
E --> H["Special case: m = 0 → tangent is horizontal"]
F --> I["Special case: m = 0 → normal is vertical"]
Why This Works
The derivative at a point gives the slope of the tangent line at that point. This is the fundamental geometric meaning of the derivative — it measures how steeply the curve is rising or falling at any location.
The normal is perpendicular to the tangent. Two perpendicular lines have slopes that multiply to : if tangent slope is , normal slope is . Once we have the slope and a point, the point-slope form gives the complete equation.
Alternative Method — Implicit Differentiation for Implicit Curves
If the curve is given implicitly (like ), differentiate both sides with respect to :
Then proceed as before. This is essential for JEE problems involving circles, ellipses, and other implicit curves.
For JEE Main, tangent-normal problems often involve finding the tangent at a given slope (not a given point). If the question says “find the tangent to with slope 6,” set , which gives , then . Tangent: , or .
Common Mistake
Students forget to find the y-coordinate. They compute the slope correctly but then write the tangent equation using only the x-value without substituting back to find . The point-slope form needs BOTH coordinates . Also, when the tangent slope is 0 (horizontal tangent), the normal is vertical (), not "" — division by zero means a vertical line, not infinity.