Possible Duplicate:
$\lim_{n \to +\infty} n^{\frac{1}{n}} $
I know that
$$\lim_{n\rightarrow\infty}\sqrt[n]n=1$$
and I can imagine that $n$ grows linearly while $n$th root compresses it exponentially and therefore the result is $1$, but how do I calculate it?
Perhaps one of the most elementary ways to prove it: since $\,n\geq 1\,\,\forall n\in\mathbb{N}\,$ , we can put$$\sqrt[n]{n}=1+c_n\,,\,c_n\geq0\Longrightarrow n=(1+c_n)^n\geq \frac{n(n-1)}{2}c_n^2$$using the binomial expansion ,so that$$0<c_n\leq\sqrt\frac{2}{n-1}$$and now just apply the squeeze theorem and get $\,c_n\to 0\,$, which is precisely what we need.