0

I need to prove that, it's clearly obvius, but i dont know how to prove that:

$$ \lim_{n\to \infty}n^\frac 1n = 1 $$

Matija
  • 93

2 Answers2

2

Note that $n^{1/n} \geq 1$ for $n\geq 1$ so there is a sequence of non-negative reals $\delta(n)$ s.t. $n^{1/n} = 1 + \delta (n)$ for each $n$. Show that $\delta(n) \to 0$ as $n\to \infty$ by raising both sides to the power of $n$.

FH93
  • 1,198
0

Explicit solution is given in the other answers.

But, it is worth noting that the discrete version of L'Hospital theorem is Stolz-Cesaro theorem (with explicit solution here or here).

In it, take $a_n = \ln n$ and $b_n=n$. Check its conditions and apply it. This will give you $$\lim_{n\to \infty} \frac{\ln n}{n} = 0.$$ Imply the limit you need from this.

ir7
  • 6,249