Ratio test for infinite series

bobsmith76
Messages
336
Reaction score
0

Homework Statement



Investigate the convergence of the following series.

(2n)!/(n!n!)

Screenshot2012-02-20at122944AM.png

The Attempt at a Solution



Number one, I don't see how they get that
if an = (2n)!, then an+1 = ((2n+2))!, it should be (2n+1)!

Number two, I don't see how they go to the second step, why is the second step not:

(n!n!(2n+2)!)/((n+1)!(n+1)!(2n)!)? why do they have that extra (2n)! in the numerator?

Number three, I don't see why n!n! cancels in the numerator in step 3.
 
Physics news on Phys.org
bobsmith76 said:

Homework Statement



Investigate the convergence of the following series.

(2n)!/(n!n!)

Screenshot2012-02-20at122944AM.png

The Attempt at a Solution



Number one, I don't see how they get that
if an = (2n)!, then an+1 = ((2n+2))!, it should be (2n+1)!

Number two, I don't see how they go to the second step, why is the second step not:

(n!n!(2n+2)!)/((n+1)!(n+1)!(2n)!)? why do they have that extra (2n)! in the numerator?

Number three, I don't see why n!n! cancels in the numerator in step 3.
Number one:
an+1 = ((2n+2))! results from basic substitution.

If \displaystyle a_{n}= (2n)!\,,\ \text{ then }a_{n+1}=(2(n+1))!\,,\text{ so that }a_{n+1}=(2n+2)!

Of course, this is not the same an as in the image you posted.
 
bobsmith76 said:
...

Number two, I don't see how they go to the second step, why is the second step not:

(n!n!(2n+2)!)/((n+1)!(n+1)!(2n)!)? why do they have that extra (2n)! in the numerator?

...

\displaystyle \frac{n!n!(2n+2)!}{(n+1)!(n+1)!(2n)!}=\frac{n!n!(2n+2)(2n+1)(2n)!}{(n+1)!(n+1)!(2n)!}

This is because
(2n+2)!=(2n+2)((2n+2)-1)((2n+2)-2)((2n+2)-3)((2n+2)-4)\dots(3)(2)(1)
=(2n+2)(2n+1)(2n)(2n-1)(2n-2)\dots(3)(2)(1)

=(2n+2)(2n+1)(2n)!​
 
bobsmith76 said:
...

Number three, I don't see why n!n! cancels in the numerator in step 3.
(n+1)!=(n+1)(n!)
 
Great advice I really appreciate it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top