JEE Challenger
More from Matrices

Determinant of Adjoint Matrix given Matrix Determinant Condition

Let A=[α12230045]A = \begin{bmatrix} \alpha & 1 & 2 \\ 2 & 3 & 0 \\ 0 & 4 & 5 \end{bmatrix} and B=[10005α004α2α]+adj(A)B = \begin{bmatrix} 1 & 0 & 0 \\ 0 & -5\alpha & 0 \\ 0 & 4\alpha & -2\alpha \end{bmatrix} + \text{adj}(A). If det(B)=66\text{det}(B) = 66, then det(adj(A))\text{det}(\text{adj}(A)) equals :

Options

A

289289

B

361361

C

441441

Correct
D

529529

Topics & Concepts

Step-by-Step Solution

To find det(adj(A))\text{det}(\text{adj}(A)), we first determine the adjugate matrix adj(A)\text{adj}(A) of AA.

Given the matrix: A=[α12230045]A = \begin{bmatrix} \alpha & 1 & 2 \\ 2 & 3 & 0 \\ 0 & 4 & 5 \end{bmatrix}

The matrix of cofactors of AA, denoted by CC, is calculated as: C11=15,C12=10,C13=8C_{11} = 15, \quad C_{12} = -10, \quad C_{13} = 8 C21=3,C22=5α,C23=4αC_{21} = 3, \quad C_{22} = 5\alpha, \quad C_{23} = -4\alpha C31=6,C32=4,C33=3α2C_{31} = -6, \quad C_{32} = 4, \quad C_{33} = 3\alpha - 2

Thus, the adjugate of AA is the transpose of the cofactor matrix: adj(A)=CT=[1536105α484α3α2]\text{adj}(A) = C^T = \begin{bmatrix} 15 & 3 & -6 \\ -10 & 5\alpha & 4 \\ 8 & -4\alpha & 3\alpha - 2 \end{bmatrix}

Now, matrix BB is given by: B=[10005α004α2α]+[1536105α484α3α2]=[1636100480α2]B = \begin{bmatrix} 1 & 0 & 0 \\ 0 & -5\alpha & 0 \\ 0 & 4\alpha & -2\alpha \end{bmatrix} + \begin{bmatrix} 15 & 3 & -6 \\ -10 & 5\alpha & 4 \\ 8 & -4\alpha & 3\alpha - 2 \end{bmatrix} = \begin{bmatrix} 16 & 3 & -6 \\ -10 & 0 & 4 \\ 8 & 0 & \alpha - 2 \end{bmatrix}

Next, we evaluate det(B)\text{det}(B) by expanding along the second column: det(B)=31048α2=3[10(α2)32]=3(10α12)=30α+36\text{det}(B) = -3 \begin{vmatrix} -10 & 4 \\ 8 & \alpha - 2 \end{vmatrix} = -3 \left[ -10(\alpha - 2) - 32 \right] = -3 (-10\alpha - 12) = 30\alpha + 36

Given det(B)=66\text{det}(B) = 66: 30α+36=66    30α=30    α=130\alpha + 36 = 66 \implies 30\alpha = 30 \implies \alpha = 1

Substitute α=1\alpha = 1 into matrix AA to compute its determinant: det(A)=112230045=1(150)1(100)+2(80)=1510+16=21\text{det}(A) = \begin{vmatrix} 1 & 1 & 2 \\ 2 & 3 & 0 \\ 0 & 4 & 5 \end{vmatrix} = 1(15 - 0) - 1(10 - 0) + 2(8 - 0) = 15 - 10 + 16 = 21

For a 3×33 \times 3 matrix AA, the determinant of its adjugate is given by: det(adj(A))=(det(A))31=(det(A))2\text{det}(\text{adj}(A)) = (\text{det}(A))^{3-1} = (\text{det}(A))^2

Hence: det(adj(A))=212=441\text{det}(\text{adj}(A)) = 21^2 = 441

Therefore, the correct option is C.

Determinant of Adjoint Matrix given Matrix Determinant Condition | Mathematics PYQ Solution - JEE Challenger