Matrices: The Determinant and Inverse Shortcut

What is the 3-step shortcut to invert any 2x2 matrix?
Table of Contents
Matrix algebra looks like a foreign language the first time you see it. Unlike normal algebra, AB does NOT equal BA. But once you memorize three hard-and-fast algorithms, matrix questions become guaranteed marks on Paper 2. Here is the blueprint from our Ultimate O-Level Mathematics Guide.
1. The Determinant (ad - bc)
For a 2x2 matrix A with elements [a b] on the top row and [c d] on the bottom row, the determinant (written as |A| or det A) tells you if the matrix is invertible.
2. The 3-Step Inverse Method
To find the inverse matrix A⁻¹, you don't need complex algebra. Execute these three steps mechanically:
- Find the Det: Calculate (ad - bc).
- Swap and Sign: SWAP the positions of the leading diagonal ('a' and 'd'). Change the SIGNS of the other diagonal ('b' and 'c' become '-b' and '-c').
- Attach the Fraction: Put
1/Deton the outside of the new matrix.
CAIE allows you to leave the fraction on the outside. You do NOT have to multiply the fraction into all four numbers inside the matrix unless asked, which usually prevents ugly decimals.
3. The Dive-Bomb Multiplication Rule (Row × Column)
Multiplying matrices is where most students drop marks. You do NOT just multiply the top-left numbers together. You must multiply the Rows of the first matrix by the Columns of the second matrix.
Think of it as a diver tracking across a diving board (Row 1), and then jumping straight down into the pool (Column 1). Multiply the corresponding first numbers, multiply the corresponding second numbers, and add them together.
4. Worked Exam Question
Question:
Matrix M =
[ 4 -2 ]
[ 3 5 ]
Find the inverse of M, denoted as M⁻¹.
Step 1 — Calculate det(M)
det(M) = (a × d) - (b × c)
det(M) = (4 × 5) - (-2 × 3)
det(M) = 20 - (-6)
det(M) = 26
Step 2 — Swap and Sign
Swap 'a' and 'd': (4 and 5 become 5 and 4)
Change signs of 'b' and 'c': (-2 becomes 2, 3 becomes -3)
New Internal Matrix:
[ 5 2 ]
[ -3 4 ]
Step 3 — Attach fraction
M⁻¹ = (1/26) ×
[ 5 2 ]
[ -3 4 ]
Frequently Asked Questions
How do you calculate the determinant of a 2x2 matrix?▼
How do you find the inverse of a matrix?▼
What does a determinant of zero mean?▼
How do you multiply two matrices?▼
Stop Guessing, Start Scoring
Get instant access to 500+ CAIE-aligned practice questions, worked solutions, and AI-powered mock exams across all O-Level subjects.