0

Investigate convergence of $\sum_{n=1}^\infty \frac{\ln(n)}{n}$

I applied nth term test and was inconclusive.

I tried ratio test but I don't know how to evaluate the limit. I think it is 1 therefore also inconclusive.

Anyone have any ideas?

user2250537
  • 1,101

2 Answers2

1

Hint 1: $(n > e) \Rightarrow \ln n > 1$

Hint 2: Neglecting finite number of elements from a series doesn't change it's convergence.

Tacet
  • 1,879
1

Because the sequence defining this series is eventually monotonically decreasing (that is, there exists a point after which the sequence is monotonically decreasing), we can apply the Cauchy condensation test: $$\sum_{n=3}^\infty 2^n \frac{\ln(2^n)}{2^n}=\ln(2)\sum_{n=3}^\infty n= \infty$$

Therefore $\sum_{n=1}^\infty \frac{\ln(n)}{n}=\infty$.

Squirtle
  • 6,698