A system has a unique solution when there is exactly one set of values (x,y,z) that satisfies all three equations. For a system to have a unique solution, the determinant of the coefficient matrix must be non-zero.
If the determinant equals zero, the system either has no solution or infinite solutions (not unique).
From the three equations, the coefficient matrix is:
A=112−1−211−2λ
Row 1: coefficients from x−y+z=4 give (1,−1,1)
Row 2: coefficients from x−2y−2z=9 give (1,−2,−2)
Row 3: coefficients from 2x+y+λz=1 give (2,1,λ)
Using the first row expansion:
det(A)=1×−21−2λ−(−1)×12−2λ+1×12−21
Calculate each 2×2 determinant:
−21−2λ=(−2)(λ)−(−2)(1)=−2λ+2
12−2λ=(1)(λ)−(−2)(2)=λ+4
12−21=(1)(1)−(−2)(2)=1+4=5
Combining these:
det(A)=1(−2λ+2)+1(λ+4)+1(5)
=−2λ+2+λ+4+5
=−λ+11
For a unique solution:
det(A)=0
−λ+11=0
λ=11
Therefore, the system has a unique solution when λ=11.