Star Hype News.

Premium celebrity moments with standout appeal.

general

Matrix for reflection about the line $y = \tan (\theta) \, x$

By Sebastian Wright
$\begingroup$

How would I show that a reflection about the line $y = \tan (\theta) \, x$ is the following?

\begin{pmatrix} \cos 2\theta & \sin 2\theta \\ \sin 2\theta & -\cos 2\theta \end{pmatrix}

$\endgroup$ 1

2 Answers

$\begingroup$

Show that$$\begin{bmatrix}\cos(2\theta)&\sin(2\theta)\\ \sin(2\theta)&-\cos(2\theta)\end{bmatrix}.\begin{bmatrix}\cos\theta\\\sin\theta\end{bmatrix}=\begin{bmatrix}\cos\theta\\\sin\theta\end{bmatrix}$$and that$$\begin{bmatrix}\cos(2\theta)&\sin(2\theta)\\ \sin(2\theta)&-\cos(2\theta)\end{bmatrix}.\begin{bmatrix}-\sin\theta\\\cos\theta\end{bmatrix}=\begin{bmatrix}\sin\theta\\-\cos\theta\end{bmatrix}=-\begin{bmatrix}-\sin\theta\\\cos\theta\end{bmatrix}.$$Besides, note that $\left[\begin{smallmatrix}\cos\theta\\\sin\theta\end{smallmatrix}\right]$ belongs to the line $y=\tan(\theta)x$ and that $\left[\begin{smallmatrix}\cos\theta\\\sin\theta\end{smallmatrix}\right]$ and $\left[\begin{smallmatrix}-\sin\theta\\\cos\theta\end{smallmatrix}\right]$ are orthogonal.

$\endgroup$ $\begingroup$

HINT

Consider the line $y = mx$. Since reflexions are linear transformations, we can proceed as follows.

Given the basis $\mathcal{B} = \{(1,m),(-m,1)\}$, the matricial representation of such reflection is given by:\begin{align*} [T]_{\mathcal{B}} = \begin{bmatrix} 1 & 0\\ 0 & -1 \end{bmatrix} \end{align*}

which can be rewrriten in terms of the standard basis $\mathcal{B}' = \{(1,0),(0,1)\}$ as\begin{align*} [T]_{\mathcal{B}'} = [I]_{\mathcal{B}}^{\mathcal{B}'}[T]_{\mathcal{B}}[I]_{\mathcal{B}'}^{\mathcal{B}} \end{align*}

Having said that, can you take it from here?

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy