Accedmychevron_right11thchevron_rightmathchevron_rightMatrices And Determinantschevron_rightExercise 4.3

Solution

Reflection over the yy-axis maps:

(x,y)(x,y)(x,y)\mapsto (-x,y)

The transformation matrix is:

R=[1001]R=\begin{bmatrix}-1&0\\0&1\end{bmatrix}

Given:

A(4,1),B(2,5),C(0,3)A(4,1),\quad B(-2,5),\quad C(0,-3)

Compute:

A=R[41]=[41]A(4,1)A'=R\begin{bmatrix}4\\1\end{bmatrix}=\begin{bmatrix}-4\\1\end{bmatrix}\Rightarrow A'(-4,1) B=R[25]=[25]B(2,5)B'=R\begin{bmatrix}-2\\5\end{bmatrix}=\begin{bmatrix}2\\5\end{bmatrix}\Rightarrow B'(2,5) C=R[03]=[03]C(0,3)C'=R\begin{bmatrix}0\\-3\end{bmatrix}=\begin{bmatrix}0\\-3\end{bmatrix}\Rightarrow C'(0,-3) A(4,1),  B(2,5),  C(0,3)\boxed{A'(-4,1),\; B'(2,5),\; C'(0,-3)}