Matrix algebra
Edexcel International A-Level Further Mathematics· FP1 5.1-5.5· 25 min read
1. Matrix Addition, Subtraction & Scalar Multiplication★☆☆☆☆⏱ 10 min
✓ Calculator OK
Matrices are rectangular arrays of numbers, with dimensions given as rows × columns. For FP1, all matrices you will work with are 2×2. Two matrices can be added or subtracted only if they have the same dimensions: you add/subtract corresponding elements individually.
Scalar multiplication
Multiplying every element of a matrix by a constant (scalar) value.
Given and , calculate .
- 1
Compute 2A by multiplying each element of A by 2:
- 2
Subtract corresponding elements of B from 2A:
Exam tip:
Always check dimensions first before attempting addition or subtraction; if matrices are not the same size, the operation is undefined.
2. Matrix Multiplication★★☆☆☆⏱ 15 min
✓ Calculator OK
Matrix multiplication follows a dot product rule, and is only defined when the number of columns in the first matrix equals the number of rows in the second matrix (conformable). For 2×2 matrices and , the product .
Given and , calculate .
- 1
Compute first row of A dotted with first column of B for top-left element:
- 2
First row of A dotted with second column of B for top-right element:
- 3
Second row of A dotted with first column of B for bottom-left element:
- 4
Second row of A dotted with second column of B for bottom-right element:
- 5
Combine into product matrix:
Exam tip:
If a question asks for , do not reuse your result, recalculate from scratch to avoid order errors.
3. 2×2 Determinants & Singular Matrices★★☆☆☆⏱ 10 min
✓ Calculator OK
Determinant of a 2×2 matrix
or
For , . A matrix is singular if its determinant is 0, non-singular if determinant is non-zero.
For the matrix , find the value of for which is singular.
- 1
Write the determinant formula for M:
- 2
Set determinant equal to 0 for singular matrix:
- 3
Solve for k:
Exam tip:
If you calculate a determinant of 0 for a matrix you need to invert, double check your arithmetic first, as singular matrices have no inverse.
4. Inverse of a 2×2 Matrix★★★☆☆⏱ 15 min
✓ Calculator OK
The inverse of a non-singular 2×2 matrix , written , is the matrix that satisfies , where is the 2×2 identity matrix . The formula for is .
Find the inverse of .
- 1
Calculate determinant of M:
- 2
Swap leading diagonal elements, change signs of off-diagonal elements to get adjugate matrix:
- 3
Multiply adjugate by to get inverse:
Exam tip:
Always verify your inverse by multiplying it with the original matrix to check you get the identity matrix, if you have spare time in the exam.
5. Inverse of a Product of Matrices★★★☆☆⏱ 10 min
✓ Calculator OK
For two non-singular 2×2 matrices and , the inverse of their product follows the reverse order rule: . This rule extends to products of more than two matrices, with all inverses written in reverse order of the original product.
Given and , calculate .
- 1
Apply reverse order inverse rule:
- 2
Calculate product of and :
Exam tip:
Never write as , this is the most common mistake on this topic in FP1 exams.
6. Common Pitfalls
Wrong move:
Adding matrices of different dimensions
Why:
Addition/subtraction is only defined for matrices with matching row and column counts
Correct move:
Check dimensions first before attempting addition or subtraction; if they don't match, the operation is undefined
Wrong move:
Assuming for matrix multiplication
Why:
Matrix multiplication is non-commutative for almost all pairs of matrices
Correct move:
Preserve the order of matrices in all products, recalculate if asked for the reverse product
Wrong move:
Writing
Why:
The product does not cancel to give the identity matrix
Correct move:
Always reverse the order of inverses:
Wrong move:
Swapping all elements instead of just the leading diagonal when calculating the adjugate matrix
Why:
The adjugate matrix only requires a leading diagonal swap and sign change for off-diagonal elements
Correct move:
For M = \begin{pmatrix}a&b\c&d\end{pmatrix}, adjugate is
Wrong move:
Attempting to find the inverse of a singular matrix
Why:
Singular matrices have determinant 0, so the inverse formula requires dividing by 0, which is undefined
Correct move:
Calculate determinant first before finding an inverse; if det=0, state the matrix is singular and has no inverse
7. Quick Reference Cheatsheet
Operation | Rule for 2×2 matrices A = \begin{pmatrix}a&b\c&d\end{pmatrix}, B = \begin{pmatrix}e&f\g&h\end{pmatrix} |
|---|---|
Addition/Subtraction | (same dimensions only) |
Scalar Multiplication | for scalar |
Matrix Multiplication | (conformable only) |
Determinant | |
Inverse | (det only) |
Product Inverse |
8. Frequently Asked
When is matrix multiplication defined?
Matrix multiplication is only defined if the number of columns in equals the number of rows in . For FP1, all products you will encounter are between conformable 2×2 matrices.
Do I get the 2×2 inverse formula in the FP1 exam?
No, the 2×2 determinant and inverse formulae are not provided in the FP1 formula booklet, so you must memorise them for the exam.
Why is not equal to ?
Matrix multiplication is not commutative, so the order of inverses must be reversed to cancel out the original product correctly: , the identity matrix.
Going deeper
What's Next
Now that you have mastered core 2x2 matrix algebra for FP1, you are ready to apply these skills to matrix transformations, the next key topic in the FP1 syllabus. Matrix operations are also foundational for later FP3 content including 3×3 matrices, eigenvalues and eigenvectors, and solving systems of linear equations. Make sure to practice past exam questions on this topic to avoid common order errors and memorise the determinant and inverse formulae, as they are not provided in the exam formula booklet.
