Determine whether this series converges: $\sum_{k=1}^{\infty} \frac{\sqrt{k}}{k^2+3}$
I am thinking of using the comparison test to prove that the series converges. I will compare this series to $\frac{1}{k\sqrt{k}}$. Is this correct? I'm not sure how it works. If the comparison test does not work, can you suggest other tests that can be applied here?
You're on the right track. Specifically, note that for all $k \ge 1$, we have $$\frac{\sqrt{k}}{k^2 + 3} < \frac{\sqrt{k}}{k^2}$$ becaues the LHS denominator is strictly larger than the RHS denominator. Then since the RHS simplifies to $$\frac{\sqrt{k}}{k^2} = \frac{1}{k^{3/2}},$$ we see that $$\sum_{k=1}^\infty \frac{\sqrt{k}}{k^2 + 3} < \sum_{k=1}^\infty \frac{1}{k^{3/2}}.$$ Since the sum on the right is convergent, and the sum on the left is obviously positive (because all of its terms are positive), the sum on the left must converge.