Differentiation
🎯What you need to be able to do
- Differentiate \( ax^{n} \) for rational \(n\), and sums of such terms.
- Rewrite roots and fractions as powers before differentiating.
- Apply the chain rule to \( (ax+b)^{n} \) and similar composite expressions.
- Find the equations of tangents and normals.
- Determine where a function is increasing or decreasing.
- Find stationary points and classify them using the second derivative or a sign test.
- Solve practical maximum and minimum problems, setting up the function yourself.
- Use the chain rule for connected rates of change.
📚The mathematics
The basic rule
Multiply by the power, then reduce the power by one. It works for negative and fractional powers too, which is why the first move on any awkward expression is to rewrite it as a power:
Most “I cannot differentiate this” moments are really “I have not rewritten this yet” moments. Note the last one: divide through first when the denominator is a single term, since there is no quotient rule at P1.
The notation \( \dfrac{\mathrm{d}y}{\mathrm{d}x} \) and \( \mathrm{f}'(x) \) mean the same thing. Both represent the gradient of the tangent, and equivalently the rate of change of \(y\) with respect to \(x\).
The chain rule
Differentiate the outside, leave the inside alone, then multiply by the derivative of the inside. The factor people forget is that last one: the derivative of \( (3x+1)^{4} \) is \( 12(3x+1)^{3} \), not \( 4(3x+1)^{3} \).
Tangents and normals
At the point where \( x = a \):
- the \(y\)-coordinate comes from \( \mathrm{f}(a) \) — the function, not the derivative;
- the gradient of the tangent is \( \mathrm{f}'(a) \);
- the gradient of the normal is \( -\dfrac{1}{\mathrm{f}'(a)} \), since the normal is perpendicular.
Then use \( y - y_1 = m(x - x_1) \). Two errors account for nearly all lost marks here: substituting into \( \mathrm{f}' \) to get the \(y\)-coordinate, and using the tangent gradient for the normal.
Increasing, decreasing and stationary
“Show that \( \mathrm{f} \) is increasing for all \(x\)” usually means showing \( \mathrm{f}'(x) \) is a sum of squares or otherwise clearly positive — completing the square on the derivative is the standard technique.
Classifying stationary points
Solve \( \dfrac{\mathrm{d}y}{\mathrm{d}x} = 0 \) to locate them, then classify by one of two methods:
- Second derivative. \( \dfrac{\mathrm{d}^{2}y}{\mathrm{d}x^{2}} > 0 \) means a minimum (the curve is concave up, holding water); \( \dfrac{\mathrm{d}^{2}y}{\mathrm{d}x^{2}} < 0 \) means a maximum. This is quicker when the second derivative is easy.
- Sign test. Evaluate \( \dfrac{\mathrm{d}y}{\mathrm{d}x} \) just either side of the point and record the signs. Necessary when the second derivative is zero, which is inconclusive.
The second derivative being zero does not prove a point of inflexion — \( y = x^{4} \) has \( \dfrac{\mathrm{d}^{2}y}{\mathrm{d}x^{2}} = 0 \) at the origin and a clear minimum there. Fall back on the sign test.
Practical maxima and minima
These questions follow a fixed procedure, and the marks are spread across all of it:
- Write an expression for the quantity to be optimised.
- Use the constraint to eliminate the second variable, so you have a function of one variable. This is usually the hardest step and it is where the “show that” part often sits.
- Differentiate and set to zero.
- Solve, rejecting any root that makes no physical sense (a negative length, for instance).
- Classify — show it is the maximum or minimum you claimed.
- Answer the question actually asked, which is often the optimal value rather than the \(x\) that produces it.
Connected rates of change
When two quantities both vary with time, the chain rule links their rates:
The method: write down what you are given and what you want, both as derivatives, then find the missing link by differentiating a formula connecting the variables. Choose the chain so the intermediate quantities cancel, exactly as fractions would.
✏️Worked example
(a) The volume constraint gives \( \pi r^{2}h = 1000 \), so \( h = \dfrac{1000}{\pi r^{2}} \). A closed cylinder has two circular ends and a curved surface:
as required — the \( \pi \) and one power of \(r\) cancel. If they do not, check the constraint.
(b) Rewrite as a power first: \( A = 2\pi r^{2} + 2000r^{-1} \), so
Setting this to zero: \( 4\pi r = \dfrac{2000}{r^{2}} \), so \( r^{3} = \dfrac{2000}{4\pi} = 159.15 \) and \( r = 5.42 \) cm.
To show it is a minimum, \( \dfrac{\mathrm{d}^{2}A}{\mathrm{d}r^{2}} = 4\pi + \dfrac{4000}{r^{3}} \). For any \( r > 0 \) both terms are positive, so the second derivative is positive and the stationary point is a minimum.
(c) With \(h\) fixed, \( V = \pi r^{2}h = 8\pi r^{2} \), so \( \dfrac{\mathrm{d}V}{\mathrm{d}r} = 16\pi r \). By the chain rule,
📝Practise
Work through these, then reveal the answer. Each question targets a different objective from the list above.
1. Differentiate \( y = 4\sqrt{x} - \dfrac{6}{x^{2}} + 5 \).
2. Find the equation of the normal to \( y = x^{3} - 2x^{2} + 4 \) at the point where \( x = 2 \).
3. Find and classify the stationary points of \( y = 2x^{3} - 3x^{2} - 12x + 5 \).
4. Differentiate \( y = \dfrac{5}{(2x - 3)^{4}} \).
5. An open rectangular tank has a square base of side \(x\) m and volume 32 m\(^3\). Show that its surface area is \( A = x^{2} + \dfrac{128}{x} \) and find the value of \(x\) that minimises it.
6. The volume of a sphere is increasing at 30 cm\(^3\) s\(^{-1}\). Find the rate at which the radius is increasing when \( r = 4 \) cm.
🔗Go deeper — other people’s work
These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.
- 3Blue1Brown — Essence of Calculus, the best available intuition for a derivative
- Desmos — graph \(y\) and \( \dfrac{\mathrm{d}y}{\mathrm{d}x} \) together and watch the stationary points line up with the zeros
- Khan Academy — optimisation and related rates