Show that $|\sin(x) - x + \frac{1}{6} x^3| < .08$ for $ |x| < \frac{1}{2}\pi$.
How large do you have to take $k$ so that the $k$-th order Taylor polynomial of $\sin(x)$ about $a = 0$ approximates $sin(x)$ to within $.01$ for $|x| < \frac{1}{2}\pi$.
I'm having trouble solving both of these questions. Here's what I've been thinking:
So the first thing I've observed is that $x + \frac{1}{6}x^3%$ is the 4th-order Tp of $\sin(x)$. Next, I know that $\sin(x)$ is bounded by $[-1, 1]$ in the given interval of $x$.
So I thought I could argue that the remainder defined by $r_n,a(x)$:
$r_n,a(x) \leq \frac{M}{(k+1)!} < .01$, for $M = 1$ (because bounded above by 1).
then it is a matter of determining the value of $k$, for which I believe $k = 100$.
But I am not sure how to answer the first question - how do I show that it less than 0.08. Both questions I am quite unsure about, so help is appreciated.