$$\sum_{n=1}^\infty = \frac{(n^{2/3})}{1+2n}$$
Determine whether the series is divergent or convergent, and if convergent, then whether absolutely or conditionally convergent:
I used the ratio test to determine this answer, But my result is that the limit is simply 1. meaning it is inconclusive. I would just like to know if that is right or perhaps I made a mistake somewhere. thank you.
$$\sum \frac{n^{2/3}}{2n+1}\geq\sum\frac{1}{2n+1}$$
Edit: The series on the right is divergent. Hence, by Basic Comparison Test so is the original series. If you wish to do this using limit comparison test then
Let $$a_n= \frac{n^{2/3}}{2n+1}=\frac{n^{2/3}}{n\left(2+\frac1n\right)}=\frac{1}{n^{1/3}\left(2+\frac1n\right)}$$
Let$$ b_n=\frac{1}{n^{1/3}}$$
Then $$\lim\frac{a_n}{b_n}=\frac{1}{\left(2+\frac1n\right)}=\frac12$$ which is finite and non-zero. Hence, by Limit Comparison Test, $\sum a_n$ diverges. (since $\sum b_n$ diverges)