Limit as n->infinity of (n^n)/n

  • Thread starter Thread starter Potatochip911
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit of the expression ##\lim_{n\to\infty} \dfrac{n^n}{n!}##, which falls under the subject area of limits and factorials in calculus. Participants are exploring various methods to analyze the behavior of this limit as n approaches infinity.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss using the ratio test, logarithmic transformations, and Stirling's approximation as potential methods for evaluating the limit. There are attempts to establish bounds for the expression and questions about the validity of using induction in this context. Some participants express confusion regarding the application of certain techniques and the reasoning behind their approaches.

Discussion Status

The discussion is active, with participants offering various suggestions and expressing uncertainty about certain methods. Some guidance has been provided regarding bounding the expression and using estimates, but there is no explicit consensus on a single approach. Participants continue to explore different lines of reasoning and clarify their understanding of the problem.

Contextual Notes

Some participants mention constraints related to their current studies, such as not having covered induction yet, which influences their approach to the problem. There is also a recognition of the need for a clearer understanding of the divergence of the sequence involved.

Potatochip911
Messages
317
Reaction score
3

Homework Statement


Evaluate the limit ##\lim_{n\to\infty} \dfrac{n^n}{n!}##

Homework Equations


Ratio test: ##a_{n+1}*\dfrac{1}{a_n}##

The Attempt at a Solution


I was having trouble evaluating this so I tried to use the ratio test which unfortunately leads to ##\lim_{n\to\infty} \dfrac{n}{n+1}## which just ends up being 1 which does not tell me whether the series is convergent or divergent. Alternatively I tried looking at it like this but I couldn't see where to go from there $$\lim_{n\to\infty} \frac{n}{1} \frac {n}{2} \frac {n}{3} \cdots \frac{n}{n} $$
 
Physics news on Phys.org
You can use either the last expression that you gave to bound the expression from below by a diverging function, or you can take the logarithm of everything and apply Stirling's approximation.
 
Orodruin said:
You can use either the last expression that you gave to bound the expression from below by a diverging function, or you can take the logarithm of everything and apply Stirling's approximation.
Sorry I'm quite lost as to how I would go about finding a boundary for this function, is there a theorem or something I should be aware of?
 
Hi potatochip911,
n^n/n! = (n*n*...n)/(1*2*...n)
(n+1)^(n+1)/(n+1)! = (n+1)(n+1).../(1*2*...(n+1)),
Hope this makes it easier, you can take out (n+1) from the second and compare the two series, and use induction, if the n^n/n! Is divergent then so is (n+1)^(n+1)/(n+1)!
 
Potatochip911 said:
Sorry I'm quite lost as to how I would go about finding a boundary for this function, is there a theorem or something I should be aware of?

How about n/k > 1 for n > k?
 
Noctisdark said:
Hi potatochip911,
n^n/n! = (n*n*...n)/(1*2*...n)
(n+1)^(n+1)/(n+1)! = (n+1)(n+1).../(1*2*...(n+1)),
Hope this makes it easier, you can take out (n+1) from the second and compare the two series, and use induction, if the n^n/n! Is divergent then so is (n+1)^(n+1)/(n+1)!
I don't think I'm allowed to use induction to solve these problems.

Orodruin said:
How about n/k > 1 for n > k?
Can I just do this? $$\frac{n^2}{2} < \frac{n^n}{n!} \mbox{on the interval} [1,\infty] \\ \lim_{n\to\infty} \frac{n^2}{2}=\infty$$ and then since a function smaller function diverges the original must also diverge? Edit: I think I messed this up again I keep thinking in terms of sums
 
Potatochip911 said:
Can I just do this? $$\frac{n^2}{2} < \frac{n^n}{n!} \mbox{on the interval} [1,\infty] \\ \lim_{n\to\infty} \frac{n^2}{2}=\infty$$ and then since a function smaller function diverges the original must also diverge?

You can even do this: ##n = n/1 < n^n/n!##
 
Potatochip911 said:
I don't think I'm allowed to use induction to solve these problems.Can I just do this? $$\frac{n^2}{2} < \frac{n^n}{n!} \mbox{on the interval} [1,\infty] \\ \lim_{n\to\infty} \frac{n^2}{2}=\infty$$ and then since a function smaller function diverges the original must also diverge? Edit: I think I messed this up again I keep thinking in terms of sums

You don't need induction, although it's perfectly valid to use induction for any maths problem - unless it's explicitly stated that you can't. Anyway, back to your problem. Where did you get ##n^2/2## from?

##n^n## and ##n!## both have ##n## terms; ##n^n## is clearly much larger than ##n!## as ##n## increases. So, all you need is a crude estimate. There is, in fact, a very simple estimate. Can you spot it?

PS: I see Orodruin beat me to it!

PPS: You are also allowed to calculate some values. For example, if you tried n = 5, you'd see that:

##5! = 120## whereas ##5^5 = 25 \times 125##

So, it should be fairly obvious from that where this sequence is heading!
 
Last edited:
PeroK said:
Where did you get n^2/2 from?

I would say he used the first two factors of:
Potatochip911 said:
$$\lim_{n\to\infty} \frac{n}{1} \frac {n}{2} \frac {n}{3} \cdots \frac{n}{n} $$
rather than just the first.

Edit: Of course, this does not tell you how fast it diverges. Stirling's approximation will do that for you (and you should find that it diverges exponentially).
 
  • #10
Orodruin said:
You can even do this: ##n = n/1 < n^n/n!##
Okay I will keep that in mind for the future.

PeroK said:
You don't need induction, although it's perfectly valid to use induction for any maths problem - unless it's explicitly stated that you can't. Anyway, back to your problem. Where did you get ##n^2/2## from?

##n^n## and ##n!## both have ##n## terms; ##n^n## is clearly much larger than ##n!## as ##n## increases. So, all you need is a crude estimate. There is, in fact, a very simple estimate. Can you spot it?

PS: I see Orodruin beat me to it!

PPS: You are also allowed to calculate some values. For example, if you tried n = 5, you'd see that:

##5! = 120## whereas ##5^5 = 25 \times 125##

So, it should be fairly obvious from that where this sequence is heading!
Yea its just I'm going through a textbook from start to finish and we haven't touched on induction yet so I didn't want to use it. Thanks for the help guys!
 

Similar threads

Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K