How can I write the taylor polynomial of $e^{\frac{x^2}{2}}$ at $x=0$?
When I use brute force I get $\sum_{k=0}^{\infty} \frac{(x^2)^k}{2^k k!}$
but when I do it by myself all the derivatives are zero.
Can anyone explain?
How can I write the taylor polynomial of $e^{\frac{x^2}{2}}$ at $x=0$?
When I use brute force I get $\sum_{k=0}^{\infty} \frac{(x^2)^k}{2^k k!}$
but when I do it by myself all the derivatives are zero.
Can anyone explain?
Let $f : x \mapsto e^{x^2/2}$.
First, $f(0)=1$ so the first coefficient is $a_0=1$.
Differentiate one time $$ f'\left(x\right)=xe^{x^2/2} $$ that value $0$ when $x=0$ so $a_1=0$. Again ; $$ f''\left(x\right)=\left(xe^{x^2/2} \right)'=e^{x^2/2}+x\left(xe^{x^2/2}\right) $$ that equals $1$ when $x=0$ so the coefficient $a_2=1/2$ as expected. You can keep doing it to find the first terms of the polynomial.