Step 1: Condition for Inconsistency:
A system of linear equations
AX = B is inconsistent (has no solution) if the determinant of the coefficient matrix
D = |A| is zero, and at least one of the determinants
Dx,
Dy,
Dz (obtained by replacing a column with the constant vector) is non-zero.
Step 2: Calculate Determinant D:
D = | 1 λ -2 |
| 1 -1 λ |
| 1 -2 3 |
Expanding along the first row:
D = 1[(-1)(3) - (λ)(-2)] - λ[(1)(3) - (λ)(1)] - 2[(1)(-2) - (-1)(1)]
D = (-3 + 2λ) - λ(3 - λ) - 2(-2 + 1)
D = -3 + 2λ - 3λ + λ2 - 2(-1)
D = λ2 - λ - 3 + 2
D = λ2 - λ - 1
Step 3: Solve for D = 0:
λ2 - λ - 1 = 0
The roots of this quadratic equation are
λ1 and
λ2.
According to properties of quadratic equations
ax2 + bx + c = 0, the sum of roots is
-b / a.
λ1 + λ2 = -(-1) / 1 = 1
Step 4: Verify Inconsistency (Optional but recommended):
For these values,
D = 0. We need to ensure
Dx,
Dy,
Dz are not all zero (which would imply infinite solutions).
Since the roots are irrational
(1 ± √5) / 2, it is highly unlikely they make all numerators zero simultaneously in this specific setup.
Calculating
Dz:
Dz = | 1 λ 1 |
| 1 -1 2 |
| 1 -2 3 |
Dz = 1(1) - λ(1) + 1(-1) = -λ
Since
λ ≠ 0 (roots are approximately 1.618 and -0.618),
Dz ≠ 0. Thus, the system is inconsistent.
Final Answer: λ1 + λ2 = 1