So, I have to approximate a value of square root of e: $\sqrt{e}$ with a precision of $10^{-3}$. I have calculated the first and second derivative: So instead of $\sqrt{e}$ I need to approximate the value for $$\frac{1}{\sqrt[4]{e}}$$ If I follow the formula given by one of the users: $$\displaystyle\sum_{n=0}^{\infty}\frac{x^n}{n!}$$ I gues the result is the same then?
Thanks in advance.
$$e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}$$ so $$e^{0.5}=\sqrt{e}=\sum_{n=0}^{\infty}\frac{0.5^n}{n!}$$ now find the $n$ according to
$$\frac{0.5^n}{n!}<10^{-3}$$