Step-by-step worked examples and graded practice questions on differentiation — from first principles through the power rule to tangents, normals and stationary points. Written to the Edexcel Pure Year 1 specification and equally suitable for AQA and OCR A.
📚 Pure Year 1 (AS)✅ 15 Practice Questions🔍 7 Worked Examples⚠️ Common Mistakes
Struggling with differentiation?
Alamin diagnoses exactly which skills are missing and builds a structured plan to fix them — backed by AI-powered practice between sessions.
Differentiation is the process of finding the gradient function of a curve — a formula that gives you the gradient at any point on the curve, rather than the single gradient a straight line has. At GCSE you found the gradient of a straight line using rise over run; a curve's gradient changes continuously as \(x\) changes, so differentiation produces a new function that calculates it for any \(x\)-value.
If \(y = f(x)\), the derivative (gradient function) is written:
\(\dfrac{dy}{dx}\) — "dee y by dee x", when the curve is written as \(y = \ldots\)
\(f'(x)\) — "f dash x", when the curve is written as a function \(f(x)\)
\(\dfrac{d^2y}{dx^2}\) or \(f''(x)\) — the second derivative, found by differentiating \(\frac{dy}{dx}\) again
Differentiation is one of the two core skills of A-Level calculus, alongside integration — its reverse process.
Differentiation from first principles
Every differentiation rule ultimately comes from one definition. Take two points on a curve, P and a nearby point Q, a small horizontal distance h further along. As Q slides towards P (as h → 0), the gradient of the chord PQ gets closer and closer to the true gradient of the curve at P — the gradient of the tangent.
This gives the formal definition of the derivative:
As Q slides along \(y = x^2\) towards \(P(1, 1)\), the gradient of chord PQ approaches the gradient of the tangent at P. With \(h = 1\), chord PQ has gradient 3; the true tangent gradient at P is 2.
Worked Example 1
Differentiate \(f(x) = x^2\) from first principles.
Notice the pattern: \(x^2 \to 2x\), and \(x^3 \to 3x^2\). In both cases the power comes down as a multiplier and the power itself drops by 1. This pattern is the power rule.
The power rule
For any real number \(n\):
Power rule\(y = x^n \implies \dfrac{dy}{dx} = nx^{n-1}\)
Two further rules let you differentiate almost any polynomial term by term:
Constant multiple rule: \(\dfrac{d}{dx}[a \cdot f(x)] = a \cdot f'(x)\) — a constant in front of a term stays put
Sum/difference rule: \(\dfrac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)\) — differentiate each term separately
Constants differentiate to zero: a constant term (no \(x\)) has zero gradient, so it disappears entirely
Worked Example 3
Differentiate \(y = 3x^4 - 2x^2 + 5x - 7\).
1
Differentiate each term using \(nx^{n-1}\): \(3x^4 \to 3 \times 4x^3 = 12x^3\)
\(-7 \to 0\) (a constant term always differentiates to zero)
Answer\(\dfrac{dy}{dx} = 12x^3 - 4x + 5\)
Negative and fractional powers
The power rule works for any real power — including negative and fractional ones — but you can only apply it once an expression is written as a power of \(x\). Roots and fractions must be rewritten first.
Expression
Index form
\(\sqrt{x}\)
\(x^{1/2}\)
\(\sqrt[3]{x}\)
\(x^{1/3}\)
\(\dfrac{1}{x}\)
\(x^{-1}\)
\(\dfrac{1}{x^2}\)
\(x^{-2}\)
\(\dfrac{1}{\sqrt{x}}\)
\(x^{-1/2}\)
Worked Example 4
Differentiate \(y = 4\sqrt{x} + \dfrac{3}{x^2}\), simplifying your answer.
1
Rewrite in index form: \(y = 4x^{1/2} + 3x^{-2}\)
2
Differentiate term by term: \(\dfrac{dy}{dx} = 4 \times \tfrac{1}{2}x^{-1/2} + 3 \times (-2)x^{-3}\)
3
Simplify the coefficients: \(\dfrac{dy}{dx} = 2x^{-1/2} - 6x^{-3}\)
4
Rewrite back in surd/fraction form: \(\dfrac{dy}{dx} = \dfrac{2}{\sqrt{x}} - \dfrac{6}{x^3}\)
The derivative gives you the gradient of the curve at a single point — which means it also gives you the gradient of the tangent (the line that just touches the curve there). The normal is the line perpendicular to the tangent at that same point, so its gradient is the negative reciprocal of the tangent's gradient.
Both lines are straight lines, so once you have a point and a gradient you find the equation using \(y - y_1 = m(x - x_1)\) from GCSE:
Tangent gradient at \(x = a\): \(m = f'(a)\)
Normal gradient at \(x = a\): \(m = -\dfrac{1}{f'(a)}\)
The tangent to \(y = x^2\) at the point \(P(2, 4)\) has gradient 4, found by differentiating \(\dfrac{dy}{dx} = 2x\) and substituting \(x = 2\).
Worked Example 5
Find the equations of the tangent and the normal to the curve \(y = x^2\) at the point where \(x = 2\).
1
Find the y-coordinate: \(y = 2^2 = 4\), so the point is \((2, 4)\)
2
Differentiate: \(\dfrac{dy}{dx} = 2x\)
3
Gradient of the tangent at \(x = 2\): \(m = 2(2) =\) 4
A function is increasing on an interval if \(f'(x) > 0\) for every \(x\) in that interval, and decreasing if \(f'(x) < 0\) throughout. To prove a function is increasing or decreasing over a range, differentiate it and show the sign of \(f'(x)\) doesn't change within that range.
Worked Example 6
Show that \(f(x) = x^3 - 3x^2 + 8\) is decreasing for \(0 < x < 2\).
1
Differentiate: \(f'(x) = 3x^2 - 6x\)
2
Factorise: \(f'(x) = 3x(x - 2)\)
3
For \(0 < x < 2\): \(x\) is positive, and \((x - 2)\) is negative
4
So \(3x(x - 2)\) is positive × negative = negative throughout the interval
Answer\(f'(x) < 0\) for \(0 < x < 2\), so \(f(x)\) is decreasing there
Stationary points and the second derivative test
A stationary point is a point on a curve where the gradient is momentarily zero — \(\dfrac{dy}{dx} = 0\). To find the nature of a stationary point, differentiate again to get the second derivative, \(\dfrac{d^2y}{dx^2}\), and substitute in the \(x\)-value:
Second derivative
Nature of stationary point
\(\dfrac{d^2y}{dx^2} > 0\)
Local minimum
\(\dfrac{d^2y}{dx^2} < 0\)
Local maximum
\(\dfrac{d^2y}{dx^2} = 0\)
Inconclusive — check the gradient either side instead
Worked Example 7
Find and classify the stationary points of \(y = x^3 - 3x^2 - 9x + 5\).
So \(x = 3\) or \(x = -1\). Find \(y\): at \(x = -1\), \(y = -1 - 3 + 9 + 5 = 10\); at \(x = 3\), \(y = 27 - 27 - 27 + 5 = -22\)
4
Second derivative: \(\dfrac{d^2y}{dx^2} = 6x - 6\)
5
At \(x = -1\): \(\dfrac{d^2y}{dx^2} = -12 < 0 \implies\) local maximum at \((-1, 10)\)
6
At \(x = 3\): \(\dfrac{d^2y}{dx^2} = 12 > 0 \implies\) local minimum at \((3, -22)\)
AnswerLocal max \((-1, 10)\); local min \((3, -22)\)
Exam tips
💡 Tip 1
Always rewrite before you differentiate
You cannot apply the power rule to \(\sqrt{x}\) or \(\dfrac{1}{x^2}\) directly — rewrite them as \(x^{1/2}\) and \(x^{-2}\) first. This is the single most common reason marks are dropped on otherwise correct working.
💡 Tip 2
State "\(\dfrac{dy}{dx} = 0\)" explicitly for stationary points
Examiners award a method mark just for writing the line "at a stationary point, \(\dfrac{dy}{dx} = 0\)" before you solve — don't skip straight to the answer.
💡 Tip 3
Show the limit step in first-principles questions
"Prove from first principles" questions carry marks for showing \(\dfrac{f(x+h) - f(x)}{h}\) explicitly and then stating "as \(h \to 0\)" — a correct final answer with no working earns very few marks.
💡 Tip 4
Substitute into the second derivative, not the first
To classify a stationary point you substitute its x-value into \(\dfrac{d^2y}{dx^2}\), never back into \(\dfrac{dy}{dx}\) (which is always zero there by definition) or into \(y\) itself.
💡 Tip 5
Leave surd and fraction answers unless told otherwise
Edexcel mark schemes usually accept \(\dfrac{2}{\sqrt{x}}\) or \(2x^{-1/2}\) equally, but check whether the question asks for a specific form ("give your answer as a single fraction", etc.) before you simplify further.
Common mistakes
Common Mistake 1
Differentiating \(\dfrac{1}{x^2}\) without rewriting first
Students often try to differentiate \(\dfrac{1}{x^2}\) directly and get confused. Rewrite it as \(x^{-2}\) first: \(\dfrac{d}{dx}(x^{-2}) = -2x^{-3} =\) \(-\dfrac{2}{x^3}\). Always convert roots and fractions to index form before applying the power rule.
Common Mistake 2
Losing the negative sign with negative powers
For \(y = x^{-2}\), students often write \(\dfrac{dy}{dx} = 2x^{-3}\) instead of \(-2x^{-3}\). Multiply by the original power (\(-2\)), including its sign, and then reduce the power by 1.
Common Mistake 3
Using the tangent gradient for the normal
The normal's gradient is the negative reciprocal of the tangent's gradient, not the same value. If the tangent gradient is 4, the normal gradient is \(-\dfrac{1}{4}\), not 4 and not \(-4\).
Common Mistake 4
Forgetting a constant term differentiates to zero
For \(y = x^2 + 7\), students sometimes carry the \(+7\) through into \(\dfrac{dy}{dx}\). A constant has zero gradient everywhere, so it simply disappears: \(\dfrac{dy}{dx} = 2x\), not \(2x + 7\).
Common Mistake 5
Assuming every stationary point is a maximum
Finding \(\dfrac{dy}{dx} = 0\) only locates a stationary point — it doesn't tell you its type. Always check the sign of \(\dfrac{d^2y}{dx^2}\) (or the gradient either side) before calling a point a maximum or minimum.
Practice questions
Work through each question before checking the worked solution — differentiation is a skill you build by doing it, not by reading about it.
Increasing where \(\dfrac{dy}{dx} > 0\): \((x-1)(x-3) > 0\), which holds when \(x < 1\) or \(x > 3\)
Increasing for \(x < 1\) or \(x > 3\)
Q15 — \(f'(x) = 3x^2\) (full proof)
1
\(f(x+h) = (x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3\)
2
\(f(x+h) - f(x) = 3x^2h + 3xh^2 + h^3\)
3
\(\dfrac{f(x+h) - f(x)}{h} = 3x^2 + 3xh + h^2\)
4
As \(h \to 0\): \(3x^2 + 3xh + h^2 \to 3x^2\)
\(f'(x) = 3x^2\) ∎
Summary
The derivative is defined as \(f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}\) — the limiting gradient of a chord as it shrinks to a point.
Power rule: \(x^n \to nx^{n-1}\), applied term by term; constants always differentiate to zero.
Rewrite roots and fractions as powers of \(x\) before differentiating.
Tangent gradient at \(x = a\) is \(f'(a)\); normal gradient is \(-\dfrac{1}{f'(a)}\).
\(f'(x) > 0\) means increasing; \(f'(x) < 0\) means decreasing.
Stationary points occur where \(f'(x) = 0\); classify them with \(f''(x)\) — positive means minimum, negative means maximum.
Next in the Pure Maths calculus strand: Further Differentiation (Year 2), which extends these rules to trigonometric, exponential and logarithmic functions, the chain, product and quotient rules, and implicit differentiation.
Want to improve your grade faster?
If differentiation is still causing problems, Alamin's diagnostic approach identifies exactly which skills are missing and builds a targeted plan to address them — with AI-powered practice between sessions.