If $n \geq 2$ is an integer, show
$n^{1/n} = 1 + h$; where $h \leq \sqrt{ \dfrac{2}{n-1}}$
Then Deduce that: $\lim\limits_{n \to \infty} n^{1/n} = 1$
Hint: Since $n>1$, $n^{1/n}>1$. So, $n^{1/n}=1+h$ for some $h>0$. Hence, $n=(1+h)^n$. Then use the binomial theorem to show that
$(1+h)^n \geq \dfrac{n(n-1)}{2} h^2$.
Thus, deduce that $h \leq \sqrt{ \dfrac{2}{n-1}}$
Using the Binomial Theorem:
$$n=(1+h)^n = 1+ nh^1 + \frac{n(n-1)}{2}h^2 + ... + nh^{n-1} + h^n$$
I see that $n \geq\dfrac{n(n-1)}{2}h^2$, it looks very obvious but I don't know how to prove it.