If the system of linear equations 2x+3y−z=−2x+y+z=4x−y+∣λ∣z=4λ−4 where, λ∈ R, has no solution, then
Options
Solution
1. Key Concepts and Formulas
System of Linear Equations: A system of linear equations AX=B (where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix) can have a unique solution, no solution, or infinitely many solutions.
Cramer's Rule Conditions:
Unique Solution: The system has a unique solution if and only if the determinant of the coefficient matrix, Δ=det(A), is non-zero (Δ=0).
No Solution (Inconsistent System): The system has no solution if and only if Δ=det(A)=0 AND at least one of the determinants Δx,Δy,Δz is non-zero. (Δx is the determinant of the matrix formed by replacing the x-coefficient column of A with the constant matrix B, and similarly for Δy and Δz).
Infinitely Many Solutions (Consistent System): The system has infinitely many solutions if and only if Δ=det(A)=0 AND Δx=Δy=Δz=0.
Absolute Value Property: For any real number k, if ∣k∣=a (where a≥0), then k=a or k=−a. Both possibilities must be considered.
2. Step-by-Step Solution
Step 1: Write down the system of equations and identify the coefficient matrix and constant matrix.
The given system of linear equations is:
2x+3y−z=−2(E1)x+y+z=4(E2)x−y+∣λ∣z=4λ−4(E3)
From these equations, we can form the coefficient matrix A and the constant matrix B:
A=21131−1−11∣λ∣,B=−244λ−4
Step 2: Calculate the determinant of the coefficient matrix, Δ, and set it to zero.
For the system to have no solution or infinitely many solutions, the determinant of the coefficient matrix must be zero (Δ=0). This is the initial necessary condition to investigate these two cases.
Let's calculate Δ:
Δ=21131−1−11∣λ∣
Expanding the determinant along the first row:
Δ=2(1⋅∣λ∣−1⋅(−1))−3(1⋅∣λ∣−1⋅1)+(−1)(1⋅(−1)−1⋅1)Δ=2(∣λ∣+1)−3(∣λ∣−1)−1(−1−1)Δ=2∣λ∣+2−3∣λ∣+3+2Δ=−∣λ∣+7
Now, we set Δ=0 to find the values of λ for which the system does not have a unique solution:
−∣λ∣+7=0∣λ∣=7
This equation implies two possible values for λ: λ=7 or λ=−7. We must analyze each of these values further using Cramer's Rule conditions to determine which one leads to "no solution".
Step 3: Analyze the case when λ=7.
Substitute λ=7 into the original system of equations. Note that ∣λ∣=∣7∣=7.
The equations become:
2x+3y−z=−2(E1)x+y+z=4(E2)x−y+7z=4(7)−4⇒x−y+7z=24(E3′)
Since we have Δ=0, we need to calculate Δx,Δy,Δz. If all of them are zero, there are infinitely many solutions. If at least one is non-zero, there is no solution.
Let's calculate Δx:
Δx=−242431−1−117
Expanding along the first row:
=−2(1⋅7−1⋅(−1))−3(4⋅7−1⋅24)+(−1)(4⋅(−1)−1⋅24)=−2(7+1)−3(28−24)−1(−4−24)=−2(8)−3(4)−1(−28)=−16−12+28=0
Since Δ=0 and Δx=0, we must also check Δy and Δz.
Let's calculate Δy:
Δy=211−2424−117=2(4⋅7−1⋅24)−(−2)(1⋅7−1⋅1)+(−1)(1⋅24−4⋅1)=2(28−24)+2(7−1)−1(24−4)=2(4)+2(6)−1(20)=8+12−20=0
Since Δ=0 and Δx=Δy=Δz=0, the system of equations for λ=7 has infinitely many solutions.
Step 4: Analyze the case when λ=−7.
Substitute λ=−7 into the original system of equations. Note that ∣λ∣=∣−7∣=7.
The equations become:
2x+3y−z=−2(E1)x+y+z=4(E2)x−y+7z=4(−7)−4⇒x−y+7z=−32(E3′′)
Again, we have Δ=0 for this case (since ∣λ∣=7). We need to check for consistency by calculating Δx,Δy,Δz.
Let's calculate Δx:
Δx=−24−3231−1−117
Expanding along the first row:
=−2(1⋅7−1⋅(−1))−3(4⋅7−1⋅(−32))+(−1)(4⋅(−1)−1⋅(−32))=−2(7+1)−3(28+32)−1(−4+32)=−2(8)−3(60)−1(28)=−16−180−28=−224
Since Δ=0 and Δx=−224=0, the system of equations has no solution when λ=−7.
3. Common Mistakes & Tips
Don't stop at Δ=0! This is the most common mistake. Δ=0 only tells you that there is not a unique solution. You must further check the consistency using Δx,Δy,Δz to distinguish between "no solution" and "infinitely many solutions".
Be careful with absolute values: Remember that ∣λ∣=7 implies λ=7 or λ=−7. Both cases must be checked because the value of λ itself, not just ∣λ∣, affects the constant term 4λ−4.
Linear Combination Method: When Δ=0, an alternative to calculating all Δx,Δy,Δz is to check for linear dependency of the equations. If one equation (say, Ek) is a linear combination of others (Ek=a1E1+a2E2+…), check if the constant term of Ek also matches the linear combination of the other constant terms (Ck=a1C1+a2C2+…). If the constant terms match, it's infinitely many solutions. If they don't match, it's no solution. This method confirms our results:
For λ=7, E3′=x−y+7z=24. We find E3′=−2E1+5E2 for coefficients AND constant terms (24=−2(−2)+5(4)=24). Thus, infinitely many solutions.
For λ=−7, E3′′=x−y+7z=−32. We find E3′′=−2E1+5E2 for coefficients, but NOT constant terms (−32=−2(−2)+5(4)=24). Thus, no solution.
4. Summary
We first calculated the determinant of the coefficient matrix, Δ, and found that Δ=0 when ∣λ∣=7, which means λ=7 or λ=−7. We then analyzed each case separately. For λ=7, all determinants Δx,Δy,Δz were found to be zero, indicating infinitely many solutions. For λ=−7, while Δ=0, the determinant Δx was non-zero, indicating no solution. Therefore, the system of linear equations has no solution only when λ=−7.
The final answer is λ=−7, which corresponds to option (B).