Determine the convergence of $ \sum\limits_n\frac{(1/4)^n (2n)!}{(n!)^2}$ and $ \sum\limits_n\frac{(-1/4)^n (2n)!}{(n!)^2}$

122 Views Asked by At

I'm trying to analyze the ratio of convergence of the following power series, I also want to know if the series converges at the endpoints of R (radius of convergence).

$$ \sum_{n=0}^ \infty \frac{x^n (2n)!}{(n!)^2}$$

By the ratio test, it is easy to see that$\ R=1/4$, that is, the series converges for$\ |x|<1/4$

I want to know what happens with the series at$\ x=1/4$ and$\ x=-1/4$

At$\ x=1/4$

$$ \sum_{n=0}^ \infty \frac{(1/4)^n (2n)!}{(n!)^2}$$

Do I have to use the ratio test yet again?

2

There are 2 best solutions below

1
On BEST ANSWER

with using stirling approximation $$\sum_{n=0} \frac{(1/2)^{2n}(2\pi2n)^{1/2}(2n)^{2n}e^{-2n}}{2\pi n (n)^{2n}e^{-2n}} = \sum_{n=0}1/(\pi n )^{1/2}$$ diverges because p series (p<1). However, I am not sure if the my answer is true or not. edit: Besides, for the x=-1/4, alternating series converges. Because its limit at infinity is 0 and monotonic decreasing sequence.

0
On

We have $$ \int_{0}^{\pi/2}\left(\cos x\right)^{2n}\,dx = \frac{\pi}{2}\cdot \frac{\binom{2n}{n}}{4^n}\sim \frac{C}{\sqrt{n}} \tag{1}$$ from which it follows that $$ \sum_{n\geq 0}\frac{\binom{2n}{n}}{4^n}z^n = \frac{1}{\sqrt{1-z}}\tag{2} $$ for any $z\in(-1,1)$. The LHS of $(2)$ is convergent at $z=-1$ by Leibniz' test and divergent at $z=1$.