Reflection in the x-axis

Reflection in the x-axis

We can represent a reflection in the x-axis using the matrix:

\begin{pmatrix}1 & 0\\0 & -1\end{pmatrix}

Finding this out

Reflection in the y-axis

We can represent a reflection in the y-axis using the matrix:

\begin{pmatrix}-1 & 0\\0 & 1\end{pmatrix}

Finding this out

Reflection in the line y = x

We can represent a reflection in the line y = x using the matrix:

\begin{pmatrix}0 & 1\\1 & 0\end{pmatrix}

Finding this out

Reflection in the line y = -x

We can represent a reflection in the line y = -x using the matrix:

\begin{pmatrix}0 & -1\\-1 & 0\end{pmatrix}

Finding this out

Rotation 90° clockwise about the origin

We can represent a rotation of 90° clockwise about the origin using the matrix:

\begin{pmatrix}0 & 1\\-1 & 0\end{pmatrix}

Finding this out

Rotation 90° anticlockwise about the origin

We can represent a rotation of 90° anticlockwise about the origin using the matrix:

\begin{pmatrix}0 & -1\\1 & 0\end{pmatrix}

Finding this out

Rotation 180° about the origin

We can represent a rotation of 180° about the origin using the matrix:

\begin{pmatrix}-1 & 0\\0 & -1\end{pmatrix}

Finding this out

Enlargement about the origin

We can represent an enlargement about the origin with scale factor k using the matrix:

\begin{pmatrix}k & 0\\0 & k\end{pmatrix}

…where k is the scale factor.

Finding this out

Horizontal stretch parallel to the x-axis

We can represent a horizontal stretch parallel to the x-axis with scale factor k using the matrix:

\begin{pmatrix}k & 0\\0 & 1\end{pmatrix}

…where k is the scale factor.

Finding this out

Vertical stretch parallel to the y-axis

We can represent a vertical stretch parallel to the y-axis with scale factor k using the matrix:

\begin{pmatrix}1 & 0\\0 & k\end{pmatrix}

…where k is the scale factor.

Finding this out