Matrices & Determinants
Determinant and System of Equations
Grade 12
Question:
<p>Given system of linear equations:</p><p>\(x + y + z = 6\) ... (i)</p><p>\(4x + \lambda y - \lambda z = \lambda - 2\) ... (ii)</p><p>\(3x + 2y - 4z = -5\) ... (iii)</p><p>has infinitely many solutions. Find the value of \(\lambda\).</p>
Step-by-Step Solution
Key Concept: For infinitely many solutions in a system of linear equations, the determinant of the coefficient matrix must equal zero.
<p><strong>Step 1:</strong> For a system to have infinitely many solutions, the determinant of the coefficient matrix must be zero: $D = 0$</p><p><strong>Step 2:</strong> Calculate the determinant:</p><p>$$\begin{vmatrix} 1 & 1 & 1 \\ 4 & \lambda & -\lambda \\ 3 & 2 & -4 \end{vmatrix} = 0$$</p><p><strong>Step 3:</strong> Expand along the first row:</p><p>$1(-4\lambda + 2\lambda) - 1(-16 + 3\lambda) + 1(8 - 3\lambda) = 0$</p><p><strong>Step 4:</strong> Simplify:</p><p>$-8\lambda + 2\lambda + 16 - 3\lambda + 8 - 3\lambda = 0$</p><p>$-8\lambda + 24 = 0$</p><p>$\lambda = 3$</p><p>∴ Answer is $\lambda = 3$</p>
Correct Answer: 3