Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Maths - Methods (Unit 1 and Unit 2) Transformations

Using Matrices with Transformations

20 practice questions 0 video lessons Theory + worked examples

Use matrices to describe transformations for Victorian Year 11 Mathematical Methods (VCAA) — two-by-two matrices that dilate, reflect or otherwise move the points of the plane.

You will learn to write the matrix for a dilation or reflection, find the image of a point or shape by matrix multiplication, and identify the transformation that a given matrix produces.

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

Theory

In Year 11 Mathematical Methods (Unit 2), a dilation or reflection of the plane can be written as a \(2\times 2\) transformation matrix. Multiplying that matrix by the column vector \(\begin{bmatrix}x\\y\end{bmatrix}\) of a point gives the image point. This page shows how to apply a transformation matrix, recognise the reflection and dilation matrices, and work backwards to find an unknown factor.

A point \((x,\,y)\) is written as the column vector \(\begin{bmatrix}x\\y\end{bmatrix}\). A linear transformation such as a dilation or reflection is a \(2\times 2\) matrix \(\begin{bmatrix}a&b\\c&d\end{bmatrix}\); the image of the point is the product \(\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}\).

A reflection flips a point across a line (the \(x\)-axis, the \(y\)-axis, or the line \(y=x\)). A dilation stretches distances from an axis by a constant factor: a dilation of factor \(k\) from the \(x\)-axis multiplies every \(y\)-coordinate by \(k\), and a dilation of factor \(k\) from the \(y\)-axis multiplies every \(x\)-coordinate by \(k\).

Matrix on the left, point on the right. For the diagonal matrices used here, \(\begin{bmatrix}a&0\\0&d\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}ax\\dy\end{bmatrix}\): the top number scales \(x\), the bottom number scales \(y\).
Reflection of a point in the x-axisPoint P at (3,5) and its image P prime at (3,-5); the x-coordinate is unchanged and the y-coordinate changes sign. x y P(3,5) P'(3,-5)
Reflection in the \(x\)-axis sends \(P(3,5)\) to \(P'(3,-5)\): \(x\) stays, \(y\) changes sign.
Dilation of a triangle by factor 2 from both axesTriangle O A B and its enlargement; each coordinate is doubled so the image triangle is twice the size. x y B B'
Dilation of factor \(2\) from both axes doubles each coordinate, enlarging triangle \(OAB\).

The image of \((x,\,y)\) under a \(2\times 2\) matrix is the matrix product:

\[\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}ax+by\\cx+dy\end{bmatrix}\]
(ax+by,cx+dy)

The standard reflection and dilation matrices for Units 1 & 2 are:

TransformationMatrixEffect on \((x,y)\)
Reflection in the \(x\)-axis\(\begin{bmatrix}1&0\\0&-1\end{bmatrix}\)\((x,\,-y)\)
Reflection in the \(y\)-axis\(\begin{bmatrix}-1&0\\0&1\end{bmatrix}\)\((-x,\,y)\)
Reflection in \(y=x\)\(\begin{bmatrix}0&1\\1&0\end{bmatrix}\)\((y,\,x)\)
Dilation factor \(k\) from the \(x\)-axis\(\begin{bmatrix}1&0\\0&k\end{bmatrix}\)\((x,\,ky)\)
Dilation factor \(k\) from the \(y\)-axis\(\begin{bmatrix}k&0\\0&1\end{bmatrix}\)\((kx,\,y)\)
Dilation factor \(k\) from both axes\(\begin{bmatrix}k&0\\0&k\end{bmatrix}\)\((kx,\,ky)\)
Read the diagonal. For \(\begin{bmatrix}a&0\\0&d\end{bmatrix}\), \(a\) is the horizontal factor (from the \(y\)-axis) and \(d\) is the vertical factor (from the \(x\)-axis). A factor of \(-1\) becomes a reflection.

How to apply a transformation matrix

  1. Write the point as a column vector \(\begin{bmatrix}x\\y\end{bmatrix}\).
  2. Multiply the matrix by the vector: top image entry is \(ax+by\), bottom is \(cx+dy\). Show each product.
  3. Read off the image \((x',\,y')\) from the two entries of the result.

To identify or reverse a transformation

  1. Identify: multiply the matrix by a general point \(\begin{bmatrix}x\\y\end{bmatrix}\) and describe the effect (e.g. \((x,-y)\) is a reflection in the \(x\)-axis).
  2. Reverse: set the image entries equal to the given image coordinates and solve the resulting equations for the unknown factors.
Example 1 — Reflection in the y-axis
The point \((4,\,-2)\) is reflected in the \(y\)-axis using the matrix \(\begin{bmatrix}-1&0\\0&1\end{bmatrix}\). Find the coordinates of the image point.
Solution

Write the point as a column vector and multiply:

\(\begin{bmatrix}-1&0\\0&1\end{bmatrix}\begin{bmatrix}4\\-2\end{bmatrix}\)\(=\)\(\begin{bmatrix}(-1)(4)+(0)(-2)\\(0)(4)+(1)(-2)\end{bmatrix}\)
\(=\)\(\begin{bmatrix}-4\\-2\end{bmatrix}\)

The \(x\)-coordinate changes sign; the \(y\)-coordinate is unchanged.

The image point is \((-4,\,-2)\).

Reflection of (4,-2) in the y-axisThe point (4,-2) and its image (-4,-2); the y-coordinate is unchanged and the x-coordinate changes sign. x y (4,-2) (-4,-2)
(-4,-2)
Example 2 — Applying a dilation
Each point \((x,\,y)\) is transformed by \(\begin{bmatrix}3&0\\0&2\end{bmatrix}\) (factor \(3\) from the \(y\)-axis and factor \(2\) from the \(x\)-axis). Find the image of the corner \((5,\,4)\).
Solution

Multiply the matrix by the column vector:

\(\begin{bmatrix}3&0\\0&2\end{bmatrix}\begin{bmatrix}5\\4\end{bmatrix}\)\(=\)\(\begin{bmatrix}(3)(5)+(0)(4)\\(0)(5)+(2)(4)\end{bmatrix}\)
\(=\)\(\begin{bmatrix}15\\8\end{bmatrix}\)

Read off each image coordinate:

\(x'\)\(=\)\(15\)
\(y'\)\(=\)\(8\)

The image of the corner is \((15,\,8)\).

Dilation of (5,4) to (15,8)The point (5,4) maps to (15,8); the x-coordinate is tripled and the y-coordinate is doubled. x y (5,4) (15,8)
(15,8)
Example 3 — Reflection in y = x
The point \((3,\,4)\) is reflected in the line \(y=x\) using the matrix \(\begin{bmatrix}0&1\\1&0\end{bmatrix}\). Find the coordinates of the image point.
Solution

Apply the reflection matrix:

\(\begin{bmatrix}0&1\\1&0\end{bmatrix}\begin{bmatrix}3\\4\end{bmatrix}\)\(=\)\(\begin{bmatrix}(0)(3)+(1)(4)\\(1)(3)+(0)(4)\end{bmatrix}\)
\(=\)\(\begin{bmatrix}4\\3\end{bmatrix}\)

Reflecting in \(y=x\) swaps the two coordinates.

The image point is \((4,\,3)\).

Reflection of (3,4) in the line y = xThe point (3,4) and its image (4,3) mirrored across the line y equals x, which swaps the coordinates. x y (3,4) (4,3)
(4,3)
Example 4 — Find the dilation factors
A dilation \(\begin{bmatrix}a&0\\0&b\end{bmatrix}\) (with \(a,b>0\)) maps \((3,\,5)\) to \((12,\,15)\). Find \(a\) and \(b\).
Solution

Set up the image vector:

\(\begin{bmatrix}a&0\\0&b\end{bmatrix}\begin{bmatrix}3\\5\end{bmatrix}\)\(=\)\(\begin{bmatrix}3a\\5b\end{bmatrix}=\begin{bmatrix}12\\15\end{bmatrix}\)

Equate the \(x\)-entries and solve for \(a\):

\(3a\)\(=\)\(12\)
\(a\)\(=\)\(4\)

Equate the \(y\)-entries and solve for \(b\):

\(5b\)\(=\)\(15\)
\(b\)\(=\)\(3\)

The dilation factors are \(a=4\) and \(b=3\).

Dilation mapping (3,5) to (12,15)The point (3,5) maps to (12,15); the horizontal factor is 4 and the vertical factor is 3. x y (3,5) (12,15)
a=4,b=3

Common pitfalls

Multiplying in the wrong order. The transformation matrix goes on the left and the column vector on the right: \(M\begin{bmatrix}x\\y\end{bmatrix}\), not \(\begin{bmatrix}x\\y\end{bmatrix}M\).
Mixing up the two dilation directions. The top diagonal entry scales \(x\) (a dilation from the \(y\)-axis); the bottom entry scales \(y\) (a dilation from the \(x\)-axis).
Sign errors with reflections. Reflection in the \(x\)-axis uses \(\begin{bmatrix}1&0\\0&-1\end{bmatrix}\) (negate \(y\)); reflection in the \(y\)-axis uses \(\begin{bmatrix}-1&0\\0&1\end{bmatrix}\) (negate \(x\)). Do not swap them.
Forgetting to add both products. Each image entry is a sum: the top is \(ax+by\) and the bottom is \(cx+dy\). Even when a \(0\) makes one product vanish, write the full line.

Frequently asked questions

How do you use a matrix to transform a point?

Write the point as a column vector \(\begin{bmatrix}x\\y\end{bmatrix}\), multiply the \(2\times 2\) matrix on its left, and read the image \((x',y')\) from the two entries of the result.

Which matrix is a reflection in the x-axis?

\(\begin{bmatrix}1&0\\0&-1\end{bmatrix}\). It keeps \(x\) and changes the sign of \(y\), sending \((x,y)\) to \((x,-y)\).

Which matrix is a reflection in the y-axis?

\(\begin{bmatrix}-1&0\\0&1\end{bmatrix}\), which sends \((x,y)\) to \((-x,y)\). Reflection in \(y=x\) is \(\begin{bmatrix}0&1\\1&0\end{bmatrix}\), which swaps them to \((y,x)\).

How do you write a dilation as a matrix?

A dilation of factor \(k\) from the \(x\)-axis is \(\begin{bmatrix}1&0\\0&k\end{bmatrix}\); from the \(y\)-axis it is \(\begin{bmatrix}k&0\\0&1\end{bmatrix}\); from both axes it is \(\begin{bmatrix}k&0\\0&k\end{bmatrix}\).

How do you identify the transformation a matrix represents?

Multiply the matrix by a general point \(\begin{bmatrix}x\\y\end{bmatrix}\) and describe the image, for example \((x,-y)\) is a reflection in the \(x\)-axis and \((2x,2y)\) is a dilation of factor \(2\) from both axes.

How do you find an unknown dilation factor?

Multiply the matrix by the original point, set each image entry equal to the given image coordinate, and solve for the unknown factor.