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

Question

Suppose the vectors x 1 , x 2 and x 3 are the solutions of the system of linear equations, Ax = b when the vector b on the right side is equal to b 1 , b 2 and b 3 respectively. if x1=[\matrix1\cr1\cr1\cr]{x_1} = \left[ {\matrix{ 1 \cr 1 \cr 1 \cr } } \right], x2=[\matrix0\cr2\cr1\cr]{x_2} = \left[ {\matrix{ 0 \cr 2 \cr 1 \cr } } \right], x3=[\matrix0\cr0\cr1\cr]{x_3} = \left[ {\matrix{ 0 \cr 0 \cr 1 \cr } } \right] b1=[\matrix1\cr0\cr0\cr]{b_1} = \left[ {\matrix{ 1 \cr 0 \cr 0 \cr } } \right], b2=[\matrix0\cr2\cr0\cr]{b_2} = \left[ {\matrix{ 0 \cr 2 \cr 0 \cr } } \right] and b3=[\matrix0\cr0\cr2\cr]{b_3} = \left[ {\matrix{ 0 \cr 0 \cr 2 \cr } } \right], then the determinant of A is equal to :

Options

Solution

This problem can be efficiently solved by combining the given individual linear equations into a single matrix equation and then utilizing fundamental properties of determinants.


1. Key Concept: Combining Multiple Linear Systems and Determinant Properties

When we have several systems of linear equations of the form Axi=biAx_i = b_i (where AA is the same coefficient matrix for all systems, but xix_i and bib_i vary), we can combine them into a single, more compact matrix equation.

Suppose we have kk such systems: Ax1=b1Ax_1 = b_1 Ax2=b2Ax_2 = b_2 \vdots Axk=bkAx_k = b_k

We can form two new matrices, XX and BB, by using the vectors xix_i and bib_i as their respective columns: X=[x1x2xk]X = \begin{bmatrix} x_1 & x_2 & \dots & x_k \end{bmatrix} B=[b1b2bk]B = \begin{bmatrix} b_1 & b_2 & \dots & b_k \end{bmatrix}

With this construction, the kk individual equations can be elegantly represented as a single matrix equation: AX=BAX = B

Now, to find the determinant of AA, we can take the determinant of both sides of this matrix equation: det(AX)=det(B)\det(AX) = \det(B)

A crucial property of determinants states that for any two square matrices PP and QQ of the same order, the determinant of their product is the product of their individual determinants: det(PQ)=det(P)det(Q)\det(PQ) = \det(P)\det(Q)

Applying this property to AX=BAX = B, we get: det(A)det(X)=det(B)\det(A)\det(X) = \det(B)

If det(X)0\det(X) \neq 0, we can solve for det(A)\det(A): det(A)=det(B)det(X)\det(A) = \frac{\det(B)}{\det(X)}

This approach allows us to determine det(A)\det(A) without needing to explicitly find the matrix AA itself, which often simplifies complex problems.


2. Step-by-Step Working

Step 1: Construct the matrices XX and BB from the given vectors.

We are given three solution vectors x1,x2,x3x_1, x_2, x_3 and their corresponding right-hand side vectors b1,b2,b3b_1, b_2, b_3. These define the three linear systems:

  1. Ax1=b1Ax_1 = b_1
  2. Ax2=b2Ax_2 = b_2
  3. Ax3=b3Ax_3 = b_3

To apply the key concept, we form matrix XX using x1,x2,x3x_1, x_2, x_3 as its columns, and matrix BB using b1,b2,b3b_1, b_2, b_3 as its columns.

Given vectors: x1=[111],x2=[021],x3=[001]x_1 = \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}, \quad x_2 = \begin{bmatrix} 0 \\ 2 \\ 1 \end{bmatrix}, \quad x_3 = \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} b1=[100],b2=[020],b3=[002]b_1 = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \quad b_2 = \begin{bmatrix} 0 \\ 2 \\ 0 \end{bmatrix}, \quad b_3 = \begin{bmatrix} 0 \\ 0 \\ 2 \end{bmatrix}

Constructing matrix XX: X=[x1x2x3]=[100120111]X = \begin{bmatrix} x_1 & x_2 & x_3 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 1 & 2 & 0 \\ 1 & 1 & 1 \end{bmatrix}

Constructing matrix BB: B=[b1b2b3]=[100020002]B = \begin{bmatrix} b_1 & b_2 & b_3 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2 \end{bmatrix}

Now, the three individual equations Axi=biAx_i=b_i are compactly represented by the single matrix equation AX=BAX=B.

Step 2: Calculate the determinant of matrix XX.

We need det(X)\det(X) for our formula. X=[100120111]X = \begin{bmatrix} 1 & 0 & 0 \\ 1 & 2 & 0 \\ 1 & 1 & 1 \end{bmatrix} Notice that XX is a lower triangular matrix (all entries above the main diagonal are zero). For any triangular matrix (upper or lower), its determinant is simply the product of its diagonal elements. det(X)=(1)(2)(1)=2\det(X) = (1)(2)(1) = 2

Step 3: Calculate the determinant of matrix BB.

We also need det(B)\det(B) for our formula. B=[100020002]B = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2 \end{bmatrix} Notice that BB is a diagonal matrix (all non-diagonal entries are zero). A diagonal matrix is a special case of a triangular matrix. Therefore, its determinant is also the product of its diagonal elements. det(B)=(1)(2)(2)=4\det(B) = (1)(2)(2) = 4

Step 4: Calculate det(A)\det(A) using the formula.

Now we substitute the calculated values of det(X)\det(X) and det(B)\det(B) into the derived formula det(A)=det(B)det(X)\det(A) = \frac{\det(B)}{\det(X)}. det(A)=42\det(A) = \frac{4}{2} det(A)=2\det(A) = 2


3. Tips and Common Mistakes

  • Tip 1: Recognize Special Matrix Forms: Always look for special matrix structures like diagonal or triangular matrices. Their determinants are simply the product of their diagonal elements, which saves significant calculation time compared to cofactor expansion.
  • Tip 2: Verify det(X)0\det(X) \neq 0: Before using the formula det(A)=det(B)det(X)\det(A) = \frac{\det(B)}{\det(X)}, ensure that det(X)\det(X) is not zero. If det(X)=0\det(X) = 0, then XX is singular, and AA might not be uniquely determined or might not exist in a way that satisfies the given conditions for a non-singular AA. In this problem, det(X)=20\det(X) = 2 \neq 0, so the formula is valid.
  • Common Mistake: Incorrect Matrix Construction: Ensure that the vectors xix_i and bib_i are correctly placed as columns (not rows) when forming matrices XX and BB. Reversing this would lead to incorrect determinants.
  • Common Mistake: Forgetting Determinant Property: A common error is to assume det(A+B)=det(A)+det(B)\det(A+B) = \det(A) + \det(B) (which is generally false) or to incorrectly apply det(AX)=det(A)det(X)\det(AX) = \det(A)\det(X). Always remember the product rule for determinants.

4. Summary and Key Takeaway

This problem beautifully illustrates how combining multiple linear systems into a single matrix equation (AX=BAX=B) can simplify finding properties of the unknown matrix AA. By leveraging the determinant property det(PQ)=det(P)det(Q)\det(PQ) = \det(P)\det(Q), we could efficiently calculate det(A)=det(B)det(X)\det(A) = \frac{\det(B)}{\det(X)} without ever needing to determine the matrix AA itself. This technique is a powerful tool in linear algebra for problems involving systems of equations.

The final answer is 2\boxed{2}.

Practice More Matrices & Determinants Questions

View All Questions