Question. Let $\{a_n\}$ be a sequence of positive terms. Pick out the cases which imply that $\sum a_n$ is convergent:
$\lim n^{3/2}a_n=3/2$
$\sum n^2 a_n^2 < \infty$
$\frac{a_{n+1}}{a_n} < (\frac{n}{n+1})^2$, for all $n$.
My Attempt.
True. The given condition implies: $\lim_{n\to \infty} \frac{a_n}{1/n^{3/2}}=3/2$. Now $\sum 1/n^{3/2}<\infty$ so does $\sum a_n$.
True. Using Holder's inequality we have: $$\sum a_n \le (\sum 1/n^2)^{1/2}~(\sum n^2a_n^2)^{1/2}<\infty$$
I think here Ratio test cannot help us...So how can I proceed in this option...? Thank you.
As regards 3), more generally, if $\{a_n\}_{n\geq 1}$ and $\{b_n\}_{n\geq 1}$ are sequences of positive terms such that $$\frac{a_{n+1}}{a_n}\le \frac{b_{n+1}}{b_n}$$ and $\sum_{n}b_n$ is convergent then also $\sum_{n}a_n$ is convergent. In fact $$a_{n}=a_1\prod_{k=1}^{n-1}\frac{a_{k+1}}{a_k}\leq a_1 \prod_{k=1}^{n-1}\frac{b_{k+1}}{b_k}\leq \frac{a_{1}}{b_1}\, b_n$$ and convergence follows by the comparison test. In your case $b_n=1/n^2$.