I am having difficulty finding the radius of convergence of
$e^{-x^{2}}$
this is for introductory analysis course. Have looked at even and odd subsequences of powerseries, but so far unable to put the pieces together. Any help appreciated.
Started with:
$e^{-x^{2}} = \Sigma_{k=0}^\infty \frac{(-x)^{2k}}{k!}= \Sigma_{n=0}^\infty S_nx^n$
s.t. $S_n = 0$
when n odd and
$S_n = \frac{(-1)^{n}}{\frac{n}{2}!}$ when n even.
Then $S_{2n+1} = (0,0,0,0,...)$, converging to $0$, and $S_{2n} = \frac{1}{n!}$, and with ratio test we get
$lim_{n \rightarrow \infty}\left|\frac{\frac{1}{(n+1)!}}{\frac{1}{n!}}\right| = lim_{n \rightarrow \infty}\frac{1}{n+1} = 0$