I have the following equation:
$$0 = 2e^{-x}\big(\sin(x) + 2\cos(x)\big),~x\in[0,3]$$
I must find the value of $x$ within the interval $[0,3]$.
Here is my work so far:
\begin{align} 0 &= 2e^{-x}\big(\sin(x) + 2\cos(x)\big)\newline &= \sin(x) + 2\cos(x) && \gets\text{factored out }2e^{-x}\text{ because }e^{-x}\overset{!}{\neq}0\text{ …}\newline 2\cos(x) &= -\sin(x)\newline 2\cos(x) &= -\sqrt{1 - \cos^2(x)} && \gets\text{given the Pythagorean trig identities…}\newline 4\cos^2(x) &= 1 - \cos^2(x)\newline 5\cos^2(x) &= 1\newline \cos^2(x) &= \frac{1}{5}\newline \cos(x) &= \pm\sqrt{\frac{1}{5}}\newline x &= \cos^{-1}\left(\pm\sqrt{\frac{1}{5}}\right)\text{, }x\in[0,3]\newline &\approx 1.11,\text{ }2.03 \end{align}
The real answer, as I could confirm with an online graphing calculator, is $x = 2.03$. However, $\cos^{-1}\left(+\sqrt{\frac{1}{5}}\right)$ also equals $\approx1.11$, although that solution seems to not be real, according to the graphing calculator.
Additionally, the answer key for the homework I am working on makes it obvious that $2.03$ is the only answer. (This is part of a bigger problem, but plugging $2.03$ into the next step results in what the answer key wants, and $1.11$ does not work.)
My question is as follows: How do I confirm algebraically that $1.11$ is not a real solution? If it weren't for any of the external sources that I used, I couldn't figure this out by myself, as far as my knowledge/intuition goes (as of now).
Note. In the above equation environment, I am using $\overset!\neq$ as "cannot equal".