The question was to find the minimum order of the Taylor polynomial centered at $0$ for $\cos x$ required to approximate $ \cos(-0.25)$ with an absolute error no greater than $10^{-3} $?
The answer that I provided was: $n$th derivative of $\cos x$ is $$ f^{(n+1)}=\cos\left(x+\frac{1}{2}(n+1)\pi\right)$$ Since $\cos(x)<1$ for whatever value of $x$ then: $$ \vert {f^{(n+1)}}\vert<M$$ then $ M=1$ $$ R_n(x)<M\frac{x^{n+1}}{{(n+1)!}}$$ $$ R_n(x)=\frac{(-0.25)^{n+1}}{{(n+1)!}}<10^{-3}$$ then $n=3$. I found the value of $n$ by using the calculator. But I don't know how I would find it differently using the graph, for example or by solving the inequality.