I'm trying to test the following series for convergence: $$\sum_{n=2}^{\infty}\frac{n}{\sqrt{n^5-n^3}}$$
I've progressed through several tests but am having trouble developing an intuition of how to approach a problem like this. I've checked the following cases so far:
- Divergence Test ($\lim a_n = 0$, so not helpful)
- Geometric Series Test (I can't find a straightforward way to find a common ratio)
- p-Series Test (it does not appear to be a p-Series)
- Limit Comparison and Comparison Tests (I can't find another series with which to prove convergence or divergence)
- Integral Test (I'm unable to integrate the expression)
Obviously I'm missing something here, but I'm just not sure which it is.
First of all, you seem to have misused some of the tests. For example, the divergence test only says that the series $\sum a_n$ diverges if $\lim a_n\neq 0$, which is not true here since $$\lim_{n\to\infty}\frac{n}{\sqrt{n^5-n^3}} = 0.$$
Second of all, you can make a comparison test:
$$\frac{n}{\sqrt{n^5-n^3}} = \frac{n}{\sqrt{n^5}\sqrt{1 - \frac{1}{n^2}}}=\frac{1}{\sqrt{n^3}}\cdot \frac{1}{\sqrt{1-\frac{1}{n^2}}}\leq 2\cdot \frac{1}{\sqrt{n^3}}$$
and of course, $$\sum_{n=1}^\infty \frac{2}{\sqrt{n^3}}$$ converges as it is two times a $p$-series.