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, stationary points and their nature, and connected rates of change.

A focused answer to the AQA A-Level Mathematics differentiation content, covering first principles, the chain, product and quotient rules, derivatives of standard functions, 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. First principles
  3. The rules
  4. Tangents and normals
  5. Stationary points and their nature
  6. Connected rates and optimisation
  7. Increasing, decreasing and convexity
  8. A reliable optimisation method

What this dot point is asking

AQA wants you to differentiate from first principles, use the power, chain, product and quotient rules, differentiate standard functions including trigonometric, exponential and logarithmic ones, find and classify stationary points, and apply differentiation to tangents, normals, connected rates of change and optimisation. Optimisation questions, where you build a function, differentiate, and justify a maximum or minimum, are among the most heavily weighted in Paper 1.

First principles

The derivative is defined as the limit f(x)=limh0f(x+h)f(x)hf'(x) = \displaystyle\lim_{h \to 0}\dfrac{f(x + h) - f(x)}{h}. This is the gradient of the chord between two nearby points as they merge. Applying it to f(x)=x2f(x) = x^2: (x+h)2x2h=2xh+h2h=2x+h\dfrac{(x + h)^2 - x^2}{h} = \dfrac{2xh + h^2}{h} = 2x + h, which tends to 2x2x as h0h \to 0, so f(x)=2xf'(x) = 2x. AQA may ask for a first-principles derivation, so know the limit definition and how to take the limit cleanly.

The rules

Standard derivatives to memorise include ddx(ex)=ex\frac{d}{dx}(e^x) = e^x, ddx(ekx)=kekx\frac{d}{dx}(e^{kx}) = ke^{kx}, 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 (with xx in radians). Combining these with the chain rule covers most exam derivatives, for example ddxsin(3x)=3cos(3x)\frac{d}{dx}\sin(3x) = 3\cos(3x).

Tangents and normals

The gradient of the curve at a point is the value of dydx\frac{dy}{dx} there. The tangent at (x1,y1)(x_1, y_1) has that gradient, and the normal is perpendicular, with gradient the negative reciprocal. These link directly to the coordinate geometry topic.

Stationary points and their nature

Connected rates and optimisation

If two quantities both depend on time, the chain rule links their rates: dVdt=dVdrdrdt\frac{dV}{dt} = \frac{dV}{dr}\cdot\frac{dr}{dt}. This is how you find, say, the rate a balloon's volume grows given the rate its radius grows. In optimisation you write the quantity to be maximised or minimised as a function of one variable (using a constraint to eliminate any others), differentiate, set the derivative to zero, solve, and confirm the nature of the stationary point with the second derivative.

Increasing, decreasing and convexity

The sign of the first derivative describes the behaviour of the curve: where dydx>0\frac{dy}{dx} > 0 the function is increasing, where dydx<0\frac{dy}{dx} < 0 it is decreasing, and stationary points separate these regions. Questions often ask you to find the set of values of xx for which a function is increasing, which means solving the inequality dydx>0\frac{dy}{dx} > 0. The second derivative describes the bending: where d2ydx2>0\frac{d^2 y}{dx^2} > 0 the curve is convex (concave up) and where d2ydx2<0\frac{d^2 y}{dx^2} < 0 it is concave (concave down). A point where the concavity changes sign is a point of inflection.

A reliable optimisation method

Optimisation questions reward a clear structure. First, identify the quantity to optimise and write it as a formula. Second, use the given constraint to eliminate any extra variables so the quantity depends on one variable only (this is the step the question's earlier "show that" part usually sets up). Third, differentiate and set the derivative to zero to find the candidate value. Fourth, justify that it is the required maximum or minimum, normally with the second-derivative test, and finally compute the optimal value of the original quantity. Skipping the justification, or forgetting to convert back from the variable to the quantity asked for, are the commonest ways to lose the final marks.

Exam-style practice questions

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

AQA 20198 marksPaper 1, Section B. A closed cylindrical can has radius rr cm and a fixed volume of 500500 cubic centimetres. (a) Show that the surface area is S=2πr2+1000rS = 2\pi r^2 + \frac{1000}{r}. (b) Find the value of rr that minimises the surface area. (c) Verify that this gives a minimum.
Show worked answer →

For (a), the volume gives πr2h=500\pi r^2 h = 500, so h=500πr2h = \frac{500}{\pi r^2}. The surface area of a closed cylinder is S=2πr2+2πrh=2πr2+2πr500πr2=2πr2+1000rS = 2\pi r^2 + 2\pi r h = 2\pi r^2 + 2\pi r \cdot \frac{500}{\pi r^2} = 2\pi r^2 + \frac{1000}{r}. For (b), differentiate: dSdr=4πr1000r2\frac{dS}{dr} = 4\pi r - \frac{1000}{r^2}; set to zero: 4πr=1000r24\pi r = \frac{1000}{r^2}, so r3=10004π=250πr^3 = \frac{1000}{4\pi} = \frac{250}{\pi}, giving r4.30r \approx 4.30 cm. For (c), the second derivative d2Sdr2=4π+2000r3>0\frac{d^2 S}{dr^2} = 4\pi + \frac{2000}{r^3} > 0, confirming a minimum. Markers reward eliminating hh, differentiating the surface area, solving for rr, and the second-derivative test.

AQA 20216 marksPaper 1, Section A. A curve has equation y=x36x2+9x+1y = x^3 - 6x^2 + 9x + 1. (a) Find dydx\frac{dy}{dx} and the coordinates of the stationary points. (b) Determine the nature of each stationary point.
Show worked answer →

For (a), dydx=3x212x+9=3(x1)(x3)\frac{dy}{dx} = 3x^2 - 12x + 9 = 3(x - 1)(x - 3), which is zero at x=1x = 1 and x=3x = 3. At x=1x = 1, y=16+9+1=5y = 1 - 6 + 9 + 1 = 5; at x=3x = 3, y=2754+27+1=1y = 27 - 54 + 27 + 1 = 1. So the stationary points are (1,5)(1, 5) and (3,1)(3, 1). For (b), d2ydx2=6x12\frac{d^2 y}{dx^2} = 6x - 12. At x=1x = 1 it is 6<0-6 < 0, a maximum; at x=3x = 3 it is 6>06 > 0, a minimum. Markers reward correct differentiation and factorisation, both coordinate pairs, and the second-derivative test for nature.

Related dot points

Sources & how we know this