Infinite Series (The Ratio Test)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Fernando Rios
Messages
96
Reaction score
10
Homework Statement
Use the ratio test to find whether the following series converge or diverge:
Relevant Equations
∑ n=0 ∞ √((2n)!)/(n!)
I found that ρn = √(2n+1)/(n+1).

Then, I found ρ = lim when n→∞ |(1/n) (√(2n+1))/((1/n) (n+1))| = 0

Based on this result I concluded the series converges; however, the book answer says it diverges. What am I doing wrong?
 
Physics news on Phys.org
Fernando Rios said:
Homework Statement:: Use the ratio test to find whether the following series converge or diverge:
Homework Equations:: ∑ n=0 ∞ √((2n)!)/(n!)

I found that ρn = √(2n+1)/(n+1).

Then, I found ρ = lim when n→∞ |(1/n) (√(2n+1))/((1/n) (n+1))| = 0

Based on this result I concluded the series converges; however, the book answer says it diverges. What am I doing wrong?
For the ratio test you should have $$\lim_{n \to \infty} \frac{\sqrt{(2n + 2)!}}{(n + 1)!} \frac{n!}{\sqrt{(2n)!}}$$

I wrote the above as ##a_{n+1} \cdot \frac 1 {a_n}##
The limit I get is not zero.
 
Mark44 said:
For the ratio test you should have $$\lim_{n \to \infty} \frac{\sqrt{(2n + 2)!}}{(n + 1)!} \frac{n!}{\sqrt{(2n)!}}$$

I wrote the above as ##a_{n+1} \cdot \frac 1 {a_n}##
The limit I get is not zero.
Shouldn't it be (2n +1) instead of (2n+2)?
 
HallsofIvy said:
First, no.
No. 2(n+1)= 2n+ 2 so (2(n+1))!= (2n+ 2)!= (2n+2)(2n+ 1)(2n)(2n-1)... Dividing by (2n)! leaves (2n+2)(2n+1).
Thank you for your response. I see my mistake now.