Given $f:[0,2\pi]\rightarrow \mathbb{R}\,f(x)=\sin(x)+\cos(2x)$ find the values of $m$ for which the equations $f(x)=m$ has solutions. The problem it is easy solvable with derivatives but it takes some time and careful computations to end up with the solution $\left[-2,\dfrac 98\right]$.
I do wonder if there is not a faster, and more neat solution to it, without derivatives.
Use the double angle formula $\cos(2x)=1-2 \sin^2(x)$ multiply by $-8$ and complete the square. We have \begin{eqnarray*} 16 \sin^2(x) -8 \sin(x) +1 =9-8m \\ (4 \sin(x)-1)^2=9-8m \end{eqnarray*} The LHS has a minimum value of $0$ giving an upper bound of $\frac{9}{8}$ for m & the LHS has a maximum value of $25$ giving an lower bound of $-2$ for m. So $m \in \color{blue}{[-2,\frac{9}{8} ]}$.