Question:

The positive value of \(a\) for which the system of linear homogeneous equations \[ x+ay+z=0, \qquad ax+2y-z=0, \qquad 2x+3y+z=0 \] has non-trivial solution is

Show Hint

For a homogeneous system: \[ AX=0 \] non-trivial solutions exist only when: \[ |A|=0 \] Always form the coefficient matrix first and then evaluate its determinant carefully.
Updated On: Jun 3, 2026
  • \(0\)
  • \(1\)
  • \(\dfrac{1+\sqrt{5}}{2}\)
  • \(\dfrac{\sqrt{5}-1}{2}\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: A homogeneous system of linear equations has a non-trivial solution if and only if the determinant of the coefficient matrix is zero. That is, \[ |A|=0 \] For the system: \[ AX=0 \] non-trivial solutions exist when the coefficient matrix is singular.

Step 1:
Write the coefficient matrix. The given equations are: \[ x+ay+z=0 \] \[ ax+2y-z=0 \] \[ 2x+3y+z=0 \] Therefore, the coefficient matrix is: \[ A= \begin{bmatrix} 1 & a & 1 a & 2 & -1 2 & 3 & 1 \end{bmatrix} \] For non-trivial solution: \[ |A|=0 \]

Step 2:
Evaluate the determinant. \[ \begin{vmatrix} 1 & a & 1 a & 2 & -1 2 & 3 & 1 \end{vmatrix}=0 \] Expand along the first row: \[ 1 \begin{vmatrix} 2 & -1 3 & 1 \end{vmatrix} -a \begin{vmatrix} a & -1 2 & 1 \end{vmatrix} +1 \begin{vmatrix} a & 2 2 & 3 \end{vmatrix} =0 \] Now compute each minor. First minor: \[ \begin{vmatrix} 2 & -1 3 & 1 \end{vmatrix} =(2)(1)-(-1)(3) \] \[ =2+3=5 \] Second minor: \[ \begin{vmatrix} a & -1 2 & 1 \end{vmatrix} =a(1)-(-1)(2) \] \[ =a+2 \] Third minor: \[ \begin{vmatrix} a & 2 2 & 3 \end{vmatrix} =3a-4 \] Substituting: \[ 5-a(a+2)+(3a-4)=0 \]

Step 3:
Simplify the equation. \[ 5-a^2-2a+3a-4=0 \] \[ 1-a^2+a=0 \] Multiply by \(-1\): \[ a^2-a-1=0 \]

Step 4:
Solve the quadratic equation. Using quadratic formula: \[ a=\frac{-(-1)\pm\sqrt{(-1)^2-4(1)(-1)}}{2(1)} \] \[ a=\frac{1\pm\sqrt{1+4}}{2} \] \[ a=\frac{1\pm\sqrt{5}}{2} \] Since positive value is required: \[ \boxed{a=\frac{1+\sqrt{5}}{2}} \] Hence, the correct option is: \[ \boxed{(c)\ \frac{1+\sqrt{5}}{2}} \]
Was this answer helpful?
0
0