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

Question

Let A=[210121012]A=\left[\begin{array}{ccc}2 & 1 & 0 \\ 1 & 2 & -1 \\ 0 & -1 & 2\end{array}\right]. If adj(adj(adj2A))=(16)n|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} 2 A))|=(16)^{n}, then nn is equal to :

Options

Solution

Key Concepts and Formulas

Before we dive into the solution, let's recall the fundamental properties of determinants and adjoints that are crucial for solving this problem. For an N×NN \times N matrix AA:

  1. Determinant of a scalar multiple of a matrix: If kk is a scalar, then kA=kNA|kA| = k^N |A|. Here, NN represents the order (dimension) of the matrix. For a 3×33 \times 3 matrix, N=3N=3.
  2. Determinant of the adjoint of a matrix: adjA=AN1|\operatorname{adj} A| = |A|^{N-1}. Again, NN is the order of the matrix.
  3. Iterative application of the adjoint property: If we apply the adjoint property multiple times, say kk times, for an N×NN \times N matrix AA: adj(adj((adjA))) (k times)=A(N1)k|\operatorname{adj}(\operatorname{adj}(\dots(\operatorname{adj} A)\dots))| \text{ (k times)} = |A|^{(N-1)^k}

Step-by-Step Solution

Given the matrix A=[210121012]A=\left[\begin{array}{ccc}2 & 1 & 0 \\ 1 & 2 & -1 \\ 0 & -1 & 2\end{array}\right]. The order of matrix AA is N=3N=3.

Step 1: Calculate the Determinant of Matrix A, A|A|

We begin by finding the determinant of the given matrix AA. We can expand the determinant along the first row for simplicity, as it contains a zero element. A=210121012|A| = \left|\begin{array}{ccc}2 & 1 & 0 \\ 1 & 2 & -1 \\ 0 & -1 & 2\end{array}\right| Expanding along the first row: A=2211211102+01201|A| = 2 \cdot \left|\begin{array}{cc}2 & -1 \\ -1 & 2\end{array}\right| - 1 \cdot \left|\begin{array}{cc}1 & -1 \\ 0 & 2\end{array}\right| + 0 \cdot \left|\begin{array}{cc}1 & 2 \\ 0 & -1\end{array}\right| Now, we calculate the 2×22 \times 2 determinants: A=2((2)(2)(1)(1))1((1)(2)(1)(0))+0|A| = 2 \cdot ((2)(2) - (-1)(-1)) - 1 \cdot ((1)(2) - (-1)(0)) + 0 A=2(41)1(20)|A| = 2 \cdot (4 - 1) - 1 \cdot (2 - 0) A=2(3)1(2)|A| = 2 \cdot (3) - 1 \cdot (2) A=62|A| = 6 - 2 A=4|A| = 4

Step 2: Calculate the Determinant of 2A2A, 2A|2A|

Next, we need to find the determinant of the matrix 2A2A. We use the property kA=kNA|kA| = k^N |A|. In this case, k=2k=2 and N=3N=3 (since AA is a 3×33 \times 3 matrix). 2A=23A|2A| = 2^3 |A| Substitute the value of A=4|A|=4 that we calculated in Step 1: 2A=8×4|2A| = 8 \times 4 2A=32|2A| = 32

Step 3: Simplify the Expression adj(adj(adj2A))|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} 2 A))|

Let X=2AX = 2A. We need to evaluate adj(adj(adjX))|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} X))|. Since AA is a 3×33 \times 3 matrix, 2A2A (which is XX) is also a 3×33 \times 3 matrix. So, the order of matrix XX is N=3N=3. We apply the iterative adjoint property for k=3k=3 adjoints: adj(adj(adjX))=X(N1)3|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} X))| = |X|^{(N-1)^3} Substitute N=3N=3 into the formula: adj(adj(adjX))=X(31)3|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} X))| = |X|^{(3-1)^3} adj(adj(adjX))=X23|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} X))| = |X|^{2^3} adj(adj(adjX))=X8|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} X))| = |X|^8 Now, substitute back X=2AX = 2A: adj(adj(adj2A))=2A8|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} 2A))| = |2A|^8

Step 4: Substitute Values and Solve for nn

From Step 2, we found that 2A=32|2A| = 32. Substitute this value into the simplified expression from Step 3: adj(adj(adj2A))=(32)8|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} 2A))| = (32)^8 The problem statement gives us the equation adj(adj(adj2A))=(16)n|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} 2 A))| = (16)^n. Therefore, we equate the two expressions: (16)n=(32)8(16)^n = (32)^8 To solve for nn, we need to express both sides of the equation with a common base. The simplest common base for 16 and 32 is 2. We know that 16=2416 = 2^4 and 32=2532 = 2^5. Substitute these into the equation: (24)n=(25)8(2^4)^n = (2^5)^8 Using the exponent rule (ab)c=abc(a^b)^c = a^{bc}: 24n=25×82^{4n} = 2^{5 \times 8} 24n=2402^{4n} = 2^{40} Since the bases are equal, the exponents must also be equal: 4n=404n = 40 Divide by 4 to solve for nn: n=404n = \frac{40}{4} n=10n = 10


Common Mistakes & Tips

  • Order of Matrix (N): Always correctly identify the order of the matrix (NN) at each step. For this problem, AA is 3×33 \times 3, so N=3N=3. This is fundamental for applying the determinant properties correctly.
  • Exponent Rules: Be meticulous with exponent rules. The iterative adjoint property involves powers of (N1)(N-1), specifically (N1)k(N-1)^k for kk adjoints, not k(N1)k(N-1).
  • Base Conversion: When solving exponential equations like ax=bya^x = b^y, convert both aa and bb to their smallest common prime factor base (e.g., 16=2416=2^4, 32=2532=2^5) to simplify calculations and prevent errors.

Summary

This problem is a direct test of your understanding and application of two fundamental properties of determinants: the determinant of a scalar multiple of a matrix (kA=kNA|kA| = k^N |A|) and the determinant of the adjoint of a matrix (adjA=AN1|\operatorname{adj} A| = |A|^{N-1}). By systematically calculating A|A|, then 2A|2A|, and finally applying the iterative adjoint property for three adjoints, we simplified the given expression. Equating this to (16)n(16)^n and converting both sides to a common base (base 2) allowed us to solve for nn using basic exponent rules.

The final answer is 10\boxed{10}, which corresponds to option (C).

Practice More Matrices & Determinants Questions

View All Questions