The taylor series of the function f(x) = $1-\mathrm{e}^{-x^2}$ around x = 0 is given by $\sum_{n=0}^{\infty} a_nx^n$
determine $a_n$ for all n $\geq$ 0 and give for which value of x the series converges to f(x)
I've come to this result $\sum_{n=1}^{\infty} \dfrac{\left(-1\right)^{n+1}x^{2n}}{n!}$ = $\sum_{n=0}^{\infty} a_nx^n$
Anyone got ideas how to solve this further on?
It seems that next you want to find the radius of convergence $R$. You can use the ratio test to see that $R = \infty$. Consider $$\bigg\lvert \frac{(-1)^{n+2}x^{2(n+1)}}{(n+1)!} \cdot \frac{n!}{(-1)^{n+1}x^{2n}}\bigg\rvert= \frac{\lvert x \rvert^2}{n+1} \to 0 \text{ as } n \to \infty.$$
Edit: Since $R=\infty$, it follows that the power series converges (to $f(x)$) for all real $x$.