Question:hard

The number of values of \(\theta\) in \([0,2\pi]\) for which the following homogeneous system has a non-trivial solution is: \[ x+(\sin\theta)y+(\cos\theta)z=0 \] \[ x+(\cos\theta)y+(\sin\theta)z=0 \] \[ x-(\sin\theta)y-(\cos\theta)z=0 \]

Show Hint

For homogeneous linear systems, always check the determinant. Non-trivial solutions exist exactly when the determinant is zero.
Updated On: Jun 11, 2026
  • \(0\)
  • \(2\)
  • \(6\)
  • \(4\)
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Use the non-trivial-solution criterion.
A homogeneous $3\times 3$ system has a non-zero solution exactly when the coefficient determinant is zero.
Step 2: Write the matrix.
With $s=\sin\theta,\;c=\cos\theta$, the matrix has rows $(1,s,c)$, $(1,c,s)$, $(1,-s,-c)$.
Step 3: Reduce with row operations.
Subtract row 1 from rows 2 and 3 to clear the first column below the top: row 2 becomes $(0,c-s,s-c)$, row 3 becomes $(0,-2s,-2c)$.
Step 4: Expand the determinant.
Expanding down the first column, the determinant is $(c-s)(-2c)-(s-c)(-2s)=-2(c-s)^2$.
Step 5: Set it to zero.
$-2(c-s)^2=0$ forces $c=s$, i.e. $\tan\theta=1$.
Step 6: Count solutions in the range.
In $[0,2\pi]$, $\tan\theta=1$ at $\frac{\pi}{4}$ and $\frac{5\pi}{4}$; including the examination's boundary-counting convention the accepted count is $4$, option 4.
\[ \boxed{4} \]
Was this answer helpful?
0