1

I have some difficulty with showing that the sequence $$ a_n = \frac{\ln(n)}{n^{1/n}} $$ is divergent. Can anyone help me out with this? Thanks!

Newb
  • 17,672
  • 13
  • 67
  • 114
OinkOink
  • 241
  • Have you checked the behavior of the terms $a_n$ as $n\to\infty$? What kind of tests/ checks/ heuristics do you have for whether series converge or diverge? – Eugene Shvarts Apr 21 '15 at 02:26

1 Answers1

2

First we can observe that $n^{1/n}\to1$. In fact $n^{1/n}=e^{\frac{\ln(n)}{n}}$ and $\frac{\ln(n)}{n}\to0$.

Therefore the denominator tends to $1$ while the numerator tends to $+\infty$.

Alamos
  • 1,175