Let λ∈ R . The system of linear equations 2x 1 - 4x 2 + λx 3 = 1 x 1 - 6x 2 + x 3 = 2 λx 1 - 10x 2 + 4x 3 = 3 is inconsistent for:
Options
Solution
1. Key Concepts and Formulas
System of Linear Equations: A set of equations with multiple variables. For a system of three linear equations in three variables (x,y,z):
a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3
Cramer's Rule and Determinants: We define the following determinants:
Coefficient Determinant (D): The determinant of the matrix formed by the coefficients of the variables.
D=a1a2a3b1b2b3c1c2c3
Determinants D1,D2,D3: Obtained by replacing the j-th column of D with the constant terms d1,d2,d3.
D1=d1d2d3b1b2b3c1c2c3,D2=a1a2a3d1d2d3c1c2c3,D3=a1a2a3b1b2b3d1d2d3
Consistency Conditions:
Unique Solution (Consistent): If D=0, the system has a unique solution.
Inconsistent System (No Solution): If D=0 AND at least one of D1,D2,D3 is non-zero, the system has no solution.
Infinitely Many Solutions (Consistent): If D=0 AND D1=0 AND D2=0 AND D3=0, the system has infinitely many solutions.
2. Step-by-Step Solution
The given system of linear equations is:
2x1−4x2+λx3=1
x1−6x2+x3=2
λx1−10x2+4x3=3
We are looking for the value(s) of λ for which the system is inconsistent (i.e., has no solution). This requires D=0 and at least one of D1,D2,D3 to be non-zero.
Step 1: Calculate the Determinant of the Coefficient Matrix, D
First, we calculate D. If D=0, the system has a unique solution and is consistent, so we only need to investigate values of λ for which D=0.
D=21λ−4−6−10λ14
Expanding along the first row:
D=2((−6)(4)−(1)(−10))−(−4)((1)(4)−(1)(λ))+λ((1)(−10)−(−6)(λ))D=2(−24+10)+4(4−λ)+λ(−10+6λ)D=2(−14)+16−4λ−10λ+6λ2D=−28+16−14λ+6λ2D=6λ2−14λ−12
Step 2: Find Values of λ for which D=0
To find potential values for inconsistency or infinitely many solutions, we set D=0:
6λ2−14λ−12=0
Divide by 2 to simplify:
3λ2−7λ−6=0
Factor the quadratic equation:
3λ2−9λ+2λ−6=03λ(λ−3)+2(λ−3)=0(3λ+2)(λ−3)=0
This yields two critical values for λ:
λ=3orλ=−32
Step 3: Calculate D1,D2,D3
Next, we calculate the determinants D1,D2,D3 to distinguish between inconsistent systems and systems with infinitely many solutions for the critical values of λ.
D1=123−4−6−10λ14
Expanding D1 along the first row:
D1=1((−6)(4)−(1)(−10))−(−4)((2)(4)−(1)(3))+λ((2)(−10)−(−6)(3))D1=1(−24+10)+4(8−3)+λ(−20+18)D1=−14+4(5)+λ(−2)D1=−14+20−2λ=6−2λ
D2=21λ123λ14
Expanding D2 along the first row:
D2=2((2)(4)−(1)(3))−1((1)(4)−(1)(λ))+λ((1)(3)−(2)(λ))D2=2(8−3)−1(4−λ)+λ(3−2λ)D2=2(5)−4+λ+3λ−2λ2D2=10−4+4λ−2λ2=−2λ2+4λ+6
D3=21λ−4−6−10123
Expanding D3 along the first row:
D3=2((−6)(3)−(2)(−10))−(−4)((1)(3)−(2)(λ))+1((1)(−10)−(−6)(λ))D3=2(−18+20)+4(3−2λ)+(−10+6λ)D3=2(2)+12−8λ−10+6λD3=4+12−10−2λ=6−2λ
Notice that D1=D3=6−2λ.
Step 4: Analyze for Inconsistency for Each Critical λ Value
We now test our critical values of λ found in Step 2.
Case A: λ=3
D=0 (from Step 2).
D1=6−2(3)=0.
D2=−2(3)2+4(3)+6=−2(9)+12+6=−18+12+6=0.
D3=6−2(3)=0.
Since D=0 AND D1=0 AND D2=0 AND D3=0, the system has infinitely many solutions for λ=3. This means the system is consistent for λ=3.
D3=6−2(−32)=6+34=322.
Since D=0 AND D1=0 (and also D2=0, D3=0), the system is inconsistent (has no solution) for λ=−32.
Step 5: Conclusion
The system of linear equations is inconsistent only for λ=−32. This is exactly one negative value of λ.
3. Common Mistakes & Tips
Calculation Errors: Determinant calculations can be lengthy and prone to arithmetic mistakes. Double-check each step, especially sign changes.
Misinterpreting Conditions: Remember the exact conditions for unique solution (D=0), no solution (D=0 and at least one Di=0), and infinitely many solutions (D=0 and all Di=0).
Quadratic Equation Solutions: Ensure you correctly solve for λ when D=0. Factoring, quadratic formula, or completing the square are common methods.
Gaussian Elimination Alternative: For complex systems, Gaussian elimination on the augmented matrix can sometimes be more robust, especially for distinguishing between no solution and infinitely many solutions. An inconsistent system will result in a row like [000∣k] where k=0.
4. Summary
To determine when a system of linear equations is inconsistent, we first calculate the determinant of the coefficient matrix, D. If D=0, a unique solution exists, making the system consistent. If D=0, we then calculate D1,D2, and D3. The system is inconsistent if D=0 and at least one of D1,D2,D3 is non-zero. Our calculations showed that D=0 for λ=3 and λ=−2/3. For λ=3, all Di were also zero, leading to infinitely many solutions (consistent). For λ=−2/3, we found that D1=0, making the system inconsistent. Thus, the system is inconsistent for exactly one negative value of λ.