I want to find the greatest value of $n^{1/n}$ where n is a natural number without using calculus
As n tends to infinity $n^{1/n}$ will get very small.
$3^{1/3}$ looks like the largest because $1^1<2^{1/2}<3^{1/3}>4^{1/4}$
The only thing I could think of was using binomial theorem to prove that
${(n)}^{1/n}>(n+1)^{1/{(n+1)}}$ for $n \ge 3$
However, after applying the binomial theorem, I am not able to prove the inequality.
Is using binomial theorem, not the right approach?
What could be the other approach?
Can anybody help?