0

I am trying to use the comparison test to determine whether the following infinite series converges.

$$\sum_{n=1}^\infty \frac{1}{\sqrt{n^3+2n-1}}$$

$$\frac{1}{\sqrt{n^3}} > \frac{1}{\sqrt{n^3+2n-1}} $$

Is there a way to show that $1/\sqrt{n^3}$ converges? I used Wolfram|Alpha and it told me it does.

Quaxton Hale
  • 1,258

2 Answers2

3

Yes. The $p$-series theorem says $$\sum_{n=1}^\infty {1\over n^p} < \infty$$ iff $p > 1$.

ncmathsadist
  • 49,383
1

The power of the denominator is above 1, so it converges. If my memory serves me correctly, it is only necessary to look at the highest-power term (in this case $n^3$). We know that $\sqrt{n^3} = n^{3/2}$, which grows faster than n... Remember, n is the boundary - a higher order denominator will converge, while a lower order denominator will diverge.

Eric
  • 317