3

Problem: Is it convergent or not ?$$\sum_{n=1}^\infty \frac {\log n}{n}$$

Solution:$$ \lim_{n\to\infty} \frac {\log n}{n}=0$$

So it can be convergent or divergent

Other tests are not looking good

please help

rst
  • 2,031
  • 3
    A more general result say that series of the form $\sum \frac{1}{n^{\alpha} (\log n)^\beta }$ converges if and only if ($\alpha >1$) or ($\alpha = 1$ and $\beta >1$). – user37238 Sep 18 '13 at 08:06

5 Answers5

6

Or not.

Use the fact that $\frac{\log n}n\geqslant\frac1n$ for every $n\geqslant3$ and the fact that the harmonic series $\sum\limits_{n\geqslant1}\frac1n$ diverges.

Did
  • 279,727
5

Integral test $$ \int_1^\infty \frac {\ln x}x dx = \left . \frac {\ln^2 x}2 \right |_1^\infty \to \infty $$ therefore divergent.

Kaster
  • 9,722
2

Hint: $$\frac{\log{n}}{n} > \frac{1}{n}$$ for any $n > 2$. What can you say about $\sum_{n = 0}^{\infty} \frac{1}{n}$?

1

Hint: For all $n\geq 3$, we have that $\log(n)\geq 1$. Use the comparison test.

Zev Chonoles
  • 129,973
1

Hint: use Cauchy condensation test

Myshkin
  • 35,974
  • 27
  • 154
  • 332