Convergence of Series: Ratio Test vs. Comparison Test

  • Thread starter Thread starter rcmango
  • Start date Start date
  • Tags Tags
    Series Test
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 3K views
rcmango
Messages
232
Reaction score
0

Homework Statement



Does this series converge or diverge. n=1 SIGMA infinity ( (n+1)^n / ( n^(n+1) ) )

this could also be changed to lim n-> infinity (1 + 1/n)^n , but then i ask, where the n+1 in the original equation has went?

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Since those are all positive numbers, I would be inclined to use the root test:
[tex]^n\sqrt{\frac{(n+1)^n}{n^{n+1}}}= \frac{n+1}{n^\frac{n+1}{n}}[/itex]<br /> If the limit of that is less than 1, then the series converges.<br /> <br /> As to "where did the n+1 go", how did you get "lim (1+ 1/n)^n"?[/tex]
 
The summand can be expressed as [tex]\frac{ \left( 1 + \frac{1}{n} \right)^n }{n}[/tex], but that doesn't really help anyway.

Halls, the root test returns 1, ie inconclusive. I haven't gone through with the calculations but I would try the ratio test next.
 
Gib Z said:
The summand can be expressed as [tex]\frac{ \left( 1 + \frac{1}{n} \right)^n }{n}[/tex], but that doesn't really help anyway.

expressing the summand as [tex]\frac{ \left( 1 + \frac{1}{n} \right)^n }{n}[/tex] does help, you just have to give up finding a test but consider finding a divergent minorante.
[tex]\frac{1}{n} < \frac{ \left( 1 + \frac{1}{n} \right)^n }{n}[/tex] and we know that
[tex]\sum_{n=1}^{\infty} \frac{1}{n} = \infty[/tex]
 
Okay, so this problem should be approached by the ratio test. We know it diverges, and i believe so because 1/n is a harmonic series.

also, dalle, it looks though that may be similar to the comparison test then?

and "As to "where did the n+1 go", how did you get "lim (1+ 1/n)^n"?" it was a hint given by the problem and it also is equal to e.
i'm still confused by this.

thankyou for all the help so far.