Question:
I know how to solve this problem but I need a faster approach to this problem.
By using properties of determinants prove that the determinant $$\begin{vmatrix}a & \sin x & \cos x \\ -\sin x & -a & 1 \\ \cos x & 1 & a\end{vmatrix}$$ is independent of $x$.
My Approach:
\begin{align*} \text{LHS} &= \begin{vmatrix}a & \sin x & \cos x \\ -\sin x & -a & 1 \\ \cos x & 1 & a\end{vmatrix} \\&= -a^3 \begin{vmatrix}1 & \dfrac{\sin x}{a} & \dfrac{\cos x}{a} \\ \dfrac{\sin x}{a} & a & \dfrac{-1}{a} \\ \dfrac{\cos x}{a} & \dfrac{1}{a} & 1\end{vmatrix}\begin{array}{l}\text{Taking a common $a$ from $R_1$}\\\text{Taking a common $-a$ from $R_2$}\\\text{Taking a common $a$ from $R_3$}\end{array}\end{align*}
