Matrices & Determinants
System of linear equations
Grade Class 12
Question:
The number of real values λ, such that the system of linear equations<br>2x - 3y + 5z = 9<br>x + 3y - z = -18<br>3x - y + (λ<sup>2</sup> - |λ|)z = 16<br>has no solution, is :-
Step-by-Step Solution
Key Concept: A system of linear equations has no solution if the determinant of the coefficient matrix is zero and the system is inconsistent (i.e., the augmented matrix has a higher rank than the coefficient matrix).
The system is given by:<br>2x - 3y + 5z = 9<br>x + 3y - z = -18<br>3x - y + (λ<sup>2</sup> - |λ|)z = 16<br>The determinant of the coefficient matrix D = |2 -3 5; 1 3 -1; 3 -1 λ<sup>2</sup>-|λ|| = 2(3(λ<sup>2</sup>-|λ|) - 1) + 3((λ<sup>2</sup>-|λ|) + 3) + 5(-1 - 9) = 6(λ<sup>2</sup>-|λ|) - 2 + 3(λ<sup>2</sup>-|λ|) + 9 - 50 = 9(λ<sup>2</sup>-|λ|) - 43.<br>For no solution, D = 0, so 9(λ<sup>2</sup>-|λ|) = 43. This quadratic in |λ| gives two distinct positive values for |λ|, leading to two real values for λ.
Correct Answer: 3