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

Area and determinant

20 practice questions 0 video lessons Theory + worked examples

Discover how the determinant of a \(2\times2\) matrix controls area in Year 11 Specialist Mathematics for Queensland (QCAA). When a matrix transforms the plane, its determinant is the area scale factor — it tells you exactly how much every region is stretched, flipped or flattened.

You will learn to find the area of the image of squares, triangles and polygons, read the sign of the determinant as orientation, and recognise when a zero determinant collapses a shape onto a line — the geometric meaning of the determinant that underpins transformations across the course.

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

Theory

The determinant of a \(2\times2\) transformation matrix is its area scale factor — a core idea in Year 11 Specialist Mathematics (QCAA, Queensland). Applying \(A\) to any region multiplies its area by \(|\det(A)|\), the sign of \(\det(A)\) tells you whether orientation is kept or flipped, and \(\det(A)=0\) flattens the region onto a line. This page shows how to use it, with full worked examples.

A \(2\times2\) matrix \(A\) transforms the plane, mapping every region to an image region. The determinant \(\det(A)=ad-bc\) measures exactly how that transformation changes area.

The area scale factor is \(|\det(A)|\). For a region of area \(S\), the image has area \(|\det(A)|\times S\). The unit square has area \(1\), so its image has area \(|\det(A)|\) exactly — the determinant is literally the area of the image of the unit square.

The sign of the determinant carries extra meaning. When \(\det(A)>0\) the transformation preserves orientation; when \(\det(A)<0\) it reverses orientation (a reflection has been applied). You take the absolute value for area because an area can never be negative.

When \(\det(A)=0\) the matrix collapses the region onto a line: the image has area \(0\). This is the same condition that makes \(A\) singular — a matrix with zero determinant has no inverse.

Area scale factor of a transformation On a grid, the unit square of area 1 is mapped by the matrix 3 0 over 1 2 to a parallelogram with corners (0,0), (3,1), (3,3), (0,2) of area 6, because the determinant is 6. x y 1 area 6 |det| = 6
Area scale factor: under \(A=\begin{pmatrix}3&0\\1&2\end{pmatrix}\) the unit square (area \(1\)) maps to a parallelogram of area \(|\det(A)|=6\).
A zero determinant collapses a region onto a line On a grid, the unit square is mapped by the matrix 1 2 over 1 2, whose determinant is 0, onto the line segment from (0,0) to (3,3); the image has area 0 and the matrix has no inverse. x y area 0 unit square det = 0
A zero determinant collapses the unit square onto a line, so the image area is \(0\) and \(A\) has no inverse.

The determinant of \(A=\begin{pmatrix}a&b\\c&d\end{pmatrix}\) and the area of the image of a region of area \(S\):

\[ \det(A)=ad-bc, \qquad \text{image area}=|\det(A)|\times S \]
det(A)=adbc

For the unit square, \(S=1\), so the image area is just the modulus of the determinant:

\[ \text{area of image of unit square}=|\det(A)| \]
area=|det(A)|
Sign and size both matter. The size \(|\det(A)|\) is the area scale factor; the sign gives orientation. \(\det(A)>0\) preserves orientation, \(\det(A)<0\) reverses it, and \(\det(A)=0\) means area \(0\) (a collapse onto a line, no inverse).

How to find the area of an image

  1. Compute the determinant: \(\det(A)=ad-bc\), the main-diagonal product minus the off-diagonal product.
  2. Take the absolute value: the area scale factor is \(|\det(A)|\). A negative determinant still gives a positive scale factor.
  3. Find the original area \(S\): use a known formula (rectangle, triangle) or the coordinates of the region.
  4. Multiply: image area \(=|\det(A)|\times S\). If \(\det(A)=0\), the region collapses onto a line and the image area is \(0\).
Example 1 — Negative determinant
Find the area of the image of the unit square under \(A=\begin{pmatrix}1 & 4\\ 2 & 3\end{pmatrix}\).
Solution

Compute the determinant, then take its absolute value for the area:

\(\det(A)\)\(=\)\(ad-bc\)
\(=\)\((1)(3)-(4)(2)\)
\(=\)\(3-8\)
\(=\)\(-5\)
\(\text{image area}\)\(=\)\(|-5|\times 1\)
\(=\)\(5\)

\(5\) square units (and, as \(\det(A)<0\), orientation is reversed).

Example 2 — Image of a triangle
The matrix \(A=\begin{pmatrix}2 & 1\\ 1 & 4\end{pmatrix}\) is applied to the triangle with vertices \((0,0)\), \((4,0)\) and \((0,3)\). Find the area of the image triangle.
Solution

First the original area, using \(\tfrac{1}{2}\times\text{base}\times\text{height}\):

\(\text{original}\)\(=\)\(\dfrac{1}{2}\times 4 \times 3\)
\(=\)\(6\)

Now the determinant (the area scale factor), then multiply:

\(\det(A)\)\(=\)\((2)(4)-(1)(1)\)
\(=\)\(8-1\)
\(=\)\(7\)
\(\text{image area}\)\(=\)\(|7|\times 6\)
\(=\)\(42\)

\(42\) square units.

Example 3 — Zero determinant
Describe the image of the unit square under \(A=\begin{pmatrix}3 & 6\\ 1 & 2\end{pmatrix}\).
Solution

Test the determinant first:

\(\det(A)\)\(=\)\((3)(2)-(6)(1)\)
\(=\)\(6-6\)
\(=\)\(0\)
\(\text{image area}\)\(=\)\(|0|\times 1\)
\(=\)\(0\)

The square collapses onto a line: image area \(0\), and \(A\) has no inverse.

Example 4 — Solve for an entry
\(A=\begin{pmatrix}k & 1\\ 2 & 3\end{pmatrix}\), with \(k>0\), maps the unit square to a region of area \(7\). Find \(k\).
Solution

Set the area scale factor \(|\det(A)|\) equal to \(7\):

\(\det(A)\)\(=\)\((k)(3)-(1)(2)\)
\(=\)\(3k-2\)
\(|3k-2|\)\(=\)\(7\)

Solve both cases, then apply \(k>0\):

\(3k-2=7\)\(\text{or}\)\(3k-2=-7\)
\(k=3\)\(\text{or}\)\(k=-\dfrac{5}{3}\)

Since \(k>0\), \(k=3\).

Common pitfalls

Forgetting the absolute value. Area is never negative. A determinant of \(-5\) gives an area scale factor of \(5\), not \(-5\). Always write \(|\det(A)|\) for the area.
Leaving out the original area. The rule is image area \(=|\det(A)|\times S\). Only for the unit square (where \(S=1\)) does the image area equal \(|\det(A)|\) on its own.
Thinking a zero determinant means ``no change''. \(\det(A)=0\) collapses the region onto a line, so the image area is \(0\) — and the matrix has no inverse.
Confusing area scaling with length scaling. The determinant scales area by \(|\det(A)|\). Lengths are not multiplied by \(|\det(A)|\); a matrix that doubles both directions scales area by \(4\).

Frequently asked questions

How does the determinant relate to area?

For a \(2\times2\) transformation matrix \(A\), the image of any region has area \(|\det(A)|\) times the original area. The determinant is the area scale factor of the transformation.

What is the area of the image of the unit square?

It is \(|\det(A)|\). Because the unit square has area \(1\), its image area equals the absolute value of the determinant of the transformation matrix.

What does a negative determinant mean?

The size \(|\det(A)|\) is still the area scale factor, but a negative determinant means the transformation reverses orientation — it includes a reflection.

What happens when the determinant is zero?

The transformation collapses the region onto a line, so the image has area \(0\). A matrix with \(\det(A)=0\) is singular and has no inverse.

How do you find the area of the image of a triangle or polygon?

Find the original area \(S\), compute \(|\det(A)|\), then multiply: image area \(=|\det(A)|\times S\). The rule works for any region, not just the unit square.

Why do you take the absolute value of the determinant for area?

An area is always positive, but a determinant can be negative. The negative sign records a change of orientation; for the size of the area you use the absolute value \(|\det(A)|\).