Question
Given a curve and a point on it, how do we find the equations of the tangent and the normal?
Solution — Step by Step
The slope of the tangent at any point on the curve is:
Differentiate , then substitute to get the numerical slope.
Example: For at :
The normal is perpendicular to the tangent. For perpendicular lines:
If (horizontal tangent), the normal is vertical: .
If is undefined (vertical tangent), the normal is horizontal: .
With slope and point :
Tangent:
Normal:
For our example: , .
Tangent:
Normal: (vertical line, since tangent is horizontal).
graph TD
A[Given curve y = f x and point x0] --> B[Find y0 = f of x0]
B --> C[Differentiate: dy/dx = f prime x]
C --> D[Evaluate m = f prime at x0]
D --> E{Is m finite and nonzero?}
E -->|Yes| F[Tangent: y - y0 = m times x - x0]
E -->|m = 0| G[Tangent: y = y0, Normal: x = x0]
E -->|m undefined| H[Tangent: x = x0, Normal: y = y0]
F --> I[Normal: y - y0 = -1/m times x - x0]
Why This Works
The derivative at a point gives the instantaneous rate of change — which is geometrically the slope of the tangent line at that point. This is the fundamental connection between calculus and coordinate geometry.
The normal being perpendicular means their slopes multiply to (the perpendicularity condition from coordinate geometry).
For CBSE 12 boards, tangent-normal problems carry 4-5 marks. The marking scheme gives marks for: finding the derivative (1 mark), evaluating at the point (1 mark), writing tangent equation (1 mark), and writing normal equation (1 mark). Show every step clearly.
Alternative Method
If the curve is given in implicit form , use implicit differentiation:
For example, at :
Tangent: .
Common Mistake
Students sometimes find the slope at but forget to compute and use the wrong -coordinate. For example, if the question says “find the tangent at ,” you must compute first. Using the given but guessing (or using ) gives the wrong tangent line.