Since Taylor polynomial approximation gets better as It's order gets bigger, so I was wondering, what happens when this order approaches infinity? Does the approximation equal the function itself and become perfect?
Thanks in advance. Loving calculus so far :)
In general, no. Take, for instance,$$\begin{array}{rccc}f\colon&\Bbb R&\longrightarrow&\Bbb R\\&x&\mapsto&\begin{cases}e^{-1/x^2}&\text{ if }x\ne0\\0&\text{ if }x=0.\end{cases}\end{array}$$You can check that $(\forall n\in\Bbb Z_+):f^{(n)}(0)=0$. So, $\sum_{n=0}^\infty\frac{f^{(n)}(0)}{n!}x^n=0\ne f(x)$ (unless $x=0$).