Skip to main content

Matrices: The Determinant and Inverse Shortcut

By Fatima Khan, M.A. Ed·Updated April 18, 2026
Graphic displaying matrix notation and grid layouts for CAIE O-Level calculations.

What is the 3-step shortcut to invert any 2x2 matrix?

Step 1: Calculate the determinant (ad - bc). Step 2: Swap the top-left and bottom-right numbers. Change the signs (+ to -, - to +) of the top-right and bottom-left numbers. Step 3: Put 1 over the determinant outside the newly swapped bracket. Boom, you have the inverse.

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.

Determinant = (a × d) − (b × c)
💡 Tutor's Tip
The Singular Matrix Trap: If the examiner asks you "Find the value of x given that matrix A is a singular matrix," it means you set the determinant equation to = 0. A singular matrix has no inverse because you cannot divide by zero!

2. The 3-Step Inverse Method

To find the inverse matrix A⁻¹, you don't need complex algebra. Execute these three steps mechanically:

  1. Find the Det: Calculate (ad - bc).
  2. 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').
  3. Attach the Fraction: Put 1/Det on 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 ]

Fatima Khan📋 From the Desk of Fatima Khan
The biggest mistake in Step 1 is the double negative. Det = (20) MINUS (-6). That turns into a plus! 20 + 6 = 26. Hundreds of students write 20 - 6 = 14 and lose all subsequent marks. Put brackets around your (b × c) calculation in your calculator to be safe!

Frequently Asked Questions

How do you calculate the determinant of a 2x2 matrix?
Multiply the leading diagonal (a × d) and subtract the product of the other diagonal (b × c). Formula: ad - bc.
How do you find the inverse of a matrix?
Find 1/determinant. Multiply it by the modified matrix where a and d are swapped, and b and c have their signs reversed.
What does a determinant of zero mean?
It's a singular matrix, meaning it has no inverse because division by zero is impossible.
How do you multiply two matrices?
Multiply the ROWS of the first matrix by the COLUMNS of the second matrix (Row × Column).

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.

Related Math Articles