EuraStudy
Notes/Further Mathematics/Matrices
Notes · Further MathematicsUK · A-Levels

Matrices

Matrices provide a compact algebra for linear transformations and for systems of linear equations. Further Mathematics develops matrix arithmetic up to 3×33\times 33×3, determinants and inverses, the representation of geometric transformations by matrices, invariant points and lines, and the solution and geometric interpretation of simultaneous equations. The determinant emerges as the area or volume scale factor of the transformation, tying the algebra to the geometry.

5 sections·~15 min reading time·3 competencies·Level Standard 1 · Advanced 4

T·0333 / 13
Exam profile
AO1 · Carry out matrix algebra, evaluate determinants and find inverses accuratelyAO2 · Connect matrices to geometric transformations and justify the determinant as an area or volume scale factorAO3 · Solve and interpret systems of linear equations, including the geometry of intersecting planes
Operators:findshow thatsolveprovededucehencedeterminedescribe

basic level

AS Further Mathematics covers matrix arithmetic, 2×22\times 22×2 determinants and inverses, and transformations of the plane.

higher level

The full A-Level adds 3×33\times 33×3 determinants and inverses, transformations of three-dimensional space, invariant lines, and the geometric interpretation of systems of three equations in three unknowns.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 5 sections▾
  1. Matrices
    • 01Matrix algebra◐
    • 02Determinants and inverses●
    • 03Matrices as linear transformations●
    • 04Invariant points and lines●
    • 05Systems of linear equations and their geometry●
§ 01

Matrix algebra#

●●○StandardLPAQA 7367 §3.3LPDfE Further Mathematics — Matrices

Key points

A matrix is a rectangular array of numbers with a fixed number of rows and columns. Addition and subtraction are defined only for matrices of the same order and act entry by entry, while scalar multiplication multiplies every entry by the scalar. These operations obey the familiar commutative and associative laws, so at this level matrices behave like ordinary numbers.
Matrix multiplication is where the subject acquires its character. The product AB\mathbf{AB}AB is defined only when the number of columns of A\mathbf{A}A equals the number of rows of B\mathbf{B}B, and the (i,j)(i,j)(i,j) entry of AB\mathbf{AB}AB is the dot product of row iii of A\mathbf{A}A with column jjj of B\mathbf{B}B. Multiplication is associative, (AB)C=A(BC)\mathbf{(AB)C} = \mathbf{A(BC)}(AB)C=A(BC), and distributes over addition, but it is emphatically not commutative: in general AB≠BA\mathbf{AB} \neq \mathbf{BA}AB=BA, and for many pairs only one of the two products is even defined.
The identity matrix I\mathbf{I}I, with 111s on the leading diagonal and 000s elsewhere, satisfies AI=IA=A\mathbf{AI} = \mathbf{IA} = \mathbf{A}AI=IA=A and plays the role of the number 111. The zero matrix plays the role of 000. A warning that flows from non-commutativity: the usual algebraic shortcuts fail — (A+B)2=A2+AB+BA+B2(\mathbf{A}+\mathbf{B})^2 = \mathbf{A}^2 + \mathbf{AB} + \mathbf{BA} + \mathbf{B}^2(A+B)2=A2+AB+BA+B2, and this cannot be shortened to A2+2AB+B2\mathbf{A}^2 + 2\mathbf{AB} + \mathbf{B}^2A2+2AB+B2 unless A\mathbf{A}A and B\mathbf{B}B happen to commute.
Because multiplication represents the composition of transformations (developed later in this topic), the order in which matrices are multiplied corresponds to the order in which the transformations are applied — and, following function-composition convention, AB\mathbf{AB}AB means 'do B\mathbf{B}B first, then A\mathbf{A}A'. Keeping this reading in mind makes the non-commutativity intuitive: rotating then reflecting is generally not the same as reflecting then rotating.
(AB)ij=∑kAik Bkj(\mathbf{AB})_{ij} = \sum_{k} \mathbf{A}_{ik}\,\mathbf{B}_{kj}(AB)ij​=k∑​Aik​Bkj​

Matrix multiplication

The (i,j)(i,j)(i,j) entry is the dot product of row iii of A\mathbf{A}A with column jjj of B\mathbf{B}B.

AI=IA=A,AB≠BA in general\mathbf{AI} = \mathbf{IA} = \mathbf{A}, \qquad \mathbf{AB} \neq \mathbf{BA} \ \text{in general}AI=IA=A,AB=BA in general

Identity and non-commutativity

I\mathbf{I}I behaves like 111; multiplication is associative but not commutative.

Worked example

A product depends on order

With A=(1201)\mathbf{A} = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}A=(10​21​) and B=(1031)\mathbf{B} = \begin{pmatrix} 1 & 0 \\ 3 & 1 \end{pmatrix}B=(13​01​), find AB\mathbf{AB}AB and BA\mathbf{BA}BA.

  1. 01Compute AB

    AB=(1201)(1031)=(1+60+20+30+1)=(7231)\mathbf{AB} = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 & 0 \\ 3 & 1 \end{pmatrix} = \begin{pmatrix} 1{+}6 & 0{+}2 \\ 0{+}3 & 0{+}1 \end{pmatrix} = \begin{pmatrix} 7 & 2 \\ 3 & 1 \end{pmatrix}AB=(10​21​)(13​01​)=(1+60+3​0+20+1​)=(73​21​).

  2. 02Compute BA

    BA=(1031)(1201)=(1237)\mathbf{BA} = \begin{pmatrix} 1 & 0 \\ 3 & 1 \end{pmatrix}\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & 2 \\ 3 & 7 \end{pmatrix}BA=(13​01​)(10​21​)=(13​27​).

    AB=(7231)≠(1237)=BA\mathbf{AB} = \begin{pmatrix} 7 & 2 \\ 3 & 1 \end{pmatrix} \neq \begin{pmatrix} 1 & 2 \\ 3 & 7 \end{pmatrix} = \mathbf{BA}AB=(73​21​)=(13​27​)=BA
  3. 03Conclude

    The two products differ, confirming that matrix multiplication is not commutative.

Result: AB=(7231)\mathbf{AB} = \begin{pmatrix} 7 & 2 \\ 3 & 1 \end{pmatrix}AB=(73​21​), BA=(1237)\mathbf{BA} = \begin{pmatrix} 1 & 2 \\ 3 & 7 \end{pmatrix}BA=(13​27​); they are unequal.

Exam focus

  • Check conformability before multiplying and compute each entry as a row-times-column dot product; set work out clearly to avoid slips.
  • Respect the order of multiplication — remember AB\mathbf{AB}AB applies B\mathbf{B}B first — and never assume AB=BA\mathbf{AB}=\mathbf{BA}AB=BA.

Typical mistakes

  • Multiplying matrices entry by entry as if it were addition, instead of using row-times-column.
  • Assuming multiplication commutes, so that identities such as (A+B)2=A2+2AB+B2(\mathbf{A}+\mathbf{B})^2 = \mathbf{A}^2 + 2\mathbf{AB} + \mathbf{B}^2(A+B)2=A2+2AB+B2 are applied incorrectly.

Active revision

Given A=(2103)\mathbf{A} = \begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix}A=(20​13​) and B=(1−142)\mathbf{B} = \begin{pmatrix} 1 & -1 \\ 4 & 2 \end{pmatrix}B=(14​−12​), compute AB\mathbf{AB}AB and BA\mathbf{BA}BA and verify that they are different.

Active recall

Recall the key points — then reveal.

Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)

§ 02

Determinants and inverses#

●●●AdvancedLPAQA 7367 §3.3LPDfE Further Mathematics — Matrices

The determinant as an area scale factor

Area of the image parallelogram = |det| = 2Geometric figure, O, (2, 0), (1, 1), (3, 1), area = 2O(2, 0)(1, 1)(3, 1)xyarea = 2
Fig. 1The columns of M=(2101)\mathbf{M}=\begin{pmatrix}2&1\\0&1\end{pmatrix}M=(20​11​) span a parallelogram of area ∣det⁡M∣=2|\det\mathbf{M}| = 2∣detM∣=2.

Key points

For a 2×22\times 22×2 matrix M=(abcd)\mathbf{M} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}M=(ac​bd​) the determinant is det⁡M=ad−bc\det\mathbf{M} = ad - bcdetM=ad−bc. It measures how the transformation represented by M\mathbf{M}M scales area: the unit square of area 111 maps to a parallelogram of area ∣det⁡M∣|\det\mathbf{M}|∣detM∣. A negative determinant signals that the transformation reverses orientation (includes a reflection), and a zero determinant means the whole plane is squashed onto a line, so area collapses to zero.
The inverse of a non-singular 2×22\times 22×2 matrix is M−1=1ad−bc(d−b−ca)\mathbf{M}^{-1} = \dfrac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}M−1=ad−bc1​(d−c​−ba​): swap the leading-diagonal entries, negate the other two, and divide by the determinant. The inverse satisfies MM−1=M−1M=I\mathbf{M}\mathbf{M}^{-1} = \mathbf{M}^{-1}\mathbf{M} = \mathbf{I}MM−1=M−1M=I and exists precisely when det⁡M≠0\det\mathbf{M} \neq 0detM=0. A matrix with zero determinant is singular and has no inverse — geometrically, the collapse onto a line cannot be undone.
For a 3×33\times 33×3 matrix the determinant is evaluated by expansion along a row or column: det⁡M=a11M11−a12M12+a13M13\det\mathbf{M} = a_{11}M_{11} - a_{12}M_{12} + a_{13}M_{13}detM=a11​M11​−a12​M12​+a13​M13​, where each M1jM_{1j}M1j​ is the 2×22\times 22×2 minor obtained by deleting the row and column of a1ja_{1j}a1j​, and the alternating signs follow the checkerboard pattern. The determinant now measures the volume scale factor of the transformation of three-dimensional space.
The inverse of a non-singular 3×33\times 33×3 matrix is found from the matrix of cofactors: transpose the cofactor matrix to form the adjugate, then divide by the determinant, M−1=1det⁡Madj⁡M\mathbf{M}^{-1} = \dfrac{1}{\det\mathbf{M}}\operatorname{adj}\mathbf{M}M−1=detM1​adjM. A useful algebraic identity is (AB)−1=B−1A−1(\mathbf{AB})^{-1} = \mathbf{B}^{-1}\mathbf{A}^{-1}(AB)−1=B−1A−1 — the inverse of a product reverses the order — which mirrors the fact that to undo 'do B\mathbf{B}B then A\mathbf{A}A' you undo A\mathbf{A}A first.
det⁡(abcd)=ad−bc,(abcd)−1=1ad−bc(d−b−ca)\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc, \qquad \begin{pmatrix} a & b \\ c & d \end{pmatrix}^{-1} = \frac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}det(ac​bd​)=ad−bc,(ac​bd​)−1=ad−bc1​(d−c​−ba​)

2x2 determinant and inverse

The inverse exists iff ad−bc≠0ad-bc\neq 0ad−bc=0.

(AB)−1=B−1A−1,det⁡(AB)=det⁡A det⁡B(\mathbf{AB})^{-1} = \mathbf{B}^{-1}\mathbf{A}^{-1}, \qquad \det(\mathbf{AB}) = \det\mathbf{A}\,\det\mathbf{B}(AB)−1=B−1A−1,det(AB)=detAdetB

Products

The inverse of a product reverses order; determinants multiply.

Worked example

Inverse of a 3×3 matrix (determinant first)

Find det⁡M\det\mathbf{M}detM for M=(123014560)\mathbf{M} = \begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 5 & 6 & 0 \end{pmatrix}M=​105​216​340​​ and state whether M−1\mathbf{M}^{-1}M−1 exists.

  1. 01Expand along row 1

    det⁡M=1∣1460∣−2∣0450∣+3∣0156∣\det\mathbf{M} = 1\begin{vmatrix} 1 & 4 \\ 6 & 0 \end{vmatrix} - 2\begin{vmatrix} 0 & 4 \\ 5 & 0 \end{vmatrix} + 3\begin{vmatrix} 0 & 1 \\ 5 & 6 \end{vmatrix}detM=1​16​40​​−2​05​40​​+3​05​16​​.

  2. 02Evaluate the minors

    =1(0−24)−2(0−20)+3(0−5)=−24+40−15= 1(0-24) - 2(0-20) + 3(0-5) = -24 + 40 - 15=1(0−24)−2(0−20)+3(0−5)=−24+40−15.

    det⁡M=−24+40−15=1\det\mathbf{M} = -24 + 40 - 15 = 1detM=−24+40−15=1
  3. 03Conclude

    Since det⁡M=1≠0\det\mathbf{M} = 1 \neq 0detM=1=0, the matrix is non-singular and M−1\mathbf{M}^{-1}M−1 exists (and, because det⁡M=1\det\mathbf{M}=1detM=1, the inverse equals the adjugate).

Result: det⁡M=1\det\mathbf{M} = 1detM=1, so M−1\mathbf{M}^{-1}M−1 exists.

Exam focus

  • Quote and use M−1=1ad−bc(d−b−ca)\mathbf{M}^{-1} = \tfrac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}M−1=ad−bc1​(d−c​−ba​) for 2×22\times 22×2 matrices; state that the inverse exists only when the determinant is non-zero.
  • For 3×33\times 33×3 inverses, work carefully through minors, the checkerboard signs and the transpose to the adjugate; a single sign error is fatal.

Typical mistakes

  • Forgetting the alternating signs (the cofactor pattern) when expanding a 3×33\times 33×3 determinant or forming cofactors.
  • Failing to divide by the determinant, or attempting to invert a singular matrix (whose determinant is zero).

Active revision

Find the determinant and inverse of M=(2513)\mathbf{M} = \begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}M=(21​53​), and verify that MM−1=I\mathbf{M}\mathbf{M}^{-1} = \mathbf{I}MM−1=I.

Active recall

Recall the key points — then reveal.

Sources: AQA A-level Further Mathematics 7367 specification (AQA)

§ 03

Matrices as linear transformations#

●●●AdvancedLPAQA 7367 §3.3LPDfE Further Mathematics — Matrices

A shear transformation of the unit square

Unit square and its image under MGeometric figure, O, unit square, imageOxyunit squareimage
Fig. 2Under M=(2101)\mathbf{M}=\begin{pmatrix}2&1\\0&1\end{pmatrix}M=(20​11​) the unit square (solid) maps to the parallelogram (dashed), doubling in area.

Key points

A 2×22\times 22×2 matrix M\mathbf{M}M acts on the plane by sending the position vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​) to M(xy)\mathbf{M}\begin{pmatrix} x \\ y \end{pmatrix}M(xy​). Such a map is linear: it fixes the origin and sends straight lines to straight lines, preserving ratios along them. The columns of M\mathbf{M}M are precisely the images of the basis vectors i=(10)\mathbf{i}=\begin{pmatrix}1\\0\end{pmatrix}i=(10​) and j=(01)\mathbf{j}=\begin{pmatrix}0\\1\end{pmatrix}j=(01​), which gives a quick way both to build a transformation matrix and to read one off.
The standard plane transformations have standard matrices. A rotation anticlockwise through θ\thetaθ about the origin is (cos⁡θ−sin⁡θsin⁡θcos⁡θ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}(cosθsinθ​−sinθcosθ​); a reflection in the line y=xy = xy=x is (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}(01​10​); an enlargement by factor kkk is kIk\mathbf{I}kI; and stretches and shears have their own characteristic forms. Recognising a matrix as one of these — by finding the images of i\mathbf{i}i and j\mathbf{j}j — is a routine exam demand.
Composing transformations corresponds to multiplying their matrices, in the reverse order of application: applying SSS then TTT is represented by TS\mathbf{T}\mathbf{S}TS. This is the geometric meaning of non-commutativity — a rotation followed by a reflection generally differs from the reflection followed by the rotation. The determinant of a composite is the product of the determinants, so scale factors multiply, and a transformation is a pure rotation exactly when its matrix is orthogonal with determinant +1+1+1.
The same framework extends to three dimensions with 3×33\times 33×3 matrices: rotations about the coordinate axes, reflections in the coordinate planes, and enlargements all have standard 3×33\times 33×3 forms, and the determinant is now the volume scale factor. A determinant of −1-1−1 indicates an orientation-reversing map (a reflection), and a determinant of 000 collapses space onto a plane or line. Throughout, the geometric picture and the matrix algebra reinforce one another.
R(θ)=(cos⁡θ−sin⁡θsin⁡θcos⁡θ)R(\theta) = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}R(θ)=(cosθsinθ​−sinθcosθ​)

Anticlockwise rotation about the origin

The columns are the images of i\mathbf{i}i and j\mathbf{j}j under the rotation.

’do S then T’ ⟷ TS,det⁡(TS)=det⁡Tdet⁡S\text{'do } S \text{ then } T\text{'} \ \longleftrightarrow\ \mathbf{TS}, \qquad \det(\mathbf{TS}) = \det\mathbf{T}\det\mathbf{S}’do S then T’ ⟷ TS,det(TS)=detTdetS

Composition

Compose by multiplying, in the reverse order of application; scale factors multiply.

Worked example

Identify a transformation from its matrix

Describe fully the transformation represented by M=(0−110)\mathbf{M} = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}M=(01​−10​).

  1. 01Image of i

    M(10)=(01)\mathbf{M}\begin{pmatrix}1\\0\end{pmatrix} = \begin{pmatrix}0\\1\end{pmatrix}M(10​)=(01​), so i\mathbf{i}i maps to j\mathbf{j}j.

  2. 02Image of j

    M(01)=(−10)\mathbf{M}\begin{pmatrix}0\\1\end{pmatrix} = \begin{pmatrix}-1\\0\end{pmatrix}M(01​)=(−10​), so j\mathbf{j}j maps to −i-\mathbf{i}−i.

  3. 03Recognise the pattern

    Comparing with R(θ)R(\theta)R(θ), cos⁡θ=0\cos\theta = 0cosθ=0 and sin⁡θ=1\sin\theta = 1sinθ=1, so θ=90∘\theta = 90^{\circ}θ=90∘; the determinant is 0⋅0−(−1)(1)=10\cdot 0 - (-1)(1) = 10⋅0−(−1)(1)=1, confirming a pure rotation.

    M=(cos⁡90∘−sin⁡90∘sin⁡90∘cos⁡90∘)\mathbf{M} = \begin{pmatrix} \cos 90^{\circ} & -\sin 90^{\circ} \\ \sin 90^{\circ} & \cos 90^{\circ} \end{pmatrix}M=(cos90∘sin90∘​−sin90∘cos90∘​)
  4. 04Describe

    It is an anticlockwise rotation of 90∘90^{\circ}90∘ about the origin.

Result: A 90∘90^{\circ}90∘ anticlockwise rotation about the origin (det⁡=1\det = 1det=1, area preserved).

Exam focus

  • Read a transformation off a matrix by finding the images of i\mathbf{i}i and j\mathbf{j}j (the two columns); describe it fully (type, angle or line, any scale factor).
  • Compose transformations by multiplying matrices in the correct order (TS\mathbf{TS}TS for 'do SSS then TTT') and use det⁡(TS)=det⁡Tdet⁡S\det(\mathbf{TS}) = \det\mathbf{T}\det\mathbf{S}det(TS)=detTdetS for the combined scale factor.

Typical mistakes

  • Multiplying the transformation matrices in the wrong order when composing, giving the reverse transformation.
  • Writing the rotation matrix with the sines' signs the wrong way round, which turns an anticlockwise rotation into a clockwise one.

Active revision

The transformation TTT is a rotation of 90∘90^{\circ}90∘ anticlockwise about the origin and SSS is a reflection in the xxx-axis. Find the single matrix representing 'apply SSS then TTT', and describe the resulting transformation geometrically.

Active recall

Recall the key points — then reveal.

Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)

§ 04

Invariant points and lines#

●●●AdvancedLPAQA 7367 §3.3LPDfE Further Mathematics — Matrices

An invariant line through the origin

Invariant line y = xGeometric figure, O, (1, 1), image (3, 3)O(1, 1)image (3, 3)xyy = x
Fig. 3The line y=xy = xy=x is invariant under M=(2112)\mathbf{M}=\begin{pmatrix}2&1\\1&2\end{pmatrix}M=(21​12​): points on it map to points on it (here scaled by 3).

Key points

An invariant point of a transformation M\mathbf{M}M is a point that maps to itself: Mx=x\mathbf{M}\mathbf{x} = \mathbf{x}Mx=x. The origin is always invariant for a linear transformation, but there may be others. Finding them means solving (M−I)x=0(\mathbf{M} - \mathbf{I})\mathbf{x} = \mathbf{0}(M−I)x=0; if det⁡(M−I)≠0\det(\mathbf{M}-\mathbf{I}) \neq 0det(M−I)=0 the only solution is the origin, while if the determinant is zero there is a whole line of invariant points.
An invariant line is subtler: it is a line that maps onto itself, though the individual points on it need not be fixed. Every point of the line maps to some point of the same line. Reflections have their mirror line as a line of invariant points and the perpendicular direction as an invariant line; rotations (other than 0∘0^{\circ}0∘ and 180∘180^{\circ}180∘) have no real invariant lines at all, since they turn every direction.
To find invariant lines through the origin of the form y=mxy = mxy=mx, require that the image of a general point (x,mx)(x, mx)(x,mx) also satisfies y=mxy = mxy=mx. Writing M(xmx)=(XY)\mathbf{M}\begin{pmatrix} x \\ mx \end{pmatrix} = \begin{pmatrix} X \\ Y \end{pmatrix}M(xmx​)=(XY​) and imposing Y=mXY = mXY=mX gives an equation for the gradient mmm — usually a quadratic — whose (real) roots are the gradients of the invariant lines. This links directly to eigenvectors: an invariant line through the origin is spanned by an eigenvector of M\mathbf{M}M.
The number of invariant lines therefore depends on how many real gradients solve that equation: two distinct lines, one repeated line, or none. Interpreting the outcome geometrically — a shear fixes one line and shears everything parallel to it; an enlargement fixes every line through the origin — is part of the understanding examined. Distinguishing a line of invariant points (every point fixed) from an invariant line (the line maps to itself) is a frequent source of confusion and of marks.
Invariant point: Mx=x  ⟺  (M−I)x=0\text{Invariant point:}\ \mathbf{M}\mathbf{x} = \mathbf{x} \iff (\mathbf{M}-\mathbf{I})\mathbf{x} = \mathbf{0}Invariant point: Mx=x⟺(M−I)x=0

Invariant points

A non-trivial solution requires det⁡(M−I)=0\det(\mathbf{M}-\mathbf{I}) = 0det(M−I)=0, giving a line of invariant points.

Invariant line y=mx:  M(xmx)=(XY) with Y=mX\text{Invariant line } y=mx:\ \ \mathbf{M}\begin{pmatrix} x \\ mx \end{pmatrix} = \begin{pmatrix} X \\ Y \end{pmatrix} \ \text{with}\ Y = mXInvariant line y=mx:  M(xmx​)=(XY​) with Y=mX

Invariant lines through the origin

Imposing the image on the same line gives an equation for the gradient mmm.

Worked example

Finding invariant lines

Find the invariant lines through the origin of M=(3201)\mathbf{M} = \begin{pmatrix} 3 & 2 \\ 0 & 1 \end{pmatrix}M=(30​21​).

  1. 01Set up the image

    A point (x,mx)(x, mx)(x,mx) maps to (3x+2mxmx)=(XY)\begin{pmatrix} 3x + 2mx \\ mx \end{pmatrix} = \begin{pmatrix} X \\ Y \end{pmatrix}(3x+2mxmx​)=(XY​), so X=(3+2m)xX = (3+2m)xX=(3+2m)x and Y=mxY = mxY=mx.

  2. 02Impose the line condition

    For the image to lie on y=mxy = mxy=mx we need Y=mXY = mXY=mX, i.e. mx=m(3+2m)xmx = m(3+2m)xmx=m(3+2m)x. For x≠0x\neq 0x=0: m=m(3+2m)m = m(3+2m)m=m(3+2m).

  3. 03Solve for m

    m=3m+2m2⇒2m2+2m=0⇒2m(m+1)=0m = 3m + 2m^2 \Rightarrow 2m^2 + 2m = 0 \Rightarrow 2m(m+1) = 0m=3m+2m2⇒2m2+2m=0⇒2m(m+1)=0, giving m=0m = 0m=0 or m=−1m = -1m=−1.

    2m2+2m=0 ⇒ m=0 or m=−12m^2 + 2m = 0 \ \Rightarrow\ m = 0 \ \text{or}\ m = -12m2+2m=0 ⇒ m=0 or m=−1
  4. 04State the lines

    The invariant lines through the origin are y=0y = 0y=0 (the xxx-axis) and y=−xy = -xy=−x.

Result: The invariant lines are y=0y = 0y=0 and y=−xy = -xy=−x.

Exam focus

  • Solve (M−I)x=0(\mathbf{M}-\mathbf{I})\mathbf{x}=\mathbf{0}(M−I)x=0 for invariant points; recognise that a zero determinant gives a line of invariant points.
  • For invariant lines y=mxy=mxy=mx, impose that the image satisfies the same equation and solve the resulting equation for mmm; distinguish carefully from a line of invariant points.

Typical mistakes

  • Confusing an invariant line (maps to itself) with a line of invariant points (every point fixed).
  • Only looking for lines through the origin and forgetting that a translation-free linear map may still have invariant directions not obvious by inspection.

Active revision

Find the invariant lines through the origin of the transformation M=(2112)\mathbf{M} = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}M=(21​12​).

Active recall

Recall the key points — then reveal.

Sources: AQA A-level Further Mathematics 7367 specification (AQA)

§ 05

Systems of linear equations and their geometry#

●●●AdvancedLPAQA 7367 §3.3LPDfE Further Mathematics — Matrices

Key points

A system of linear equations can be written as a single matrix equation Mx=b\mathbf{M}\mathbf{x} = \mathbf{b}Mx=b, where M\mathbf{M}M holds the coefficients, x\mathbf{x}x the unknowns and b\mathbf{b}b the constants. When M\mathbf{M}M is a non-singular square matrix, the system has a unique solution x=M−1b\mathbf{x} = \mathbf{M}^{-1}\mathbf{b}x=M−1b. This is both a practical solution method and a conceptual one: solving equations is inverting a transformation.
The behaviour when det⁡M=0\det\mathbf{M} = 0detM=0 is where the geometry becomes interesting. A singular coefficient matrix means the system either has no solution or infinitely many, never exactly one. For three equations in three unknowns, each equation represents a plane in space, and the solution set is the intersection of the three planes: a single point (unique solution, non-singular case), a common line or common plane (infinitely many solutions), or no common point at all (inconsistent).
The classification of the singular cases has a vivid geometric reading. Three planes may meet in a line (a 'sheaf'), forming a consistent system with a one-parameter family of solutions; they may form a triangular prism, with each pair meeting in a line but no point common to all three (inconsistent); or two of them may be parallel. Deciding which case occurs is done by examining the equations for consistency once the determinant is found to be zero.
In practice, one solves a non-singular 3×33\times 33×3 system either by computing M−1b\mathbf{M}^{-1}\mathbf{b}M−1b or by Gaussian elimination, and the two methods agree. Being able to move between the algebra (row-reduce, or invert) and the geometry (how three planes sit in space) is exactly the synthesis of AO1, AO2 and AO3 that this topic is designed to develop, and it recurs when planes are studied again in Further Vectors.
Mx=b,det⁡M≠0 ⇒ x=M−1b (unique)\mathbf{M}\mathbf{x} = \mathbf{b}, \qquad \det\mathbf{M} \neq 0 \ \Rightarrow\ \mathbf{x} = \mathbf{M}^{-1}\mathbf{b} \ \text{(unique)}Mx=b,detM=0 ⇒ x=M−1b (unique)

Matrix form of a linear system

A non-singular coefficient matrix gives a unique solution; the three planes meet in a point.

det⁡M=0 ⇒ no solution (inconsistent) or infinitely many (a line or plane of solutions)\det\mathbf{M} = 0 \ \Rightarrow\ \text{no solution (inconsistent) or infinitely many (a line or plane of solutions)}detM=0 ⇒ no solution (inconsistent) or infinitely many (a line or plane of solutions)

The singular case

Never exactly one solution; classify by testing consistency.

Worked example

Solving a 3×3 system

Solve {x+y+z=62x−y+z=3x+2y−z=2\begin{cases} x + y + z = 6 \\ 2x - y + z = 3 \\ x + 2y - z = 2 \end{cases}⎩⎨⎧​x+y+z=62x−y+z=3x+2y−z=2​ and describe the configuration of the planes.

  1. 01Eliminate to reduce

    Subtract twice the first from the second: (2x−y+z)−2(x+y+z)=3−12(2x-y+z) - 2(x+y+z) = 3 - 12(2x−y+z)−2(x+y+z)=3−12 gives −3y−z=−9-3y - z = -9−3y−z=−9, so 3y+z=93y + z = 93y+z=9. Subtract the first from the third: (x+2y−z)−(x+y+z)=2−6(x+2y-z)-(x+y+z) = 2-6(x+2y−z)−(x+y+z)=2−6 gives y−2z=−4y - 2z = -4y−2z=−4.

  2. 02Solve the 2×2 system

    From 3y+z=93y + z = 93y+z=9 and y−2z=−4y - 2z = -4y−2z=−4: from the first z=9−3yz = 9 - 3yz=9−3y; substitute: y−2(9−3y)=−4⇒7y−18=−4⇒y=2y - 2(9-3y) = -4 \Rightarrow 7y - 18 = -4 \Rightarrow y = 2y−2(9−3y)=−4⇒7y−18=−4⇒y=2, then z=9−6=3z = 9 - 6 = 3z=9−6=3.

    y=2,z=3y = 2, \quad z = 3y=2,z=3
  3. 03Back-substitute

    From x+y+z=6x + y + z = 6x+y+z=6: x=6−2−3=1x = 6 - 2 - 3 = 1x=6−2−3=1.

  4. 04Interpret

    The determinant of the coefficient matrix is non-zero, so the three planes meet in the single point (1,2,3)(1, 2, 3)(1,2,3).

Result: x=1, y=2, z=3x = 1,\ y = 2,\ z = 3x=1, y=2, z=3; the three planes meet in one point.

Exam focus

  • Solve a non-singular system as x=M−1b\mathbf{x} = \mathbf{M}^{-1}\mathbf{b}x=M−1b, or by elimination; check the solution by substitution.
  • When det⁡M=0\det\mathbf{M} = 0detM=0, determine whether the system is consistent (a line/plane of solutions) or inconsistent (no solution) and describe the geometric configuration of the planes.

Typical mistakes

  • Concluding 'no solution' as soon as the determinant is zero, without checking whether the system is consistent (it may have infinitely many).
  • Arithmetic slips in the 3×33\times 33×3 inverse; solving by elimination is often safer and should be checked by substitution.

Active revision

Solve the system x+y+z=6x + y + z = 6x+y+z=6, 2x−y+z=32x - y + z = 32x−y+z=3, x+2y−z=2x + 2y - z = 2x+2y−z=2, and describe the geometric configuration of the three planes.

Active recall

Recall the key points — then reveal.

Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)

Contents

Section -- / 05

    • 01Matrix algebra◐
    • 02Determinants and inverses●
    • 03Matrices as linear transformations●
    • 04Invariant points and lines●
    • 05Systems of linear equations and their geometry●

0/5 Read

From notes into training

Matrices

Reinforce this topic with matching tasks from the question bank.

~15
min
3
Competencies
Practise

References & sources

Sources

Department for Education

  • Further mathematics: AS and A level content (GCE subject content)

AQA

  • AQA A-level Further Mathematics 7367 specification

Previous topic

Complex numbers

Next topic

Further algebra and functions

EuraStudy·Notes T·03·MMXXVI

Carry on to the next topic — your learning path is kept.