Topic 3: Further matrices
Use 2x2 matrices to represent linear transformations of the plane, compute determinants and inverses, interpret the determinant as a scaling factor, and combine transformations through matrix multiplication
A focused answer to the QCE Specialist Mathematics Unit 3 dot point on further matrices. Covers 2x2 matrix multiplication, determinants, inverses, the determinant as an area-scaling factor, standard transformation matrices for rotation, reflection, dilation and shear, and composition by matrix product, with a verified worked example and the order-of-multiplication trap.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
QCAA wants you to use matrices to represent and combine linear transformations of the plane, compute determinants and inverses, and interpret the determinant geometrically as a signed area-scaling factor. Matrices are assessed in IA2 and the external assessment, and the geometric interpretation of transformations is a regular extended-response theme.
The answer
Matrix arithmetic
A matrix multiplies a column vector to produce a new vector. For
Multiplying two matrices applies one transformation after another. Matrix multiplication is associative but not commutative, so in general.
Determinant and inverse
The determinant of is
When the matrix is invertible, with
The inverse swaps the leading diagonal, negates the off-diagonal, and divides by the determinant. If the transformation collapses the plane onto a line (or point) and has no inverse.
Determinant as area scaling
The absolute value is the factor by which areas are scaled under the transformation: a unit square of area maps to a parallelogram of area . The sign of records orientation: a negative determinant means the transformation includes a reflection (orientation is reversed).
Standard transformation matrices
Rotation anticlockwise by angle about the origin:
Reflection in the line (here in the -axis as ):
Dilation (scaling) by factors and :
A shear parallel to the -axis is with determinant , so shears preserve area.
Composing transformations
To apply transformation then transformation to a vector, compute . The combined matrix is the product , with the second transformation on the left. Order matters: rotating then reflecting generally differs from reflecting then rotating. The determinant of a product equals the product of determinants, , so the area-scaling factors multiply.