Rank of a matrix
At a Glance
- Frequency: 7 sub-parts across 7 of 13 years (2013, 2014, 2015, 2018, 2019, 2021, 2023)
- Priority tier: T2
- Marks (count): 8 (1), 10 (4), 15 (2)
- Average solve time: ~7 min
- Difficulty mix: easy 5, medium 2
- Section: A | Dominant type: computation
Why This Chapter Matters
Rank appears in 7 of the last 13 years — exclusively in Section A — making it one of the most consistent Paper 1 Linear Algebra atoms. Six of the seven questions are straightforward row-reduction problems; only the 2018 question (show that a times a matrix is singular) uses a rank inequality as a proof. If you can reduce a matrix to echelon form reliably under exam conditions and verify your answer by exhibiting a non-vanishing minor, you will handle every question in the corpus.
Minimum Theory
Rank. The rank of a matrix is the number of non-zero rows in its row echelon form (equivalently, the dimension of the row space, column space, or image). A square matrix is non-singular (invertible, ) iff .
Row echelon form (REF). A matrix is in REF when (i) every row of zeros is below all non-zero rows, and (ii) the leading non-zero entry (pivot) of each non-zero row is strictly to the right of the pivot in the row above. Reduced REF (RREF) additionally requires each pivot to be 1, with zeros above and below it.
Elementary row operations. Three operations do not change the rank:
- Swap two rows.
- Multiply a row by a non-zero scalar.
- Add a multiple of one row to another.
Finding rank by reduction. Apply elementary row operations to produce REF; count the non-zero rows.
Verifying rank. Rank iff some submatrix has non-zero determinant. To confirm rank , show an minor is non-zero and every minor is zero (the row reduction already guarantees this).
Rank inequality for products. For any matrices: Proof: every column of is a linear combination of the columns of , so and . Dually (via rows) .
Question Archetypes
Two patterns cover every rank question in the corpus.
| Archetype | You are seeing this when… |
|---|---|
| rank-by-reduction | ”Find the rank of ” or “reduce to echelon/RREF form and find rank” |
| rank-inequality-proof | ”Show is singular” given shape constraints on or |
rank-by-reduction (6 question(s); 2013, 2014, 2015, 2019, 2021, 2023)
Recognition Cues
- “Find the rank of ” or “reduce to (row-reduced) echelon form; find rank.”
- Given a , , or matrix with integer entries.
Solution Template
- Look for obvious row dependencies (e.g., ) to zero a row cheaply.
- Use the row with a leading (or the simplest non-zero entry) as the first pivot; this avoids fractions.
- Eliminate below each pivot column by column.
- Swap zero rows to the bottom; count the non-zero rows.
- Optional verification: exhibit a non-vanishing minor where is the claimed rank.
Worked Example(s)
2014 Paper 1, 2014-P1-Q1b (10 marks, compulsory)
Find the rank of .
(bring a leading 1 to row 1):
:
(bring a non-zero entry into the column-2 pivot):
:
:
Three non-zero rows:
2019 Paper 1, 2019-P1-Q3c-i (15 marks)
Find the rank of .
Pivot on (leading 1 is cheapest). Rearrange to put first:
(using ):
Note and . Eliminate: and :
Two non-zero rows:
Verification. The minor at rows , columns is … pick columns : . So rank ✓. Four zero rows in REF confirms rank .
2023 Paper 1, 2023-P1-Q4a (15 marks)
Find the rank of by reducing to RREF.
:
:
zeros out row 4 entirely (since ):
Three pivots:
Common Traps
- Always pivot on the row with a leading (not the first row mechanically). Pivoting on in the 2019 example avoids all fractions.
- After row-reducing, count non-zero rows — not columns, not pivots by column position.
- For a sanity check: exhibit a non-vanishing minor of size equal to the rank. A determinant takes 10 seconds.
- Rows and in the 2019 example are identical after one sweep — a pattern easy to miss if you rush.
rank-inequality-proof (1 question(s); 2018)
Recognition Cues
- “Show that is singular” where is and is with .
- The word “singular” for a square matrix means rank order.
Solution Template
- State: .
- Justify the bound: columns of lie in the column space of ; thus rank rank.
- Since (order of the square matrix ), rank is singular.
Worked Example(s)
2018 Paper 1, 2018-P1-Q1a (10 marks, compulsory)
Let be and be . Show is singular.
is (the product is defined and square). For any matrices, Why: every column of is a linear combination of the columns of , so and . But has only 2 columns, so . Therefore A matrix with rank is singular:
Common Traps
- State the rank-of-product inequality and justify it (column-space containment). Merely asserting it loses marks.
- The key numbers: is , so rank; this is the tight bound that forces singularity of the product.
Marks-Aware Writing
8-mark questions (2013-Q2b-ii): Show the row-reduction steps explicitly — at least 2–3 labelled steps — then state the rank. If you spot a dependency by inspection (), state it; it counts as a valid first step.
10-mark questions (2014-Q1b, 2015-Q1b, 2018-Q1a, 2021-Q4a-i): Full row-reduction to echelon form with all steps shown; state the rank from the count of non-zero rows. For the inequality proof, write the theorem, justify it, and conclude.
15-mark questions (2019-Q3c-i, 2023-Q4a): Produce RREF (not just REF) and verify by exhibiting the linear-dependence relations among the original rows. Also exhibit a non-vanishing minor of the claimed rank.
Practice Set
| Year | Paper/Q | Marks | Archetype | One-line hint |
|---|---|---|---|---|
| 2013 | P1-Q2b-ii | 8 | rank-by-reduction | Spot by inspection; then reduce the remaining four rows; rank 3 |
| 2015 | P1-Q1b | 10 | rank-by-reduction | After clearing column 1, rows 3 and 4 both become zero; rank 2 |
| 2021 | P1-Q4a-i | 10 | rank-by-reduction | matrix; pivot jumps to column 3 after column 1; RREF has 3 pivots |