2×2 matrices as transformations of the plane
2×2 Matrices as Transformations
2×2 Matrices as Transformations is a topic in Matrices in the California Common Core State Standards. It is aligned to Standard N-VM.11, which requires students to work with 2×2 matrices as transformations of the plane and interpret the determinant as an area factor.
A \(2\times 2\) matrix transforms the plane — scaling, rotating, or reflecting points — with the determinant giving the factor by which area is scaled.
Theory
A \(2\times 2\) matrix can be viewed as a transformation of the plane: multiply it by a point (written as a column vector) to get the image point.
Standard transformations have standard matrices:
- Scaling by \(k\): \(\begin{bmatrix}k&0\\0&k\end{bmatrix}\).
- Rotation by \(90^\circ\): \(\begin{bmatrix}0&-1\\1&0\end{bmatrix}\).
- Reflection across the \(x\)-axis: \(\begin{bmatrix}1&0\\0&-1\end{bmatrix}\).
Apply a transformation by multiplication:
How to transform a point
- Write the point as a column vector.
- Multiply the transformation matrix by it.
- Read the image point from the result.
- Interpret the effect (scale, rotate, reflect) and use \(|\det|\) for the area change.
Multiply the matrix by the column vector.
The point scales out to \((6,2)\).
Multiply.
This is a \(90^\circ\) counterclockwise rotation: \((1,0)\to(0,1)\).
Multiply.
The \(y\)-coordinate flips — a reflection across the \(x\)-axis.
The area factor is \(|\det|\).
| |\det| | \(=\) | \(|3\cdot 2|=6\) |
Common pitfalls
Frequently asked questions
How does a 2x2 matrix transform a point?
Multiply the matrix by the point written as a column vector; the result is the image point.
What matrix rotates the plane 90 degrees?
\(\begin{bmatrix}0&-1\\1&0\end{bmatrix}\) rotates points \(90^\circ\) counterclockwise.
What does the determinant mean for a transformation?
Its absolute value is the factor by which area is scaled; a negative determinant also flips orientation.
How do you combine two transformations?
Multiply their matrices. The product applies the right-hand transformation first, then the left.