Skip to main content
Back to Matrices & Determinants
JEE Main 2023
Matrices & Determinants
Matrices and Determinants
Medium

Question

Let AA be a 3×33 \times 3 matrix such that adj(adj(adjA))=81|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} \mathrm{A}))|=81. If S={nZ:(adj(adjA))(n1)22=A(3n25n4)}S=\left\{n \in \mathbb{Z}:(|\operatorname{adj}(\operatorname{adj} A)|)^{\frac{(n-1)^2}{2}}=|A|^{\left(3 n^2-5 n-4\right)}\right\}, then \sum_\limits{n \in S}\left|A^{\left(n^2+n\right)}\right| is equal to :

Options

Solution

Key Concepts and Formulas

  1. Determinant of Adjoint Matrix: For any m×mm \times m square matrix AA, the determinant of its adjoint is given by: adjA=Am1|\operatorname{adj} A| = |A|^{m-1} This formula is crucial for relating the determinant of an adjoint matrix back to the determinant of the original matrix.

  2. Determinant of Multiple Adjoints: Applying the above property iteratively for a m×mm \times m matrix AA:

    • adj(adjA)=A(m1)2|\operatorname{adj}(\operatorname{adj} A)| = |A|^{(m-1)^2}
    • adj(adj(adjA))=A(m1)3|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} A))| = |A|^{(m-1)^3} These extended properties simplify calculations involving multiple adjoint operations.
  3. Determinant of a Matrix Power: For any square matrix AA and a positive integer kk: Ak=Ak|A^k| = |A|^k This property allows us to move the exponent outside the determinant, simplifying expressions like A(n2+n)\left|A^{\left(n^2+n\right)}\right|.

Step-by-Step Solution

Step 1: Determine the Value of A|A| We begin by finding the determinant of matrix AA, denoted as A|A|, using the given condition. Why: The entire problem revolves around A|A|, so establishing its value is the foundational step.

Given that AA is a 3×33 \times 3 matrix, its dimension m=3m=3. We are provided with the condition adj(adj(adjA))=81|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} \mathrm{A}))|=81.

Using the formula for the determinant of triple adjoints: adj(adj(adjA))=A(m1)3|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} A))| = |A|^{(m-1)^3} Substitute m=3m=3: adj(adj(adjA))=A(31)3=A23=A8|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} A))| = |A|^{(3-1)^3} = |A|^{2^3} = |A|^8 Now, equate this with the given value: A8=81|A|^8 = 81 To solve for A|A|, we express 8181 as a power of 33: 81=3481 = 3^4. A8=34|A|^8 = 3^4 Taking the 8th8^{th} root (or raising to the power of 1/81/8) on both sides: (A8)1/8=(34)1/8(|A|^8)^{1/8} = (3^4)^{1/8} A=34/8=31/2=3|A| = 3^{4/8} = 3^{1/2} = \sqrt{3} Since we are dealing with determinants of real matrices, A|A| is a real number. For the expression A1/2|A|^{1/2} to be defined as a real value, A|A| must be non-negative. Thus, we take the positive root.

Step 2: Solve the Equation to Find the Set SS Next, we determine the integer values of nn that satisfy the given equation, forming the set SS. Why: The final calculation requires summing terms for nSn \in S, so identifying these values is crucial.

The given equation is: (adj(adjA))(n1)22=A(3n25n4)(|\operatorname{adj}(\operatorname{adj} A)|)^{\frac{(n-1)^2}{2}}=|A|^{\left(3 n^2-5 n-4\right)} First, simplify the left-hand side using the property for the determinant of double adjoints: adj(adjA)=A(m1)2|\operatorname{adj}(\operatorname{adj} A)| = |A|^{(m-1)^2} Substitute m=3m=3: adj(adjA)=A(31)2=A22=A4|\operatorname{adj}(\operatorname{adj} A)| = |A|^{(3-1)^2} = |A|^{2^2} = |A|^4 Now, substitute this simplified expression back into the given equation: (A4)(n1)22=A(3n25n4)(|A|^4)^{\frac{(n-1)^2}{2}}=|A|^{\left(3 n^2-5 n-4\right)} Using the exponent rule (xa)b=xab(x^a)^b = x^{ab}: A4(n1)22=A(3n25n4)|A|^{4 \cdot \frac{(n-1)^2}{2}}=|A|^{\left(3 n^2-5 n-4\right)} A2(n1)2=A(3n25n4)|A|^{2(n-1)^2}=|A|^{\left(3 n^2-5 n-4\right)} Since the base A=3|A|=\sqrt{3} is positive and not equal to 11, we can equate the exponents: 2(n1)2=3n25n42(n-1)^2 = 3n^2 - 5n - 4 Expand the left side: 2(n22n+1)=3n25n42(n^2 - 2n + 1) = 3n^2 - 5n - 4 2n24n+2=3n25n42n^2 - 4n + 2 = 3n^2 - 5n - 4 Rearrange the terms to form a quadratic equation by moving all terms to one side: 0=(3n22n2)+(5n+4n)+(42)0 = (3n^2 - 2n^2) + (-5n + 4n) + (-4 - 2) 0=n2n60 = n^2 - n - 6 Now, factor the quadratic expression to find the values of nn: (n3)(n+2)=0(n-3)(n+2) = 0 This yields two integer values for nn: n3=0    n=3n-3 = 0 \implies n=3 n+2=0    n=2n+2 = 0 \implies n=-2 The set SS consists of these integer values: S={2,3}S = \{-2, 3\}

Step 3: Calculate the Final Sum \sum_\limits{n \in S}\left|A^{\left(n^2+n\right)}\right| Finally, we compute the required sum by evaluating the expression A(n2+n)\left|A^{\left(n^2+n\right)}\right| for each nn in SS and adding the results. Why: This is the objective of the problem, bringing together the values of A|A| and SS.

Using the property Ak=Ak|A^k| = |A|^k, we have A(n2+n)=A(n2+n)\left|A^{\left(n^2+n\right)}\right| = ||A|^{\left(n^2+n\right)}|. Since n2+n=n(n+1)n^2+n = n(n+1) is always an even integer for any integer nn, A(n2+n)|A|^{\left(n^2+n\right)} will always be positive (as A=3|A|=\sqrt{3}). Therefore, A(n2+n)=A(n2+n)||A|^{\left(n^2+n\right)}| = |A|^{\left(n^2+n\right)}. We use A=3|A| = \sqrt{3}.

Let's calculate the term for each nSn \in S:

For n=2n = -2: The exponent is n2+n=(2)2+(2)=42=2n^2+n = (-2)^2 + (-2) = 4 - 2 = 2. The term is A2=(3)2=3|A|^2 = (\sqrt{3})^2 = 3.

For n=3n = 3: The exponent is n2+n=(3)2+(3)=9+3=12n^2+n = (3)^2 + (3) = 9 + 3 = 12. The term is A12=(3)12|A|^{12} = (\sqrt{3})^{12}. We can rewrite (3)12(\sqrt{3})^{12} as (31/2)12=3(1/2)12=36(3^{1/2})^{12} = 3^{(1/2) \cdot 12} = 3^6. Calculate 363^6: 31=33^1=3, 32=93^2=9, 33=273^3=27, 34=813^4=81, 35=2433^5=243, 36=7293^6=729. So, the term is 729729.

Now, sum these terms: nSA(n2+n)=A2+A12\sum_{n \in S}\left|A^{\left(n^2+n\right)}\right| = |A|^2 + |A|^{12} =3+729= 3 + 729 =732= 732

Common Mistakes & Tips

  • Determinant Properties: Ensure correct application of adjoint determinant formulas, especially for multiple adjoints. A common error is mistakenly using Am1|A|^{m-1} for all levels of adjoints instead of (m1)2(m-1)^2, (m1)3(m-1)^3, etc.
  • Algebraic Precision: Be careful with expanding (n1)2(n-1)^2 and solving the quadratic equation. Small sign errors or calculation mistakes can lead to incorrect values for nn.
  • Exponent Rules: When dealing with fractional exponents like 31/23^{1/2} raised to a power, remember (xa)b=xab(x^a)^b = x^{ab}. This is critical for correctly calculating (3)12(\sqrt{3})^{12} as 363^6.

Summary

The problem required us to first determine the determinant of matrix AA using its triple adjoint property. We found A=3|A|=\sqrt{3}. Then, we solved a given exponential equation involving nn by expressing both sides in terms of A|A| and equating exponents, leading to a quadratic equation. The integer solutions for nn were 33 and 2-2. Finally, we calculated the sum of An2+n|A|^{n^2+n} for these values of nn, which resulted in 3+729=7323 + 729 = 732.

The final answer is 732\boxed{\text{732}} which corresponds to option (D).

Practice More Matrices & Determinants Questions

View All Questions