How do we find the set of values of $c$ for which the angle between the vectors $cx\hat{i}-6\hat{j}+3\hat{k}$ & $x\hat{i}-2\hat{j}+cx\hat{k}$ is acute for every $x$ belongs to $\mathbb{R}$ ????
I tried to apply $\cos\theta$ formula but not getting the correct answer. Please give proper and full explanation.
For two vectors to be acute, the inner product has to be positive.
$$\langle (cx,-6,3),(x,-2,cx) \rangle>0$$ which is equivalent to $$cx^2+12+3cx>0$$
Rearranging the terms:
$$cx^2+3cx+12>0$$
For this condition to hold, we require $c\geq0$ otherwise the quadratic function is strictly concave and will attain and some negative value. Also, we require the discriminant $(3c)^2-48c=9c^2-48c$ to be negative.
Credit: Thanks for JimmyK4542 for catching my mistake in the sign of the discriminant.