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

Question

Let α(0,)\alpha \in(0, \infty) and A=[12α101012]A=\left[\begin{array}{lll}1 & 2 & \alpha \\ 1 & 0 & 1 \\ 0 & 1 & 2\end{array}\right]. If det(adj(2AAT)adj(A2AT))=28\operatorname{det}\left(\operatorname{adj}\left(2 A-A^T\right) \cdot \operatorname{adj}\left(A-2 A^T\right)\right)=2^8, then (det(A))2(\operatorname{det}(A))^2 is equal to:

Options

Solution

Key Concepts and Formulas

  1. Determinant of a Product: For any two square matrices XX and YY of the same order nn, det(XY)=det(X)det(Y)\det(XY) = \det(X) \det(Y). This property allows us to separate the determinant of a product into the product of individual determinants.
  2. Determinant of an Adjoint: For any square matrix MM of order nn, det(adj(M))=(det(M))n1\det(\operatorname{adj}(M)) = (\det(M))^{n-1}. This formula directly links the determinant of the adjoint to the determinant of the original matrix.
  3. Determinant of a Scalar Multiple: For any scalar kk and square matrix MM of order nn, det(kM)=kndet(M)\det(kM) = k^n \det(M). This is crucial for factoring out scalar multiples from a determinant.
  4. Determinant of a Transpose: For any square matrix MM, det(MT)=det(M)\det(M^T) = \det(M). The determinant remains unchanged when a matrix is transposed.

In this problem, the matrix AA is of order 3×33 \times 3, so n=3n=3. Consequently, n1=2n-1 = 2.


Step-by-Step Solution

Step 1: Deconstruct the Given Determinant Equation The problem provides the equation: det(adj(2AAT)adj(A2AT))=28\det\left(\operatorname{adj}\left(2 A-A^T\right) \cdot \operatorname{adj}\left(A-2 A^T\right)\right)=2^8 Our goal is to simplify this expression using the determinant properties. Let M1=2AATM_1 = 2A - A^T and M2=A2ATM_2 = A - 2A^T. The equation becomes det(adj(M1)adj(M2))=28\det(\operatorname{adj}(M_1) \cdot \operatorname{adj}(M_2)) = 2^8.

Applying the determinant of a product property: det(adj(M1))det(adj(M2))=28\det(\operatorname{adj}(M_1)) \cdot \det(\operatorname{adj}(M_2)) = 2^8

Now, applying the determinant of an adjoint property, det(adj(M))=(det(M))n1\det(\operatorname{adj}(M)) = (\det(M))^{n-1} with n=3    n1=2n=3 \implies n-1=2: (det(M1))2(det(M2))2=28(\det(M_1))^2 \cdot (\det(M_2))^2 = 2^8 This can be compactly written as: (det(M1)det(M2))2=28(\det(M_1) \cdot \det(M_2))^2 = 2^8

Taking the square root of both sides, we must consider both positive and negative roots: det(M1)det(M2)=±28=±24=±16\det(M_1) \cdot \det(M_2) = \pm \sqrt{2^8} = \pm 2^4 = \pm 16

Step 2: Identify the Relationship Between M1M_1 and M2M_2 Let's examine the expressions for M1M_1 and M2M_2: M1=2AATM_1 = 2A - A^T M2=A2ATM_2 = A - 2A^T

To find a relationship, let's consider the transpose of M1M_1: M1T=(2AAT)TM_1^T = (2A - A^T)^T Using the property (XY)T=XTYT(X-Y)^T = X^T - Y^T and (kX)T=kXT(kX)^T = kX^T: M1T=(2A)T(AT)T=2ATAM_1^T = (2A)^T - (A^T)^T = 2A^T - A Now, compare M1TM_1^T with M2M_2: M1T=2ATA=(A2AT)=M2M_1^T = 2A^T - A = -(A - 2A^T) = -M_2 So, we have the crucial relationship: M1T=M2\mathbf{M_1^T = -M_2}.

Next, we relate their determinants using the properties: det(M1)=det(M1T)\det(M_1) = \det(M_1^T) (using the determinant of a transpose property) Since M1T=M2M_1^T = -M_2, we have det(M1T)=det(M2)\det(M_1^T) = \det(-M_2). Applying the determinant of a scalar multiple property, det(kM)=kndet(M)\det(kM) = k^n \det(M) with k=1k=-1 and n=3n=3: det(M2)=(1)3det(M2)=det(M2)\det(-M_2) = (-1)^3 \det(M_2) = -\det(M_2) Combining these, we get: det(M1)=det(M2)\det(M_1) = -\det(M_2)

Step 3: Solve for det(M2)\det(M_2) We have two key equations from Step 1 and Step 2:

  1. det(M1)det(M2)=±16\det(M_1) \cdot \det(M_2) = \pm 16
  2. det(M1)=det(M2)\det(M_1) = -\det(M_2)

Substitute the second equation into the first one: (det(M2))(det(M2))=±16(-\det(M_2)) \cdot (\det(M_2)) = \pm 16 (det(M2))2=±16-(\det(M_2))^2 = \pm 16 Since (det(M2))2(\det(M_2))^2 is a square, it must be non-negative. Therefore, (det(M2))2-(\det(M_2))^2 must be non-positive. This implies that the right side of the equation must be negative. So, we choose 16-16: (det(M2))2=16-(\det(M_2))^2 = -16 (det(M2))2=16(\det(M_2))^2 = 16 Taking the square root of both sides: det(M2)=±4\det(M_2) = \pm 4 Thus, det(A2AT)=±4\det(A - 2A^T) = \pm 4.

Step 4: Calculate the Matrix M2M_2 and its Determinant First, let's write down matrix AA and its transpose ATA^T: A=[12α101012]A = \left[\begin{array}{lll}1 & 2 & \alpha \\ 1 & 0 & 1 \\ 0 & 1 & 2\end{array}\right] AT=[110201α12]A^T = \left[\begin{array}{lll}1 & 1 & 0 \\ 2 & 0 & 1 \\ \alpha & 1 & 2\end{array}\right] Now, calculate 2AT2A^T: 2AT=[2204022α24]2A^T = \left[\begin{array}{ccc}2 & 2 & 0 \\ 4 & 0 & 2 \\ 2\alpha & 2 & 4\end{array}\right] Next, calculate M2=A2ATM_2 = A - 2A^T: M2=[12α101012][2204022α24]=[1222α014001202α1224]M_2 = \left[\begin{array}{lll}1 & 2 & \alpha \\ 1 & 0 & 1 \\ 0 & 1 & 2\end{array}\right] - \left[\begin{array}{ccc}2 & 2 & 0 \\ 4 & 0 & 2 \\ 2\alpha & 2 & 4\end{array}\right] = \left[\begin{array}{ccc}1-2 & 2-2 & \alpha-0 \\ 1-4 & 0-0 & 1-2 \\ 0-2\alpha & 1-2 & 2-4\end{array}\right] M2=[10α3012α12]M_2 = \left[\begin{array}{ccc}-1 & 0 & \alpha \\ -3 & 0 & -1 \\ -2\alpha & -1 & -2\end{array}\right] Now, we calculate the determinant of M2M_2. Expanding along the second column (which has two zeros) simplifies the calculation: det(M2)=a12C12+a22C22+a32C32\det(M_2) = a_{12}C_{12} + a_{22}C_{22} + a_{32}C_{32} det(M2)=(0)C12+(0)C22+(1)C32\det(M_2) = (0)C_{12} + (0)C_{22} + (-1)C_{32} We only need to calculate the cofactor C32C_{32}. The element a32=1a_{32} = -1. The minor M32M_{32} is the determinant of the submatrix obtained by removing row 3 and column 2: M32=det(1α31)=(1)(1)(α)(3)=1+3αM_{32} = \det\left(\begin{array}{cc}-1 & \alpha \\ -3 & -1\end{array}\right) = (-1)(-1) - (\alpha)(-3) = 1 + 3\alpha The cofactor C32=(1)3+2M32=(1)(1+3α)=13αC_{32} = (-1)^{3+2} M_{32} = (-1)(1 + 3\alpha) = -1 - 3\alpha. Therefore, det(M2)=(1)C32=(1)(13α)=1+3α\det(M_2) = (-1) \cdot C_{32} = (-1)(-1 - 3\alpha) = 1 + 3\alpha.

Step 5: Determine the Value of α\alpha From Step 3, we found det(M2)=±4\det(M_2) = \pm 4. From Step 4, we calculated det(M2)=1+3α\det(M_2) = 1 + 3\alpha. Equating these two results: 1+3α=±41 + 3\alpha = \pm 4 This gives two possible cases:

Case 1: 1+3α=41 + 3\alpha = 4 3α=41    3α=3    α=13\alpha = 4 - 1 \implies 3\alpha = 3 \implies \alpha = 1

Case 2: 1+3α=41 + 3\alpha = -4 3α=41    3α=5    α=533\alpha = -4 - 1 \implies 3\alpha = -5 \implies \alpha = -\frac{5}{3}

The problem statement specifies that α(0,)\alpha \in (0, \infty), meaning α\alpha must be a positive real number. Thus, we select α=1\alpha = 1 and discard α=5/3\alpha = -5/3.

Step 6: Calculate det(A)\det(A) and (det(A))2(\det(A))^2 Substitute the value α=1\alpha = 1 back into the original matrix AA: A=[121101012]A = \left[\begin{array}{lll}1 & 2 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 2\end{array}\right] Now, calculate det(A)\det(A) by expanding along the first row: det(A)=1det(0112)2det(1102)+1det(1001)\det(A) = 1 \cdot \det\left(\begin{array}{cc}0 & 1 \\ 1 & 2\end{array}\right) - 2 \cdot \det\left(\begin{array}{cc}1 & 1 \\ 0 & 2\end{array}\right) + 1 \cdot \det\left(\begin{array}{cc}1 & 0 \\ 0 & 1\end{array}\right) det(A)=1((0)(2)(1)(1))2((1)(2)(1)(0))+1((1)(1)(0)(0))\det(A) = 1 \cdot ((0)(2) - (1)(1)) - 2 \cdot ((1)(2) - (1)(0)) + 1 \cdot ((1)(1) - (0)(0)) det(A)=1(1)2(2)+1(1)\det(A) = 1 \cdot (-1) - 2 \cdot (2) + 1 \cdot (1) det(A)=14+1\det(A) = -1 - 4 + 1 det(A)=4\det(A) = -4 Finally, the problem asks for the value of (det(A))2(\det(A))^2: (det(A))2=(4)2=16(\det(A))^2 = (-4)^2 = 16


Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when calculating cofactors, determinants, and especially when taking square roots (remember ±\pm).
  • Matrix Order (n): Always ensure you use the correct matrix order nn when applying formulas like det(kM)=kndet(M)\det(kM) = k^n \det(M) and det(adj(M))=(det(M))n1\det(\operatorname{adj}(M)) = (\det(M))^{n-1}. Here, n=3n=3.
  • Domain Restrictions: Never forget to check and apply any given constraints on variables, such as α(0,)\alpha \in (0, \infty), as they help in selecting the correct solution.

Summary This problem requires a systematic application of determinant properties. We first simplified the given expression by using the determinant of a product and the determinant of an adjoint. Next, we identified a crucial relationship between M1=2AATM_1 = 2A - A^T and M2=A2ATM_2 = A - 2A^T using transposes and scalar multiplication. This allowed us to solve for det(M2)\det(M_2). After calculating M2M_2 and its determinant in terms of α\alpha, we equated the expressions to find possible values of α\alpha. The given domain restriction for α\alpha helped us select the unique correct value. Finally, substituting α\alpha back into matrix AA allowed us to calculate det(A)\det(A) and ultimately (det(A))2(\det(A))^2.

The final answer is 16\boxed{\text{16}}, which corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions