1

By using the fact that $\log(n)<<n$,evaluate $$\lim_{n\to \infty} n^{1/n}$$

How to use $\log(n)<<n$ to evaluate that?

user
  • 154,566
miny
  • 9

1 Answers1

3

HINT

Use that

$$\large {(\log n)^\frac1n = e^{\frac{\log n}n}}$$

user
  • 154,566
  • thank you,i got it. – miny Nov 01 '18 at 09:33
  • 1
    @miny Well done! You are welcome. That's a standard trick for the manipulation of expressions like $f(x)^{g(x)}$ in calculus with $f(x)>0$. Keep that in mind! Bye – user Nov 01 '18 at 09:36