Question
Mathematics Question on Determinants
The set of all values of λ for which the system of linear equations
2x1−2x2+x3=λx1
2x1−3x2+2x3=λx2
−x1+2x2=λx3 has a non-trivial solution
A
is an empty set
B
is a singleton
C
contains two elements
D
contains more than two elements
Answer
contains more than two elements
Explanation
Solution
The correct answer is D: contains more than 2 elements
Δ=(2−λ)(λ2+3λ−4)+2(−2λ+2)+1
(4−3−λ)=0
−λ3−λ2+6λ+8−3−λ−8=0
−λ3−λ2+5λ−3=0
λ3+λ2−5λ+3=0
(λ−1)(λ2+2λ−3)=0
(λ−1)(λ+3)(λ−1)=0
λ=1,1,−3