To determine the conditions for the system of linear equations to have a non-trivial solution, we need to analyze the given system of equations:
For the system to have a non-trivial solution, the determinant of the coefficient matrix must be zero. The coefficient matrix \(\mathbf{A}\) is:
| 4 | \(\lambda\) | 2 |
| 2 | -1 | 1 |
| \(\mu\) | 2 | 3 |
The determinant of \(\mathbf{A}\) is calculated as follows:
\(\text{det}(\mathbf{A}) = 4(-1)(3) + \lambda(1)(\mu) + 2(2)(2) - 2(-1)(\mu) - \lambda(2)(2) - 4(2)(1)\)
Expanding this, we get:
\(\text{det}(\mathbf{A}) = -12 + \lambda\mu + 8 + 2\mu - 4\lambda - 8\)
Simplifying further:
\(\text{det}(\mathbf{A}) = \lambda\mu + 2\mu - 4\lambda - 12\)
For a non-trivial solution, set the determinant to zero:
\(\lambda\mu + 2\mu - 4\lambda - 12 = 0\)
This can be rewritten as a quadratic equation in terms of \(\mu\):
\(\mu(\lambda + 2) - 4\lambda - 12 = 0\)
Let us check the options to see which satisfies this condition:
Therefore, the correct answer is: \(\mu = -6, \lambda \in \mathbb{R}\).