Convergence / Divergence of a series

Click For Summary

Homework Help Overview

The discussion revolves around the convergence or divergence of the series ∑(n^5/n^n) as n approaches infinity. Participants are exploring various methods to analyze the series, particularly focusing on the ratio test and the comparison test.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Some participants attempt the ratio test and express uncertainty about the limit's behavior as n approaches infinity. Others suggest using the comparison test and provide reasoning for their choice.

Discussion Status

Participants are actively engaging with the problem, offering different methods and questioning the validity of the approaches taken. There is a mix of agreement on the use of the ratio test and suggestions for alternative methods, but no consensus on the final conclusion yet.

Contextual Notes

Some participants note the importance of demonstrating why certain limits behave as they do, while others express concern about providing too much help. The discussion reflects a range of understanding regarding the application of tests for convergence.

goraemon
Messages
65
Reaction score
4

Homework Statement


Does the following series converge or diverge? ##∑\frac{n^5}{n^n}## (as n begins from 1 and approaches infinity)


Homework Equations


Ratio test?


The Attempt at a Solution



For your reference, thus far I have learned about the geometric series, the limit test, comparison test, a bit about cauchy condensation test, and the ratio test. Thanks for your time.

I tried using the ratio test for this one and ended up getting the following:

##\frac{(n+1)^5}{(n+1)^{n+1}}*\frac{n^n}{n^5}=\frac{n^{n-5}}{(n+1)^{n-4}}=(\frac{n}{n+1})^{n-5}*\frac{1}{n+1}##

(as n approaches infinity)

I'd like to find out if my work is on the right track so far. It certainly seems that the above limit is zero, in which case the original series converges via the ratio test.

Also, please let me know if a different strategy other than the ratio test would've worked out better. Thanks for your time.
 
Physics news on Phys.org
goraemon said:

Homework Statement


Does the following series converge or diverge? ##∑\frac{n^5}{n^n}## (as n begins from 1 and approaches infinity)


Homework Equations


Ratio test?


The Attempt at a Solution



For your reference, thus far I have learned about the geometric series, the limit test, comparison test, a bit about cauchy condensation test, and the ratio test. Thanks for your time.

I tried using the ratio test for this one and ended up getting the following:

##\frac{(n+1)^5}{(n+1)^{n+1}}*\frac{n^n}{n^5}=\frac{n^{n-5}}{(n+1)^{n-4}}=(\frac{n}{n+1})^{n-5}*\frac{1}{n+1}##

(as n approaches infinity)

I'd like to find out if my work is on the right track so far. It certainly seems that the above limit is zero, in which case the original series converges via the ratio test.

Also, please let me know if a different strategy other than the ratio test would've worked out better. Thanks for your time.

I would use the ratio test. And that looks fine. But you should show why that limit is zero. Saying "seems that it does" probably isn't good enough.
 
I would use the comparison test: your general term \frac{n^5}{n^n}=\frac{1}{n^{n-5}}<\frac{1}{n^2}, (for sufficiently large n) a general term whose series is convergent.

Maybe I'm giving too much help here, pm me if you think so and I'll erase it...
 
Last edited:
  • Like
Likes   Reactions: 2 people
Dick said:
I would use the ratio test. And that looks fine. But you should show why that limit is zero. Saying "seems that it does" probably isn't good enough.

Ok right...so clearly ##\frac{1}{n+1}## approaches zero as n approaches infinity...which leaves the other part of the equation:

##(\frac{n}{n+1})^{n-5}##

I'm not sure how to find the limit of this equation as n approaches infinity...since the fraction part of it (without the exponent) approaches 1, does it mean the limit is just 1 as well?

In which case the limit of the whole thing would be 1 * 0 = 0?
 
benorin said:
I would use the comparison test: your general term \frac{n^5}{n^n}=\frac{1}{n^{n-5}}<\frac{1}{n^2}, (for sufficiently large n) a general term whose series is convergent.

Maybe I'm giving too much help here, pm me if you think so and I'll erase it...

Thanks for this! Sometimes I fail to see the forest for the trees...
 
goraemon said:
Ok right...so clearly ##\frac{1}{n+1}## approaches zero as n approaches infinity...which leaves the other part of the equation:

##(\frac{n}{n+1})^{n-5}##

I'm not sure how to find the limit of this equation as n approaches infinity...since the fraction part of it (without the exponent) approaches 1, does it mean the limit is just 1 as well?

In which case the limit of the whole thing would be 1 * 0 = 0?

No, that limit isn't zero. The limit has the form ##1^\infty##. That indeterminant. You can either take the log and use l'Hopital on it, or you could write it in terms of a limit you might recognize (1+1/n)^n. What's the value of that?
 
goraemon said:

Homework Statement


Does the following series converge or diverge? ##∑\frac{n^5}{n^n}## (as n begins from 1 and approaches infinity)


Homework Equations


Ratio test?


The Attempt at a Solution



For your reference, thus far I have learned about the geometric series, the limit test, comparison test, a bit about cauchy condensation test, and the ratio test. Thanks for your time.

I tried using the ratio test for this one and ended up getting the following:

##\frac{(n+1)^5}{(n+1)^{n+1}}*\frac{n^n}{n^5}=\frac{n^{n-5}}{(n+1)^{n-4}}=(\frac{n}{n+1})^{n-5}*\frac{1}{n+1}##

(as n approaches infinity)

I'd like to find out if my work is on the right track so far. It certainly seems that the above limit is zero, in which case the original series converges via the ratio test.

Also, please let me know if a different strategy other than the ratio test would've worked out better. Thanks for your time.

Even easier: let ##t_n = n^5/n^n##, so ##L_n \equiv \ln(t_n) = 5 \ln(n) - n \ln(n)##. For ##n > 7## we have ##L_n < -2 \ln(n)##, hence ##t_n < \exp(-2 \ln(n)) = 1/n^2##, so ##t_n## converges, by the comparison test.
 
  • Like
Likes   Reactions: 1 person
Dick said:
No, that limit isn't zero. The limit has the form ##1^\infty##. That indeterminant. You can either take the log and use l'Hopital on it, or you could write it in terms of a limit you might recognize (1+1/n)^n. What's the value of that?

OK wait, the value of (1+1/n)^n is the definition of ##e##, I think? Which means...
##(\frac{n}{n+1})^{n-5}=\frac{1}{e}## as n goes to infinity?

So then, continuing from the original post...
##Lim_{n\rightarrow\infty}[(\frac{n}{n+1})^{n-5}*\frac{1}{n+1}]## becomes ##\frac{1}{e}*0=0##?
 
goraemon said:
OK wait, the value of (1+1/n)^n is the definition of ##e##, I think? Which means...
##(\frac{n}{n+1})^{n-5}=\frac{1}{e}## as n goes to infinity?

So then, continuing from the original post...
##Lim_{n\rightarrow\infty}[(\frac{n}{n+1})^{n-5}*\frac{1}{n+1}]## becomes ##\frac{1}{e}*0=0##?

Yes, that's it.
 
  • Like
Likes   Reactions: 1 person

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
14
Views
2K