$$\sum_{n=0}^\infty n!x^{n^2}$$
Can anyone tell me what will be the radius of convergence for this power series. According to me it is $0$.
If you can please show me how to go about it if I am wrong.
$$\sum_{n=0}^\infty n!x^{n^2}$$
Can anyone tell me what will be the radius of convergence for this power series. According to me it is $0$.
If you can please show me how to go about it if I am wrong.
Let's treat this power series as a 'series'.
We will be using root test here.
Let $x$ be fixed. According to the root test, For the convergence of given series we need to assure that $\lim_{n \to \infty} |n! x^{n^2}|^{\frac 1n} \lt 1.$ That is, for sufficiently large values of $n$, $\; |n! x^{n^2}|^{\frac 1n} \lt 1 \Rightarrow |n!|^{\frac 1n}|x^n| \lt 1 \Rightarrow |x^n| \lt |n!|^{-\frac 1n} \Rightarrow |x| \lt |n!|^{-\frac 1{n^2}}$.
Hence $|x| \lt \lim_{n \to \infty} |n!|^{-\frac 1{n^2}}=1$.
Hence the series converges for $|x| \lt 1$. i.e. Radius of convergence is $1$.
EDIT 1: The root test says that ''If $\lim |a_n|^{\frac 1n} \lt 1$, then $\sum a_n$ is absolutely convergent.'' Our $a_n$ here is $n!x^{n^2}$.
EDIT 2: For evaluating $\lim_{n \to \infty} |n!|^{-\frac 1{n^2}}$,
Take $y_n={n!}^{- \frac 1{n^2}} \Rightarrow \ln y_n = -\frac {\ln n!}{n^2}= \frac {\ln \frac 1{n!}}{n^2} \; .\;. \;. \;. \;. \;. \;. \; (1)$
Now $\frac {n \ln \frac 1n}{n^2} \lt \ln y_n \lt \frac {n \ln1}{n^2}$.
Since left side inequality and right side inequalities $\to 0$ as $n \to \infty$,hence by sandwitch thoeorem, $\lim \; \ln y_n =\ln y=0 \Rightarrow y=1$. $\; (\text{Let} \; y_n \to y).$
The radius of convergence is given by $R^{-1}=\mathbb{lim\ sup_{n\rightarrow\infty}} |a_{n}|^{1/n}=\mathbb{lim\ sup_{n\rightarrow\infty}} n!^{1/n^2}=1$.
Edit: I don't know all the forms of the ratio test, but the other answers compute a limit that, in this case, does not exist because we have "holes" in the power serie (the only coefficients that appears are of the form $x^{n^2}$)
Radius of convergence, R is given by: $$R=\lim_{n\to\infty}\left|\frac{a_n}{a_{n+1}}\right|$$ $$=\lim_{n\to\infty}\left|\frac{n!}{(n+1)!}\right|^\frac{1}{2n+1}$$ $$=\lim_{n\to\infty}\left|\frac{1}{n+1}\right|^\frac{1}{2n+1}$$
Hope this helps you.