[Math] Prove that rotation matrix is orthogonal

linear algebramatrices

We have rotation matrix defined as:

$$ R_\theta = \begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix} $$

where rotation angle $\theta$ is constant. Matrix is orthogonal when

$$ Q^TQ=QQ^T=I $$
$$ Q^T=Q^{-1} $$

Prove that rotation matrix $R_\theta$ is orthogonal. Also what is determinant of rotation matrix ?

Best Answer

Hint:

You have simply to prove that $$ \begin{bmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{bmatrix}\begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix} =\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} $$

and this is a simple consequence of the identity $$ \sin^2 \theta + \cos^2 \theta=1 $$