The values of λ and μ such that the system of equations x+y+z=6, 3x+5y+5z=26, x+2y+λz=μ has no solution, are :
Options
Solution
1. Key Concept: Conditions for a System of Linear Equations to Have No Solution
For a system of n linear equations in n variables, represented in matrix form as AX=B, where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix, there are specific conditions for it to have no solution. This situation is known as an inconsistent system.
Using Cramer's Rule, the conditions for a system to have no solution are:
The determinant of the coefficient matrix, Δ=det(A), must be equal to zero (Δ=0).
At least one of the determinants Δx,Δy,Δz (formed by replacing a column of A with the constant matrix B) must be non-zero. That is, at least one of Δx=0, Δy=0, or Δz=0.
In essence, if Δ=0 and at least one of Δx,Δy,Δz is non-zero, the system is inconsistent and has no solution. This corresponds to a contradictory statement like 0=k where k=0 when solving by elimination.
2. Setting up the System in Matrix Form
The given system of linear equations is:
x+y+z=6
3x+5y+5z=26
x+2y+λz=μ
We can express this system in the matrix form AX=B, where:
A=13115215λ,X=xyz,B=626μ
3. Calculating the Determinant of the Coefficient Matrix (Δ)
For the system to have no solution, the first condition is that the determinant of the coefficient matrix A must be zero (Δ=0).
Let's calculate Δ=det(A):
Δ=13115215λ
To simplify the calculation, we can perform row operations. Applying R2→R2−3R1 and R3→R3−R1:
Δ=13−3(1)1−1(1)15−3(1)2−1(1)15−3(1)λ−1(1)=10012112λ−1
Now, we expand the determinant along the first column, as it contains two zeros, simplifying the calculation:
Δ=1⋅212λ−1−0⋅(…)+0⋅(…)Δ=1⋅[2(λ−1)−2(1)]Δ=2λ−2−2Δ=2λ−4
For the system to have no solution, we must have Δ=0:
2λ−4=02λ=4λ=2
This gives us the value of λ required for the first condition of no solution.
4. Calculating the Determinants for Variables (Δx,Δy,Δz)
With λ=2, we now need to calculate Δx,Δy, and Δz. For no solution, at least one of these must be non-zero.
First, let's calculate Δx by replacing the first column of A with the constant matrix B:
Δx=626μ15215λ
Substitute λ=2:
Δx=626μ152152
Observe that the second column (C2) and the third column (C3) are identical. A property of determinants states that if two columns (or rows) are identical, the determinant is zero.
Therefore, Δx=0. This means Δx does not contribute to the "non-zero" condition for no solution, so we must check other determinants.
Next, let's calculate Δy by replacing the second column of A with the constant matrix B:
Δy=131626μ15λ
Substitute λ=2:
Δy=131626μ152
We expand this determinant along the first row:
Δy=1⋅26μ52−6⋅3152+1⋅3126μΔy=1(26⋅2−5μ)−6(3⋅2−5⋅1)+1(3μ−26⋅1)Δy=(52−5μ)−6(6−5)+(3μ−26)Δy=52−5μ−6(1)+3μ−26Δy=52−5μ−6+3μ−26
Combine the constant terms and the terms involving μ:
Δy=(52−6−26)+(−5μ+3μ)Δy=(46−26)−2μΔy=20−2μ
For the system to have no solution (given Δ=0), we require at least one of Δx,Δy,Δz to be non-zero. Since Δx=0, we must ensure Δy=0:
20−2μ=020=2μμ=10
Thus, for the system to have no solution, μ must not be equal to 10.
(We don't need to calculate Δz because we've already found a condition (Δy=0) that satisfies the second requirement for no solution.)
5. Combining Conditions and Final Answer
Based on our calculations, for the system of equations to have no solution, the values of λ and μ must satisfy:
λ=2
μ=10
Comparing these conditions with the given options:
(A) λ = 3, μ = 5
(B) λ = 3, μ= 10
(C) λ= 2, μ = 10
(D) λ = 2, μ= 10
Our derived conditions match option (D).
Alternative Method: Gaussian Elimination (Row Operations)
This problem can also be efficiently solved using Gaussian elimination on the augmented matrix. This method often provides a more intuitive understanding of why a system has no solution.
The augmented matrix for the system is:
13115215λ∣∣∣626μ
Perform row operations to reduce the matrix to row echelon form:
R2→R2−3R1 (Eliminate x from the second equation)
R3→R3−R1 (Eliminate x from the third equation)
10012112λ−1∣∣∣68μ−6
R2→21R2 (Simplify the second equation)
10011111λ−1∣∣∣64μ−6
R3→R3−R2 (Eliminate y from the third equation)
10011011(λ−1)−1∣∣∣64(μ−6)−4
This simplifies to:
10011011λ−2∣∣∣64μ−10
The last row of this matrix corresponds to the equation:
0x+0y+(λ−2)z=μ−10
For the system to have no solution, this equation must be a contradiction. This means the coefficient of z must be zero, while the constant term on the right side must be non-zero.
Coefficient of z: λ−2=0⟹λ=2.
Constant term: μ−10=0⟹μ=10.
Both methods consistently lead to the same conditions: λ=2 and μ=10.
6. Tips and Common Mistakes
Determinant Calculation: Be very careful with arithmetic and signs when calculating determinants. A single error can lead to incorrect conditions for λ and μ.
Conditions for Solution Types: It's crucial to remember the precise conditions for each type of solution:
Unique Solution:Δ=0.
No Solution:Δ=0 AND (at least one of Δx,Δy,Δz=0).
Infinitely Many Solutions:Δ=0 AND (Δx=0 AND Δy=0 AND Δz=0).
Gaussian Elimination as a Verification: Using row operations (Gaussian elimination) is an excellent way to cross-check your results from Cramer's Rule. It directly reveals the consistency or inconsistency of the system.
7. Summary and Key Takeaway
To determine the conditions for a system of linear equations to have no solution, we first find the value(s) of the parameters that make the determinant of the coefficient matrix (Δ) equal to zero. Then, using these parameter values, we check if any of the other determinants (Δx,Δy,Δz) are non-zero. If Δ=0 and at least one Δi=0, the system has no solution. In this problem, this led to the conditions λ=2 and μ=10.