A-Level · Further Mathematics · AQA 7367

AQA Further Maths (7367) exam guide

How the AQA Further Mathematics specification is built, where students lose marks they should keep, and four original exam-style questions worked through in full — each with a note on exactly what the examiner rewards. Written for students aiming at an A or A* and for anyone choosing between exam boards or optional applications.

Dr Nicky Grant · Cambridge PhDA-Level exam guideAQA spec 7367

AQA A-Level Further Mathematics (7367) is a linear qualification assessed by three equally weighted papers, each 2 hours and 100 marks. Papers 1 and 2 test the compulsory pure content (proof, complex numbers, matrices, further algebra, further calculus, vectors, polar coordinates, hyperbolic functions and differential equations); Paper 3 tests the two optional applications you choose from mechanics, statistics and discrete mathematics. Marks split roughly 50% AO1 (procedures), 25% AO2 (reasoning and proof) and 25% AO3 (modelling), with AO3 weighted more heavily on Paper 3. A calculator is allowed throughout.

Who this guide is for

This is a practical guide to the AQA Further Mathematics specification 7367 for students sitting the full A-Level. It assumes you are taking, or have nearly finished, single A-Level Mathematics alongside it. The aim is not to re-teach the whole syllabus but to show how AQA assembles the papers, which questions reliably separate the A* candidates from the rest, and how to write solutions that actually collect the marks on offer. The worked questions further down are my own, written in the AQA style, not lifted from any past paper.

1. How the 7367 papers are built

Further Mathematics is linear: every exam is sat at the end of the course, and there is no coursework. The qualification is three papers, and a useful first move is simply to internalise their shape, because it tells you where each topic can appear.

Paper 1 — Compulsory pure

2 hours, 100 marks, one third of the A-Level. Drawn entirely from the compulsory content. A calculator is permitted.

Paper 2 — Compulsory pure

2 hours, 100 marks, one third of the A-Level. Also drawn from the compulsory content, so any pure topic can appear on either Paper 1 or Paper 2 — there is no fixed split between them.

Paper 3 — Two optional applications

2 hours, 100 marks, one third of the A-Level. You answer on the two options your centre has entered you for, chosen from mechanics, statistics and discrete mathematics.

The single most important consequence of this design: because Papers 1 and 2 share the same content pool, you cannot "revise Paper 1 topics" separately. Any of the compulsory areas can surface on either, often with the harder, more synoptic version of a topic held back for whichever paper it lands on. Plan your revision by topic, not by paper number.

2. Compulsory and optional content

The compulsory pure content is organised into labelled sections (A to J in the specification). In rough order they cover:

For Paper 3 you study two of three optional applications. Mechanics extends momentum, work-energy, circular motion and elastic strings. Statistics develops discrete and continuous distributions, hypothesis testing, confidence intervals and chi-squared tests. Discrete covers graphs and networks, algorithms, linear programming and critical path analysis. Choose the pair that fits your intended degree: economics and many sciences value statistics; engineering favours mechanics; computer science and operational-research routes suit discrete. If you are unsure, my note on the hardest Further Maths topics compares the options on difficulty and overlap.

3. The assessment objectives — and why they matter

Every mark on every AQA maths paper is tagged to one of three assessment objectives. Knowing the split changes how you should practise.

AO1 — about 50%

Selecting and carrying out routine procedures, and accurately recalling facts, notation and definitions. Half the paper is, in effect, careful execution of standard techniques. This is where strong candidates bank marks quickly and leave time for the hard questions.

AO2 — about 25%

Constructing rigorous arguments and proofs, making deductions and inferences, and using mathematical language correctly. This is the "show that", "prove that" and "explain why" territory where method and communication are marked, not just the final answer.

AO3 — about 25%

Translating a problem into mathematics, interpreting the result in its original context, and evaluating the limitations of a model. AO3 is weighted more heavily on Paper 3, which is why the optional applications feel more "wordy" and modelling-driven than the pure papers.

The practical lesson: a student who only drills technique is implicitly chasing the 50% of marks that are AO1 and leaving the other half exposed. The AO2 and AO3 marks are won by writing complete arguments, stating assumptions, and interpreting answers — habits you have to rehearse deliberately, because they are easy to skip when you are working at speed.

4. Where AQA Further Maths students lose marks

Across the compulsory papers, the same avoidable errors recur. None of them are about deep understanding; they are about discipline.

A separate, structural mistake is poor time discipline. With 100 marks in 120 minutes, a minute a mark leaves little slack; the strongest candidates secure the routine AO1 marks fast and ring-fence time for the proof and modelling questions where marks are easiest to lose.

5. Four worked exam-style questions

These four questions are written by me in the AQA 7367 style — one each from proof, complex numbers, further calculus and matrices, the four areas that most reliably decide the top grades. Work each one yourself before reading the solution, and pay attention to the examiner note: it tells you which marks are genuinely at stake.

Question 1 — Proof by induction (compulsory)

Question · 6 marks

Prove by induction that for all positive integers \(n\), $$\sum_{r=1}^{n} r(r+2) = \frac{n(n+1)(2n+7)}{6}.$$

Solution. Let \(P(n)\) be the statement that \(\sum_{r=1}^{n} r(r+2) = \tfrac16 n(n+1)(2n+7)\).

Base case. When \(n=1\), the left-hand side is \(1\times 3 = 3\), and the right-hand side is \(\tfrac16(1)(2)(9)=3\). So \(P(1)\) is true.

Inductive step. Assume \(P(k)\) holds, that is \(\sum_{r=1}^{k} r(r+2) = \tfrac16 k(k+1)(2k+7)\). Then

$$\sum_{r=1}^{k+1} r(r+2) = \frac{k(k+1)(2k+7)}{6} + (k+1)(k+3).$$

Taking out the common factor \(\tfrac{1}{6}(k+1)\),

$$= \frac{k+1}{6}\Big[\,k(2k+7) + 6(k+3)\,\Big] = \frac{k+1}{6}\big(2k^2 + 13k + 18\big).$$

Factorising the quadratic, \(2k^2+13k+18=(k+2)(2k+9)\), so

$$\sum_{r=1}^{k+1} r(r+2) = \frac{(k+1)(k+2)(2k+9)}{6}.$$

This is exactly \(P(k+1)\), since replacing \(n\) by \(k+1\) in the formula gives \(\tfrac16(k+1)(k+2)\big(2(k+1)+7\big)=\tfrac16(k+1)(k+2)(2k+9)\).

Conclusion. \(P(1)\) is true, and if \(P(k)\) is true then \(P(k+1)\) is true. Therefore, by the principle of mathematical induction, \(P(n)\) is true for all positive integers \(n\). \(\blacksquare\)

What the examiner is looking for

Two marks are pure communication: a clear base case and the explicit closing statement. Most lost marks here are not algebraic — they are the missing final sentence, or stating \(P(k+1)\) without showing it matches the target form. Always write out what \(P(k+1)\) should be and show your expression equals it; that "therefore true for all \(n\)" line is worth a mark on its own.

Question 2 — Complex numbers and de Moivre (compulsory)

Question · 7 marks

(a) Use de Moivre's theorem to show that \(\cos 3\theta = 4\cos^3\theta - 3\cos\theta\).
(b) Hence solve \(8x^3 - 6x + 1 = 0\), giving your roots in exact trigonometric form.

Solution (a). By de Moivre, \((\cos\theta + i\sin\theta)^3 = \cos 3\theta + i\sin 3\theta\). Expanding the left side with the binomial theorem,

$$\cos^3\theta + 3i\cos^2\theta\sin\theta - 3\cos\theta\sin^2\theta - i\sin^3\theta.$$

Equating real parts, \(\cos 3\theta = \cos^3\theta - 3\cos\theta\sin^2\theta\). Replacing \(\sin^2\theta = 1-\cos^2\theta\),

$$\cos 3\theta = \cos^3\theta - 3\cos\theta(1-\cos^2\theta) = 4\cos^3\theta - 3\cos\theta.$$

Solution (b). Put \(x=\cos\theta\). Then \(8x^3 - 6x = 2(4\cos^3\theta - 3\cos\theta) = 2\cos 3\theta\), so the equation becomes \(2\cos 3\theta + 1 = 0\), i.e. \(\cos 3\theta = -\tfrac12\).

Hence \(3\theta = \tfrac{2\pi}{3},\ \tfrac{4\pi}{3},\ \tfrac{8\pi}{3}\) (taking three values that give distinct \(\cos\theta\)), so \(\theta = \tfrac{2\pi}{9},\ \tfrac{4\pi}{9},\ \tfrac{8\pi}{9}\). The three roots are

$$x = \cos\frac{2\pi}{9},\quad x = \cos\frac{4\pi}{9},\quad x = \cos\frac{8\pi}{9}.$$

These are three distinct values, and a cubic has at most three roots, so we have them all.

What the examiner is looking for

Part (a) is AO1/AO2: the binomial expansion must be shown and the real part correctly extracted — quoting the identity earns nothing. In part (b) the marks turn on the substitution \(x=\cos\theta\) and on choosing three angles that yield different cosines; candidates who list \(3\theta\) values producing repeated roots lose the final mark. A closing remark that a cubic can have only three roots secures the "all solutions" mark.

Question 3 — Further calculus: improper integral and volume (compulsory)

Question · 7 marks

The region \(R\) is bounded by the curve \(y = \dfrac{1}{x}\), the \(x\)-axis, and the line \(x = 1\), for \(x \ge 1\).
(a) Show that the area of \(R\) is infinite.
(b) Show that the volume generated when \(R\) is rotated through \(2\pi\) about the \(x\)-axis is finite, and find it.

Solution (a). The area is the improper integral \(\int_1^{\infty} \tfrac{1}{x}\,dx\). Replace the upper limit by \(t\) and take a limit:

$$\int_1^{t} \frac{1}{x}\,dx = \big[\ln x\big]_1^{t} = \ln t.$$

As \(t\to\infty\), \(\ln t \to \infty\), so the area diverges and is infinite.

Solution (b). The volume of revolution is \(V = \pi\int_1^{\infty} y^2\,dx = \pi\int_1^{\infty} \tfrac{1}{x^2}\,dx\). Again use a finite limit \(t\):

$$\pi\int_1^{t}\frac{1}{x^2}\,dx = \pi\Big[-\frac{1}{x}\Big]_1^{t} = \pi\Big(1 - \frac{1}{t}\Big).$$

As \(t\to\infty\), \(\tfrac1t \to 0\), so

$$V = \pi\lim_{t\to\infty}\Big(1 - \frac{1}{t}\Big) = \pi.$$

The volume is finite and equal to \(\pi\) cubic units, even though the generating region has infinite area.

What the examiner is looking for

This is the classic test of whether you handle improper integrals rigorously. The marks are gated on replacing \(\infty\) with a variable limit and writing an explicit \(\lim_{t\to\infty}\); a candidate who writes \(\big[-\tfrac1x\big]_1^{\infty}\) and substitutes infinity directly is penalised even with the right number. Note the \(\pi\) in the volume formula and the units on the final answer — both are easy AO1 marks. The contrast between (a) and (b) is the point of the question, so a one-line comment that the area diverges while the volume converges is rewarded.

Question 4 — Matrices and invariant lines (compulsory)

Question · 7 marks

The transformation \(T\) is represented by the matrix \(\mathbf{M} = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}\).
(a) Show that \(\mathbf{M}\) has eigenvalues \(1\) and \(3\), and find an eigenvector for each.
(b) Hence describe the two lines through the origin that are invariant under \(T\).

Solution (a). Eigenvalues satisfy \(\det(\mathbf{M}-\lambda\mathbf{I})=0\):

$$\begin{vmatrix} 2-\lambda & 1 \\ 1 & 2-\lambda \end{vmatrix} = (2-\lambda)^2 - 1 = \lambda^2 - 4\lambda + 3 = 0.$$

So \((\lambda-1)(\lambda-3)=0\), giving \(\lambda = 1\) and \(\lambda = 3\). For \(\lambda=1\), solve \((\mathbf{M}-\mathbf{I})\mathbf{v}=\mathbf{0}\): the equation \(x+y=0\) gives the eigenvector \(\begin{pmatrix}1\\-1\end{pmatrix}\). For \(\lambda=3\), solve \(-x+y=0\), giving \(\begin{pmatrix}1\\1\end{pmatrix}\).

Solution (b). An eigenvector spans a line through the origin that maps onto itself, so the invariant lines are those in the eigenvector directions:

$$y = -x \quad(\lambda=1, \text{ points fixed}), \qquad y = x \quad(\lambda=3, \text{ points scaled by }3).$$

On \(y=-x\) every point is mapped to itself because the eigenvalue is \(1\); on \(y=x\) every point is mapped to three times its distance from the origin because the eigenvalue is \(3\). Both lines are invariant as a whole.

What the examiner is looking for

Part (a) wants the characteristic equation set up and solved explicitly — stating the eigenvalues without \(\det(\mathbf M-\lambda\mathbf I)=0\) loses the method marks. The distinction in part (b) is the AO2 discriminator: an invariant line under \(\lambda=1\) is a line of fixed points, whereas under \(\lambda=3\) the line is invariant but its points move along it. Candidates who simply write down both equations without explaining the difference between "invariant" and "fixed" miss the final reasoning mark.

6. AQA-specific technique that earns the top grades

Beyond knowing the content, a handful of board-specific habits separate the high A from the A*.

Further Maths also pairs naturally with admissions tests. If you are applying for a quantitative degree, the same fluency rewards you on the TMUA, and the wider strategy for a strong application is covered under A-Level and admissions tutoring.

A-Level Further Maths tuition

Further Maths rewards precise, examiner-aware working as much as raw ability. For one-to-one help with the AQA 7367 papers — proof, complex numbers, the optional applications or exam technique — see A-Level Maths and Further Maths tuition or book a free consultation with your target grade, topics and exam date.

Related tuition

Need help with this topic?

For one-to-one help, choose the closest subject below or send a short enquiry with your level, topic and deadline.

Book consultation View all tutoring subjects