3

Test for convergence $$\sum_{n = 2}^\infty \frac{1}{(n+1)\ln^2(n+1)}$$

Here's my attempt! I decided to use the integral test for this.

$$\frac{1}{(n+1)\ln^2(n+1)} > \frac{1}{(n+1)^2\ln^2(n+1)}$$

Set $f(x) = \dfrac{1}{x\ln(x)}$ and let $x = (n + 1)^2$

$$\int_9^\infty\frac{1}{x\ln(x)}dx = \int_{\ln(9)}^\infty\frac{du}{u} = \ln(u)_{\ln(9)}^\infty = \infty$$

Brian
  • 437
  • 4
  • 12

2 Answers2

2

You can use Integral test for convergence for

$$f(x)=\frac{1}{x\ln^2x}$$

$f$ is monotone decreasing on $[1,\infty)$, so series converges to a real number if and only if the improper integral:

$$\int_{1}^{\infty} f(x)dx$$

is finite.

But this integral is finite, because:

$$\int \frac{1}{x\ln^2x}dx=-\frac{1}{\ln x}$$

agha
  • 10,038
1

Since $\frac{1}{k \log^2 k}$ is a strictly decreasing function for $k \geq 2$, we can use the integral test and compare it to $\int_{1}^{\infty} \frac{dx}{x \log^2 x}$ to see if it converges.

Alex
  • 19,262