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

Question

Let SS denote the set of all real values of λ\lambda such that the system of equations λx+y+z=1\lambda x+y+z=1 x+λy+z=1x+\lambda y+z=1 x+y+λz=1x+y+\lambda z=1 is inconsistent, then \sum_\limits{\lambda \in S}\left(|\lambda|^{2}+|\lambda|\right) is equal to

Options

Solution

Key Concepts and Formulas

  • System of Linear Equations: For a system of nn linear equations in nn variables, represented in matrix form as AX=BAX=B, where AA is the coefficient matrix, XX is the variable matrix, and BB is the constant matrix.
  • Conditions for Consistency and Inconsistency:
    • Unique Solution: If det(A)0\det(A) \neq 0, the system has a unique solution.
    • No Solution (Inconsistent): If det(A)=0\det(A) = 0 AND at least one of the determinants Dx,Dy,Dz,D_x, D_y, D_z, \dots (obtained by replacing a column of AA with BB, as per Cramer's Rule) is non-zero, the system is inconsistent. This means there is no set of values for the variables that satisfies all equations simultaneously.
    • Infinitely Many Solutions: If det(A)=0\det(A) = 0 AND all Dx,Dy,Dz,D_x, D_y, D_z, \dots are zero, the system has infinitely many solutions.
  • Identifying Inconsistency: When det(A)=0\det(A)=0, substituting the value of the parameter back into the original system and observing a contradiction (e.g., 0=non-zero constant0 = \text{non-zero constant}) is a direct way to confirm inconsistency.

Step-by-Step Solution

Step 1: Formulate the coefficient matrix and apply the condition for non-unique solutions. The given system of linear equations is: λx+y+z=1\lambda x+y+z=1 x+λy+z=1x+\lambda y+z=1 x+y+λz=1x+y+\lambda z=1 We can represent this system in matrix form AX=BAX=B, where the coefficient matrix AA is: A=(λ111λ111λ)A = \begin{pmatrix} \lambda & 1 & 1 \\ 1 & \lambda & 1 \\ 1 & 1 & \lambda \end{pmatrix} For the system to be either inconsistent (no solution) or to have infinitely many solutions, the determinant of the coefficient matrix must be zero. This is a necessary condition for the system to not have a unique solution. So, we set det(A)=0\det(A) = 0: det(A)=λ111λ111λ=0\det(A) = \left| \begin{array}{ccc} \lambda & 1 & 1 \\ 1 & \lambda & 1 \\ 1 & 1 & \lambda \end{array} \right| = 0

Step 2: Expand the determinant and solve for λ\lambda. We expand the determinant of AA along the first row: λλ11λ1111λ+11λ11=0\lambda \left| \begin{array}{cc} \lambda & 1 \\ 1 & \lambda \end{array} \right| - 1 \left| \begin{array}{cc} 1 & 1 \\ 1 & \lambda \end{array} \right| + 1 \left| \begin{array}{cc} 1 & \lambda \\ 1 & 1 \end{array} \right| = 0 λ(λ21)1(λ1)+1(1λ)=0\lambda(\lambda^2 - 1) - 1(\lambda - 1) + 1(1 - \lambda) = 0 λ(λ1)(λ+1)(λ1)(λ1)=0\lambda(\lambda-1)(\lambda+1) - (\lambda-1) - (\lambda-1) = 0 Factor out (λ1)(\lambda-1): (λ1)[λ(λ+1)11]=0(\lambda-1)[\lambda(\lambda+1) - 1 - 1] = 0 (λ1)[λ2+λ2]=0(\lambda-1)[\lambda^2 + \lambda - 2] = 0 Now, factor the quadratic term λ2+λ2\lambda^2 + \lambda - 2: (λ1)(λ+2)(λ1)=0(\lambda-1)(\lambda+2)(\lambda-1) = 0 This gives us the values of λ\lambda for which det(A)=0\det(A)=0: λ=1,1,2\lambda = 1, 1, -2 So, the potential values of λ\lambda are 11 and 2-2.

Step 3: Analyze each value of λ\lambda to determine inconsistency. We must check each value of λ\lambda found in Step 2 to see if it leads to an inconsistent system (no solution) or a system with infinitely many solutions.

  • Case 1: λ=1\lambda = 1 Substitute λ=1\lambda=1 into the original system of equations: 1x+y+z=1x+y+z=11x+y+z=1 \quad \Rightarrow \quad x+y+z=1 x+1y+z=1x+y+z=1x+1y+z=1 \quad \Rightarrow \quad x+y+z=1 x+y+1z=1x+y+z=1x+y+1z=1 \quad \Rightarrow \quad x+y+z=1 All three equations reduce to the single equation x+y+z=1x+y+z=1. This is a single linear equation with three variables, which has infinitely many solutions (e.g., we can choose any values for xx and yy, and zz will be determined as 1xy1-x-y). Therefore, for λ=1\lambda=1, the system has infinitely many solutions, and thus it is not inconsistent.

  • Case 2: λ=2\lambda = -2 Substitute λ=2\lambda=-2 into the original system of equations: 2x+y+z=1(Equation 1)-2x+y+z=1 \quad \text{(Equation 1)} x2y+z=1(Equation 2)x-2y+z=1 \quad \text{(Equation 2)} x+y2z=1(Equation 3)x+y-2z=1 \quad \text{(Equation 3)} To check for inconsistency, we can try to find a contradiction by manipulating these equations. Let's add all three equations together: (2x+y+z)+(x2y+z)+(x+y2z)=1+1+1(-2x+y+z) + (x-2y+z) + (x+y-2z) = 1+1+1 Combine like terms: (2+1+1)x+(12+1)y+(1+12)z=3(-2+1+1)x + (1-2+1)y + (1+1-2)z = 3 0x+0y+0z=30x + 0y + 0z = 3 0=30 = 3 This is a false statement, a clear contradiction. This means there are no values of x,y,zx, y, z that can satisfy all three equations simultaneously. Therefore, for λ=2\lambda=-2, the system has no solution, and thus it is inconsistent.

From this analysis, the set SS of all real values of λ\lambda for which the system is inconsistent is S={2}S = \{-2\}.

Step 4: Calculate the required sum. We need to calculate λS(λ2+λ)\sum_{\lambda \in S}\left(|\lambda|^{2}+|\lambda|\right). Since S={2}S = \{-2\}, we substitute λ=2\lambda = -2 into the expression: λ2+λ=22+2|\lambda|^2 + |\lambda| = |-2|^2 + |-2| =(2)2+2= (2)^2 + 2 =4+2= 4 + 2 =6= 6

Common Mistakes & Tips

  • Don't stop at det(A)=0\det(A)=0: A common error is to assume that any λ\lambda for which det(A)=0\det(A)=0 automatically implies an inconsistent system. As demonstrated in Case 1, det(A)=0\det(A)=0 can also lead to infinitely many solutions. Always perform the crucial second step of checking the system for each such λ\lambda.
  • Methods for checking inconsistency: When det(A)=0\det(A)=0, you can check for inconsistency by:
    • Direct substitution and algebraic manipulation: Try to combine equations to find a contradiction (e.g., 0=k0 = k where k0k \neq 0).
    • Cramer's Rule extension: If det(A)=0\det(A)=0 and at least one of Dx,Dy,DzD_x, D_y, D_z (determinants of matrices where a column of AA is replaced by BB) is non-zero, the system is inconsistent.
    • Rank method: If rank(A)rank([AB])rank(A) \neq rank([A|B]), the system is inconsistent.
  • Factorizing cubic polynomials: For equations like λ33λ+2=0\lambda^3 - 3\lambda + 2 = 0, try testing small integer divisors of the constant term (e.g., ±1,±2\pm 1, \pm 2) to find initial roots. Once a root rr is found, (λr)(\lambda-r) is a factor, and polynomial division can help find the remaining quadratic factor.

Summary

To find the values of λ\lambda for which the system of equations is inconsistent, we first set the determinant of the coefficient matrix to zero and solve for λ\lambda. This gives potential values for inconsistency or infinitely many solutions. Then, we substitute each of these λ\lambda values back into the original system. For λ=1\lambda=1, the system reduces to a single equation, implying infinitely many solutions. For λ=2\lambda=-2, adding the equations leads to a contradiction (0=30=3), indicating no solution (inconsistency). Thus, S={2}S = \{-2\}. Finally, we calculate the required sum λ2+λ|\lambda|^2 + |\lambda| for λS\lambda \in S, which yields 22+2=4+2=6|-2|^2 + |-2| = 4+2=6.

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

Practice More Matrices & Determinants Questions

View All Questions