Question:

If $ A = \left[\begin{array}{cc} 3 & 1 \\2 & 4 \end{array}\right] $, then the determinant of the adjoint of $ A^2 $ is:

Show Hint

Key Fact: For a 2x2 matrix, \( \det(\text{adj}((A)) = \det((A) \), and \( \det(A^2) = (\det((A))^2 \).
Updated On: May 28, 2025
  • 121
  • 144
  • 100

  • 196
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To find the determinant of the adjoint of \( A^2 \) for the matrix \( A = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} \), follow these steps:

Step 1: Calculate \( A^2 \)

The square of a matrix \( A \) is given by \( A^2 = A \times A \).

Calculate:

\[ A^2 = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} \times \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} = \begin{bmatrix} 3 \times 3 + 1 \times 2 & 3 \times 1 + 1 \times 4 \\ 2 \times 3 + 4 \times 2 & 2 \times 1 + 4 \times 4 \end{bmatrix} = \begin{bmatrix} 11 & 7 \\ 14 & 18 \end{bmatrix} \]

Step 2: Find the adjoint of \( A^2 \)

The adjoint of a \( 2 \times 2 \) matrix \( \begin{bmatrix} a & b \\ c & d \end{bmatrix} \) is \( \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \).

For \( A^2 = \begin{bmatrix} 11 & 7 \\ 14 & 18 \end{bmatrix} \), the adjoint is:

\( \text{adj}(A^2) = \begin{bmatrix} 18 & -7 \\ -14 & 11 \end{bmatrix} \)

Step 3: Calculate the determinant of the adjoint

The determinant of a matrix \( \begin{bmatrix} e & f \\ g & h \end{bmatrix} \) is given by \( eh - fg \).

For \( \text{adj}(A^2) = \begin{bmatrix} 18 & -7 \\ -14 & 11 \end{bmatrix} \), calculate:

\(\det(\text{adj}(A^2)) = 18 \times 11 - (-7) \times (-14) = 198 - 98 = 100\)

Was this answer helpful?
2
0