How simplifying this ratio test for series?

In summary, the conversation revolves around simplifying the ratio test for series. The question is whether the series (n!n^2)/(2n)! converges absolutely. The conversation delves into manipulating factorials and using the Stirling approximation. The final answer is that the series converges.
  • #1
frasifrasi
276
0
[SOLVED] How simplifying this ratio test for series?

Basically, we are asked if (n!n^2)/(2n)! converges absolutely...

I got to the point where

lim as n --> infinity of

[(n+1)!(n+1)^2]/(2(n+1))! X (2n)!/n!n^2

by the ratio test.

But I don't know how to manipulate the factorials from here on...could anyone help?


Thank you.
 
Physics news on Phys.org
  • #2
(n+1)!=(n+1)n! which should cancel with the n!
2(n+1))! =(2n+2)!=(2n+2)(2n-1)!
(2n)!=2n(2n-1)!
 
  • #3
You could replace the factorials with their respective Stirling approximations, which is asymptotic to the factorial function, ie as n grows large the quotient of the approximation and the factorial approaches 1.
 
  • #4
(My earlier idea was wrong because I compared with a divergent series, but adapted slightly and if you're allowed to assume the convergence of zeta(2), the following might do the trick simply).

For large n, the denominator (2n)! = (n+n)! >> (n+4)! = n!(n+1)(n+2)(n+3)(n+4) > (n!)n^4

Cancel off the numerator and you're left with terms that are strictly less than 1/n^2 for large n. By the limit comparison test with zeta(2), this converges.
 
Last edited:
  • #5
I see, does anyone know a place I can look up these formulas?
 
  • #6
rock.freak,

for the (2n+2)!, shouldn't it be (2n+2)(2n+1)! ... because you keep subtracting 1??


And can anyone please evaluate this series...I am getting stuck at the end with

lim as n --> infinity of (n+1)^2/n.


Thank you.
 
  • #7
I assume you are look at the convergence of

[tex]\sum_n \frac {n!n^2}{(2n)!}[/tex]

Applying the ratio test, you want to determine

[tex]\lim_{n\to\infty}\frac {(n+1)!(n+1)^2}{(2(n+1))!}\frac {(2n)!}{n!n^2}[/tex]

First expand the factorials: [itex](n+1)!=(n+1)n![/tex] and [itex](2(n+1))!=(2n+2)(2n+1)(2n)![/tex]. Inserting these in the limit expression yields

[tex]\lim_{n\to\infty}\frac {(n+1)n!(n+1)^2}{(2n+2)(2n+1)(2n)!}\frac {(2n)!}{n!n^2}[/tex]

Simplifying,

[tex]\lim_{n\to\infty}\frac {(n+1)^3}{(2n+2)(2n+1)n^2}[/tex]

Most of the remaining terms cancel in the limit. For example,

[tex]\lim_{n\to\infty}\frac{n+1}{n} = 1+\lim_{n\to\infty}\frac{1}{n} = 1[/tex]
 
  • #8
frasifrasi said:
rock.freak,

for the (2n+2)!, shouldn't it be (2n+2)(2n+1)! ... because you keep subtracting 1?

Yes it should...I made a mistake
 
  • #9
I still don't see how you evaluate that last (n+1)^3 limit, though.

DH, did you expand the terms or cancel something out?

Thank you everyone for the great help.
 
  • #10
The only terms I canceled were [itex]n!/n![/itex] and [itex](2n)!/(2n)![/tex]. I left the evaluation of

[tex]\lim_{n\to\infty}\frac {(n+1)^3}{(2n+2)(2n+1)n^2}[/tex]

up to you, with a very strong hint in

[tex]\lim_{n\to\infty}\frac{n+1}{n} = 1[/tex]

I guess the hint wasn't quite enough. Just drop the +1/+2 terms: change [itex](n+1)^3[/itex], [itex]2n+2[/itex], and [itex]2n+1[/itex] to [itex]n^3[/itex], [itex]2n[/itex], and [itex]2n[/itex], respectively.
 
  • #11
I see, so I would get [tex]\lim_{n\to\infty}\frac{n^3}{2n.2n.n^2} [/tex]

SO, here I cancel the n^3 with the n^2, correct, getting n/(2n)(2n) -- Don't I get zero??

A little more effort on your part and I am on my way to grasping this. Thanks.
 
  • #12
Yes, the ratio test limit is [itex]\lim_{n\to\infty}1/(4n)=0[/itex]. The series converges.
 
  • #13
but, how/why did you get 1 in your previous post?
 
  • #14
That was not the same limit. That was

[tex]\lim_{n\to\infty}\frac{n+1}{n}[/tex]

which is indeed one but is also quite different from

[tex]\lim_{n\to\infty}\frac {(n+1)^3}{(2n+2)(2n+1)n^2}[/tex]
 
  • #15
I see you were just providing an example? that actually confused me a lot because i thought it was the next sterp.

Thanks for the help!

I guess what i get is 1/4n, which goes to zero.
 
Last edited:
  • #16
frasifrasi said:
I see you were just providing an example?

That's why I said "Most of the remaining terms cancel in the limit. For example,"

Thanks for the help!

You're welcome. I'm marking this as solved.
 

FAQ: How simplifying this ratio test for series?

1. What is the purpose of simplifying the ratio test for series?

The ratio test for series is used to determine the convergence or divergence of a series. Simplifying the ratio test allows us to determine the behavior of a series more easily and efficiently.

2. How do you simplify the ratio test for series?

To simplify the ratio test, we divide the absolute value of the (n+1)th term by the absolute value of the nth term. Then, we take the limit as n approaches infinity. If the resulting limit is less than 1, the series converges, and if it is greater than 1, the series diverges.

3. Can simplifying the ratio test for series be used for all types of series?

Yes, simplifying the ratio test can be used for all types of series, including infinite series, polynomial series, and trigonometric series. It is a general method for determining the convergence or divergence of a series.

4. What are the advantages of using the ratio test for series?

The ratio test is a powerful tool for determining the convergence or divergence of a series. It can be used for both alternating and non-alternating series, and it is often easier to use than other convergence tests. Additionally, the ratio test provides a definitive answer, unlike other tests that may only give an indication of convergence or divergence.

5. Are there any limitations to using the ratio test for series?

While the ratio test is a useful tool, it does have some limitations. It can only be used on series with positive terms, and it may not work for some types of series, such as series with oscillating terms. In these cases, other convergence tests may need to be used.

Similar threads

Replies
4
Views
612
Replies
1
Views
989
Replies
2
Views
1K
Replies
4
Views
427
Replies
3
Views
1K
Replies
5
Views
1K
Replies
4
Views
982
Back
Top