Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I'm trying to find $$\lim_{n\to\infty}\frac{n}{\sqrt[n]{n!}} .$$

I tried couple of methods: Stolz, Squeeze, D'Alambert

Thanks!

Edit: I can't use Stirling.

share|improve this question
2  
Hint: Stirling. – Did Mar 22 '11 at 11:58
3  
@Didier: Thank you for the comment, but unless you ment the city in scotland, I didn't study stirling method yet. – user6163 Mar 22 '11 at 12:00
4  
Try taking the natural log and finding the limit of that. – Becca Winarski Mar 22 '11 at 12:02
5  
Second try: Stirling formula. – Did Mar 22 '11 at 12:06
2  
This is (after a slight modification) Problem 1.2.2 from Radulescu, Radulescu, Andreescu: Problems from Real Analysis, p.8. – Martin Sleziak Oct 19 '11 at 12:28
show 8 more comments

4 Answers

up vote 32 down vote accepted

Let $\displaystyle{a_n=\frac{n^n}{n!}}$. Then the power series $\displaystyle{\sum_{n=1}^\infty a_n x^n}$ has radius of convergence $R$ satisfying $\displaystyle{\frac{1}{R}=\lim_{n\to \infty} \sqrt[n]{a_n}=\lim_{n\to\infty}\frac{a_{n+1}}{a_n}}$, provided these limits exist. The first limit is what you're looking for, and the second limit is $\displaystyle{\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^n}$.

Added: I just happened upon a good reference for the equality of limits above, which gives a more general result which is proved directly without reference to power series. Theorem 3.37 of Rudin's Principles of mathematical analysis, 3rd Ed., says:

For any sequence $\{c_n\}$ of positive numbers, $$\liminf_{n\to\infty}\frac{c_{n+1}}{c_n}\leq\liminf_{n\to\infty}\sqrt[n]{c_n},$$ $$\limsup_{n\to\infty}\sqrt[n]{c_n}\leq\limsup_{n\to\infty}\frac{c_{n+1}}{c_n}.$$

In the present context, this shows that $$\liminf_{n\to\infty}\left(1+\frac{1}{n}\right)^n\leq\liminf_{n\to\infty}\frac{n}{\sqrt[n]{n!}}\leq\limsup_{n\to\infty}\frac{n}{\sqrt[n]{n!}}\leq\limsup_{n\to\infty}\left(1+\frac{1}{n}\right)^n.$$ Assuming you know what $\displaystyle{\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^n}$ is, this shows both that the limit in question exists (in case you didn't already know by other means) and what it is.


From the comments: User9176 has pointed out that the case of the theorem above where $\displaystyle{\lim_{n\to\infty}\frac{c_{n+1}}{c_n}}$ exists follows from the Stolz–Cesàro theorem applied to finding the limit of $\displaystyle{\frac{\ln(c_n)}{n}}$. Explicitly, $$\lim_{n\to\infty}\ln(\sqrt[n]{c_n})=\lim_{n\to\infty}\frac{\ln(c_n)}{n}=\lim_{n\to\infty}\frac{\ln(c_{n+1})-\ln(c_n)}{(n+1)-n}=\lim_{n\to\infty}\ln\left(\frac{c_{n+1}}{c_n}\right),$$ provided the latter limit exists, where the second equality is by the Stolz–Cesàro theorem.

share|improve this answer
+1: Very nice. Didn't know that trick (obviously). – t.b. Mar 22 '11 at 13:33
I tried to use that but I wasnt smart enough to change the original series. thanks jonas. – user6163 Mar 22 '11 at 13:35
@Theo: Thanks. @Nir: I know that this can be stated without explicit reference to power series and radii of convergence, but this answer reveals my bias toward thinking of power series. Is this what you meant by "delambre"? Do you have a reference for Delambre's theorem? (My internet searching isn't successful.) – Jonas Meyer Mar 22 '11 at 13:48
@jonas: Yeah, this is what I ment. I really tried to look for a reference for that in english but I couldn't find anything that relates to this specifically, I'm sorry. – user6163 Mar 22 '11 at 13:58
1  
Just a short comment, the mentioned Theorem is just the Stolz-Cezaro theorem applied to $\frac{\ln (a_n)}{n}$. – N. S. Apr 10 '11 at 5:53
show 8 more comments

This is going to be a bit difficult (since apparently lots of things aren't allowed). Here's how I would do it (this is far from a complete solution but just a couple of hints):

I hope you know that $e = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^{n}$ (this is often taken as the definition of $e$).

You can show easily that the sequence $c_{k} = \left(1 + \frac{1}{k}\right)^k$ is monotonically increasing and that the sequence $d_{k} = \left(1 + \frac{1}{k}\right)^{k+1}$ is monotonically decreasing. This gives the squeezing $$\displaystyle \left(1 + \frac{1}{k}\right)^k = c_k \lt e \lt d_k = \left(1 + \frac{1}{k}\right)^{k+1}.$$

By taking the products $c_{1} c_{2} \cdots c_{n}$ and $d_{1} d_{2} \cdots d_{n}$ you can then show $$\displaystyle \frac{(n+1)^n}{n!} \lt e^n \lt \frac{(n+1)^{n+1}}{n!} $$ using a few manipulations.

Now extract roots on both sides of the last inequalities and you're there.

share|improve this answer

If $f(n)=\frac{n}{\sqrt[n]{n!}}$ and $g(n) = f(n)^n$ then

$$g(n) = \frac{n^n}{n!}$$

and taking the ratio of terms, removing the factorials and using $\frac{n+1}{n} = 1+\frac{1}{n}$,

$$ \frac{g(n+1)}{g(n)} = \left(1 + \frac{1}{n}\right)^n $$

You may recognise this as having a limit of $e$. It implies

$$\lim_{n \to \infty} \frac{g(n+1)}{g(n)} \frac{1}{e} = 1$$

and so multiplying a string of these together

$$\lim_{n \to \infty} \frac{g(n)}{e^n h(n)} = 1$$

for some function $h(n)$ which grows more slowly than $e^n$ or decays more gently than $e^{-n}$, [not that it matters, but $h(n)$ is about $1/\sqrt{2 \pi n}$] so taking the $n$-th root

$$\lim_{n \to \infty} \frac{f(n)}{e} = \lim_{n \to \infty} h(n)^{1/n} = 1$$

and so $\lim_{n \to \infty} f(n) = e$.

share|improve this answer

By applying Cauchy-d'Alembert criterion we get that:

$$\lim_{n\to\infty} \frac{n}{n!^{\frac{1}{n}}}=\lim_{n\to\infty}\left(\frac{n^n}{n!}\right)^{\frac{1}{n}} = \lim_{n\to\infty} \frac{(n+1)^{(n+1)}}{(n+1)!}\cdot \frac{n!}{n^n} = \lim_{n\to\infty} \frac{(n+1)^n}{n^n} =\lim_{n\to\infty} {\left(1+\frac{1}{n}\right)^{n}}=e. $$

Q.E.D.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.