$$\sum_{n=1}^\infty\frac{(-1)^n}{\sqrt{n}}$$
I did:
$$\lim_{n\to \infty}\Biggr\vert\frac{(-1)^n}{\sqrt{n}}\Biggr\vert$$ $$\lim_{n\to \infty}\frac{1}{n^\frac{1}{2}}=0<1$$
So diverges by the Ratio Test, right?
And have this series:
$$\sum_{n=1}^\infty \bigg(\frac{3n^3+2}{2n^4+1}\bigg)^n$$
I solved and found:
$$\lim_{n\to \infty}\frac{n^4(\frac{3}{n}+\frac{2}{n^4})}{n^4(2+\frac{1}{n^4})}=0<1$$
So is absolutely convergent by the Root Test, right?
But the answers options are:
A)Conditionally convergent and absolutely convergent.
B)Both are absolutely convergent.
C)Both are divergent.
D)Conditionally convergent and divergent.
None matches with my answers. Where am I going wrong?
Applying the ratio test to the first series is about computing the limit$$\lim_{n\to\infty}\frac{\left\lvert\frac{(-1)^{n+1}}{\sqrt{n+1}}\right\rvert}{\left\lvert\frac{(-1)^n}{\sqrt n}\right\rvert}=\lim_{n\to\infty}\frac{\sqrt n}{\sqrt{n+1}}.$$But this limit is equal to $1$ and therefore the ratio test is inconclusive. Actually, the series converges conditionaly by the alternate series test, but it doesn't converge absolutely.
You are right about the second series.