JEE Challenger
More from Matrices

Determinant of Adjoint Matrix Sum

Let AA be a 3×33 \times 3 matrix such that

AT[101]=[522],AT[011]=[311],A[101]=[344] and A[011]=[131].A^T \begin{bmatrix} 1 \\ 0 \\ 1 \end{bmatrix} = \begin{bmatrix} 5 \\ 2 \\ 2 \end{bmatrix}, A^T \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 3 \\ 1 \\ 1 \end{bmatrix}, A \begin{bmatrix} 1 \\ 0 \\ 1 \end{bmatrix} = \begin{bmatrix} 3 \\ 4 \\ 4 \end{bmatrix} \text{ and } A \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 1 \\ 3 \\ 1 \end{bmatrix}.

If det(A)=1\det(A) = 1, then det(adj(A2+A))\det(\text{adj}(A^2 + A)) is equal to:

Options

A

1616

B

2525

C

4949

D

6464

Correct

Topics & Concepts

Step-by-Step Solution

To find det(adj(A2+A))\det(\text{adj}(A^2 + A)), we use the properties of determinants and matrix algebra for 3×33 \times 3 matrices.

Step 1: Simplify the expression for det(adj(A2+A))\det(\text{adj}(A^2 + A))

For any 3×33 \times 3 matrix MM, the determinant of its adjoint is given by: det(adj(M))=(det(M))31=(det(M))2\det(\text{adj}(M)) = (\det(M))^{3-1} = (\det(M))^2

Let M=A2+A=A(A+I)M = A^2 + A = A(A + I). Using the multiplicative property of determinants: det(M)=det(A(A+I))=det(A)det(A+I)\det(M) = \det(A(A + I)) = \det(A) \cdot \det(A + I)

Given that det(A)=1\det(A) = 1: det(A2+A)=1det(A+I)=det(A+I)\det(A^2 + A) = 1 \cdot \det(A + I) = \det(A + I)

Therefore: det(adj(A2+A))=(det(A+I))2\det(\text{adj}(A^2 + A)) = (\det(A + I))^2


Step 2: Construct Matrix AA from the given conditions

Let the columns of AA be C1,C2,C3C_1, C_2, C_3, so A=[C1C2C3]A = \begin{bmatrix} C_1 & C_2 & C_3 \end{bmatrix}.

From the given matrix-vector products:

  1. A[101]=C1+C3=[344]    C1=[344]C3A \begin{bmatrix} 1 \\ 0 \\ 1 \end{bmatrix} = C_1 + C_3 = \begin{bmatrix} 3 \\ 4 \\ 4 \end{bmatrix} \implies C_1 = \begin{bmatrix} 3 \\ 4 \\ 4 \end{bmatrix} - C_3
  2. A[011]=C2+C3=[131]    C2=[131]C3A \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix} = C_2 + C_3 = \begin{bmatrix} 1 \\ 3 \\ 1 \end{bmatrix} \implies C_2 = \begin{bmatrix} 1 \\ 3 \\ 1 \end{bmatrix} - C_3

From the transposed relations AT[101]=[522]A^T \begin{bmatrix} 1 \\ 0 \\ 1 \end{bmatrix} = \begin{bmatrix} 5 \\ 2 \\ 2 \end{bmatrix} and AT[011]=[311]A^T \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 3 \\ 1 \\ 1 \end{bmatrix}, the entries of C3=[c1c2c3]C_3 = \begin{bmatrix} c_1 \\ c_2 \\ c_3 \end{bmatrix} satisfy c1=2c3c_1 = 2 - c_3 and c2=1c3c_2 = 1 - c_3.

Setting c3=xc_3 = x, we have: C3=[2x1xx]C_3 = \begin{bmatrix} 2-x \\ 1-x \\ x \end{bmatrix}

Substituting C3C_3 back into the expressions for C1C_1 and C2C_2: C1=[3(2x)4(1x)4x]=[1+x3+x4x]C_1 = \begin{bmatrix} 3 - (2-x) \\ 4 - (1-x) \\ 4 - x \end{bmatrix} = \begin{bmatrix} 1+x \\ 3+x \\ 4-x \end{bmatrix}

C2=[1(2x)3(1x)1x]=[1+x2+x1x]C_2 = \begin{bmatrix} 1 - (2-x) \\ 3 - (1-x) \\ 1 - x \end{bmatrix} = \begin{bmatrix} -1+x \\ 2+x \\ 1-x \end{bmatrix}

Thus, the matrix AA is:

A=[1+x1+x2x3+x2+x1x4x1xx]A = \begin{bmatrix} 1+x & -1+x & 2-x \\ 3+x & 2+x & 1-x \\ 4-x & 1-x & x \end{bmatrix}

Step 3: Determine det(A)\det(A) and det(A+I)\det(A + I)

Using column operations C1C1+C3C_1 \to C_1 + C_3 and C2C2+C3C_2 \to C_2 + C_3 on matrix AA:

det(A)=312x431x41x\det(A) = \begin{vmatrix} 3 & 1 & 2-x \\ 4 & 3 & 1-x \\ 4 & 1 & x \end{vmatrix}

Expanding along the third column: det(A)=12x15\det(A) = 12x - 15

Since det(A)=1\det(A) = 1: 12x15=1    x=4312x - 15 = 1 \implies x = \frac{4}{3}

Now, constructing A+IA + I:

A+I=[2+x1+x2x3+x3+x1x4x1x1+x]A + I = \begin{bmatrix} 2+x & -1+x & 2-x \\ 3+x & 3+x & 1-x \\ 4-x & 1-x & 1+x \end{bmatrix}

Applying column operations C1C1+C3C_1 \to C_1 + C_3 and C2C2+C3C_2 \to C_2 + C_3:

det(A+I)=412x441x521+x\det(A + I) = \begin{vmatrix} 4 & 1 & 2-x \\ 4 & 4 & 1-x \\ 5 & 2 & 1+x \end{vmatrix}

Evaluating the determinant gives: det(A+I)=8\det(A + I) = -8


Step 4: Compute det(adj(A2+A))\det(\text{adj}(A^2 + A))

Substitute det(A+I)=8\det(A + I) = -8 into our simplified formula: det(adj(A2+A))=(det(A+I))2=(8)2=64\det(\text{adj}(A^2 + A)) = (\det(A + I))^2 = (-8)^2 = 64

Determinant of Adjoint Matrix Sum | Mathematics PYQ Solution - JEE Challenger