Prove $\sum\limits_{n=2}^\infty \frac {1} {\ln{n}}$ is divergent.

287 Views Asked by At

Evaluate if the following series is convergent or divergent: $\sum\limits_{n=2}^\infty \frac {1} {\ln{n}}$.

I solved the problem using Weierstrass's comparison theorem once the integral would get messy:

$n+c\geqslant \ln(n)$, where $c$ is a constant. We can check that $$\frac{d\ln(x)}{dx}=\frac{1}{x}<1=\frac{dy}{dx},$$ for $y=x$ and $x\in\mathbb{N}$, which shows that $\ln(n)$ grows slower than $n$.

Then $$\sum\limits_{n=2}^\infty \frac {1} {{n}} <\sum\limits_{n=2}^\infty \frac {1} {{n}+c}<\sum\limits_{n=2}^\infty \frac {1} {\ln{n}},$$ proving the series diverge.

Question:

Is my answer right? If not why? What are other possibilities?

Thanks in advance!

4

There are 4 best solutions below

0
On BEST ANSWER

You can simply say that $(\forall n\in\mathbb{N}):\ln n<n$ and that therefore$$\sum_{n=2}^\infty\frac1{\ln n}\geqslant\sum_{n=2}^\infty\frac1n=+\infty.$$

0
On

Use that $$n>\log(n)$$ for $n>0$

0
On

Use the fact that $$n>\log(n)$$ So that we get $$\sum_{n=2}^\infty\frac{1}{\ln n}> \sum_{n=2}^\infty\frac{1}{n}=\infty$$

0
On

Use Cauchy's condensation test with $2^n > n$. (Easily proved by induction/binomial theorem.)

$$2^n a_{2^n} = \frac{2^n}{\ln 2^n} = \frac{2^n}{n \ln 2} > \frac{1}{\ln2}$$

So the series diverges.