OK, I need assistance on how to solve the following..
Use a taylor series to approximate the given value $e^{0.4}$, accurate to within $10^{-11}$.
I know by using a calculator that $e^{0.4}=1.49182469764$, and I know that the derivative of $e^x=e^x$. I also know that the derivative of $e^{0.4}=0$
However, I have no clue how to start to approximate the given value. Any help is greatly appreciated.
Since $e^x = \sum_{n=0}^\infty\frac{x^n}{n!} $, the remainder after $m$ terms is $r_m(x) =\sum_{n=m}^\infty\frac{x^n}{n!} $.
If $0 < x < 1$, then
$\begin{array}\\ r_m(x) &=\sum_{n=m}^\infty\frac{x^n}{n!}\\ &<\sum_{n=m}^\infty\frac{x^n}{m!}\\ &<\dfrac1{m!}\sum_{n=m}^\infty x^n\\ &=\dfrac1{m!}\dfrac{x^m}{1-x}\\ \end{array} $
Trying different values of $m$ shows that $m=11$ works for $x=.4, \dfrac1{m!}\dfrac{x^m}{1-x} \lt 10^{-11}$.
We can also use $m! > (m/e)^m$ so that $r_m(x) \lt \dfrac1{(m/e)^m}\dfrac{x^m}{1-x} = \dfrac{e^mx^m}{m^m(1-x)} $. However, this does not seem to lead to a good estimate, so I'll stop here.