Question:medium

If \[ \begin{bmatrix} 1 & -\tan\frac{\theta}{2}
[4pt] \tan\frac{\theta}{2} & 1 \end{bmatrix} \begin{bmatrix} 1 & \tan\frac{\theta}{2}
[4pt] -\tan\frac{\theta}{2} & 1 \end{bmatrix}^{-1} = ? \]

Show Hint

Whenever matrices contain \(\tan\frac{\theta}{2}\), compute the matrix product first and then apply the identities \[ \cos\theta=\frac{1-\tan^2\frac{\theta}{2}}{1+\tan^2\frac{\theta}{2}}, \qquad \sin\theta=\frac{2\tan\frac{\theta}{2}}{1+\tan^2\frac{\theta}{2}}. \] This often converts the result into a standard rotation matrix.
Updated On: Jul 9, 2026
  • \[ \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} \cos\frac{\theta}{2} & -\sin\frac{\theta}{2}
    \sin\frac{\theta}{2} & \cos\frac{\theta}{2} \end{bmatrix} \]
  • \[ \begin{bmatrix} \sin\frac{\theta}{2} & \cos\frac{\theta}{2}
    -\cos\frac{\theta}{2} & -\sin\frac{\theta}{2} \end{bmatrix} \] \bigskip
Show Solution

The Correct Option is A

Solution and Explanation

Concept: Evaluate the inverse first and then identify the resulting matrix using half-angle identities.

Step 1:
Let \(t=\tan\frac{\theta}{2}\). The inverse of \(\begin{bmatrix}1&t\\-t&1\end{bmatrix}\) is \(\dfrac1{1+t^2}\begin{bmatrix}1&-t\\t&1\end{bmatrix}\).

Step 2:
Multiplying gives \(\dfrac1{1+t^2}\begin{bmatrix}1-t^2&-2t\\2t&1-t^2\end{bmatrix}\).

Step 3:
Using \(\cos\theta=\dfrac{1-t^2}{1+t^2}\) and \(\sin\theta=\dfrac{2t}{1+t^2}\), the matrix becomes \(\boxed{\begin{bmatrix}\cos\theta&-\sin\theta\\\sin\theta&\cos\theta\end{bmatrix}}\).
Was this answer helpful?
0