Skip to main content
EnglandFurther MathsSyllabus dot point

How do you use matrices to solve a system of linear equations, and how do you interpret the geometry when the determinant is zero?

Writing a system of linear equations as a matrix equation, solving by the inverse matrix, and the geometric interpretation of consistent, inconsistent and dependent systems in two and three unknowns.

A focused answer to the OCR A-Level Further Mathematics A content on solving systems of linear equations with matrices, covering how to write a system as a matrix equation, solving by multiplying by the inverse, and interpreting the geometry of two or three planes when the determinant is non-zero (a unique point), zero with consistency (a line, a sheaf) or zero with inconsistency (no solution).

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Writing a system as a matrix equation
  3. Solving by the inverse matrix
  4. The geometry when the determinant is zero
  5. Try this

What this dot point is asking

OCR wants you to express a system of simultaneous linear equations as a single matrix equation Mx=b\mathbf{M}\mathbf{x} = \mathbf{b}, solve it by multiplying through by M1\mathbf{M}^{-1} when M\mathbf{M} is non-singular, and interpret geometrically what happens when detM=0\det \mathbf{M} = 0: in three unknowns the equations are planes, and you must distinguish a unique intersection point, a common line (a sheaf), and an inconsistent arrangement with no common point.

Writing a system as a matrix equation

Any set of linear equations in the same unknowns can be packed into a matrix equation, separating the coefficients from the unknowns and the constants. This is the form that lets a single inverse solve the whole system at once.

Solving by the inverse matrix

When M\mathbf{M} is non-singular, multiply both sides on the left by M1\mathbf{M}^{-1}. Because M1M=I\mathbf{M}^{-1}\mathbf{M} = \mathbf{I}, the unknowns are isolated.

The geometry when the determinant is zero

In three unknowns each equation is a plane. The value of the determinant decides how the three planes sit relative to one another.

  • Non-singular (detM0\det \mathbf{M} \ne 0). The planes meet at exactly one point; a unique solution.
  • Singular and consistent. The planes share a common line. This is a sheaf (the planes pivot about a common line) and there are infinitely many solutions. A special sub-case has two or three planes coincide.
  • Singular and inconsistent. The planes have no common point. Either two planes are parallel, or the three form a triangular prism (each pair meets in a line, but the three lines are distinct and parallel). There is no solution.

To classify a singular system, eliminate one unknown between pairs of equations and compare: if you reach a true identity or a single relation, the system is a sheaf; if you reach a contradiction such as 0=50 = 5, it is a prism with no solution.

This links the algebra of matrices to the geometry of planes, which is developed further in the vectors strand.

Try this

Q1. Solve (1235)(xy)=(411)\begin{pmatrix} 1 & 2 \\ 3 & 5 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 4 \\ 11 \end{pmatrix} by the inverse method. [3 marks]

  • Cue. det=1\det = -1, inverse (5231)\begin{pmatrix} -5 & 2 \\ 3 & -1 \end{pmatrix}, so (xy)=(21)\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2 \\ 1 \end{pmatrix}.

Q2. A 3×33 \times 3 coefficient matrix has determinant 00 and elimination gives 0=00 = 0. What is the geometric configuration of the three planes? [2 marks]

  • Cue. Consistent and singular, so the planes form a sheaf meeting in a common line (infinitely many solutions).

Exam-style practice questions

Practice questions written in the style of OCR exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

OCR 20195 marksUse a matrix method to solve the simultaneous equations 2x+y=72x + y = 7 and 3x2y=03x - 2y = 0.
Show worked answer →

Write as a matrix equation (M1): (2132)(xy)=(70)\begin{pmatrix} 2 & 1 \\ 3 & -2 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 7 \\ 0 \end{pmatrix}.

Determinant (M1): 2(2)1(3)=72(-2) - 1(3) = -7, so the inverse is 17(2132)\dfrac{1}{-7}\begin{pmatrix} -2 & -1 \\ -3 & 2 \end{pmatrix} (A1).

Multiply both sides by the inverse (M1): (xy)=17(2132)(70)=17(1421)=(23)\begin{pmatrix} x \\ y \end{pmatrix} = \dfrac{1}{-7}\begin{pmatrix} -2 & -1 \\ -3 & 2 \end{pmatrix}\begin{pmatrix} 7 \\ 0 \end{pmatrix} = \dfrac{1}{-7}\begin{pmatrix} -14 \\ -21 \end{pmatrix} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} (A1).

So x=2x = 2, y=3y = 3. Markers reward the matrix form, the inverse, and multiplying the constant vector by it.

OCR 20226 marksThe system x+2yz=3x + 2y - z = 3, 2xy+3z=12x - y + 3z = 1, 3x+y+2z=k3x + y + 2z = k is represented by a matrix M\mathbf{M}. Given detM=0\det \mathbf{M} = 0, explain what this tells you about the three planes, and find the value of kk for which the system is consistent.
Show worked answer →

A zero determinant means M\mathbf{M} is singular and has no inverse, so there is no unique solution (M1). Geometrically the three planes do not meet in a single point: either they form a sheaf meeting in a common line (consistent, infinitely many solutions) or they enclose a triangular prism with no common point (inconsistent, no solution) (A1 for the geometric description).

To find when the system is consistent, eliminate to test compatibility. Adding suitable multiples (the third equation must be a linear combination of the first two for consistency): here eqn 1+eqn 2\text{eqn 1} + \text{eqn 2} gives 3x+y+2z=43x + y + 2z = 4, which must match the third equation 3x+y+2z=k3x + y + 2z = k (M1, A1). Hence k=4k = 4 (A1).

For k=4k = 4 the planes form a sheaf (a common line, infinitely many solutions); for k4k \ne 4 they are inconsistent (A1). Markers reward the singular interpretation, the geometric cases, the elimination, and the value of kk.

Related dot points

Sources & how we know this