Whenever I see proofs that use Taylor series for the natural exponential function, they use the following:
$$ e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \ldots $$
It is my understanding that such series is an approximation for when x is around 0, but does it work accurately for x far away from 0 as well? How can we use this series to prove things like Euler's formula and generalize across any x?
If we want Taylor series for the natural exponential function around $a$ that is far away from 0, shouldn't we use the following instead?
$$ e^x = e^a + e^a (x - a) + \frac{e^a (x-a)^2}{2!} + \ldots $$
Would the proof for, for example, Euler's formula end up being the same whether I use the first Taylor expansion at the top or the one just above? It feels like the one above would become much more complex due to the expansion of $(x-a)$ but maybe it ends up being the same after some cancellations happen?
Thanks!
The Taylor series for $e^x$ has radius of convergence $\infty$, and it converges to $e^x$ for every $x$. It can certainly be used for proving things such as Euler's formula $e^{ix} = \cos(x) + i \sin(x)$. What it is not so good for is actual numerical approximations of $e^x$ when $|x|$ is large: there are other methods that are good for that.