I have to determine the axis of reflection of the composition of a rotation and a reflection, y show that the order of composition matters.
So I multiply the matrices that represent each isometry, with angles $\alpha$ and $\beta$ not necessarily the same, and I got:
$$Re\alpha \circ Ro\beta=
\left(
\begin{matrix}
cos 2\alpha & sin 2\alpha \\
sin 2\alpha & -cos2\alpha & \\
\end{matrix}
\right)
\left(
\begin{matrix}
cos \beta & -sin \beta \\
sin \beta & cos \beta& \\
\end{matrix}
\right)$$
$$=
\left(
\begin{matrix}
cos \beta \;cos2\alpha+sin2\alpha \;sin\beta & -sin \beta \;cos2\alpha+sin2\alpha \;cos\beta\\
sin 2\alpha \;cos\beta-cos2\alpha \;sin\beta & -sin2\alpha \;sin\beta-cos2\alpha \;sin\beta& \\
\end{matrix}
\right)$$
Well, then I wanted to write this last matrix as a reflection,
$\left(
\begin{matrix}
cos \gamma & sin \gamma\\
sin \gamma & -cos \gamma \\
\end{matrix}
\right)$, where $\gamma$ would give me the axis, but since $\alpha$ and $\beta$ might not be the same, I don't think I can use the same trigonometric identities.
2026-05-17 02:04:18.1778983458
Find the axis of reflection
150 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Use the trigonometric identities $$\sin(A\pm B)=\sin A\cos B \pm\cos A\sin B$$ $$\cos(A\pm B)=\cos A\cos B \mp\sin A\sin B$$ For more identities see http://en.wikipedia.org/wiki/List_of_trigonometric_identities