Convergence of series dealing with factorials

62 Views Asked by At

Show the convergence of series :

$$\frac{2\ \cdot\;4\ \cdot\;...\ \cdot\;2n}{3\ \cdot\;5\ \cdot\;...\ \cdot\;(2n+1)}$$

How do I show this series converge? Is there some general technique to follow. I an having a little problem solving these type of questions

3

There are 3 best solutions below

0
On

Hint: suppose your $n$th term is $f(n)$. Then $f(n) = \dfrac{2n}{2n+1}f(n-1)$. However, $\dfrac{2n}{2n+1} < 1$ always, meaning as $n$ gets bigger $f(n)$ can only get smaller.

0
On

Use Raabe's convergence test. It will work.

0
On

This series diverges because its general term (Wallis' integral of order $2n+1$) is equivalent to $\frac{\sqrt{\pi}}{2\sqrt{n}}$.