Let $g(x) = \frac{1}{2}(e^{−x})\cos x$. Prove that $g(x)$ converges to a fixed point.
The answer provided by my lecturer is:
$g(x)$ is continuous on $[0,1]$, and we can easily verify that $0 ≤ g(x) ≤ 1$ for $x ∈ [0,1]$. Furthermore, since $g'(x) = −\frac{1}{2}(e^{−x})(\sin x + \cos x)$, so $|g'(x)|≤ \sqrt{2}/2 < 1$, for $x ∈ (0,1)$.
My question is: Why is $|g'(x)| ≤ \sqrt{2}/2$ ? My understanding is that we are supposed to find the maximum value attainable by $g'(x)$ over the interval $(0,1)$. As such, we should let $g''(x) = 0$, which implies that $\frac{1}{2}(e^{-x})\sin x = 0$ (but we get $x = 0$ which is out of the interval $(0,1)$.
Can anyone point out any misconceptions I have?