Question:medium

Let the system of linear equations 4x + λy + 2z = 0 ; 2x - y + z = 0 ; μx + 2y + 3z = 0, λ, μ ∈ R has a non-trivial solution. Then which of the following is true ?

Show Hint

A homogeneous system $AX=0$ has a non-trivial solution if and only if $|A| = 0$.
Updated On: Mar 25, 2026
  • λ = 3, μ ∈ R
  • μ = -6, λ ∈ R
  • λ = 2, μ ∈ R
  • μ = 6, λ ∈ R
Show Solution

The Correct Option is B

Solution and Explanation

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:

  • \(4x + \lambda y + 2z = 0\)
  • \(2x - y + z = 0\)
  • \(\mu x + 2y + 3z = 0\) 

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-11
\(\mu\)23

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:

  1. Option 1: \(\lambda = 3, \mu \in \mathbb{R}\)
    • Substitute \(\lambda = 3\):
    • Simplifies to:
    • This doesn't hold for all \(\mu \in \mathbb{R}\).
  2. Option 2: \(\mu = -6, \lambda \in \mathbb{R}\)
    • Substitute \(\mu = -6\):
    • Solving: \(-6\lambda - 12 - 4\lambda - 12 = 0\)
    • This condition is satisfied for any \(\lambda\), hence holding valid.
  3. Option 3: \(\lambda = 2, \mu \in \mathbb{R}\)
    • Substitute \(\lambda = 2\):
    • Simplifies to:
    • This doesn't hold for all \(\mu \in \mathbb{R}\).
  4. Option 4: \(\mu = 6, \lambda \in \mathbb{R}\)
    • Substitute \(\mu = 6\):
    • Simplifies to:
    • This is not satisfied for all \(\lambda\).

Therefore, the correct answer is: \(\mu = -6, \lambda \in \mathbb{R}\).

Was this answer helpful?
0