Find all values of a for which the quadratic $$\cos^2x - (a^2 + a + 5) |\cos x| + (a^3 + 3a^2 + 2a + 6) = 0$$ has real solution(s)
A. $a=-3$, B. $a=-2$, C. $a=-1$, D. $a=0$
I have solved this question by putting the values of the given options :
Let $\cos x = t$ then it will look like $$t^2 - (a^2 + a + 5) |t| + (a^3 + 3a^2 + 2a + 6)$$
Comparing this quadratic with the standard quadratic and then finding out the discriminant for all four values of $a$ we get $D>0$ for all four values while the answer is given only $A$ and $B$
Kindly help.
You have to check if for at least one root $t$ of the equation $$t^2 - (a^2 + a + 5) t + (a^3 + 3a^2 + 2a + 6)= t^2 - (a(a+1)+ 5) t + (a(a+1)(a+2) + 6) =0$$
there is a real $x$ such that $|\cos(x)|=t$.
Since $|\cos(x)|=t$ is solvable as soon as $t\in [0,1]$, just see if there is a root $t\in [0,1]$.
i) If $a=-3$ then $t^2 - 11t=0$ is solved by $t=0$ and $t=11$. $0\in[0,1]$ so the answer is YES.
ii) If $a=-2$ then $t^2 - 7t+6=0$ is solved by $t=6$ and $t=1$. $1\in[0,1]$ so the answer is YES.
iii) and iv) If $a=-1$ or $a=0$ then $t^2 - 5t+6=0$ is solved by $t=2$ and $t=3$. No roots in in $[0,1]$ so the answer is NO.