Skip to main content
ExamExplained
QLD · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
QLDSpecialist MathematicsSyllabus dot point

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 2×22\times 2 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 2×22\times 2 matrix multiplies a column vector to produce a new vector. For

M=(abcd),M(xy)=(ax+bycx+dy).M = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, \qquad M\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} ax + by \\ cx + dy \end{pmatrix}.

Multiplying two matrices applies one transformation after another. Matrix multiplication is associative but not commutative, so MNNMMN \neq NM in general.

Determinant and inverse

The determinant of MM is

detM=adbc.\det M = ad - bc.

When detM0\det M \neq 0 the matrix is invertible, with

M1=1adbc(dbca).M^{-1} = \frac{1}{ad - bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}.

The inverse swaps the leading diagonal, negates the off-diagonal, and divides by the determinant. If detM=0\det M = 0 the transformation collapses the plane onto a line (or point) and has no inverse.

Determinant as area scaling

The absolute value detM|\det M| is the factor by which areas are scaled under the transformation: a unit square of area 11 maps to a parallelogram of area detM|\det M|. The sign of detM\det M records orientation: a negative determinant means the transformation includes a reflection (orientation is reversed).

Standard transformation matrices

Rotation anticlockwise by angle θ\theta about the origin:

R=(cosθsinθsinθcosθ),detR=1.R = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}, \qquad \det R = 1.

Reflection in the line y=xtanαy = x\tan\alpha (here in the xx-axis as α=0\alpha = 0):

(1001),det=1.\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}, \qquad \det = -1.

Dilation (scaling) by factors kxk_x and kyk_y:

(kx00ky),det=kxky.\begin{pmatrix} k_x & 0 \\ 0 & k_y \end{pmatrix}, \qquad \det = k_x k_y.

A shear parallel to the xx-axis is (1k01)\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix} with determinant 11, so shears preserve area.

Composing transformations

To apply transformation AA then transformation BB to a vector, compute B(Av)=(BA)vB(A\mathbf{v}) = (BA)\mathbf{v}. The combined matrix is the product BABA, 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, det(BA)=detBdetA\det(BA) = \det B \, \det A, so the area-scaling factors multiply.

Finding the matrix from images of basis vectors

A powerful shortcut: the columns of a transformation matrix are the images of the standard basis vectors. If a linear transformation sends (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix} to (pq)\begin{pmatrix} p \\ q \end{pmatrix} and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix} to (rs)\begin{pmatrix} r \\ s \end{pmatrix}, then M=(prqs)M = \begin{pmatrix} p & r \\ q & s \end{pmatrix}. This lets you build the matrix of any described transformation directly, and it explains every standard matrix: the rotation matrix has columns (cosθ,sinθ)(\cos\theta, \sin\theta) and (sinθ,cosθ)(-\sin\theta, \cos\theta) because those are the images of the unit vectors after turning through θ\theta.

Invariant points and lines

A transformation may fix certain points or lines. An invariant point satisfies Mv=vM\mathbf{v} = \mathbf{v}, which rearranges to (MI)v=0(M - I)\mathbf{v} = \mathbf{0}. The origin is always invariant under a linear transformation. An invariant line through the origin is one whose direction is unchanged in direction (though possibly stretched), satisfying Mv=λvM\mathbf{v} = \lambda\mathbf{v} for some scalar λ\lambda. For a reflection, the mirror line is invariant point-by-point, while the perpendicular direction is reversed; for a rotation other than 00^\circ or 180180^\circ, no real line through the origin is invariant, which matches the geometric picture of everything turning.

The identity and inverse as transformations

The identity matrix I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} leaves every vector unchanged, and M1M^{-1} undoes MM, since M1M=IM^{-1}M = I. Geometrically the inverse reverses the transformation: the inverse of a rotation by θ\theta is a rotation by θ-\theta, and the inverse of a dilation by kk is a dilation by 1/k1/k. A singular matrix (detM=0\det M = 0) crushes the plane onto a line, losing information, which is exactly why it cannot be undone and has no inverse.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

QCAA 20224 marksPaper 1 (technique). Let M=(3124)M = \begin{pmatrix} 3 & 1 \\ 2 & 4 \end{pmatrix}. (a) Determine detM\det M. (b) Determine M1M^{-1}. (c) State the factor by which MM scales areas.
Show worked answer →

(a) detM=(3)(4)(1)(2)=122=10.\det M = (3)(4) - (1)(2) = 12 - 2 = 10.

(b) M1=110(4123)=(0.40.10.20.3).M^{-1} = \dfrac{1}{10}\begin{pmatrix} 4 & -1 \\ -2 & 3 \end{pmatrix} = \begin{pmatrix} 0.4 & -0.1 \\ -0.2 & 0.3 \end{pmatrix}.

(c) Areas scale by detM=10.|\det M| = 10.

Markers reward the determinant, the inverse with the diagonal swap and sign changes, and the area-scaling interpretation.

QCAA 20236 marksPaper 2 (complex familiar). A transformation reflects points in the xx-axis and then rotates them 9090^\circ anticlockwise about the origin. (a) Determine the single 2×22 \times 2 matrix TT representing the combined transformation. (b) Determine the image of the point (2,3)(2, -3). (c) Justify, using the determinant, whether TT preserves or reverses orientation.
Show worked answer →

(a) Reflection in the xx-axis is F=(1001)F = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}; rotation 9090^\circ anticlockwise is R=(0110)R = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}. Rotation is applied second, so T=RF=(0110)(1001)=(0110).T = RF = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}.

(b) T(23)=(32).T\begin{pmatrix} 2 \\ -3 \end{pmatrix} = \begin{pmatrix} -3 \\ 2 \end{pmatrix}.

(c) detT=(0)(0)(1)(1)=1<0\det T = (0)(0) - (1)(1) = -1 < 0, so orientation is reversed (the reflection dominates), and area is preserved since detT=1|\det T| = 1.

Markers reward the correct composition order, the image, and the determinant justification.

ExamExplained