EuraStudy
Notes/Mathematics/Differentiation
Notes · MathematicsUK · A-Levels

Differentiation

Differentiation measures instantaneous rate of change. The A-Level develops the derivative from first principles, the standard results and the product, quotient and chain rules, the analysis of curves through stationary points and concavity, and implicit, parametric and connected rates of change. It is the calculus half that powers optimisation and kinematics.

4 sections·~10 min reading time·3 competencies·Level Standard 1 · Advanced 3

T·0888 / 20
Exam profile
AO1 · Differentiate standard functions using the rules of differentiationAO2 · Justify the nature of stationary points and the shape of curvesAO3 · Solve optimisation and connected-rate problems in context
Operators:differentiatefindshow thatdetermineprovesketch

basic level

AS-Level covers differentiation from first principles, powers of xxx, tangents and normals, and stationary points.

higher level

The full A-Level adds the product, quotient and chain rules, the derivatives of exe^xex, ln⁡x\ln xlnx and the trigonometric functions, implicit and parametric differentiation, and connected rates of change.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 4 sections▾
  1. Differentiation
    • 01The derivative and first principles◐
    • 02Rules of differentiation●
    • 03Stationary points and curve analysis●
    • 04Implicit, parametric and connected rates●
§ 01

The derivative and first principles#

●●○StandardLPDfE GCE Mathematics G1LPAQA 7357 G

Chord tending to tangent

First principles at x = 1Graph of y = x^2, minimum at (0, 0), y-intercept at y = 0, on the interval x from -0.5 to 3−0.50.511.522.532468tangentchordy = x2yx
Fig. 1As the chord (secant) shrinks towards x=1x = 1x=1, its gradient tends to the tangent gradient f′(1)=2f'(1) = 2f′(1)=2.

Key points

The derivative measures the gradient of a curve at a point, defined as the limit of the gradient of a chord as the chord shrinks to nothing. Formally, f′(x)=lim⁡h→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0}\dfrac{f(x + h) - f(x)}{h}f′(x)=limh→0​hf(x+h)−f(x)​. The fraction is the gradient of the chord joining (x,f(x))(x, f(x))(x,f(x)) to (x+h,f(x+h))(x + h, f(x + h))(x+h,f(x+h)); as h→0h \to 0h→0 the chord tends to the tangent, and its gradient tends to the derivative. This limit is what 'differentiation from first principles' means.
Carrying out the limit for f(x)=x2f(x) = x^2f(x)=x2 shows the mechanism. The chord gradient is (x+h)2−x2h=2xh+h2h=2x+h\dfrac{(x + h)^2 - x^2}{h} = \dfrac{2xh + h^2}{h} = 2x + hh(x+h)2−x2​=h2xh+h2​=2x+h, and letting h→0h \to 0h→0 gives f′(x)=2xf'(x) = 2xf′(x)=2x. The crucial step is that the hhh in the denominator cancels before you take the limit, avoiding the meaningless 00\tfrac{0}{0}00​; only after cancelling do you set h=0h = 0h=0.
First principles justify the general power rule ddxxn=nxn−1\dfrac{d}{dx}x^n = nx^{n-1}dxd​xn=nxn−1, which holds for any rational nnn and is the workhorse for polynomials, roots and reciprocals once they are written as powers. The derivative of a sum is the sum of the derivatives, and a constant multiple factors out, so a whole polynomial is differentiated term by term.
The derivative is written interchangeably as dydx\dfrac{dy}{dx}dxdy​ (Leibniz) or f′(x)f'(x)f′(x) (Lagrange), and its value at a point is the gradient of the tangent there. From it you get the equation of the tangent (gradient f′(a)f'(a)f′(a) through (a,f(a))(a, f(a))(a,f(a))) and the normal (perpendicular, gradient −1f′(a)-\dfrac{1}{f'(a)}−f′(a)1​). Reading 'rate of change' as 'derivative' unlocks every application that follows.
f′(x)=lim⁡h→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0}\frac{f(x + h) - f(x)}{h}f′(x)=h→0lim​hf(x+h)−f(x)​

The derivative from first principles

The limiting gradient of the chord as its width hhh tends to zero.

ddxxn=nxn−1\frac{d}{dx}x^{n} = n x^{n-1}dxd​xn=nxn−1

The power rule

Holds for any rational nnn; differentiate polynomials term by term.

Worked example

Differentiation from first principles

Use first principles to differentiate f(x)=3x2f(x) = 3x^2f(x)=3x2.

  1. 01Form the chord gradient

    f(x+h)−f(x)h=3(x+h)2−3x2h\dfrac{f(x + h) - f(x)}{h} = \dfrac{3(x + h)^2 - 3x^2}{h}hf(x+h)−f(x)​=h3(x+h)2−3x2​.

  2. 02Expand and simplify

    =3(x2+2xh+h2)−3x2h=6xh+3h2h=6x+3h= \dfrac{3(x^2 + 2xh + h^2) - 3x^2}{h} = \dfrac{6xh + 3h^2}{h} = 6x + 3h=h3(x2+2xh+h2)−3x2​=h6xh+3h2​=6x+3h.

    6xh+3h2h=6x+3h\frac{6xh + 3h^2}{h} = 6x + 3hh6xh+3h2​=6x+3h
  3. 03Take the limit

    As h→0h \to 0h→0, 6x+3h→6x6x + 3h \to 6x6x+3h→6x.

Result: f′(x)=6xf'(x) = 6xf′(x)=6x.

Exam focus

  • Be able to differentiate a power or simple polynomial from first principles, cancelling hhh before taking the limit.
  • Find the equations of a tangent and a normal at a point, using the negative reciprocal for the normal.

Typical mistakes

  • Setting h=0h = 0h=0 before cancelling it, producing 00\tfrac{0}{0}00​.
  • Forgetting to convert roots and reciprocals to index form before applying the power rule.

Active revision

Differentiate f(x)=x2−3xf(x) = x^2 - 3xf(x)=x2−3x from first principles, and hence find the gradient at x=4x = 4x=4.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 02

Rules of differentiation#

●●●AdvancedLPDfE GCE Mathematics G2-G3LPAQA 7357 G

A function and its gradient function

f and f' togetherGraph of y = f(x), roots at x = -1.732, 0, 1.732, maximum at (-1, 2), minimum at (1, -2), y-intercept at y = 0, on the interval x from -2.2 to 2.2, Graph of y = f'(x), roots at x = -1, 1, minimum at (0, -3), y-intercept at y = -3, on the interval x from -2.2 to 2.2−2−112−4−3−2−11234maxminy = f(x)y = f'(x)yx
Fig. 2The derivative f′(x)=3x2−3f'(x) = 3x^2 - 3f′(x)=3x2−3 is zero exactly where f(x)=x3−3xf(x) = x^3 - 3xf(x)=x3−3x has its turning points.

Key points

Beyond powers, you must know the standard derivatives: ddxex=ex\dfrac{d}{dx}e^{x} = e^{x}dxd​ex=ex, ddxln⁡x=1x\dfrac{d}{dx}\ln x = \dfrac{1}{x}dxd​lnx=x1​, ddxsin⁡x=cos⁡x\dfrac{d}{dx}\sin x = \cos xdxd​sinx=cosx, ddxcos⁡x=−sin⁡x\dfrac{d}{dx}\cos x = -\sin xdxd​cosx=−sinx and ddxtan⁡x=sec⁡2x\dfrac{d}{dx}\tan x = \sec^2 xdxd​tanx=sec2x (with xxx in radians). These, combined with three rules for building functions, let you differentiate essentially anything on the specification.
The chain rule differentiates a composite function: if y=f(g(x))y = f(g(x))y=f(g(x)) then dydx=f′(g(x)) g′(x)\dfrac{dy}{dx} = f'(g(x))\,g'(x)dxdy​=f′(g(x))g′(x), or in Leibniz form dydx=dydududx\dfrac{dy}{dx} = \dfrac{dy}{du}\dfrac{du}{dx}dxdy​=dudy​dxdu​. In practice you 'differentiate the outside, keep the inside, times the derivative of the inside': ddx(3x+1)5=5(3x+1)4×3\dfrac{d}{dx}(3x + 1)^{5} = 5(3x + 1)^{4} \times 3dxd​(3x+1)5=5(3x+1)4×3. It is the most frequently needed rule and the one most often forgotten.
The product rule differentiates a product: if y=uvy = uvy=uv then dydx=udvdx+vdudx\dfrac{dy}{dx} = u\dfrac{dv}{dx} + v\dfrac{du}{dx}dxdy​=udxdv​+vdxdu​. The quotient rule differentiates a fraction: if y=uvy = \dfrac{u}{v}y=vu​ then dydx=v u′−u v′v2\dfrac{dy}{dx} = \dfrac{v\,u' - u\,v'}{v^2}dxdy​=v2vu′−uv′​. The order of terms in the quotient rule matters because of the subtraction, so a reliable habit is to write uuu, vvv, u′u'u′ and v′v'v′ out separately before substituting.
Real problems often need two rules together — a product of a composite, or a quotient containing an exponential — so identifying the structure of the expression first is essential. Naming the pieces, differentiating each, and assembling with the correct rule, in that order, keeps the working clean and the marks secure.
ddxf(g(x))=f′(g(x)) g′(x)\frac{d}{dx}f(g(x)) = f'(g(x))\,g'(x)dxd​f(g(x))=f′(g(x))g′(x)

The chain rule

Differentiate the outer function, keep the inner, then multiply by the derivative of the inner.

ddx(uv)=uv′+vu′,ddx ⁣(uv)=vu′−uv′v2\frac{d}{dx}(uv) = u v' + v u', \qquad \frac{d}{dx}\!\left(\frac{u}{v}\right) = \frac{v u' - u v'}{v^2}dxd​(uv)=uv′+vu′,dxd​(vu​)=v2vu′−uv′​

Product and quotient rules

Mind the order of the subtraction in the quotient rule.

Worked example

Product and chain rules together

Differentiate y=x2e2xy = x^2 e^{2x}y=x2e2x.

  1. 01Identify the product

    Let u=x2u = x^2u=x2 and v=e2xv = e^{2x}v=e2x, so u′=2xu' = 2xu′=2x and v′=2e2xv' = 2e^{2x}v′=2e2x (chain rule on e2xe^{2x}e2x).

  2. 02Apply the product rule

    dydx=uv′+vu′=x2(2e2x)+e2x(2x)\dfrac{dy}{dx} = u v' + v u' = x^2(2e^{2x}) + e^{2x}(2x)dxdy​=uv′+vu′=x2(2e2x)+e2x(2x).

    dydx=2x2e2x+2xe2x\frac{dy}{dx} = 2x^2 e^{2x} + 2x e^{2x}dxdy​=2x2e2x+2xe2x
  3. 03Factorise

    =2xe2x(x+1)= 2x e^{2x}(x + 1)=2xe2x(x+1).

Result: dydx=2xe2x(x+1)\dfrac{dy}{dx} = 2x e^{2x}(x + 1)dxdy​=2xe2x(x+1).

Exam focus

  • Identify the structure (composite, product, quotient) before differentiating, and lay out uuu, vvv, u′u'u′, v′v'v′ for the product and quotient rules.
  • Apply the chain rule to brackets and to trigonometric/exponential arguments; do not forget the derivative of the inner function.

Typical mistakes

  • Omitting the inner derivative in the chain rule (e.g. writing ddx(3x+1)5=5(3x+1)4\tfrac{d}{dx}(3x+1)^5 = 5(3x+1)^4dxd​(3x+1)5=5(3x+1)4).
  • Getting the subtraction the wrong way round in the quotient rule.

Active revision

Differentiate (a) y=(2x2−1)4y = (2x^2 - 1)^4y=(2x2−1)4, (b) y=x2e3xy = x^2 e^{3x}y=x2e3x, and (c) y=sin⁡xxy = \dfrac{\sin x}{x}y=xsinx​.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 03

Stationary points and curve analysis#

●●●AdvancedLPDfE GCE Mathematics G4-G5LPAQA 7357 G

Maximum and minimum of a cubic

Stationary pointsGraph of y = f(x), roots at x = -2.041, 0.389, 3.152, maximum at (-1, 12), minimum at (2, -15), y-intercept at y = 5, on the interval x from -3 to 4−3−2−11234−20−15−10−55101520max (−1, 12)min (2, −15)y = f(x)yx
Fig. 3y=2x3−3x2−12x+5y = 2x^3 - 3x^2 - 12x + 5y=2x3−3x2−12x+5 has a maximum at x=−1x = -1x=−1 and a minimum at x=2x = 2x=2, where f′(x)=0f'(x) = 0f′(x)=0.

Key points

A stationary point is where dydx=0\dfrac{dy}{dx} = 0dxdy​=0: the tangent is horizontal. Solving f′(x)=0f'(x) = 0f′(x)=0 finds all such points, which may be local maxima, local minima or points of inflection. Stationary points are the key features that shape a curve and are the answer to every optimisation question, where the largest or smallest value of a quantity is required.
The nature of a stationary point is decided by the second derivative d2ydx2\dfrac{d^2y}{dx^2}dx2d2y​, which measures how the gradient itself is changing. If f′′(x)>0f''(x) > 0f′′(x)>0 at a stationary point the curve is concave up and the point is a minimum; if f′′(x)<0f''(x) < 0f′′(x)<0 it is concave down and a maximum. If f′′(x)=0f''(x) = 0f′′(x)=0 the test is inconclusive and you fall back on examining the sign of f′(x)f'(x)f′(x) on either side.
The sign of the first derivative describes where a function increases or decreases: f′(x)>0f'(x) > 0f′(x)>0 means increasing, f′(x)<0f'(x) < 0f′(x)<0 means decreasing. Combining intervals of increase and decrease with the locations of stationary points and the behaviour for large ∣x∣|x|∣x∣ produces a complete sketch. A point of inflection is where the concavity changes, i.e. where f′′(x)f''(x)f′′(x) changes sign.
Optimisation problems put this to work: express the quantity to be optimised as a function of a single variable (using any constraint to eliminate the others), differentiate, set the derivative to zero, and confirm the nature of the stationary point with the second derivative. Interpreting the result in context, and checking it against the physical range of the variable, completes the answer.
f′(x)=0 and {f′′(x)>0minimumf′′(x)<0maximumf'(x) = 0 \ \text{and}\ \begin{cases} f''(x) > 0 & \text{minimum} \\ f''(x) < 0 & \text{maximum} \end{cases}f′(x)=0 and {f′′(x)>0f′′(x)<0​minimummaximum​

The second-derivative test

The sign of the second derivative at a stationary point classifies it.

Worked example

Classifying stationary points

Find and classify the stationary points of y=x3−6x2+9x+1y = x^3 - 6x^2 + 9x + 1y=x3−6x2+9x+1.

  1. 01Differentiate and set to zero

    dydx=3x2−12x+9=3(x−1)(x−3)=0\dfrac{dy}{dx} = 3x^2 - 12x + 9 = 3(x - 1)(x - 3) = 0dxdy​=3x2−12x+9=3(x−1)(x−3)=0, so x=1x = 1x=1 or x=3x = 3x=3.

  2. 02Second derivative

    d2ydx2=6x−12\dfrac{d^2y}{dx^2} = 6x - 12dx2d2y​=6x−12.

    d2ydx2=6x−12\frac{d^2y}{dx^2} = 6x - 12dx2d2y​=6x−12
  3. 03Classify

    At x=1x = 1x=1: 6(1)−12=−6<06(1) - 12 = -6 < 06(1)−12=−6<0, a maximum (y=5y = 5y=5). At x=3x = 3x=3: 6(3)−12=6>06(3) - 12 = 6 > 06(3)−12=6>0, a minimum (y=1y = 1y=1).

Result: Maximum at (1,5)(1, 5)(1,5) and minimum at (3,1)(3, 1)(3,1).

Exam focus

  • Solve f′(x)=0f'(x) = 0f′(x)=0 for all stationary points, then classify each with f′′(x)f''(x)f′′(x) (or a sign test if f′′=0f'' = 0f′′=0).
  • In optimisation, reduce to a single variable using the constraint, then justify that the stationary point is the required maximum or minimum.

Typical mistakes

  • Assuming f′′(x)>0f''(x) > 0f′′(x)>0 gives a maximum (it gives a minimum).
  • Not verifying the nature of the stationary point, or ignoring the valid range of the variable in optimisation.

Active revision

An open box is made from a square sheet of side 20 cm by cutting squares of side xxx from the corners and folding up. Find the value of xxx that maximises the volume, and confirm it is a maximum.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 04

Implicit, parametric and connected rates#

●●●AdvancedLPDfE GCE Mathematics G6-G7LPAQA 7357 G

Implicit differentiation on a circle

Tangent to a circleGraph, maximum at (0, 5), y-intercept at y = 5, on the interval x from -6 to 6, Graph, minimum at (0, -5), y-intercept at y = -5, on the interval x from -6 to 6−6−4−2246−6−4−2246gradient −3/4yx
Fig. 4On x2+y2=25x^2 + y^2 = 25x2+y2=25, implicit differentiation gives dydx=−xy=−34\dfrac{dy}{dx} = -\dfrac{x}{y} = -\dfrac{3}{4}dxdy​=−yx​=−43​ at (3,4)(3, 4)(3,4).

Key points

Not every curve is given as y=f(x)y = f(x)y=f(x). Implicit differentiation handles equations relating xxx and yyy, such as a circle x2+y2=25x^2 + y^2 = 25x2+y2=25, by differentiating both sides with respect to xxx and treating yyy as a function of xxx (so ddxy2=2ydydx\dfrac{d}{dx}y^2 = 2y\dfrac{dy}{dx}dxd​y2=2ydxdy​ by the chain rule). Rearranging then gives dydx\dfrac{dy}{dx}dxdy​ in terms of both xxx and yyy; for the circle, dydx=−xy\dfrac{dy}{dx} = -\dfrac{x}{y}dxdy​=−yx​.
For a curve given parametrically by x=f(t)x = f(t)x=f(t), y=g(t)y = g(t)y=g(t), the gradient is found via the chain rule as dydx=dy/dtdx/dt\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}dxdy​=dx/dtdy/dt​. You differentiate each coordinate with respect to the parameter and divide, then substitute the required value of ttt. This is how tangents to parametric curves — including the ellipse met in coordinate geometry — are obtained.
Connected rates of change link the rates of two quantities through a shared variable, usually time. If two quantities are related by an equation, differentiating with respect to ttt and using the chain rule connects their rates: for a sphere, V=43πr3V = \tfrac{4}{3}\pi r^3V=34​πr3 gives dVdt=4πr2drdt\dfrac{dV}{dt} = 4\pi r^2\dfrac{dr}{dt}dtdV​=4πr2dtdr​, linking the rate of change of volume to that of radius. The chain rule dVdt=dVdrdrdt\dfrac{dV}{dt} = \dfrac{dV}{dr}\dfrac{dr}{dt}dtdV​=drdV​dtdr​ is the engine.
These techniques appear in modelling contexts — an expanding balloon, a rising water level in a cone, a shadow lengthening — where you are given one rate and asked for another. The reliable method is to write down the equation relating the quantities, differentiate it with respect to time, substitute the known values at the instant in question, and solve for the required rate.
dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}dxdy​=dx/dtdy/dt​

Parametric differentiation

Divide the two parameter-derivatives to get the gradient of the curve.

dVdt=dVdr⋅drdt\frac{dV}{dt} = \frac{dV}{dr}\cdot\frac{dr}{dt}dtdV​=drdV​⋅dtdr​

Connected rates via the chain rule

Links the rate of one quantity to another through a shared variable.

Worked example

Connected rates of change

The radius of a circle increases at 0.2 cm s−10.2\ \text{cm s}^{-1}0.2 cm s−1. Find the rate of increase of its area when r=10r = 10r=10 cm.

  1. 01Relate the quantities

    A=πr2A = \pi r^2A=πr2, so dAdr=2πr\dfrac{dA}{dr} = 2\pi rdrdA​=2πr.

  2. 02Chain rule in time

    dAdt=dAdr⋅drdt=2πr×0.2\dfrac{dA}{dt} = \dfrac{dA}{dr}\cdot\dfrac{dr}{dt} = 2\pi r \times 0.2dtdA​=drdA​⋅dtdr​=2πr×0.2.

    dAdt=2πr×0.2\frac{dA}{dt} = 2\pi r \times 0.2dtdA​=2πr×0.2
  3. 03Substitute r = 10

    dAdt=2π(10)(0.2)=4π≈12.6 cm2s−1\dfrac{dA}{dt} = 2\pi(10)(0.2) = 4\pi \approx 12.6\ \text{cm}^2\text{s}^{-1}dtdA​=2π(10)(0.2)=4π≈12.6 cm2s−1.

Result: The area increases at 4π≈12.6 cm2 s−14\pi \approx 12.6\ \text{cm}^2\,\text{s}^{-1}4π≈12.6 cm2s−1.

Exam focus

  • In implicit differentiation, remember the chain-rule factor dydx\dfrac{dy}{dx}dxdy​ every time you differentiate a term in yyy.
  • In connected rates, write the relating equation, differentiate with respect to ttt, then substitute the instantaneous values.

Typical mistakes

  • Forgetting the dydx\dfrac{dy}{dx}dxdy​ factor when differentiating a yyy-term implicitly.
  • Substituting numerical values before differentiating in a connected-rates problem.

Active revision

A spherical balloon is inflated so that its volume increases at 50 cm3 s−150\ \text{cm}^3\,\text{s}^{-1}50 cm3s−1. Find the rate at which the radius increases when r=5r = 5r=5 cm.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

Contents

Section -- / 04

    • 01The derivative and first principles◐
    • 02Rules of differentiation●
    • 03Stationary points and curve analysis●
    • 04Implicit, parametric and connected rates●

0/4 Read

From notes into training

Differentiation

Reinforce this topic with matching tasks from the question bank.

~10
min
3
Competencies
Practise

References & sources

Sources

Department for Education

  • Mathematics: AS and A level content (GCE subject content)

AQA

  • AQA A-level Mathematics 7357 specification

Previous topic

Exponentials and logarithms

Next topic

Integration

EuraStudy·Notes T·08·MMXXVI

Carry on to the next topic — your learning path is kept.