Question:

Let \( F(\alpha) = \begin{bmatrix} \cos \alpha & -\sin \alpha & 0 \\ \sin \alpha & \cos \alpha & 0 \\ 0 & 0 & 1 \end{bmatrix} \), where \( \alpha \in \mathbb{R} \). Then \( [F(\alpha)]^{-1} \) is equal to:

Show Hint

Rotation matrices are orthogonal, meaning their inverses are identical to their transposes.
Updated On: Mar 29, 2025
  • \( F(-\alpha) \)
  • \( [F(\alpha)]^{-1} \)
  • \( F(2\alpha) \)
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The matrix \( F(\alpha) \) is a rotation matrix. For a rotation matrix, the inverse is equal to its transpose, i.e., \[ [F(\alpha)]^{-1} = [F(\alpha)]^T, \]

which can also be written as \( F(-\alpha) \), as shown by the following calculation:

\[ F(\alpha) \cdot F(-\alpha) = \begin{bmatrix} \cos^2 \alpha + \sin^2 \alpha & 0 & 0 \\ 0 & \cos^2 \alpha + \sin^2 \alpha & 0 \\ 0 & 0 & 1 \end{bmatrix} = I, \]

where \( I \) is the identity matrix, and \( \cos^2 \alpha + \sin^2 \alpha = 1 \).

Was this answer helpful?
0
0