- #1
sphere1
- 1
- 0
- Homework Statement
- Find the limit of (n^n)/n! as n approaches infinity
- Relevant Equations
- (n^n)/n!
I am self-studying Boas and this is a problem from Ch. 1.2. I have developed what I believe is an answer, but I'm not sure it's adequate. The general approach is to show that for all values of n > 1, n^n grows faster than n!, and therefore that (n^n)/n! approaches infinity as n approaches infinity:
1. n^n = n*n*..., and n! = n*(n-1)*(n-2)
2. n^n - n! = (n-n) + (n - (n-1)) + (n - (n-2)) + ... + (n-1) = 0 + 1 + ... + (n-1)
3. As n -> infinity, n^n - n! also approaches infinity, which implies that (n^n)/n! approaches infinity.
I realize that this problem could be solved by using L'Hôpital's rule, but I do not know how to differentiate a factorial. (I realize that it is possible, but I'm trying to solve this problem using my current toolkit.)
1. n^n = n*n*..., and n! = n*(n-1)*(n-2)
2. n^n - n! = (n-n) + (n - (n-1)) + (n - (n-2)) + ... + (n-1) = 0 + 1 + ... + (n-1)
3. As n -> infinity, n^n - n! also approaches infinity, which implies that (n^n)/n! approaches infinity.
I realize that this problem could be solved by using L'Hôpital's rule, but I do not know how to differentiate a factorial. (I realize that it is possible, but I'm trying to solve this problem using my current toolkit.)