4

I need to prove that series are divergent/convergent:

$\displaystyle\sum_{n=2}^{\infty}(n\sqrt{n}-\sqrt{n^3-1})$

I tried using Limit comparison (with $1/n$), Root and Ratio tests, but they gave no result. With integral test I was left with $\displaystyle\int_{2}^{\infty}\sqrt{n^3-1}\mathrm dn$.

Any suggestions? Should I use comparison test, with different series? Thanks.

2 Answers2

7

Hint: $$\sqrt{n^3}-\sqrt{n^3-1} = \frac{1}{\sqrt{n^3}+\sqrt{n^3-1}} \sim \frac{1}{2n^{3/2}}.$$

njguliyev
  • 14,473
  • 1
  • 26
  • 43
2

Use this good fact that if $\lim_{n\to\infty}~n^pu_n=A$ and $p>1$ and $A$ is finite then $\sum u_n$ converges. This and the good hint of @njguliyev made a solution completed. Here $p=3/2$.

Mikasa
  • 67,374