Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Specialist (Unit 1 & 2) Transformations of the plane

General transformations

20 practice questions 0 video lessons Theory + worked examples

Bring together the whole of matrices and transformations in Year 11 Specialist Mathematics for Queensland (QCAA). A 2×2 matrix carries out rotations, reflections and dilations of the plane, while a column vector adds a translation to build any general transformation.

You will learn to find a matrix from a described effect, compose transformations with matrix products, undo them with inverses, use the determinant as an area scale factor, and transform about a point or line — the capstone that unifies the topic.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

General transformations tie together the whole of matrices and transformations in Year 11 Specialist Mathematics (QCAA, Queensland). A 2×2 matrix carries out a linear map \(\mathbf{x}'=A\mathbf{x}\); a column vector adds a translation. This page shows how to describe a map, build composites, find inverses, track area with the determinant, and handle maps about a point or line.

A transformation of the plane sends each point \((x,y)\) to an image \((x',y')\). A linear transformation is written \(\mathbf{x}'=A\mathbf{x}\) for a \(2\times2\) matrix \(A\); its columns are the images of \((1,0)\) and \((0,1)\), so a described effect gives the matrix directly.

The standard linear maps are dilations \((x,y)\mapsto(ax,by)\), rotations about the origin, and reflections in a line through the origin. Applying one transformation and then another is a composition: "\(A\) then \(B\)" is the matrix product \(BA\), with the second map on the left.

The inverse transformation undoes a map and has matrix \(A^{-1}\); it exists exactly when \(\det(A)\ne0\). The determinant is the area scale factor: a region of area \(S\) has image area \(|\det(A)|\,S\). If \(\det(A)=0\) the map is singular and collapses every region onto a line.

A general (affine) transformation combines a linear part with a translation: \(\mathbf{x}'=A\mathbf{x}+\mathbf{b}\). To rotate or reflect about a centre \(\mathbf{c}\) that is not the origin, shift \(\mathbf{c}\) to \(O\), transform, then shift back: \(\mathbf{x}'=A(\mathbf{x}-\mathbf{c})+\mathbf{c}\).

Rotating a triangle 90 degrees anticlockwise about the originA blue triangle with vertices (1,0), (4,0), (1,2) is rotated 90 degrees anticlockwise about the origin to the dashed gold triangle with vertices (0,1), (0,4), (-2,1). x y original image
A triangle and its image under a \(90^\circ\) anticlockwise rotation about \(O\): every point \((x,y)\) maps to \((-y,x)\).
A transformation scales area by the absolute value of its determinantThe blue unit square of area 1 maps to a dashed gold parallelogram with vertices (0,0), (3,0), (4,2), (1,2) and area 6, which equals the absolute value of the determinant of the matrix. x y area 1 area = |det A| = 6
The unit square maps to a parallelogram; the area is multiplied by \(|\det(A)|=6\).

A linear transformation and the columns rule (images of the basis vectors):

\[ \mathbf{x}'=A\mathbf{x}, \qquad A=\begin{pmatrix}a&b\\c&d\end{pmatrix}, \qquad (1,0)\mapsto\binom{a}{c},\ \ (0,1)\mapsto\binom{b}{d} \]
x=Ax

Composition, inverse, and the effect on area:

\[ (A \text{ then } B)=BA, \qquad (A)^{-1}=A^{-1}\ (\det A\ne0), \qquad \text{image area}=|\det(A)|\times\text{area} \]
image area=|det(A)|×area

A general (affine) map, and a rotation or reflection about a centre \(\mathbf{c}\):

\[ \mathbf{x}'=A\mathbf{x}+\mathbf{b}, \qquad \mathbf{x}'=A(\mathbf{x}-\mathbf{c})+\mathbf{c} \]
x=Ax+b
Order matters, and so does the centre. Matrix multiplication is not commutative, so "\(A\) then \(B\)" is \(BA\), usually not \(AB\). And to turn about a point other than \(O\) you must use \(A(\mathbf{x}-\mathbf{c})+\mathbf{c}\) — \(A\mathbf{x}\) alone rotates about the origin.

How to work a general transformation problem

  1. Name each map's matrix: read a described effect off the images of \((1,0)\) and \((0,1)\), or quote the standard rotation, reflection or dilation matrix.
  2. Combine in the right order: for "\(A\) then \(B\)" multiply as \(BA\) (second map on the left); to undo a map use \(A^{-1}\).
  3. Handle the centre: if the map is about a point or line not through \(O\), use \(\mathbf{x}'=A(\mathbf{x}-\mathbf{c})+\mathbf{c}\), or add the translation \(\mathbf{b}\).
  4. Answer the question: multiply by a point for its image, or take \(|\det|\) for the area scale factor; keep exact surds and fractions exact.
Example 1 — Image of a point under a rotation
The matrix \(R=\begin{pmatrix}0 & -1\\ 1 & 0\end{pmatrix}\) rotates the plane \(90^\circ\) anticlockwise about \(O\). Find the image of \((3,2)\).
Solution

Multiply the matrix by the point written as a column vector, one entry at a time:

\(\begin{pmatrix} x' \\ y' \end{pmatrix}\)\(=\)\(\begin{pmatrix}0 & -1\\ 1 & 0\end{pmatrix}\begin{pmatrix} 3 \\ 2 \end{pmatrix}\)
\(=\)\(\begin{pmatrix} (0)(3)+(-1)(2) \\ (1)(3)+(0)(2) \end{pmatrix}\)
\(=\)\(\begin{pmatrix} -2 \\ 3 \end{pmatrix}\)

The image is \((-2,3)\).

Example 2 — Composition (order matters)
A shape is reflected in the \(x\)-axis and then rotated \(90^\circ\) anticlockwise about \(O\). Find the single matrix for the combined map.
Solution

Write each matrix; "\(A\) then \(B\)" is the product \(BA\), with the rotation on the left:

\(A\)\(=\)\(\begin{pmatrix}1 & 0\\ 0 & -1\end{pmatrix}\)
\(B\)\(=\)\(\begin{pmatrix}0 & -1\\ 1 & 0\end{pmatrix}\)

Multiply \(BA\) (rotation times reflection):

\(BA\)\(=\)\(\begin{pmatrix}0 & -1\\ 1 & 0\end{pmatrix}\begin{pmatrix}1 & 0\\ 0 & -1\end{pmatrix}\)
\(=\)\(\begin{pmatrix}0 & 1\\ 1 & 0\end{pmatrix}\)

The combined matrix is \(\begin{pmatrix}0 & 1\\ 1 & 0\end{pmatrix}\) — a reflection in \(y=x\).

Example 3 — Inverse transformation
A transformation has matrix \(A=\begin{pmatrix}2 & 0\\ 0 & 4\end{pmatrix}\). Find the matrix that undoes it.
Solution

The undoing map is \(A^{-1}\); start with the determinant:

\(\det(A)\)\(=\)\((2)(4)-(0)(0)\)
\(=\)\(8\)

Swap the main diagonal, negate the off-diagonal, then divide by the determinant:

\(A^{-1}\)\(=\)\(\dfrac{1}{8}\begin{pmatrix}4 & 0\\ 0 & 2\end{pmatrix}\)
\(=\)\(\begin{pmatrix}\dfrac{1}{2} & 0\\ 0 & \dfrac{1}{4}\end{pmatrix}\)

The inverse is \(A^{-1}=\begin{pmatrix}\dfrac{1}{2} & 0\\ 0 & \dfrac{1}{4}\end{pmatrix}\).

Example 4 — Rotate about a point
Find the image of \((4,2)\) under a rotation of \(90^\circ\) anticlockwise about the point \((1,2)\).
Solution

Shift the centre \((1,2)\) to the origin, rotate, then shift back: \(\mathbf{x}'=R(\mathbf{x}-\mathbf{c})+\mathbf{c}\).

\(\mathbf{x}-\mathbf{c}\)\(=\)\((4-1,\ 2-2)=(3,0)\)
\(R(3,0)\)\(=\)\(\begin{pmatrix}0 & -1\\ 1 & 0\end{pmatrix}\begin{pmatrix} 3 \\ 0 \end{pmatrix}=(0,3)\)
\(\mathbf{x}'\)\(=\)\((0,3)+(1,2)\)
\(=\)\((1,5)\)

The image is \((1,5)\).

Common pitfalls

Multiplying composites in the wrong order. "\(A\) then \(B\)" is \(BA\), with the second transformation on the left. Because matrix multiplication is not commutative, \(AB\) usually gives a different map.
Rotating about the wrong point. \(A\mathbf{x}\) always turns about the origin. For a centre \(\mathbf{c}\) not at \(O\), use \(\mathbf{x}'=A(\mathbf{x}-\mathbf{c})+\mathbf{c}\): subtract \(\mathbf{c}\), apply \(A\), then add \(\mathbf{c}\) back.
Forgetting the absolute value for area. The area scale factor is \(|\det(A)|\), never a negative number. A reflection has \(\det=-1\) but still preserves area, since \(|-1|=1\).
Rounding exact values. Rotation and reflection matrices use exact surds such as \(\dfrac{\sqrt{3}}{2}\), and inverses use exact fractions. Keep them exact — do not switch to decimals.

Frequently asked questions

How do you find the matrix of a linear transformation?

The columns of the matrix are the images of the basis vectors: the first column is the image of \((1,0)\) and the second column is the image of \((0,1)\). Read them off the described effect.

In what order do you multiply matrices to compose transformations?

For "\(A\) then \(B\)", multiply as \(BA\) with the second transformation on the left. Applying the maps in the other order gives \(AB\), which is usually different.

How does a transformation change the area of a shape?

It multiplies every area by \(|\det(A)|\). For example, \(\det(A)=6\) makes each area six times larger; a determinant of \(0\) collapses the shape onto a line (area \(0\)).

How do you rotate a point about a centre that is not the origin?

Use \(\mathbf{x}'=A(\mathbf{x}-\mathbf{c})+\mathbf{c}\): subtract the centre \(\mathbf{c}\), apply the rotation matrix \(A\), then add \(\mathbf{c}\) back.

Does the order of transformations matter?

Yes. Matrix multiplication is not commutative, so reflecting then rotating is generally not the same as rotating then reflecting; the two composite matrices differ.

What does a determinant of zero mean for a transformation?

The transformation is singular: it has no inverse and it flattens the whole plane onto a line, so every region has image area zero.