Which of the following series is/are convergent?
(a)$\sum_{n\ge2}\frac{1}{n\log n}$
(b)$\sum_{n\ge2}\frac{\log^2 n}{n^2}$
(c)$\sum_{n\ge2}\frac{1}{n\log^2 n}$
(d)$\sum_{n\ge2}\frac{\sqrt{n+1}-\sqrt{n-1}}{n}$
Solution:
(a) $\sum_{n\ge2}\frac{1}{n\log n}$ ~ $\int_{n=2}^{\infty}=+\infty$ and hence this series diverges.
(b)Using cauchy-condensation test we have: $\sum_{n\ge2}\frac{\log^2 n}{n^2}$ converges iff $\sum_{k\ge1}2^k\frac{\log^2 2^k}{2^{2k}}=\sum_{k\ge1}\frac {k^2\log^2 2}{2^{k}}$ converges. Since the series $\sum_{k\ge1}\frac {k^2}{2^{k}}$ converges using ratio test, we have that $\sum_{n\ge2}\frac{\log^2 n}{n^2}$ will converge.
(c)$\sum_{n\ge2}\frac{1}{n\log^2 n}$~$\int_{n=2}^{\infty}\frac{1}{n\log^2 n}$. The integral is finite and hence the series converges.
(d)$\sum_{n\ge2}\frac{\sqrt{n+1}-\sqrt{n-1}}{n}=\sum_{n\ge2}\frac{1}{n(\sqrt{n+1}+\sqrt{n-1})}$. Now, using Limit Comparison Test using the series $\sum_{n=1}^{\infty}\frac{1}{n^{3/2}}$ will work as we get the limit $=\frac{1}{2}$ and hence the series is convergent.
I wanted to make sure, each of the solution/proof above are correct or not?
I wanted to know, if there is any other method other than cauchy-condensation test to solve the convergence/divergence of the series $\sum_{n\ge2}\frac{\log^2 n}{n^2}$ (given in part (b)).
Thanks for the help. Any valuable suggestions are welcome!
Actually, for any $c > 0$, $\dfrac{\ln^c(x)}{x} \to 0$ as $x \to \infty$.
To show this, start with $\dfrac{\ln(x)}{x} \to 0$ as $x \to \infty$.
Then $\dfrac{\ln(x^{1/c})}{x^{1/c}} \to 0$ as $x \to \infty$.
But
$\begin{array}\\ \dfrac{\ln^c(x)}{x} &=\left(\dfrac{\ln(x)}{x^{1/c}}\right)^c\\ &=\left(\dfrac{c\ln(x^{1/c})}{x^{1/c}}\right)^c\\ &=c^{1/c}\left(\dfrac{\ln(x^{1/c})}{x^{1/c}}\right)^c\\ &\to 0\\ \end{array} $