Pearson Edexcel International GCSE Mathematics B 5: Matrices
Pearson Edexcel International GCSE Mathematics B 4MB1 notes on matrices.
A matrix is a rectangular array that can represent data or a linear transformation. Pearson Edexcel International GCSE Mathematics B (4MB1) covers data matrices, addition, multiplication and scalar multiplication up to order 3 by 3, identity and zero matrices, determinants and inverses of non-singular 2 by 2 matrices, plane transformations, and combinations of transformations. Order matters throughout: matrix dimensions control whether an operation is defined, and a product reads as transformations applied from right to left.
1. Matrix language and data
A matrix with m rows and n columns has order m × n. The entry in row i, column j is often written aᵢⱼ. State which categories label rows and columns when a matrix represents data; otherwise a correct array may be interpreted backwards.
For example, rows might represent shops and columns represent three products. Each entry then gives the quantity of one product at one shop. A row total aggregates products for one shop, while a column total aggregates one product across shops. Units belong to entries and any computed totals.
Two matrices are equal only if they have the same order and every corresponding entry is equal. This fact can generate simultaneous scalar equations when entries contain unknowns.
2. Addition and scalar multiplication
Matrices can be added or subtracted only when they have the same order. Operate entry by entry. The rule reflects combining quantities in matching positions, so adding unlike dimensions has no defined meaning.
Multiplying matrix A by scalar k multiplies every entry by k. It does not change the matrix order. Scalar multiplication distributes over matrix addition.
The zero matrix has every entry zero and acts as the additive identity: A + 0 = A. Its order must match A for the sum. Do not confuse the scalar zero with a zero matrix whose dimensions matter.
3. Matrix multiplication
The product AB is defined when the number of columns of A equals the number of rows of B. If A is m × n and B is n × p, then AB is m × p. The inner dimensions must match; the outer dimensions give the result.
Each entry is a row-column dot calculation: multiply corresponding entries from one row of A and one column of B, then add. For a 2 by 2 example,
if A has rows (a, b) and (c, d), and B has columns (e, g) and (f, h), then the first entry of AB is ae + bg.
Matrix multiplication is associative and distributive, but not generally commutative. Even when both AB and BA exist, they may differ. Preserve the stated order. A quick dimension annotation prevents many invalid products.
For data, a matrix product can calculate weighted totals. A row of quantities multiplied by a column of prices gives one total cost. Explain the rows, columns and units so the multiplication has contextual meaning.
4. Identity matrix
The identity matrix I has 1s on the main diagonal and 0s elsewhere. For a compatible square matrix, AI = IA = A. Pearson requires identity matrices of order no more than 3 by 3.
An identity transformation leaves every point unchanged. It also appears in the inverse relationship AA⁻¹ = A⁻¹A = I. Use the identity of the appropriate order.
Powers such as A² mean AA, not squaring each entry. Higher positive integer powers repeat matrix multiplication and therefore require a square matrix.
5. Determinants and 2 by 2 inverses
For the 2 by 2 matrix with rows (a, b) and (c, d), the determinant is
det A = ad - bc.
If this determinant is non-zero, the inverse is obtained by swapping a and d, changing the signs of b and c, and multiplying by 1/(ad - bc). Check by multiplying the original and proposed inverse in both orders to obtain I.
If the determinant is zero, the formula would divide by zero and no inverse exists. Pearson notes that knowledge of singular-matrix terminology is not required, but the non-zero determinant condition is still essential to applying the inverse formula.
An inverse undoes a matrix transformation. It can also solve a matrix equation such as AX = B: multiply on the left by A⁻¹ to obtain X = A⁻¹B. The side matters because multiplication is not commutative.
6. Matrices as transformations
A 2 by 2 matrix maps a position column vector to another position vector. Its columns have a useful geometric meaning: the first column is the image of the unit vector along the horizontal axis, and the second is the image of the unit vector along the vertical axis.
Required transformations include:
- reflections in the horizontal axis, vertical axis and lines y = x and y = -x;
- rotations about the origin;
- enlargements with centre at the origin.
For example, reflection in y = x swaps coordinates, so its matrix has columns (0, 1) and (1, 0). An enlargement with scale factor k maps (x, y) to (kx, ky) and uses kI. A rotation matrix must match the stated angle and direction. Test it on the unit-axis points before relying on memory.
To transform a shape, multiply the matrix by every vertex position vector. Join the image vertices in the original connectivity order. A determinant's magnitude gives the area scale factor of the transformation, while its sign indicates orientation reversal, although the determinant and inverse requirements should remain the core examined emphasis.
7. Combining transformations
Pearson specifies that AB represents transformation B followed by transformation A. The rightmost matrix acts first because ABx = A(Bx). This is the same nesting principle as composite functions.
To construct a combined matrix, write the matrices in action order from right to left, multiply, and then test one simple point. Reversing two transformations can change the result. For example, a reflection followed by a rotation need not equal the rotation followed by the reflection.
The inverse of a combined transformation undoes operations in reverse order. If both inverses exist, (AB)⁻¹ = B⁻¹A⁻¹. This reversal mirrors the practical act of undoing the last action first.
Worked example: combine and interpret transformations
Let R be rotation by 90° anticlockwise about the origin, mapping (x, y) to (-y, x), and let E be enlargement by scale factor 2 about the origin. Find the matrix for reflection in the vertical axis followed by R, then apply the combination to (3, -1). Reflection in the vertical axis has matrix F mapping (x, y) to (-x, y). Because F acts first and R second, the combined matrix is RF. Acting directly is a transparent check: (3, -1) reflects to (-3, -1), then rotates to (1, -3). Matrix multiplication must produce this same image. If FR were used instead, rotation would occur first and the output would generally differ. The wording order and the algebraic product order are therefore opposite when read left to right.
Common misconceptions and how to correct them
- Describing order as columns by rows. Matrix order is rows by columns.
- Adding matrices of different orders. Addition requires matching positions and identical dimensions.
- Multiplying corresponding entries for a matrix product. Use each row of the left matrix with each column of the right.
- Assuming AB = BA. Matrix multiplication is not generally commutative.
- Using inner dimensions as the result order. Matching inner dimensions permit multiplication; outer dimensions give the product order.
- Squaring each entry for A². Matrix powers mean repeated matrix multiplication.
- Forgetting the determinant denominator in an inverse. The swapped-and-signed matrix must be scaled by 1/(ad - bc).
- Attempting an inverse when the determinant is zero. The inverse formula is undefined in that case.
- Reading transformation products from left to right. In AB, transformation B acts first.
- Applying a transformation only to one vertex. Every position vector of the shape must be mapped.
- Memorising a transformation matrix without checking direction. Test the images of (1, 0) and (0, 1).
Assessment guidance
Annotate matrix orders before addition or multiplication and show at least one row-column calculation. In data questions, identify what rows, columns and units represent. For a 2 by 2 inverse, calculate the determinant first, state that it is non-zero, then apply the formula and verify against the identity matrix. In transformation questions, state centre, angle and direction or reflection line, and test the matrix on unit vectors. For a composite, write the verbal order, place the first action on the right, and verify one point by successive geometric actions. Keep matrices, column vectors and scalars visually distinct. An unexplained numerical array is weaker than a result tied back to its operation or transformation.
Retrieval practice
State the dimension condition and result order for AB, then multiply a 2 by 3 matrix by a 3 by 2 matrix. Write identity and zero matrices, derive and check a 2 by 2 inverse, reconstruct reflection, rotation and enlargement matrices from unit-vector images, and explain why the rightmost transformation in a product acts first.
Check this topic from memory
Attempt the matching topic bank before reopening the notes. Use each missed idea to decide what to review next.
Start the topic quiz
