Sequence limit (factorial derivative?)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 4K views
carlosbgois
Messages
66
Reaction score
0

Homework Statement



Find the limit of the sequence given by [itex]S_{n}=\frac{n^{n}}{n!}[/itex]

Homework Equations



[itex]lim_{n->∞}\frac{n^{n}}{n!}[/itex]

The Attempt at a Solution



I know the sequence diverges, but that doesn't mean the limit is also ∞, right?
 
Physics news on Phys.org
carlosbgois said:

Homework Statement



Find the limit of the sequence given by [itex]S_{n}=\frac{n^{n}}{n!}[/itex]

Homework Equations



[itex]lim_{n->∞}\frac{n^{n}}{n!}[/itex]

The Attempt at a Solution



I know the sequence diverges, but that doesn't mean the limit is also ∞, right?

Either the function f(n) = n^n / n! converges, or else f(n) → +∞ or f(n) → -∞ or else f(n) "oscillates" as n → ∞ in such a way that f(n) does not approach a definite value---not even ± ∞. You need to decide which applies here.

RGV
 
Thank you both. As the numerator grows faster, and it's a divergence sequence, then the limit is +∞. Now, where may I start to formally prove it?
 
Yes, I can. For instance, I just evaluated [itex]lim_{n->∞}\frac{3^{n}}{(n+3)!}[/itex] as being 0 by showing that [itex]\forall x \geq 0, (n+3)!>3^{n}[/itex]. In a similar way, I may show that [itex]n^{n}>n![/itex] in the same interval.

It just seems to me that this method isn't rigorous enough, you know? As an example, 3>1 is true, but that does't mean that [itex]lim_{x->∞}\frac{x}{3x}=0[/itex]

Thank you
 
Yes, I do, but this seems as an intuitive approach, to me. Isn't it?

Just to be sure I got the concepts correctly: Let [itex]s_{n}=\frac{3^{n}}{(n+3)!}[/itex]. Then, [itex]s_{1}, s_{2}, ..., s_{n}[/itex] is a sequence, and the partial sum is [itex]S_{x}=s_{1}+s_{2}+...+s_{x}[/itex]. That being said, when I say I want to know the limit of the sequence [itex](lim_{n->∞}\frac{3^{n}}{(n+3)!})[/itex], I'm evaluating the "last" term, [itex]s_{n}[/itex], not the sum to the "last" term, [itex]S_{n}[/itex] right?

Many thanks
 
dextercioby said:
Can you prove that, for n>3

[tex]n^n > \frac{n^n}{n!} > n +1[/tex] ?

May it be done by induction? It clearly holds for n=3, then I assume it also holds for n=j, and show it's also valid for n=j+1. (Sorry, no paper and pen around right now, I'll try it as soon as I can)

Thanks