This mini-lesson covers differentiation from first principles, the standard derivatives, the chain, product and quotient rules, implicit and parametric differentiation, stationary points (with the second derivative test), tangents and normals and connected rates of change.
Where this sits:Unit AS 1: Pure Mathematics — differentiation from first principles, differentiating powers of x, gradients, tangents and normals, stationary points. Unit A2 1 — chain/product/quotient rules, trig, exponential and log derivatives, implicit and parametric differentiation, rates of change.
Work through each screen, answer the questions as you go (some are reasoning, some are calculations) and collect ⭐ stars. Press Start when you are ready.
Foundations
Differentiation from first principles
f′(x) = lim(h→0) [f(x + h) − f(x)] / hthe gradient of the chord becomes the gradient of the tangent as h → 0
4y = x²eˣ. Find dy/dx when x = 1, to 3 significant figures.
Hint: dy/dx = 2xeˣ + x²eˣ = eˣ(x² + 2x). At x = 1: e(1 + 2) = 3e = 8.1548…
Applications
Stationary points and the second derivative
At a stationary point, dy/dx = 0. Classify it with the second derivative:
d²y/dx² > 0 → minimum · d²y/dx² < 0 → maximum · = 0 → inconclusive, test either sideconvex (curve bends upward) when f″ > 0 · concave when f″ < 0 · point of inflection where f″ changes sign
Worked example — y = x³ − 6x² + 9x + 2
dy/dx = 3x² − 12x + 9 = 3(x − 1)(x − 3) = 0 ⇒ x = 1 or x = 3
d²y/dx² = 6x − 12. At x = 3 this is +6 > 0 ⇒ minimum. At x = 1 it is −6 < 0 ⇒ maximum.
Minimum value: y(3) = 27 − 54 + 27 + 2 = 2
Calculate
Minimum value
5The curve y = x³ − 6x² + 9x + 2 has a local minimum. Find the y-value at that minimum.
Hint: dy/dx = 3x² − 12x + 9 = 0 at x = 1 and x = 3. d²y/dx² = 6x − 12 is positive at x = 3, so that is the minimum: y = 27 − 54 + 27 + 2 = 2.
A2 skill
Implicit and parametric differentiation
Implicit — x² + y² = 25
Differentiate every term with respect to x, using the chain rule on y terms:
2x + 2y (dy/dx) = 0 ⇒ dy/dx = −x/y
At (3, 4): dy/dx = −3/4 — which matches "tangent ⟂ radius" from coordinate geometry ✓
Parametric — x = t², y = t³
dy/dx = (dy/dt) ÷ (dx/dt) = 3t² ÷ 2t = 3t/2
For a product of x and y (like xy or x²y) you need the product rule: d/dx(xy) = y + x(dy/dx).
Quick check
Which rule?
?Which rule differentiates y = x sin x?
Sort it
Which rule do you need?
Tap a function, then tap the differentiation rule it needs.
✖️ Product rule
➗ Quotient rule
🔗 Chain rule
Applications
Tangents, normals and connected rates
Tangent at (x₁, y₁): gradient m = dy/dx there, so y − y₁ = m(x − x₁). The normal is perpendicular: gradient −1/m.
dy/dt = dy/dx × dx/dtthe chain rule connects rates: use it whenever two quantities change with time
Worked example — connected rates
A sphere's radius grows at dr/dt = 0.2 cm/s. How fast is the volume growing when r = 5 cm?