A Level Math Revision Courses Formula guide Notes

Edexcel IAL P4 Maths Revision: Pure Mathematics 4

Everything for Edexcel International A Level P4 (Pure Mathematics 4) in one place: what each topic covers, an exam-style question with its mark scheme for each topic, and 251 practice questions with instant marking.

Start practising P4 → Formula guide

P4 topics

P4 Vectors

Vectors in 2D and 3D; magnitude, unit vectors, scalar product and angles; vector equation of a line; intersecting, parallel and skew lines.

57 practice questions with mark schemes · Practise vectors →

Example question · 4 marks · medium

Calculate the exact scalar (dot) product of the vectors \(a = \begin{pmatrix} 3 \\ -2 \end{pmatrix}\) and \(b = \begin{pmatrix} 4 \\ 5 \end{pmatrix}\).

Show the mark scheme

\(a \cdot b = (x_1 \times x_2) + (y_1 \times y_2)\). M1
\(a \cdot b = (3 \times 4) + (-2 \times 5)\). M1A1
\(= 12 - 10 = 2\). A1

P4 Partial Fractions

Partial fractions with distinct linear and repeated linear factors in the denominator (improper fractions by division first). Irreducible-quadratic denominators are not on the IAL specification.

43 practice questions with mark schemes · Practise partial fractions →

Example question · 5 marks · medium

Express the rational function $\frac{x+5}{(x-1)(x+2)}$ in partial fractions.

Show the mark scheme

M1 for setting up the partial fraction decomposition: $\frac{A}{x-1} + \frac{B}{x+2}$.
M1 for setting up the algebraic identity: $A(x+2) + B(x-1) = x+5$.
M1 for substituting a strategic value, e.g., let $x = 1 \implies 3A = 6$.
A1 for finding $A = 2$.
A1 for substituting $x = -2 \implies -3B = 3$, giving $B = -1$, and writing the final expression $\frac{2}{x-1} - \frac{1}{x+2}$.

P4 Parametric Equations

Parametric equations of curves; converting between parametric and Cartesian forms; parametric differentiation; tangents and normals.

15 practice questions with mark schemes · Practise parametric equations →

Example question · 4 marks · medium

The position vector of a particle \(P\) at time \(t\) seconds is given by \(\vec{r}(t) = \begin{pmatrix} 3t - 1 \\ 4 - t \\ 2t^2 \end{pmatrix}\) in metres.

Find the exact velocity vector of the particle at time \(t = 2\).

Show the mark scheme

Velocity is the derivative of the position vector with respect to time. [M1]
\(\vec{v}(t) = \frac{d\vec{r}}{dt} = \begin{pmatrix} 3 \\ -1 \\ 4t \end{pmatrix}\) [A1][A1]
At \(t=2\), \(\vec{v}(2) = \begin{pmatrix} 3 \\ -1 \\ 8 \end{pmatrix} \text{ m/s}\). [A1]

P4 Differential Equations

First-order separable differential equations, forming DEs from context, general and particular solutions.

11 practice questions with mark schemes · Practise differential equations →

Example question · 4 marks · medium

Use the method of separation of variables to find the general solution to the differential equation: \[\frac{dy}{dx} = \frac{x}{y}\] Express your answer in the form \(y^2 = f(x)\).

Show the mark scheme

Separate the variables by multiplying both sides by \(y\) and \(dx\): M1
\(y \, dy = x \, dx\).
Integrate both sides: \(\int y \, dy = \int x \, dx\). M1
\(\frac{y^2}{2} = \frac{x^2}{2} + C\). A1
Multiply entirely by 2 to isolate \(y^2\):
\(y^2 = x^2 + 2C\). (Note: \(2C\) can just be written as a new constant \(K\)). A1

P4 Proof

Proof by contradiction (e.g. irrationality of √2, infinitely many primes).

5 practice questions with mark schemes · Practise proof →

Example question · 4 marks · medium

Prove by contradiction that $\sqrt{5}$ is an irrational number.

Show the mark scheme
  1. M1 for assuming the opposite: $\sqrt{5}$ is rational, so it can be written as $\frac{a}{b}$ where $a$ and $b$ are integers with no common factors.
  2. M1 for squaring both sides to get $5 = \frac{a^2}{b^2}$, leading to $a^2 = 5b^2$, and deducing that $a^2$ is a multiple of $5$, so $a$ must also be a multiple of $5$.
  3. M1 for letting $a = 5k$, substituting to get $(5k)^2 = 5b^2 \implies 25k^2 = 5b^2 \implies b^2 = 5k^2$, and deducing $b$ must also be a multiple of $5$.
  4. A1 for stating that both $a$ and $b$ being multiples of $5$ contradicts the assumption that they have no common factors, hence $\sqrt{5}$ must be irrational.

P4 The Binomial Expansion

Expanding (a + bx)ⁿ for any rational n; validity |bx/a| < 1; using partial fractions with expansions.

30 practice questions with mark schemes · Practise the binomial expansion →

Example question · 4 marks · medium

Find the binomial expansion of $(1-x)^{-\frac{1}{2}}$ in ascending powers of $x$, up to and including the term in $x^3$.

Show the mark scheme
  1. M1 for stating the formula with $n=-\frac{1}{2}$ and using $(-x)$.
  2. M1 for calculating the $x^2$ coefficient: $\frac{(-\frac{1}{2})(-\frac{3}{2})}{2!}(-x)^2$.
  3. M1 for calculating the $x^3$ coefficient: $\frac{(-\frac{1}{2})(-\frac{3}{2})(-\frac{5}{2})}{3!}(-x)^3$.
  4. A1 for the completely simplified answer: $1 + \frac{1}{2}x + \frac{3}{8}x^2 + \frac{5}{16}x^3$.

P4 Coordinate Geometry (parametric)

Parametric curves and conversion to Cartesian form.

30 practice questions with mark schemes · Practise coordinate geometry (parametric) →

Example question · 4 marks · medium

A curve has parametric equations $x = 2\sec t$ and $y = 2\tan t$. Find the Cartesian equation of the curve in the form $x^2 - y^2 = a^2$.

Show the mark scheme
  1. M1 for rearranging to $\sec t = \frac{x}{2}$ and $\tan t = \frac{y}{2}$.
  2. M1 for stating the trigonometric identity $\sec^2 t - \tan^2 t = 1$.
  3. M1 for substituting the expressions: $(\frac{x}{2})^2 - (\frac{y}{2})^2 = 1$.
  4. A1 for multiplying by 4 to obtain $x^2 - y^2 = 4$.

P4 Differentiation

Implicit and parametric differentiation; connected rates of change.

30 practice questions with mark schemes · Practise differentiation →

Example question · 4 marks · medium

A curve has parametric equations $x = 2\cos t$ and $y = 3\sin t$. Find the equation of the tangent to the curve at the point where $t = \frac{\pi}{4}$.

Show the mark scheme
  1. M1 for differentiating to find $\frac{dx}{dt} = -2\sin t$ and $\frac{dy}{dt} = 3\cos t$, yielding $\frac{dy}{dx} = -\frac{3\cos t}{2\sin t} = -\frac{3}{2}\cot t$.
  2. M1 for evaluating the gradient at $t = \frac{\pi}{4}$ to get $m = -\frac{3}{2}$.
  3. M1 for finding the coordinates at $t = \frac{\pi}{4}$: $x = \sqrt{2}$, $y = \frac{3\sqrt{2}}{2}$ and substituting into $y - y_1 = m(x - x_1)$.
  4. A1 for the correct equation, e.g., $y - \frac{3\sqrt{2}}{2} = -\frac{3}{2}(x - \sqrt{2})$ or $3x + 2y - 6\sqrt{2} = 0$.

P4 Integration

Integration by substitution, by parts and using partial fractions; trig identities in integration; volumes of revolution about the x-axis.

30 practice questions with mark schemes · Practise integration →

Example question · 4 marks · medium

Evaluate exactly $\int_{0}^{\frac{\pi}{2}} \cos x \sin^4 x \, dx$ using the substitution $u = \sin x$.

Show the mark scheme
  1. M1 for differentiating to find $du = \cos x \, dx$.
  2. M1 for correctly changing the limits: when $x=0, u=0$ and when $x=\frac{\pi}{2}, u=1$.
  3. M1 for setting up and evaluating the new definite integral: $\int_{0}^{1} u^4 \, du = [\frac{1}{5}u^5]_0^1$.
  4. A1 for concluding the exact value is $\frac{1}{5}$.

FAQ

What is on the Edexcel IAL P4 exam?

P4 Pure Mathematics 4 is assessed by a 1h 30min written paper (75 marks), calculator permitted. It covers Vectors, Partial Fractions, Parametric Equations, Differential Equations, Proof, The Binomial Expansion, Coordinate Geometry (parametric), Differentiation, Integration.

Can I use a calculator in P4?

Yes, a calculator is permitted in P4. You still need to show full method to earn the M marks.

How many P4 practice questions are there?

251 exam-style P4 questions across 9 topics, each with an Edexcel-style mark scheme (M, A and B marks).

Other IAL units: IAL P1 Pure Mathematics 1 · IAL P2 Pure Mathematics 2 · IAL P3 Pure Mathematics 3 · IAL S1 Statistics 1 · IAL M1 Mechanics 1