The math optional, made finite. Daily Practice

Solution of system of linear equations

At a Glance

Why This Chapter Matters

Linear systems appear in every year from 2014 to 2022 (7 appearances) with consistent 10–15 marks in Section A. Five distinct archetypes rotate: direct row reduction, parameter-dependent consistency, solution via a given inverse, classifying a fixed system, and deriving a consistency condition. All reduce to one core operation — row-reduction of the augmented matrix — but the question varies from “solve it” to “classify it” to “find the parameter values”. The Rouché–Capelli theorem (rank of AA vs. rank of [Ab][A|\mathbf b] vs. number of unknowns) is the organizing principle for three of the five archetypes.

Minimum Theory

Augmented matrix and row reduction. Represent Ax=bA\mathbf x=\mathbf b as [Ab][A|\mathbf b] and apply elementary row operations to reach row-echelon (or reduced row-echelon) form.

Rouché–Capelli theorem. Let r=rank(A)r=\operatorname{rank}(A) and r^=rank([Ab])\hat r=\operatorname{rank}([A|\mathbf b]).

Parametric system. If the system contains parameters λ,μ\lambda,\mu, the reduced form will have a row whose left side depends on λ\lambda and right side on μ\mu. Set the left side to zero to find critical λ\lambda; then check the right side to distinguish no solution from infinite solutions.

Solution via inverse. If AB=cIAB=cI is given, then B1=A/cB^{-1}=A/c and the system Bx=bB\mathbf x=\mathbf b solves to x=(A/c)b\mathbf x=(A/c)\mathbf b. Match the coefficient matrix of the given system to BB (not AA).

Three planes in \mathbb{R}^3 from a 3\times3 system: left — unique solution (three planes meeting at one point, r=3); centre — infinite solutions (three planes sharing a common line, r=2<3); right — no solution (planes pairwise intersecting but no common point, r<\hat r).

Question Archetypes

Five patterns cover every linear-systems question in the corpus.

ArchetypeYou are seeing this when…
solve-by-reductionsolve a concrete 3×33\times3 system; row-reduce the augmented matrix; parameterise any free variables
parametric-consistencysystem has parameters (λ,μ)(\lambda,\mu); classify as unique/none/infinite based on their values
classify-solutionsfixed system; determine whether it has no, one, or infinitely many solutions
solve-via-inverseAB=cIAB=cI is established; use B1=A/cB^{-1}=A/c to solve Bx=bB\mathbf x=\mathbf b
consistency-conditionfind the condition on the right-hand side that makes a system consistent

solve-by-reduction (1 question(s); 2022)

Recognition Cues

Solution Template

  1. Write the augmented matrix [Ab][A|\mathbf b].
  2. Row-reduce to echelon form; note the rank.
  3. If rank =n=n: back-substitute to get a unique solution.
  4. If rank <n<n: set the nrn-r free variables as parameters t1,t2,t_1,t_2,\ldots and express the other variables in terms of them.

Worked Example(s)

2022 Paper 1, 2022-P1-Q2a (15 marks)

Solve x1+2x2x3=2x_1+2x_2-x_3=2, 2x1+3x2+5x3=52x_1+3x_2+5x_3=5, x13x2+8x3=1-x_1-3x_2+8x_3=-1.

Row-reduce [Ab][A|\mathbf b]: (121223551381)(1013401710000).\begin{pmatrix}1&2&-1&|&2\\2&3&5&|&5\\-1&-3&8&|&-1\end{pmatrix}\to\begin{pmatrix}1&0&13&|&4\\0&1&-7&|&-1\\0&0&0&|&0\end{pmatrix}.

Rank = 2, three unknowns → one free parameter. Let x3=tx_3=t: (x1,x2,x3)=(413t,  1+7t,  t),tR.\boxed{(x_1,x_2,x_3)=(4-13t,\;-1+7t,\;t),\quad t\in\mathbb R.}

Common Traps


parametric-consistency (2 question(s); 2014, 2017)

Recognition Cues

Solution Template

  1. Row-reduce to echelon form; the last row will look like (0 0  λc  μd)(0\ 0\ \ldots\ |\,\lambda-c\ |\ \mu-d) or similar.
  2. Unique: left-side pivot nonzero (so rank = nn). State the condition: λc\lambda\ne c.
  3. No solution: left side zero but right side nonzero: λ=c\lambda=c and μd\mu\ne d.
  4. Infinite: both sides zero: λ=c\lambda=c and μ=d\mu=d.

Worked Example(s)

2014 Paper 1, 2014-P1-Q2bi (10 marks)

x+y+z=6x+y+z=6, x+2y+3z=10x+2y+3z=10, x+2y+λz=μx+2y+\lambda z=\mu. Classify by (λ,μ)(\lambda,\mu).

Row-reduce: last row becomes (0 0 λ3  μ10)(0\ 0\ |\,\lambda-3\ |\ \mu-10).


2017 Paper 1, 2017-P1-Q4b (15 marks)

x+2y+2z=1x+2y+2z=1, x+ay+3z=3x+ay+3z=3, x+11y+az=bx+11y+az=b. Find aa for unique; find (a,b)(a,b) for infinite.

detA=(a5)(a+1)\det A=(a-5)(a+1). Unique: a5a\ne5 and a1a\ne-1. Infinite: (a,b)=(1,5)(a,b)=(-1,-5) or (5,7)(5,7).

Common Traps


classify-solutions (1 question(s); 2018)

Recognition Cues

Solution Template

  1. Compute detA\det A. If detA0\det A\ne0: unique solution; done.
  2. If detA=0\det A=0: row-reduce [Ab][A|\mathbf b]. Compare rank(A)\operatorname{rank}(A) and rank([Ab])\operatorname{rank}([A|\mathbf b]).
  3. Equal ranks <n<n: infinite. Unequal: no solution.

Worked Example(s)

2018 Paper 1, 2018-P1-Q3a (13 marks)

x+3y2z=1x+3y-2z=-1, 5y+3z=85y+3z=-8, x2y5z=7x-2y-5z=7. Classify.

detA=19+19=0\det A=-19+19=0. Row-reduce [Ab][A|\mathbf b]: last row (0 0 0  0)\to(0\ 0\ 0\ |\ 0). Rank(A)=(A)= Rank([Ab])=2<3([A|\mathbf b])=2<3.

(i) False. (ii) False. (iii) True — infinitely many solutions.

Common Traps


solve-via-inverse (2 question(s); 2019, 2020)

Recognition Cues

Solution Template

  1. Verify AB=cIAB=cI by direct matrix multiplication (show each entry).
  2. Conclude B1=A/cB^{-1}=A/c (or A1=B/cA^{-1}=B/c).
  3. Match the given system to Bx=bB\mathbf x=\mathbf b (align rows of BB with the system’s equations).
  4. Solve: x=B1b=(A/c)b\mathbf x=B^{-1}\mathbf b=(A/c)\mathbf b.

Worked Example(s)

2019 Paper 1, 2019-P1-Q1d (10 marks)

A=[121141303]A=\bigl[\begin{smallmatrix}1&2&1\\1&-4&1\\3&0&-3\end{smallmatrix}\bigr], B=[211110211]B=\bigl[\begin{smallmatrix}2&1&1\\1&-1&0\\2&1&-1\end{smallmatrix}\bigr]. Show AB=6I3AB=6I_3. Solve 2x+y+z=52x+y+z=5, xy=0x-y=0, 2x+yz=12x+y-z=1.

Verify AB=6I3AB=6I_3 by row-by-row multiplication. The system’s coefficient matrix is BB; b=(5,0,1)T\mathbf b=(5,0,1)^T.

x=16Ab=16(6,6,12)T=(1,1,2)T\mathbf x=\tfrac16 A\mathbf b=\tfrac16(6,6,12)^T=(1,1,2)^T.

x=1,y=1,z=2.\boxed{x=1,\quad y=1,\quad z=2.}

Common Traps


consistency-condition (1 question(s); 2016)

Recognition Cues

Solution Template

  1. Row-reduce [Ab][A|\mathbf b] symbolically.
  2. Read the last row’s right-side entry after reduction; set it to 00.
  3. State the condition.

Common Traps

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.