The derivative is the central tool of calculus, and it is the basis of every curve-sketching and optimisation question at A level. In this guide we build the topic step by step: what a derivative means, how to apply the power rule, the product and quotient rules and the chain rule, how to find the equation of a tangent, and how to get from the derivative to stationary points and to where a function is increasing or decreasing ā including the mistakes that lose the most marks and a practice plan that will take you to full command.
To differentiate a function, you identify which differentiation rule matches the shape of the function and apply it: the power rule for a polynomial (bring the power down and multiply by it, then reduce the power by 1), the product or quotient rule when two functions are multiplied or divided, and the chain rule for a function 'inside brackets' ā differentiate the outside and multiply by the derivative of the inside. There is no single universal formula for 'how to differentiate' ā there are four fixed rules, and the moment you recognise which rule fits, the calculation is entirely mechanical.
The derivative is the heart of calculus, and it is the tool with which most function questions on the A-level Pure papers are solved. Every curve investigation ā finding stationary points, intervals where the function is increasing or decreasing, and the gradient of a tangent ā starts with differentiating. The good news: differentiating is a technical skill. Once you know a handful of rules by heart and practise them until they become a reflex, you can differentiate almost any function that appears in the exam. In this guide we go through all the rules in the order they are taught, see examples of each, and connect it all to a full curve investigation.
What is a derivative? ā the gradient of the tangent
The derivative of a function f(x) at a point is the gradient of the tangent to the curve at that point ā that is, the instantaneous rate of change of the function. If the derivative is positive, the function is increasing; if the derivative is negative, the function is decreasing; and if the derivative equals zero, there is a horizontal tangent there ā a candidate for a stationary point. The notation for the derivative is f'(x) (read 'f dashed of x') or dy/dx. At A level you are expected to know the definition from first principles (the limit), but in the vast majority of questions you use the ready-made differentiation rules ā and that is all you need to solve them.
The power rule ā the most basic rule
The central rule to know by heart is the power rule: the derivative of xāæ is nĀ·x^(nā1). In words: multiply by the power, and reduce the power by 1. Direct examples: the derivative of x³ is 3x²; the derivative of xāµ is 5xā“; the derivative of x is 1 (because x is x¹, and the derivative is 1Ā·xā° = 1); and the derivative of any constant (say 7) is 0, because a constant does not change.
Two simple rules join the power rule: the derivative of a sum is the sum of the derivatives (differentiate term by term), and a constant multiplier stays where it is (the derivative of 4x² is 4Ā·2x = 8x). With these three rules you can differentiate any polynomial. A combined example: the derivative of f(x) = 3x³ ā 5x² + 2x ā 9 is f'(x) = 9x² ā 10x + 2 (the constant term ā9 disappears, because the derivative of a constant is zero).
The power rule also works for negative and fractional powers, which matters at A level. For example, 1/x is written as x^(ā1), and its derivative is ā1Ā·x^(ā2) = ā1/x². And a root: āx is written as x^(1/2), and its derivative is (1/2)Ā·x^(ā1/2) = 1/(2āx). The trick is always the same: rewrite as a power, then apply the power rule.
| Function f(x) | Derivative f'(x) | Short explanation |
|---|---|---|
| k (constant) | 0 | A constant does not change |
| x | 1 | Power rule with n = 1 |
| x² | 2x | Multiply by 2, reduce the power |
| xāæ | nĀ·x^(nā1) | The general power rule |
| 1/x = xā»Ā¹ | ā1/x² | Negative power |
| āx = x^(1/2) | 1/(2āx) | Fractional power |
| 3x³ ā 5x² + 2x ā 9 | 9x² ā 10x + 2 | Term by term, constant disappears |
The product rule and the quotient rule
When differentiating a product of two functions, it is not enough to differentiate each one separately. The product rule says: the derivative of f(x)Ā·g(x) is f'(x)Ā·g(x) + f(x)Ā·g'(x). In words: differentiate the first times the second as it is, plus the first as it is times the derivative of the second. Example: the derivative of (x²)(x + 3) ā you could expand the brackets, but with the product rule too: 2xĀ·(x + 3) + x²·1 = 2x² + 6x + x² = 3x² + 6x.
The quotient rule deals with a quotient of two functions. The derivative of f(x)/g(x) is [f'(x)Ā·g(x) ā f(x)Ā·g'(x)] / [g(x)]². Note the order: in the numerator it is 'the derivative of the numerator times the denominator, minus the numerator times the derivative of the denominator', and the denominator is the square of the original denominator. The sign and the order in the numerator are the most common mistake ā always the top (the derivative of the numerator) first. Example: the derivative of (x²)/(x + 1) is [2xĀ·(x + 1) ā x²·1] / (x + 1)² = [2x² + 2x ā x²]/(x + 1)² = (x² + 2x)/(x + 1)².
Differentiating a composite function ā the chain rule
A composite function is a 'function inside a function', for example (2x + 1)āµ or ā(x² + 4). To differentiate it you use the chain rule: differentiate the 'outer' function as though the inner one were a single variable, then multiply by the derivative of the 'inner' function. Example: the derivative of (2x + 1)āµ is 5Ā·(2x + 1)ā“ Ā· 2 = 10(2x + 1)ā“ ā first the power rule on the whole bracket, then multiply by the derivative of what is inside the bracket (which is 2).
Another example with a root: the derivative of ā(x² + 4) = (x² + 4)^(1/2) is (1/2)Ā·(x² + 4)^(ā1/2) Ā· 2x = 2x / (2ā(x² + 4)) = x/ā(x² + 4). Again the same pattern: differentiate the outer (the power rule on the root), multiply by the derivative of the inner (2x). Remember: without multiplying by the inner derivative the answer is wrong.
From the derivative to a curve investigation
Once you can differentiate, you can carry out a full curve investigation ā and that is exactly the big exam question. The process: (1) differentiate and get f'(x). (2) Solve the equation f'(x) = 0 to find the candidate stationary points. (3) Check the sign of the derivative to the left and right of each such point: if the derivative changes from positive to negative ā it is a maximum; if from negative to positive ā a minimum. (4) Substitute the x-values into the original function to get the y-coordinates of the stationary points.
A full example: investigate f(x) = x³ ā 3x². Step 1 ā differentiate: f'(x) = 3x² ā 6x. Step 2 ā set to zero: 3x² ā 6x = 0, take out 3x: 3x(x ā 2) = 0, giving x = 0 and x = 2. Step 3 ā signs of the derivative: before 0 the derivative is positive (the function is increasing), between 0 and 2 it is negative (decreasing), after 2 it is positive (increasing). So x = 0 is a local maximum and x = 2 is a local minimum. Step 4 ā y-values: f(0) = 0 (a maximum at (0, 0)), f(2) = 8 ā 12 = ā4 (a minimum at (2, ā4)).
Common mistakes that lose marks
Mistake 1 ā forgetting to multiply by the inner derivative in the chain rule. When differentiating (2x + 1)āµ you must multiply by 2. Without it the answer is wrong. Mistake 2 ā a wrong sign or order in the numerator of the quotient rule. Remember: the derivative of the numerator times the denominator, minus the numerator times the derivative of the denominator, over the denominator squared. Mistake 3 ā zeroing a constant multiplier (the derivative of 5x is 5, not 0; only the derivative of a lone constant is 0).
Mistake 4 ā confusing a maximum with a minimum. Always check the sign of the derivative around the point, or the second derivative: f'' > 0 ā minimum, f'' < 0 ā maximum. Mistake 5 ā forgetting to substitute back into the original function. f'(x) = 0 gives only the x-values of the stationary points; to get the y-values you must substitute the x into f(x), not into f'(x).
A focused differentiation practice plan
Differentiating is a technical skill, so repeated practice is the key. The following plan assumes about an hour a day and is built to take you from the basics to a full curve investigation in about a fortnight.
- Days 1-2: the power rule. Forty polynomial differentiation exercises, including negative and fractional powers, until differentiating becomes a reflex.
- Days 3-4: the product rule and the quotient rule. Twenty-five exercises, with the emphasis on the sign and the square in the denominator of the quotient rule.
- Days 5-6: the chain rule for composite functions. Twenty exercises ā always multiply by the inner derivative.
- Days 7-8: finding tangents, normals and stationary points. Fifteen exercises: f'(x) = 0, sign check, and substituting back.
- Days 9-10: full curve investigations and past-paper questions, under timed conditions.
Summary
Differentiation is a skill that repays investment: it is technical, predictable, and full of safe marks for anyone who practises. The four rules you need to command are the power rule, the product rule, the quotient rule and the chain rule ā and above them the curve-investigation process: differentiate, solve f'(x) = 0, check the sign, and substitute back. If you remember to multiply by the inner derivative, keep the sign and the square in the quotient rule, and substitute back into the original function ā the curve-investigation question in the exam will become one of your strongest. The way there is through repeated practice.
Frequently asked questions
How do you differentiate?
First identify which differentiation rule matches the shape of the function: a simple polynomial ā the power rule (multiply by the power and reduce it by 1). A product of two functions ā the product rule. A quotient of two functions ā the quotient rule. A function inside a function (for example a bracket raised to a power) ā the chain rule. Most exercises combine several rules, so it matters to identify the structure of the expression before you start differentiating.
How do you differentiate a polynomial?
Use the power rule on each term separately: the derivative of xāæ is nĀ·x^(nā1), a constant multiplier stays where it is, and a lone constant disappears (its derivative is 0). For example, the derivative of f(x) = 3x³ ā 5x² + 2x ā 9 is f'(x) = 9x² ā 10x + 2.
How do you differentiate a bracket?
When there is a function in a bracket raised to a power (like (2x + 1)āµ) or inside a root, use the chain rule: differentiate the outside (as if the bracket were a single variable) and multiply by the derivative of what is inside the bracket. For example, the derivative of (2x + 1)āµ is 5Ā·(2x + 1)ā“ times the inner derivative 2, that is 10(2x + 1)ā“. Forgetting to multiply by the inner derivative is the most common mistake here.
What is the power rule for differentiation?
The power rule says that the derivative of xāæ is nĀ·x^(nā1) ā multiply by the power and reduce it by 1. For example the derivative of x³ is 3x², and the derivative of xāµ is 5xā“. The rule works for negative and fractional powers too: the derivative of 1/x = xā»Ā¹ is ā1/x², and the derivative of āx = x^(1/2) is 1/(2āx).
When do you use the product rule and when the quotient rule?
The product rule when differentiating a product f(x)Ā·g(x): the derivative is f'Ā·g + fĀ·g'. The quotient rule when differentiating a quotient f(x)/g(x): the derivative is (f'Ā·g ā fĀ·g') over [g]². The difference: in the product the sign between the two terms is plus, in the quotient it is minus, and the quotient also has a square in the denominator.
How do you differentiate a composite function like (2x + 1)āµ?
Use the chain rule: differentiate the outer function as if the inner one were a variable, then multiply by the inner derivative. For (2x + 1)āµ: first 5(2x + 1)ā“ (the power rule on the bracket), then multiply by the inner derivative which is 2, giving 10(2x + 1)ā“ altogether. Forgetting to multiply by the inner derivative is the most common mistake.
How do you find stationary points using the derivative?
Solve the equation f'(x) = 0 to find the candidate x-values, then check the sign of the derivative around each point: a change from positive to negative = a maximum, from negative to positive = a minimum. Finally substitute the x-values into the original function f(x) to get the y-coordinates of the points.
What is the most common mistake in differentiation questions?
Forgetting to multiply by the inner derivative in the chain rule, a wrong sign or a missing square in the denominator of the quotient rule, and forgetting to substitute back into the original function to find the y-values of the stationary points. These are all technical mistakes that lose marks even for those who understand the material ā and the way to prevent them is repeated practice and self-checking.
A graded set of exercises ā from the power rule to a full curve investigation in exam style
Practise differentiation and curve sketching ā