Use differentiation to find gradients, tangents and normals to curves
Calculus: Gradients, Tangents and Normals
Welcome to the world of curves and slopes! 📐 In this section, we’ll learn how to use differentiation to find the gradient of a curve, draw the tangent line that just kisses the curve, and even sketch the normal line that stands perpendicular to it. These skills are key for the Cambridge IGCSE Additional Mathematics 0606 exam.
1. Differentiation Recap
Remember that the derivative of a function gives the instantaneous rate of change – the slope of the tangent at any point. The most common rules are:
| Function | Derivative |
|---|---|
| $x^n$ | $nx^{n-1}$ |
| $e^x$ | $e^x$ |
| $\sin x$ | $\cos x$ |
| $\cos x$ | $-\sin x$ |
| $\ln x$ | $\dfrac{1}{x}$ |
2. Finding the Gradient of a Curve
Given a curve $y = f(x)$, the gradient at a point $x = a$ is simply the derivative evaluated at that point:
$m_{\text{tangent}} = f'(a)$
Think of it like a roller‑coaster track: the derivative tells you how steep the track is at any spot.
3. Tangent Lines
Once you have the slope $m_{\text{tangent}}$, the equation of the tangent line at $(a, f(a))$ is:
$y - f(a) = m_{\text{tangent}}\,(x - a)$
Example: For $y = x^3 - 3x$, find the tangent at $x = 2$.
- Compute $y' = 3x^2 - 3$.
- Evaluate at $x = 2$: $y'(2) = 3(4) - 3 = 9$.
- Point on curve: $f(2) = 8 - 6 = 2$.
- Equation: $y - 2 = 9\,(x - 2) \;\Rightarrow\; y = 9x - 16$.
4. Normal Lines
The normal line is perpendicular to the tangent. Its slope is the negative reciprocal of the tangent slope:
$m_{\text{normal}} = -\dfrac{1}{m_{\text{tangent}}}$
Using the same example, the normal at $x = 2$ has slope $-1/9$ and equation:
$y - 2 = -\dfrac{1}{9}\,(x - 2) \;\Rightarrow\; y = -\dfrac{1}{9}x + \dfrac{20}{9}$.
5. Example Problems
- Problem 1: Find the gradient, tangent and normal at $x = 1$ for $y = \ln x$.
- Problem 2: For $y = \sin x$, write the equation of the tangent at $x = \dfrac{\pi}{4}$.
- Problem 3: A curve is given by $y = 3x^2 - 2x + 1$. Determine the point where the tangent is horizontal.
Exam Tips
📝 Tip 1: Always check that you have the correct derivative before plugging in the point.
📝 Tip 2: For normal lines, remember the negative reciprocal trick – it’s a quick way to avoid algebraic mistakes.
📝 Tip 3: When the question asks for a point of horizontal tangent, set $y' = 0$ and solve for $x$.
📝 Tip 4: Show all steps clearly; examiners look for a logical flow.
📝 Tip 5: Practice converting between point‑slope form and slope‑intercept form; both are useful.
Happy calculating! 🚀
Revision
Log in to practice.