I'm trying to compute ( or at least prove convergence/divergence) of $$\sum_{n=1}^{\infty} (-1)^{n} \frac{n}{\sqrt{n^3+2}}$$
But I can't get the root or ratio test to work..... Nor am I sure how to use the integral test in this scenario. Any hints?
I'm trying to compute ( or at least prove convergence/divergence) of $$\sum_{n=1}^{\infty} (-1)^{n} \frac{n}{\sqrt{n^3+2}}$$
But I can't get the root or ratio test to work..... Nor am I sure how to use the integral test in this scenario. Any hints?
Conditional convergence: The sequence $a_n:=\frac{n}{\sqrt{n^3+2}}$ is positive, monotonically decreasing and have limit $0$ when $n\to\infty$, so the series $$ \sum_{n=0}^\infty(-1)^n\frac{n}{\sqrt{n^3+2}} $$ is convergent by Leibniz criterion.
Absolute convergence: We need to check if $\sum_{n=0}^\infty a_n$ is convergent. It is not. To prove it notice that $a_n\sim n^{-1/2}$ and conclude with the limit comparison test since the series $\sum_nn^{-1/2}$ is divergent (by the $p$-series test).