← Hub
WJEC · Further Math
Formula Sheet ↗
• Ready
These notes are AI-assisted study material. Always cross-check against the official WJEC spec or your teacher before relying on them in an exam.

Further Pure Mathematics

WJEC A Level Further Mathematics (2017)

FP1Further Proof

Advanced proof methods for Further Mathematics

Further Mathematics extends the proof techniques from A Level Mathematics with more sophisticated methods:

  • Proof by induction — a two-step process: (1) prove the base case, (2) assume true for some $n=k$ and prove for $n=k+1$. Induction is particularly powerful for proving results about sequences, series, divisibility, matrix powers, and recurrence relations.
  • Strong induction — assumes the statement is true for all values up to $k$, not just $k$ itself. This is needed when the inductive step for $k+1$ depends on multiple previous values.
  • Proof by contradiction — continues from A Level with more complex examples involving irrationality, infinite primes, and properties of special numbers.
Induction structure — Always write "Let $P(n)$ be the statement...", "Base case: when $n=1$...", "Inductive hypothesis: assume $P(k)$ is true...", "Inductive step: consider $P(k+1)$...", "Therefore by induction, $P(n)$ is true for all positive integers $n$."

FP2Complex Numbers

Argand diagram, modulus-argument form, De Moivre's theorem, roots of unity

Complex numbers extend the real number system by introducing $i$ where $i^2 = -1$. Every complex number can be written as $z = x + iy$ (Cartesian form) or $z = r(\cos\theta + i\sin\theta)$ (modulus-argument form).

The Argand diagram represents complex numbers geometrically as points in a plane, with the real part on the horizontal axis and the imaginary part on the vertical axis. Addition corresponds to vector addition; multiplication corresponds to scaling and rotation.

De Moivre's theorem states that $(r(\cos\theta + i\sin\theta))^n = r^n(\cos n\theta + i\sin n\theta)$. This is used to find powers and roots of complex numbers. The $n$th roots of unity lie equally spaced around the unit circle, forming a regular $n$-gon.

Loci on the Argand diagram — the equation $|z - a| = r$ represents a circle centre $a$ radius $r$; $|z - a| = |z - b|$ represents the perpendicular bisector of the line joining $a$ and $b$; $\arg(z - a) = \theta$ represents a half-line.

Common error — When finding roots using De Moivre's theorem, students often give only the principal root. There are always $n$ distinct $n$th roots, each separated by an angle of $\frac{2\pi}{n}$.

FP3Further Algebra

Roots of polynomials, summations, method of differences

Relations between roots and coefficients — for a polynomial $a_n x^n + \cdots + a_0 = 0$ with roots $\alpha_1, \alpha_2, \ldots, \alpha_n$:

  • Sum of roots: $\sum \alpha_i = -\frac{a_{n-1}}{a_n}$
  • Sum of products of roots taken two at a time: $\sum \alpha_i\alpha_j = \frac{a_{n-2}}{a_n}$
  • Product of roots: $\prod \alpha_i = (-1)^n \frac{a_0}{a_n}$

These relationships let you form new equations whose roots are related to the original roots (e.g. $\alpha^2$, $\frac{1}{\alpha}$, $\alpha + \beta$) without solving the original equation.

Method of differences — if a series term can be written as $f(r) - f(r+1)$ or similar, most terms cancel when summed, leaving only boundary terms. This is particularly useful for rational and trigonometric series.

Key technique — To find an equation with roots $\alpha^2, \beta^2, \gamma^2$, substitute $x = \sqrt{y}$ into the original equation, then eliminate the square roots by appropriate manipulation. Alternatively, use the symmetric functions approach.

FP4Further Functions

Inverse trigonometric functions, hyperbolic functions, calculus applications

Inverse trigonometric functions ($\arcsin$, $\arccos$, $\arctan$) require restricted domains to be well-defined. Know their domains, ranges, and graphs.

Hyperbolic functions are defined using exponentials:

  • $\sinh x = \frac{e^x - e^{-x}}{2}$
  • $\cosh x = \frac{e^x + e^{-x}}{2}$
  • $\tanh x = \frac{\sinh x}{\cosh x}$

Hyperbolic functions satisfy identities analogous to trigonometric ones (e.g. $\cosh^2 x - \sinh^2 x = 1$). The inverse hyperbolic functions have logarithmic forms: $\text{arsinh } x = \ln(x + \sqrt{x^2+1})$.

Differentiation and integration of hyperbolic and inverse hyperbolic functions follow standard patterns and are required in Further Calculus.

FP5Matrices

Matrix algebra, transformations, inverses, eigenvalues/vectors, systems of equations

Matrix operations — addition (element-wise), multiplication (rows by columns), and scalar multiplication. Matrix multiplication is associative but not commutative.

Determinants — for $2\times 2$ and $3\times 3$ matrices. A matrix is singular if its determinant is zero. The determinant of a product equals the product of determinants.

Inverse matrices — a square matrix has an inverse if and only if it is non-singular. For $2\times 2$: if $A = \begin{pmatrix} a & b \ c & d \end{pmatrix}$, then $A^{-1} = \frac{1}{\det A}\begin{pmatrix} d & -b \ -c & a \end{pmatrix}$.

Transformations — matrices represent linear transformations: reflections, rotations, enlargements, stretches, and shears. The composition of transformations corresponds to matrix multiplication.

Eigenvalues and eigenvectors — a non-zero vector $\mathbf{v}$ is an eigenvector of matrix $A$ with eigenvalue $\lambda$ if $A\mathbf{v} = \lambda\mathbf{v}$. Eigenvalues are found by solving $\det(A - \lambda I) = 0$ (the characteristic equation).

Diagonalisation — If an $n\times n$ matrix has $n$ linearly independent eigenvectors, it can be diagonalised as $A = PDP^{-1}$ where $D$ is diagonal. This makes computing $A^n$ straightforward: $A^n = PD^nP^{-1}$.

FP6Further Vectors

Vector product, scalar triple product, lines and planes in 3D

Vector (cross) product — $\mathbf{a} \times \mathbf{b}$ is a vector perpendicular to both $\mathbf{a}$ and $\mathbf{b}$, with magnitude $|\mathbf{a}||\mathbf{b}||\sin\theta|$. In component form, use the determinant method with unit vectors $\mathbf{i}, \mathbf{j}, \mathbf{k}$.

Scalar triple product — $\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})$ gives the volume of the parallelepiped formed by the three vectors. If it equals zero, the vectors are coplanar.

Lines in 3D — parametric form $\mathbf{r} = \mathbf{a} + \lambda\mathbf{d}$ and symmetric form. Planes — cartesian form $ax + by + cz = d$ or vector form $\mathbf{r} \cdot \mathbf{n} = k$.

Finding intersections, angles between lines and planes, and shortest distances are standard problems. The angle between a line and a plane is the complement of the angle between the line and the normal to the plane.

Shortest distance — From a point to a plane: use the formula with the normal vector. Between skew lines: find a vector perpendicular to both direction vectors, then project the vector joining a point on each line onto this perpendicular.

FP7Further Calculus

Reduction formulas, arc length, surface area, mean value

Reduction formulas express an integral $I_n$ in terms of $I_{n-1}$ or $I_{n-2}$. Typically derived using integration by parts. They are useful for evaluating integrals involving powers of trigonometric functions.

Arc length of a curve $y = f(x)$ from $a$ to $b$ is $\int_a^b \sqrt{1 + (\frac{dy}{dx})^2}\,dx$. For parametric curves, use $\int \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2}\,dt$.

Surface area of revolution — rotating $y = f(x)$ about the $x$-axis: $S = 2\pi \int_a^b y\sqrt{1+(\frac{dy}{dx})^2}\,dx$.

Mean value of a function over $[a,b]$ is $\frac{1}{b-a}\int_a^b f(x)\,dx$.

Common error — In arc length and surface area formulas, the integrand involves a square root. Be careful with algebraic simplification, especially when the expression under the square root is a perfect square.

FP8Polar Coordinates

Polar curves, area, arc length, tangents

In polar coordinates, a point is described by $(r, \theta)$ where $r$ is the distance from the origin and $\theta$ is the angle from the initial line. The conversion formulas are $x = r\cos\theta$, $y = r\sin\theta$.

Common polar curves include: cardioids ($r = a(1 + \cos\theta)$), roses ($r = a\cos n\theta$), and spirals ($r = a\theta$). Sketching these requires understanding symmetry and key points.

The area enclosed by a polar curve is $\frac{1}{2}\int_{\alpha}^{\beta} r^2\,d\theta$. The arc length in polar form is $\int \sqrt{r^2 + (\frac{dr}{d\theta})^2}\,d\theta$.

To find tangents parallel or perpendicular to the initial line, find where $\frac{dy}{d\theta} = 0$ (parallel) or $\frac{dx}{d\theta} = 0$ (perpendicular).

FP9Further Differential Equations

First-order (integrating factor), second-order (auxiliary equation, particular integral)

First-order linear equations — equations of the form $\frac{dy}{dx} + P(x)y = Q(x)$ are solved using an integrating factor $\mu = e^{\int P\,dx}$. Multiply through by $\mu$ to make the left side a perfect derivative.

Second-order linear equations with constant coefficients — of the form $a\frac{d^2y}{dx^2} + b\frac{dy}{dx} + cy = f(x)$. The solution has two parts:

  • Complementary function — solve the auxiliary equation $am^2 + bm + c = 0$. If roots are real and distinct: $Ae^{m_1 x} + Be^{m_2 x}$. If repeated: $(A + Bx)e^{mx}$. If complex: $e^{\alpha x}(A\cos\beta x + B\sin\beta x)$.
  • Particular integral — guess a form similar to $f(x)$ and substitute to find constants. If your guess matches the complementary function, multiply by $x$ (or $x^2$ if necessary).
Exam strategy — The most common particular integral guesses are: constant for constant $f(x)$, polynomial for polynomial $f(x)$, $ke^{mx}$ for exponential $f(x)$, and $a\cos\omega x + b\sin\omega x$ for sinusoidal $f(x)$.
These notes are AI-assisted study material. Always cross-check against the official WJEC spec or your teacher before relying on them in an exam.

Further Statistics

WJEC A Level Further Mathematics (2017)

FS1Discrete Random Variables

Expectation algebra, linear combinations, covariance

Expectation and variance properties for random variables:

  • $E(aX + b) = aE(X) + b$
  • $\text{Var}(aX + b) = a^2\text{Var}(X)$
  • $E(X + Y) = E(X) + E(Y)$
  • $\text{Var}(X + Y) = \text{Var}(X) + \text{Var}(Y)$ if $X$ and $Y$ are independent

Covariance measures how two random variables change together. If $\text{Cov}(X,Y) = 0$, the variables are uncorrelated (but not necessarily independent). The correlation coefficient $\rho = \frac{\text{Cov}(X,Y)}{\sigma_X\sigma_Y}$.

Key distinction — Independence implies zero covariance, but zero covariance does not imply independence (except for jointly normal variables). Correlation measures only linear association.

FS2Poisson Distribution

Poisson model, additive property, approximations

The Poisson distribution models the number of events in a fixed interval when events occur independently at a constant average rate $\lambda$:

Poisson probability mass function$$P(X = r) = \frac{e^{-\lambda}\lambda^r}{r!}, \quad r = 0, 1, 2, \ldots$$

Mean and variance are both equal to $\lambda$ — this is a key identifying feature. If the mean and variance of count data are approximately equal, a Poisson model may be appropriate.

Additive property — if $X \sim \text{Po}(\lambda_1)$ and $Y \sim \text{Po}(\lambda_2)$ are independent, then $X + Y \sim \text{Po}(\lambda_1 + \lambda_2)$.

Normal approximation — for large $\lambda$ ($\lambda > 10$), $\text{Po}(\lambda) \approx \text{N}(\lambda, \lambda)$. Apply a continuity correction when using this approximation.

Modelling checklist — Before using Poisson, check: events occur singly, independently, at a constant rate, and the mean equals the variance. If variance > mean, consider overdispersion.

FS3Geometric & Negative Binomial

Waiting-time distributions, memoryless property

The geometric distribution models the number of trials until the first success in independent Bernoulli trials with success probability $p$:

Geometric (number of trials until first success)$$P(X = x) = (1-p)^{x-1}p, \quad x = 1, 2, 3, \ldots$$

$E(X) = \frac{1}{p}$ and $\text{Var}(X) = \frac{1-p}{p^2}$.

The geometric distribution has the memoryless property: $P(X > m + n \mid X > m) = P(X > n)$. The process "forgets" its history.

The negative binomial distribution generalises this: it models the number of trials until the $r$th success. When $r=1$, it reduces to the geometric distribution.

Watch out — Some textbooks define the geometric distribution as the number of failures before the first success (support $0, 1, 2, \ldots$). WJEC uses the "number of trials" definition. Check which convention a question expects.

FS4Chi-Squared Tests

Goodness of fit, contingency tables, degrees of freedom

The chi-squared ($\chi^2$) test compares observed frequencies with expected frequencies under a hypothesised distribution or independence assumption.

Goodness of fit — test whether data follows a specified distribution (e.g. uniform, Poisson, binomial). Calculate expected frequencies from the theoretical distribution, then compute:

Chi-squared test statistic$$\chi^2 = \sum \frac{(O_i - E_i)^2}{E_i}$$

Contingency tables — test whether two categorical variables are independent. Expected frequency for cell $(i,j)$ is $\frac{(\text{row } i \text{ total}) \times (\text{column } j \text{ total})}{\text{grand total}}$.

Degrees of freedom: goodness of fit = (number of categories) $-$ 1 $-$ (number of estimated parameters); contingency table = $(r-1)(c-1)$.

Combine categories if any expected frequency is less than 5 (the rule of thumb). The test is always upper-tailed.

Hypothesis wording — $H_0$: the data follows the specified distribution (or the variables are independent). $H_1$: the data does not follow the specified distribution (or the variables are not independent). Always state degrees of freedom and the critical value used.
These notes are AI-assisted study material. Always cross-check against the official WJEC spec or your teacher before relying on them in an exam.

Further Mechanics

WJEC A Level Further Mathematics (2017)

FM1Impulse & Momentum

Linear momentum, impulse-momentum principle, conservation

Linear momentum is $m\mathbf{v}$. Impulse is the change in momentum: $\mathbf{I} = \Delta(m\mathbf{v})$. For a constant force, impulse = force $\times$ time.

The impulse-momentum principle is particularly useful for collisions and impacts where forces vary: the total impulse equals the total change in momentum.

Conservation of linear momentum — in any direction where no external impulse acts, the total momentum in that direction is conserved. This applies to explosions as well as collisions.

Sign convention — Choose a positive direction and stick to it. Momentum is a vector, so direction matters. A common error is mixing up signs when objects rebound.

FM2Work, Energy & Power

Kinetic energy, potential energy, work-energy principle, power

Kinetic energy = $\frac{1}{2}mv^2$. Gravitational potential energy = $mgh$ (change). Elastic potential energy in a spring = $\frac{1}{2}\frac{\lambda x^2}{l}$ where $\lambda$ is the modulus of elasticity, $l$ is natural length, and $x$ is extension.

The work-energy principle states that the total work done by all forces equals the change in kinetic energy. This is a scalar equation and is often easier than resolving forces, especially when the path is curved.

Power = rate of doing work = $Fv$ when force and velocity are in the same direction. For vehicles, the engine power equals the tractive force times the velocity.

Common error — When using the work-energy principle, include all work done (positive for driving forces, negative for resistances). Do not double-count by also using Newton's second law separately unless the question specifically asks for it.

FM3Elastic Collisions

Direct impact, Newton's law of restitution, loss of kinetic energy

For collisions between two particles moving along the same line:

  • Conservation of momentum: $m_1 u_1 + m_2 u_2 = m_1 v_1 + m_2 v_2$
  • Newton's law of restitution: $e = \frac{\text{speed of separation}}{\text{speed of approach}}$ where $0 \leq e \leq 1$

$e=1$ is a perfectly elastic collision (kinetic energy conserved); $e=0$ is perfectly inelastic (particles coalesce). Most real collisions have $0 < e < 1$.

Loss of kinetic energy in a collision = total KE before $-$ total KE after. This is always non-negative (energy may be converted to heat, sound, deformation).

For oblique collisions with a smooth plane, the component of velocity parallel to the surface is unchanged, while the perpendicular component is reversed and scaled by $e$.

Successive collisions — When a particle collides with a wall and then another particle, treat each collision separately. After the first collision, the particle's new velocity becomes the initial velocity for the second collision.

Further Mathematics AI Tutor