Skip to main content
Back to Matrices & Determinants
JEE Main 2022
Matrices & Determinants
Matrices and Determinants
Easy

Question

The positive value of the determinant of the matrix A, whose Adj(Adj(A)) = \left( {\matrix{ {14} & {28} & { - 14} \cr { - 14} & {14} & {28} \cr {28} & { - 14} & {14} \cr } } \right), is _____________.

Answer: 2

Solution

Key Concept: Properties of Adjoint and Determinant

This problem leverages a fundamental property relating the determinant of a matrix to the determinant of its adjoint. For an n×nn \times n square matrix MM, the determinant of its adjoint, Adj(M)Adj(M), is given by: Adj(M)=Mn1|Adj(M)| = |M|^{n-1} When dealing with nested adjoints, such as Adj(Adj(A))Adj(Adj(A)), we apply this property iteratively. Let M1=Adj(A)M_1 = Adj(A). Then, Adj(Adj(A))=M1n1|Adj(Adj(A))| = |M_1|^{n-1} Now, substitute the formula for M1=Adj(A)=An1|M_1| = |Adj(A)| = |A|^{n-1} into the expression: Adj(Adj(A))=(An1)n1=A(n1)2|Adj(Adj(A))| = (|A|^{n-1})^{n-1} = |A|^{(n-1)^2} In this problem, the given matrix Adj(Adj(A))Adj(Adj(A)) is a 3×33 \times 3 matrix. This implies that the original matrix AA must also be a 3×33 \times 3 matrix. Thus, n=3n=3. Therefore, for this specific problem, the key relation becomes: Adj(Adj(A))=A(31)2=A22=A4|Adj(Adj(A))| = |A|^{(3-1)^2} = |A|^{2^2} = |A|^4

Step-by-Step Solution

Step 1: Establish the relationship between Adj(Adj(A))|Adj(Adj(A))| and A|A| Based on the key concept for an n×nn \times n matrix AA, we know that Adj(Adj(A))=A(n1)2|Adj(Adj(A))| = |A|^{(n-1)^2}. Since the given matrix Adj(Adj(A))Adj(Adj(A)) is a 3×33 \times 3 matrix, the original matrix AA must also be a 3×33 \times 3 matrix, meaning n=3n=3. Substituting n=3n=3 into the formula: Adj(Adj(A))=A(31)2=A22=A4|Adj(Adj(A))| = |A|^{(3-1)^2} = |A|^{2^2} = |A|^4 This equation is crucial as it connects the determinant of the given matrix directly to the determinant of AA, which we need to find.

Step 2: Calculate the determinant of the given matrix Adj(Adj(A))Adj(Adj(A)) We are given the matrix: Adj(Adj(A)) = \left( {\matrix{ {14} & {28} & { - 14} \cr { - 14} & {14} & {28} \cr {28} & { - 14} & {14} \cr } } \right) Let's find its determinant. To simplify the calculation, we observe that 14 is a common factor in every element of each row. We can factor out 14 from the first row (R1R_1), 14 from the second row (R2R_2), and 14 from the third row (R3R_3). Explanation: When a common factor kk is taken out from each of the nn rows of an n×nn \times n matrix, the determinant of the matrix is multiplied by knk^n. |Adj(Adj(A))| = (14)(14)(14) \left| {\matrix{ {14/14} & {28/14} & { - 14/14} \cr { - 14/14} & {14/14} & {28/14} \cr {28/14} & { - 14/14} & {14/14} \cr } } \right| |Adj(Adj(A))| = (14)^3 \left| {\matrix{ 1 & 2 & { - 1} \cr { - 1} & 1 & 2 \cr 2 & { - 1} & 1 \cr } } \right| Now, we calculate the determinant of the simplified 3×33 \times 3 matrix: \left| {\matrix{ 1 & 2 & { - 1} \cr { - 1} & 1 & 2 \cr 2 & { - 1} & 1 \cr } } \right| Expanding along the first row: = 1 \cdot \text{det}\left( {\matrix{ 1 & 2 \cr { - 1} & 1 \cr } } \right) - 2 \cdot \text{det}\left( {\matrix{ { - 1} & 2 \cr 2 & 1 \cr } } \right) + (-1) \cdot \text{det}\left( {\matrix{ { - 1} & 1 \cr 2 & { - 1} \cr } } \right) =1((1)(1)(2)(1))2((1)(1)(2)(2))1((1)(1)(1)(2))= 1((1)(1) - (2)(-1)) - 2((-1)(1) - (2)(2)) - 1((-1)(-1) - (1)(2)) =1(1+2)2(14)1(12)= 1(1 + 2) - 2(-1 - 4) - 1(1 - 2) =1(3)2(5)1(1)= 1(3) - 2(-5) - 1(-1) =3+10+1= 3 + 10 + 1 =14= 14 Substituting this value back into our expression for Adj(Adj(A))|Adj(Adj(A))|: Adj(Adj(A))=(14)3×14=(14)4|Adj(Adj(A))| = (14)^3 \times 14 = (14)^4

Step 3: Equate the expressions and solve for A|A| From Step 1, we have the relationship: Adj(Adj(A))=A4|Adj(Adj(A))| = |A|^4 From Step 2, we calculated the determinant of the given matrix: Adj(Adj(A))=(14)4|Adj(Adj(A))| = (14)^4 Equating these two expressions, we get: A4=(14)4|A|^4 = (14)^4 To solve for A|A|, we take the fourth root of both sides: A=±(14)44|A| = \pm \sqrt[4]{(14)^4} A=±14|A| = \pm 14 The question specifically asks for the positive value of the determinant of matrix AA. Therefore, we choose the positive root: A=14|A| = 14

Tips and Common Mistakes:

  • Formula Recall: Make sure to correctly recall the formula for the determinant of an adjoint: Adj(M)=Mn1|Adj(M)| = |M|^{n-1}. A common error is to use nn instead of n1n-1 as the exponent.
  • Nested Adjoints: For nested adjoints like Adj(Adj(A))Adj(Adj(A)), apply the formula step-by-step or remember the generalized form Adj(Adj(A))=A(n1)2|Adj(Adj(A))| = |A|^{(n-1)^2}. This simplifies to A4|A|^4 for a 3×33 \times 3 matrix.
  • Determinant Calculation: Be meticulous with signs and arithmetic when expanding determinants. Factoring out common terms (like 14 in this case) is an excellent strategy to simplify calculations, but remember to multiply by knk^n (where kk is the factor and nn is the matrix order) when you factor kk from each of the nn rows/columns.
  • Question Specifics: Always pay close attention to details in the question, such as

Practice More Matrices & Determinants Questions

View All Questions