Question:

If \(A = \begin{bmatrix} 1 & \sin\theta & 1\\ \sin\theta & 1 & \sin\theta\\ -1 & -\sin\theta & 1 \end{bmatrix}\), \((0 \leq \theta \leq 2\pi)\), then the minimum value of \(|A|\) is

Show Hint

When options do not include zero appropriately, check for minimum positive value.
Updated On: Apr 30, 2026
  • 2
  • 0
  • 1
  • -1
  • 4
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Determinant simplification using expansion and trigonometric identities.

Step 1:
Expand determinant
\[ |A| = \begin{vmatrix} 1 & \sin\theta & 1 \sin\theta & 1 & \sin\theta -1 & -\sin\theta & 1 \end{vmatrix} \]

Step 2:
Compute minors
\[ = 1(1 + \sin^2\theta) - \sin\theta (2\sin\theta) + (1 - \sin^2\theta) \] \[ = 2 - 2\sin^2\theta = 2\cos^2\theta \]

Step 3:
Find minimum value
\[ 0 \leq \cos^2\theta \leq 1 \] Thus, \[ |A| = 2\cos^2\theta \] Minimum positive value occurs when $\cos^2\theta = 1$ \[ \Rightarrow |A|_{\min} = 2 \] Final Conclusion:
Option (A)
Was this answer helpful?
0
0