Question:

If \( A = \begin{bmatrix} a & b \\ c & -a \end{bmatrix} \) is such that \( A^2 = I \), then _____

Show Hint

For \( A^2 = I \), diagonal elements must be 1 and off-diagonal must be 0.
Updated On: Apr 2, 2026
  • \( 1 + a^2 + bc = 0 \)
  • \( 1 - a^2 - bc = 0 \)
  • \( 1 - a^2 + bc = 0 \)
  • \( 1 + a^2 - bc = 0 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Compute \( A^2 \) and equate with identity matrix.
Step 1: Find \( A^2 \). \[ A^2 = \begin{bmatrix} a & b \\ c & -a \end{bmatrix} \begin{bmatrix} a & b \\ c & -a \end{bmatrix} = \begin{bmatrix} a^2 + bc & 0 \\ 0 & a^2 + bc \end{bmatrix} \]
Step 2: Equate with identity. \[ A^2 = I \Rightarrow a^2 + bc = 1 \]
Step 3: \[ 1 - a^2 - bc = 0 \]
Was this answer helpful?
0
0