Estimate $e^{0.1}$ to $6$ decimal places using a Taylor polynomial about $0$. Use error bounding to prove that your estimate is accurate to at least 6 decimal places.
I think I will have to use the formula for Error bounding in some way. However, I am not sure how to compute enough derivatives to form the entire polynomial, and I am also not sure how to make sure that the estimate is accurate to 6 places. Does anyone have ideas?
Use the Lagrange form of the remainder: for all positive integers $n$, $$ e^x = \sum_{k=0}^n \frac{x^k}{k!} + R_n(x) $$ where $$R_n(x) = \frac{f^{(n+1)}(\xi)}{(n+1)!}x^{n+1} $$ for some $\xi$ between $0$ and $x$ (here $f(x) = e^x$). Obviously, $f^{(n)}(x) = e^x$ for all $x$, which is strictly greater than one on $(0,\infty)$, so this error is maximized at $\xi=\frac1{10}$. So we have the inequality $$ \frac{\left(e^{\frac1{10}}\right)}{(n+1)!}e^{\frac1{10}} < 0.0000005. $$ Clearly the left-hand side is monotone decreasing in $n$, and the inequality is satisfied for $n=9$ but not for $n=8$. So take $n=9$, for an error of $$ 2.783427*10^{-7}. $$