3

Can anyone help me to prove whether this series is convergent or divergent:

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

I tried using the ratio test, but the limit of the ratio in this case is equal to 1 which is inconclusive in this case. Any hints please!

vadim123
  • 82,796
Alex K
  • 271

5 Answers5

6

Hint: Use the alternating series convergence test.

The work you already did is not wasted: $$\left|\frac{a_{n+1}}{a_n}\right|=\frac{4(n+1)^2}{(2n+2)(2n+1)}=\frac{2n+2}{2n+1}>1$$

Hence the terms do not approach 0 in absolute value, and by the $n^\textrm{th}$ term test, the series diverges.

vadim123
  • 82,796
5

I understand why the series was demonstrated to diverge. But please allow me to be devil's advocate here and demonstrate that the sum may be assigned a finite value in the sense of an analytic continuation.

I refer to the result I derived yesterday in connection with this problem:

$$\frac{x \, \arcsin{x}}{(1-x^2)^{3/2}} + \frac{1}{1-x^2} = \sum_{n=0}^{\infty} \frac{2^{2 n}}{\displaystyle \binom{2 n}{n}} x^{2 n}$$

Then making the substitution $x \mapsto i x$ I get

$$\sum_{n=0}^{\infty} (-1)^n \frac{2^{2 n}}{\displaystyle \binom{2 n}{n}} x^{2 n} = \frac{1}{1+x^2} - \frac{x \, \log{(x+\sqrt{1+x^2})}}{(1+x^2)^{3/2}}$$

The radius of convergence of this series is in fact $1$. Well, sort of. Obviously, at $x=1$, the series in fact diverges as demonstrated above. But the limit of the sum as $x \to 1^-$ exists and is equal to

$$\frac12 \left (1-\frac{\log{(1+\sqrt{2})}}{\sqrt{2}} \right ) \approx 0.188387$$

Ron Gordon
  • 138,521
  • 2
    Happy 30k, btw. – Julien Jun 17 '13 at 00:07
  • @julien: thanks! We've come a long way, haven't we? Anyway, I decided against having even one heart-attack burger to celebrate, never mind three, as I would be at risk of not seeing 40k. – Ron Gordon Jun 17 '13 at 00:12
  • Right. We need you to keep rolling and in good shape! – Julien Jun 17 '13 at 00:16
  • @julien: Shucks, that's nice. Anyway, my kids got me a hat with a turtle on it. I thought for a minute it was for reaching 30k, but then it occurred to me that today is Father's Day. – Ron Gordon Jun 17 '13 at 00:20
  • (+1) I had the same devil idea but refrained :-) Thanks for the neat realization and Felicitations for your 30k! – Raymond Manzoni Jun 17 '13 at 09:59
  • 1
    @RaymondManzoni: many thanks. Why did you refrain? This is a very nifty aspect of this particular sum and I was surprised that nobody addressed it. Best of all, in what looks like a crazy coincidence, I had just (almost) derived a closed-form expression for the series the day before, so I couldn't resist. Anyway, keep up the great work. – Ron Gordon Jun 17 '13 at 10:22
3

Hint: You may use Stirling or more quickly this equivalence for central binomial coefficients as $n\to \infty$ : $$\binom{2n}{n}\sim \frac {4^n}{\sqrt{\pi n}}$$

Raymond Manzoni
  • 43,021
  • 5
  • 86
  • 140
3

By Stirling's approximation $n!\sim\sqrt{2\pi n}(n/e)^n$, so

$$\frac{4^{n}(n!)^{2}}{(2n)!}\sim \frac{2\pi n 4^{n} (n/e)^{2n}}{\sqrt{4\pi n}(2n/e)^{2n}} =\sqrt{\pi n}.$$ Thus, the series diverges.

TZakrevskiy
  • 22,980
0

Hint: You cannot use the alternating series test. Since

$$ \lim_{n\to \infty}\frac{4^n n!^2}{(2n)!} \neq 0. $$ You can use the identity

$$ (2n)!=\Gamma(2n+1)={\frac {n {4}^{n}\Gamma \left( n \right) \Gamma \left( \frac{1}{2}+n \right) }{\sqrt {\pi }}},$$

or Stirling approximation to see this.