Exercise: iterative error with e^0.5

Approximating e0.5e^{0.5} by its Taylor series, adding terms until the percentage iterative error drops below 0.05 %.

Iterate to tolerance

We use the series ex=kxkk!e^x=\sum_k \frac{x^k}{k!} and add terms, computing the percentage iterative error after each (four decimals throughout).

kApproximation of e^{0.5}Iterative error ε_{k,r}
01n/a
11.533.33 %
21.6257.6923 %
31.64581.2658 %
41.64840.1577 %
51.64870.0181 %