Skip to main content
EnglandMathsSyllabus dot point

How do you find the rate at which a quantity changes, and how do you use that to analyse curves and solve optimisation problems?

Differentiation from first principles, the rules for powers, the chain, product and quotient rules, derivatives of standard functions, implicit and parametric differentiation, stationary points and connected rates of change.

A focused answer to the Edexcel A-Level Mathematics differentiation content, covering first principles, the chain, product and quotient rules, derivatives of standard functions, implicit and parametric differentiation, stationary points and their nature, and applications to optimisation.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

Edexcel wants you to differentiate from first principles, use the power, chain, product and quotient rules, differentiate standard functions including trigonometric, exponential and logarithmic ones, differentiate implicitly and parametrically, find and classify stationary points, and apply differentiation to tangents, normals, rates of change and optimisation.

The answer

First principles

The derivative is defined as the limit f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0}\dfrac{f(x+h) - f(x)}{h}.

The rules

Standard derivatives include ddx(ex)=ex\frac{d}{dx}(e^x) = e^x, ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}, ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x and ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x.

Implicit and parametric differentiation

For an implicit relation such as x2+y2=25x^2 + y^2 = 25, differentiate every term with respect to xx and treat yy as a function of xx, giving 2x+2ydydx=02x + 2y\frac{dy}{dx} = 0, so dydx=xy\dfrac{dy}{dx} = -\dfrac{x}{y}. For a parametric curve, dydx=dy/dtdx/dt\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}.

Stationary points

A stationary point occurs where dydx=0\dfrac{dy}{dx} = 0. Classify it with the second derivative: d2ydx2>0\dfrac{d^2y}{dx^2} > 0 means a minimum, d2ydx2<0\dfrac{d^2y}{dx^2} < 0 means a maximum, and if it is zero you must test the sign of the first derivative either side.

Examples in context

Connected rates and optimisation

If two quantities both depend on time, the chain rule links their rates: dVdt=dVdrdrdt\dfrac{dV}{dt} = \dfrac{dV}{dr}\cdot\dfrac{dr}{dt}. In optimisation you write the quantity to be maximised or minimised as a function of one variable, differentiate, set the derivative to zero, and check the nature of the stationary point.

Try this

Q1. Differentiate y=(2x+1)4y = (2x + 1)^4. [2 marks]

  • Cue. Chain rule: dydx=8(2x+1)3\frac{dy}{dx} = 8(2x+1)^3.

Q2. Find the maximum value of y=12xx3y = 12x - x^3 for x>0x > 0. [4 marks]

  • Cue. dydx=123x2=0\frac{dy}{dx} = 12 - 3x^2 = 0 gives x=2x = 2; the value is y=16y = 16.

Exam-style practice questions

Practice questions written in the style of Pearson Edexcel exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Edexcel 20197 marksA closed cylinder has total surface area 600π600\pi cm2^2. Show that the volume VV is given by V=300πrπr3V = 300\pi r - \pi r^3, and hence find the maximum volume, justifying that it is a maximum.
Show worked answer →

The surface area is 2πr2+2πrh=600π2\pi r^2 + 2\pi r h = 600\pi, so h=600π2πr22πr=300r2rh = \dfrac{600\pi - 2\pi r^2}{2\pi r} = \dfrac{300 - r^2}{r} (M1).

Volume V=πr2h=πr2300r2r=πr(300r2)=300πrπr3V = \pi r^2 h = \pi r^2 \cdot \dfrac{300 - r^2}{r} = \pi r(300 - r^2) = 300\pi r - \pi r^3 (A1, the printed result).

Differentiate: dVdr=300π3πr2\dfrac{dV}{dr} = 300\pi - 3\pi r^2 (M1). Set to zero: 300π=3πr2300\pi = 3\pi r^2, so r2=100r^2 = 100 and r=10r = 10 (M1, A1).

Second derivative d2Vdr2=6πr<0\dfrac{d^2V}{dr^2} = -6\pi r < 0, confirming a maximum (M1).

Maximum volume V=300π(10)π(10)3=3000π1000π=2000πV = 300\pi(10) - \pi(10)^3 = 3000\pi - 1000\pi = 2000\pi cm3^3 (A1).

Markers reward eliminating hh, the printed expression, differentiating, solving for rr, the second-derivative justification, and the final volume.

Edexcel 20235 marksDifferentiate y=x2lnxy = x^2 \ln x with respect to xx, and hence find the exact coordinates of the stationary point of the curve.
Show worked answer →

Use the product rule with u=x2u = x^2 and v=lnxv = \ln x, so dudx=2x\dfrac{du}{dx} = 2x and dvdx=1x\dfrac{dv}{dx} = \dfrac{1}{x} (M1).

dydx=x21x+lnx2x=x+2xlnx=x(1+2lnx)\dfrac{dy}{dx} = x^2 \cdot \dfrac{1}{x} + \ln x \cdot 2x = x + 2x\ln x = x(1 + 2\ln x) (A1).

At a stationary point dydx=0\dfrac{dy}{dx} = 0. Since x>0x > 0, set 1+2lnx=01 + 2\ln x = 0 (M1), so lnx=12\ln x = -\dfrac{1}{2} and x=e1/2x = e^{-1/2} (A1).

Then y=(e1/2)2ln(e1/2)=e1(12)=12ey = (e^{-1/2})^2 \ln(e^{-1/2}) = e^{-1}\left(-\dfrac{1}{2}\right) = -\dfrac{1}{2e}, so the point is (e1/2,12e)\left(e^{-1/2}, -\dfrac{1}{2e}\right) (A1).

Markers reward the product rule, the simplified derivative, solving the logarithm, and the exact coordinates.

Related dot points

Sources & how we know this