JEE Mathematics · Hard

Matrices and Determinants: Mixed MCQ

Solve this quality-checked JEE multiple-choice question, then review the correct answer and explanation.

Timer-based practiceDetailed answer reviewMobile-friendly flow
MixedHardQuestion 250020

Question

The inverse of [[cos θ, sin θ], [−sin θ, cos θ]] is:
  1. A
    [[cos θ, −sin θ], [sin θ, cos θ]]
    Correct
  2. B
    [[cos θ, sin θ], [−sin θ, −cos θ]]
  3. C
    [[−cos θ, sin θ], [−sin θ, cos θ]]
  4. D
    Same matrix

Correct answer

[[cos θ, −sin θ], [sin θ, cos θ]]

Explanation

This is a rotation matrix R(θ). Its determinant = cos²θ + sin²θ = 1. For a 2×2 matrix [[a,b],[c,d]] with det=1: inverse = [[d,−b],[−c,a]] = [[cos θ, −sin θ],[sin θ, cos θ]] = R(−θ).