Prove that $$\lim_{n\rightarrow \infty} n^{\frac{1}{n}} = 1$$
Hint: write $$n^{\frac{1}{n}} = 1 + \epsilon_n, 0 < \epsilon_n $$ then $$n = (1+\epsilon_n)^n > 1 + \frac{n(n+1)}{2}\epsilon_n^2$$ by the binomial theorem.
I am not sure how to establish this result. The only manipulation I see is taking $\frac{1}{n}$ on both sides of the inequality in the hint, but I do not see how that can help me establish a result.
If $ n^{\frac{1}{n}} = 1 + \epsilon_n, $ then by taking $n$th powers, we know that $ n = (1 + \epsilon_n)^n $ and so $$ n = (1 + \epsilon_n)^n = 1 + \binom{n}{1} \epsilon_n + \binom{n}{2} \epsilon_n ^2 + \cdots > 1 + \binom{n}{2} \epsilon_n ^2 = 1 + \frac{n(n+1)}{2} \epsilon_n ^2 $$ and therefore.....
$$ 0 < \epsilon_n < \sqrt{ \frac{2(n-1)}{n(n+1)} } $$ But, what happens if we look at the limit as $n \to \infty$? Then, $\epsilon_n \to 0$, and so $n^{\frac{1}{n}} \to 1$.