You are viewing a free preview of this lesson.
Subscribe to unlock all 4 lessons in this course and every other course on LearningBro.
Papers 1 and 2 are the compulsory Pure core of AQA 7367 — two 2-hour, 100-mark papers drawing from the same pool: complex numbers, matrices, further algebra and functions, further calculus, and polar/hyperbolic work, all underpinned by proof. Recall the per-paper AO balance: AO1 55% / AO2 25% / AO3 20%, so the majority of marks reward fluent, accurate technique, with a substantial quarter for reasoning and proof. This lesson is about how to attack these questions: how to read a "show that", how to structure a proof, how to keep method marks alive in a long multi-step problem, and where candidates routinely leak marks.
The Pure papers reward a small number of habits applied relentlessly. Most candidates who underperform do not lack knowledge of complex numbers or matrices; they lose marks in predictable ways — by skipping the method line that earns the M mark, by misreading a command word, by giving a decimal where an exact form was wanted, or by stopping a proof one line before its required conclusion. The strategies below are therefore as much about how you write as about what you know. Before the topic-specific advice, here is a routine that works across the whole paper:
The standard loci are worth memorising as a set, because the whole question usually turns on identifying which one you have:
| Locus | Geometric meaning |
|---|---|
| ∣z−z1∣=r | Circle, centre z1, radius r |
| ∣z−z1∣=∣z−z2∣ | Perpendicular bisector of the segment joining z1 and z2 |
| arg(z−z1)=θ | Half-line from z1 at angle θ to the positive real direction |
| ∣z−z1∣≤r | Closed disc (filled circle) |
Strategy. Sketch first, label centre/radius/key points, then compute. For a combined locus (e.g. a circle intersected with a half-line) solve the two conditions simultaneously and check the intersection actually lies on the half-line (the algebra can produce a point on the full line but on the wrong side).
(cosθ+isinθ)n=cosnθ+isinnθ.
For roots of zn=w: write w=reiα, then
zk=r1/nei(α+2kπ)/n,k=0,1,…,n−1,
giving n roots equally spaced by 2π/n on a circle of radius r1/n.
Exam Tip: A question asking for the n-th roots wants all n of them. Finding only the principal root is the single most common complex-number error. State every argument and put them on a labelled Argand diagram.
Specimen-style. Use De Moivre's theorem to show that cos3θ=4cos3θ−3cosθ. (5 marks)
Solution.
By De Moivre, cos3θ+isin3θ=(cosθ+isinθ)3. Expand the right-hand side with the binomial theorem:
(cosθ+isinθ)3=cos3θ+3cos2θ(isinθ)+3cosθ(isinθ)2+(isinθ)3.
Using i2=−1 and i3=−i:
=cos3θ+3icos2θsinθ−3cosθsin2θ−isin3θ.
Equate real parts:
cos3θ=cos3θ−3cosθsin2θ.
Replace sin2θ=1−cos2θ:
cos3θ=cos3θ−3cosθ(1−cos2θ)=cos3θ−3cosθ+3cos3θ=4cos3θ−3cosθ.■
How the 5 marks are earned:
Where candidates lose marks: equating imaginary parts by mistake (that gives sin3θ); forgetting that i3=−i; and — on a "show that" — stopping at cos3θ−3cosθsin2θ without converting to the required form. The instruction was to reach the given expression, so the last line is not optional.
Eigenvalues solve det(A−λI)=0. For A=(acbd) this is fastest as
λ2−(a+d)λ+(ad−bc)=0,i.e.λ2−tr(A)λ+det(A)=0.
For each λ, solve (A−λI)v=0 for a (non-zero) eigenvector. Any non-zero scalar multiple is a valid eigenvector — quote the simplest integer form.
| Matrix | Transformation |
|---|---|
| (cosθsinθ−sinθcosθ) | Rotation θ anticlockwise about O |
| (100−1) | Reflection in the x-axis |
| (0110) | Reflection in y=x |
| (k00k) | Enlargement, scale factor k, centre O |
Order is the classic trap. If transformation P is applied first, then Q, the combined matrix is QP — the second transformation sits on the left, because it multiplies the result of the first. Writing PQ is a guaranteed lost mark.
Every square matrix satisfies its own characteristic equation: if λ2−pλ+q=0 is the characteristic equation of A, then
A2−pA+qI=0.
A favourite use is rewriting the inverse without computing it directly: multiplying through by A−1 gives A−pI+qA−1=0, so
A−1=q1(pI−A),q=det(A)=0.
Exam Tip: Cayley–Hamilton turns "find A−1" or "express A4 in terms of A and I" into pure algebra — far less error-prone than a 3×3 cofactor expansion. State the characteristic equation, then manipulate.
Induction is the highest-frequency AO2 task on Papers 1 and 2, and the marks are as much for structure as for algebra:
| Type | Example |
|---|---|
| Summation | ∑r=1nr2=61n(n+1)(2n+1) |
| Divisibility | 32n−1 is divisible by 8 |
| Matrix powers | An=(2n003n) |
| Inequality | 2n>n2 for n≥5 |
Exam Tip: The conclusion is a marked line. "Since the statement holds for n=1, and truth for n=k implies truth for n=k+1, it holds for all n≥1 by induction" should be muscle memory. Omitting it is the most common reason a perfect-looking induction loses its final mark.
For a polynomial with roots α,β,γ,…, the relationships between the roots and the coefficients (the symmetric functions ∑α, ∑αβ, αβγ, …) let you answer "find a polynomial whose roots are …" or "find ∑α2" without finding the roots themselves. The key identity worth carrying is
∑α2=(∑α)2−2∑αβ,
which converts the (unknown) sum of squares of roots into the (known) coefficients. For series, the standard results
∑r=1nr=21n(n+1),∑r=1nr2=61n(n+1)(2n+1),∑r=1nr3=41n2(n+1)2
are the building blocks, and the method of differences handles the rest: if you can write the general term as f(r)−f(r+1), the sum telescopes and almost everything cancels.
Exam Tip: When a summation looks awkward, try partial fractions on the general term first — it is the usual gateway to a telescoping (method-of-differences) sum.
The Pure papers draw heavily on calculus that extends A-Level:
| Task | Key idea |
|---|---|
| Improper integral | Replace the infinite limit (or singular point) by a variable, integrate, then take the limit; state convergence/divergence |
| Volume of revolution | V=π∫aby2dx (about the x-axis) or π∫cdx2dy (about the y-axis) |
| Reduction formula | Integrate by parts to express In in terms of In−1, then recurse to a base case |
| Differential equations | Identify the type (separable, integrating factor, second-order with auxiliary equation) before solving |
The discipline that earns method marks here is the same throughout: write the standard formula, then substitute, and never drop the constant of integration in an indefinite integral.
Polar and hyperbolic work are firmly part of the compulsory Pure pool. For polar curves, the area swept by a radius vector is
A=21∫αβr2dθ,
so most polar questions reduce to setting up the correct limits α,β (often where r=0) and integrating r2. For hyperbolic functions, the definitions
coshx=2ex+e−x,sinhx=2ex−e−x
generate every identity you need. The most important is the analogue of the Pythagorean identity,
cosh2x−sinh2x=1,
and the derivatives dxdsinhx=coshx, dxdcoshx=sinhx (note: no minus sign, unlike the circular functions).
Exam Tip: A "show that" on a hyperbolic identity is almost always fastest by substituting the exponential definitions and simplifying — far more reliable than trying to remember a long list of identities under pressure.
Subscribe to continue reading
Get full access to this lesson and all 4 lessons in this course.