Skip to main content
Back to Matrices & Determinants
JEE Main 2020
Matrices & Determinants
Matrices and Determinants
Hard

Question

Let A=[201110101],B=[B1,B2,B3]A=\left[\begin{array}{lll}2 & 0 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1\end{array}\right], B=\left[B_1, B_2, B_3\right], where B1,B2,B3B_1, B_2, B_3 are column matrics, and AB1=[100],AB2=[230],AB3=[321]\mathrm{AB}_1=\left[\begin{array}{l} 1 \\ 0 \\ 0 \end{array}\right], \mathrm{AB}_2=\left[\begin{array}{l} 2 \\ 3 \\ 0 \end{array}\right], \quad \mathrm{AB}_3=\left[\begin{array}{l} 3 \\ 2 \\ 1 \end{array}\right] If α=B\alpha=|B| and β\beta is the sum of all the diagonal elements of BB, then α3+β3\alpha^3+\beta^3 is equal to ____________.

Answer: 2

Solution

Key Concepts and Formulas Used:

This problem requires a strong understanding of fundamental matrix operations and properties. The core ideas we will leverage are:

  1. Matrix Multiplication with Column Vectors: If a matrix BB is composed of its column vectors, say B=[B1 B2 B3]B = [B_1 \ B_2 \ B_3], then the product ABAB can be expressed as AB=[AB1 AB2 AB3]AB = [AB_1 \ AB_2 \ AB_3]. This property is crucial for constructing the matrix ABAB from the given information.
  2. Determinant Property of Products: For any two square matrices AA and BB of the same order, the determinant of their product is the product of their individual determinants: AB=AB|AB| = |A||B|. This property allows us to find B|B| without explicitly calculating BB first.
  3. Matrix Inverse: For an invertible square matrix AA, its inverse A1A^{-1} exists and is given by A1=1Aadj(A)A^{-1} = \frac{1}{|A|} \text{adj}(A), where adj(A)\text{adj}(A) is the adjoint of AA (transpose of the cofactor matrix). This is used to find matrix BB by premultiplying ABAB by A1A^{-1}.
  4. Trace of a Matrix: The trace of a square matrix BB, denoted as Tr(B)\text{Tr}(B), is the sum of its diagonal elements. This definition is essential for calculating β\beta.

Step-by-Step Solution:

Step 1: Construct the product matrix ABAB.

We are given that matrix BB is composed of its column vectors B1,B2,B3B_1, B_2, B_3. That is, B=[B1 B2 B3]B = [B_1 \ B_2 \ B_3]. According to the property of matrix multiplication with column vectors, the product ABAB can be formed by multiplying AA with each column of BB: AB=[AB1 AB2 AB3]AB = [AB_1 \ AB_2 \ AB_3] We are provided with the results of these individual products: AB1=[100],AB2=[230],AB3=[321]AB_1=\left[\begin{array}{l} 1 \\ 0 \\ 0 \end{array}\right], \quad AB_2=\left[\begin{array}{l} 2 \\ 3 \\ 0 \end{array}\right], \quad AB_3=\left[\begin{array}{l} 3 \\ 2 \\ 1 \end{array}\right] Why this step? By directly assembling these column vectors, we can form the complete product matrix ABAB without needing to first determine the matrix BB. This simplifies the initial phase of the problem, especially for calculating its determinant.

Concatenating these column vectors, we obtain the matrix ABAB: AB=[123032001]AB = \left[\begin{array}{lll} 1 & 2 & 3 \\ 0 & 3 & 2 \\ 0 & 0 & 1 \end{array}\right]

Step 2: Calculate the determinant of matrix AA.

The given matrix AA is: A=[201110101]A=\left[\begin{array}{lll} 2 & 0 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \end{array}\right] Why this step? We need the determinant of AA, A|A|, to apply the determinant property AB=AB|AB| = |A||B|. This property will allow us to find B|B| efficiently. We calculate A|A| by expanding along the second column, as it contains two zero elements, which simplifies the calculation: A=(0)Cofactor(A12)+(1)Cofactor(A22)+(0)Cofactor(A32)|A| = (0) \cdot \text{Cofactor}(A_{12}) + (1) \cdot \text{Cofactor}(A_{22}) + (0) \cdot \text{Cofactor}(A_{32}) A=1(1)2+22111|A| = 1 \cdot (-1)^{2+2} \left| \begin{array}{cc} 2 & 1 \\ 1 & 1 \end{array} \right| A=1((2)(1)(1)(1))=1(21)=1|A| = 1 \cdot ( (2)(1) - (1)(1) ) = 1 \cdot (2 - 1) = 1 So, the determinant of AA is A=1|A| = 1.

Step 3: Calculate the determinant of matrix ABAB.

From Step 1, we have the matrix ABAB: AB=[123032001]AB = \left[\begin{array}{lll} 1 & 2 & 3 \\ 0 & 3 & 2 \\ 0 & 0 & 1 \end{array}\right] Why this step? We need AB|AB| to use the determinant property AB=AB|AB| = |A||B| to find B|B|. Observe that ABAB is an upper triangular matrix. The determinant of an upper (or lower) triangular matrix is simply the product of its diagonal elements. AB=(1)(3)(1)=3|AB| = (1)(3)(1) = 3

Step 4: Determine α=B\alpha = |B| using the determinant property.

Now we apply the determinant property AB=AB|AB| = |A||B|. Why this step? This is the most efficient way to find the determinant of BB (α\alpha) without having to calculate the entire matrix BB first. Substituting the values we found for A|A| and AB|AB|: 3=(1)B3 = (1) \cdot |B| B=3|B| = 3 Therefore, α=B=3\alpha = |B| = 3.

Step 5: Find matrix BB.

To determine β\beta, which is the sum of the diagonal elements of BB, we need to find the matrix BB itself. We know that AB=[123032001]AB = \left[\begin{array}{lll} 1 & 2 & 3 \\ 0 & 3 & 2 \\ 0 & 0 & 1 \end{array}\right]. Since A=10|A|=1 \neq 0, matrix AA is invertible. We can find A1A^{-1} and then calculate BB as B=A1(AB)B = A^{-1}(AB). Why this step? Calculating BB using its inverse is a systematic and often more efficient approach than solving three separate systems of linear equations (ABj=CjA B_j = C_j) when you need all columns of BB.

Step 5a: Find the inverse of matrix AA, A1A^{-1}.

First, we find the cofactor matrix of AA, and then its transpose to get the adjoint matrix, adj(A)\text{adj}(A). Cofactors of A=[201110101]A=\left[\begin{array}{lll}2 & 0 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1\end{array}\right]: C11=1001=1C_{11} = \left| \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right| = 1 C12=1011=(1)=1C_{12} = - \left| \begin{array}{cc} 1 & 0 \\ 1 & 1 \end{array} \right| = -(1) = -1 C13=1110=1C_{13} = \left| \begin{array}{cc} 1 & 1 \\ 1 & 0 \end{array} \right| = -1

C21=0101=0C_{21} = - \left| \begin{array}{cc} 0 & 1 \\ 0 & 1 \end{array} \right| = 0 C22=2111=1C_{22} = \left| \begin{array}{cc} 2 & 1 \\ 1 & 1 \end{array} \right| = 1 C23=2010=0C_{23} = - \left| \begin{array}{cc} 2 & 0 \\ 1 & 0 \end{array} \right| = 0

C31=0110=1C_{31} = \left| \begin{array}{cc} 0 & 1 \\ 1 & 0 \end{array} \right| = -1 C32=2110=(1)=1C_{32} = - \left| \begin{array}{cc} 2 & 1 \\ 1 & 0 \end{array} \right| = -(-1) = 1 C33=2011=2C_{33} = \left| \begin{array}{cc} 2 & 0 \\ 1 & 1 \end{array} \right| = 2

The cofactor matrix is: Cof(A)=[111010112]\text{Cof}(A) = \left[\begin{array}{ccc} 1 & -1 & -1 \\ 0 & 1 & 0 \\ -1 & 1 & 2 \end{array}\right] The adjoint matrix is the transpose of the cofactor matrix: adj(A)=(Cof(A))T=[101111102]\text{adj}(A) = (\text{Cof}(A))^T = \left[\begin{array}{ccc} 1 & 0 & -1 \\ -1 & 1 & 1 \\ -1 & 0 & 2 \end{array}\right] Since A1=1Aadj(A)A^{-1} = \frac{1}{|A|} \text{adj}(A) and A=1|A|=1: A1=[101111102]A^{-1} = \left[\begin{array}{ccc} 1 & 0 & -1 \\ -1 & 1 & 1 \\ -1 & 0 & 2 \end{array}\right] Tip: Always double-check your determinant and inverse calculations, as errors here propagate through the rest of the problem. A quick check: AA1=IA A^{-1} = I. For example, A11=(2)(1)+(0)(1)+(1)(1)=21=1A_{11} = (2)(1)+(0)(-1)+(1)(-1) = 2-1=1. This looks correct.

Step 5b: Calculate B=A1(AB)B = A^{-1}(AB).

Now we multiply A1A^{-1} by ABAB: B=[101111102][123032001]B = \left[\begin{array}{ccc} 1 & 0 & -1 \\ -1 & 1 & 1 \\ -1 & 0 & 2 \end{array}\right] \left[\begin{array}{lll} 1 & 2 & 3 \\ 0 & 3 & 2 \\ 0 & 0 & 1 \end{array}\right] Performing the matrix multiplication: B11=(1)(1)+(0)(0)+(1)(0)=1B_{11} = (1)(1) + (0)(0) + (-1)(0) = 1 B12=(1)(2)+(0)(3)+(1)(0)=2B_{12} = (1)(2) + (0)(3) + (-1)(0) = 2 B13=(1)(3)+(0)(2)+(1)(1)=31=2B_{13} = (1)(3) + (0)(2) + (-1)(1) = 3 - 1 = 2

B21=(1)(1)+(1)(0)+(1)(0)=1B_{21} = (-1)(1) + (1)(0) + (1)(0) = -1 B22=(1)(2)+(1)(3)+(1)(0)=2+3=1B_{22} = (-1)(2) + (1)(3) + (1)(0) = -2 + 3 = 1 B23=(1)(3)+(1)(2)+(1)(1)=3+2+1=0B_{23} = (-1)(3) + (1)(2) + (1)(1) = -3 + 2 + 1 = 0

B31=(1)(1)+(0)(0)+(2)(0)=1B_{31} = (-1)(1) + (0)(0) + (2)(0) = -1 B32=(1)(2)+(0)(3)+(2)(0)=2B_{32} = (-1)(2) + (0)(3) + (2)(0) = -2 B33=(1)(3)+(0)(2)+(2)(1)=3+2=1B_{33} = (-1)(3) + (0)(2) + (2)(1) = -3 + 2 = -1

Thus, matrix BB is: B=[122110121]B = \left[\begin{array}{ccc} 1 & 2 & 2 \\ -1 & 1 & 0 \\ -1 & -2 & -1 \end{array}\right]

Step 6: Determine β\beta, the sum of all diagonal elements of BB.

The diagonal elements of matrix BB are B11,B22,B33B_{11}, B_{22}, B_{33}. Why this step? This directly applies the definition of the trace of a matrix. β=Tr(B)=B11+B22+B33\beta = \text{Tr}(B) = B_{11} + B_{22} + B_{33} β=1+1+(1)=1\beta = 1 + 1 + (-1) = 1 Therefore, β=1\beta = 1.

Step 7: Calculate α3+β3\alpha^3 + \beta^3.

We have found α=3\alpha = 3 and β=1\beta = 1. Now we substitute these values into the expression α3+β3\alpha^3 + \beta^3: α3+β3=(3)3+(1)3\alpha^3 + \beta^3 = (3)^3 + (1)^3 α3+β3=27+1\alpha^3 + \beta^3 = 27 + 1 α3+β3=28\alpha^3 + \beta^3 = 28


Summary and Key Takeaway:

This problem demonstrates the power of using matrix properties strategically. We efficiently found the determinant of BB (α\alpha) by leveraging AB=AB|AB| = |A||B|, avoiding the need to calculate BB directly at that stage. Subsequently, finding BB via A1(AB)A^{-1}(AB) allowed us to calculate its trace (β\beta). While finding BB explicitly can be calculation-intensive, understanding when to apply specific matrix properties (like the determinant of a product or the determinant of a triangular matrix) can significantly simplify the problem. Always ensure meticulous calculation of determinants, cofactors, and matrix products to avoid errors.

The final answer is 28\boxed{28}.

Practice More Matrices & Determinants Questions

View All Questions