3

Check whether or not $\sum_{n=1}^{\infty}{1\over n\sqrt[n]{n}}$ converges.

I tried few things but it wouldn't work out. I would appreciate your help.

3 Answers3

8

Since $\lim_{n\to\infty}\sqrt[n]n=1$ then for sufficiently large $n$ we have

$$\frac1{n\sqrt[n]n}\ge \frac1{2n}$$ Can you take it from here?

3

$\require{cancel}$

Using the limit comparison test with the harmonic series we see

$$\lim_{n\to\infty} {\cancel{(1/n)}\cdot 1\over \cancel{(1/n)}\sqrt[n]{n}}=1$$

hence the series diverges since the harmonic series does.

Adam Hughes
  • 36,777
1

$$n \cdot n^{1/n} = n e^{\log{n}/n} = n \left [ 1+ \frac{\log{n}}{n} + O\left ( \frac{\log^2{n}}{n^2} \right ) \right ] = n + \log{n}+ O\left ( \frac{\log^2{n}}{n} \right ) $$

Now,for sufficiently large $n$ (i.e., $n \gt 4$), $n+\log{n} \lt n \log{n} $, so the sum is larger than

$$\sum_{n=2}^{\infty} \frac1{n \log{n}} $$

which diverges.

Ron Gordon
  • 138,521