Convergence of $\sum\frac{1}{n(\log(n))^c}$

685 Views Asked by At

Analyze the convergence of $$\sum\frac{1}{n(\log(n))^c}.$$

I know that it diverges for $c\leq1$ by using comparision test and integral test for convergence through the $$\int_{2}^{\infty}\frac{1}{x\log x}dx= \log(\log(\infty))-\log(\log2)$$

I also have a gut feeling that it converges for $c>1$ but not able to prove so. Please try explaining through less exotic methods by not resorting to weird convergence test theorem. Thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

By Cauchy condensation test

$$ 0 \ \leq\ \sum_{n=1}^{\infty} f(n)\ \leq\ \sum_{n=0}^{\infty} 2^{n}f(2^{n})\ \leq\ 2\sum_{n=1}^{\infty} f(n)$$

we have that

$$\sum\frac{1}{n(\log(n))^c}\le \sum\frac{2^n}{2^n(\log(2^n))^c}=\sum\frac1{n^c\log^c 2}$$

0
On

The integral test also works: by substitution, we have $$\int_{2}^\infty \frac{\mathrm d t}{t\,\ln^ct}=-\frac 1{(c-1)\ln^{c-1}t}\Biggr|_2^\infty=0+\frac1{(c-1)\ln^{c-1}2}\quad\text{ if }\;c>1.$$