Step 1: Understanding the Concept
A system of non-homogeneous linear equations, represented as \( AX = B \), is inconsistent (has no solution) if the determinant of the coefficient matrix \( A \) is zero, and at least one of the determinants \( \Delta_x, \Delta_y, \Delta_z \) is non-zero. The primary condition to check is \( \det(A) = 0 \).
Step 2: Key Formula or Approach
The given system of equations is: \[ x + \lambda y - 2z = 1 \] \[ x - y + \lambda z = 2 \] \[ x - 2y + 3z = 3 \] We first write the coefficient matrix \( A \) and set its determinant to zero to find the values of \( \lambda \) for which the system does not have a unique solution.
Step 3: Detailed Explanation
The coefficient matrix \( A \) is:
\[ A = \begin{pmatrix} 1 & \lambda & -2 \\ 1 & -1 & \lambda \\ 1 & -2 & 3 \end{pmatrix} \] For the system to be inconsistent, we must have \( \det(A) = 0 \).
\[ \det(A) = 1 \begin{vmatrix} -1 & \lambda \\ -2 & 3 \end{vmatrix} - \lambda \begin{vmatrix} 1 & \lambda \\ 1 & 3 \end{vmatrix} + (-2) \begin{vmatrix} 1 & -1 \\ 1 & -2 \end{vmatrix} = 0 \] \[ 1((-1)(3) - (\lambda)(-2)) - \lambda((1)(3) - (\lambda)(1)) - 2((1)(-2) - (-1)(1)) = 0 \] \[ 1(-3 + 2\lambda) - \lambda(3 - \lambda) - 2(-2 + 1) = 0 \] \[ -3 + 2\lambda - 3\lambda + \lambda^2 - 2(-1) = 0 \] \[ \lambda^2 - \lambda - 3 + 2 = 0 \] \[ \lambda^2 - \lambda - 1 = 0 \] This is a quadratic equation in \( \lambda \). The problem states that the system is inconsistent for two values, \( \lambda_1 \) and \( \lambda_2 \). These must be the roots of this quadratic equation.
(We should verify that for these roots, the system is indeed inconsistent and not consistent with infinite solutions. This requires checking that \( (\text{adj } A)B \neq 0 \), or that at least one of \( \Delta_x, \Delta_y, \Delta_z \) is non-zero. For the roots of \( \lambda^2 - \lambda - 1 = 0 \), this condition holds, leading to inconsistency).
According to Vieta's formulas for a quadratic equation \( ax^2+bx+c=0 \), the sum of the roots is \( -b/a \).
For the equation \( \lambda^2 - \lambda - 1 = 0 \), the sum of the roots \( \lambda_1 + \lambda_2 \) is:
\[ \lambda_1 + \lambda_2 = - \frac{-1}{1} = 1 \] Step 4: Final Answer
The sum of the values of \( \lambda \) for which the system is inconsistent is \( \lambda_1 + \lambda_2 = 1 \).
If the system of equations \[ (\lambda - 1)x + (\lambda - 4)y + \lambda z = 5 \] \[ \lambda x + (\lambda - 1)y + (\lambda - 4)z = 7 \] \[ (\lambda + 1)x + (\lambda + 2)y - (\lambda + 2)z = 9 \] has infinitely many solutions, then \( \lambda^2 + \lambda \) is equal to:
