Finding whether the series $$\sum^{\infty}_{n=1}\frac{2}{n(1+\ln(n))^{3}}$$ is converges or Diverges.
I am trying to solve it using Integral test
Let $\displaystyle f(x)=\frac{2}{x(1+\ln(x))^3}=\frac{(1+\ln(x))^{-3}}{x}.$
Then $\displaystyle f'(x)=\frac{x\cdot -3(1+\ln(x))^{-4}\cdot \frac{1}{x}-(1+\ln(x))^{-3}}{x^2}<0$ for all $x\geq 1$
So function is decreasing function
Also $$\int^{\infty}_{1}\frac{1}{x(1+\ln(x))^{3}}dx$$
Put $1+\ln(x)=t$ and $\displaystyle \frac{1}{x}d=dt$ and changing limits
$$\int^{\infty}_{1}t^{-3}dt=-\frac{1}{t^2}\bigg|^{\infty}_{2}=0.25$$ which is finite no.
So the series is converges
What i have try is right or not. If not Then please tell me How to solve it . Thanks