$\{a_n\}$ is a sequence of positive real numbers such that $\sum_{n=1}^\infty a_n$ is convergent. Which of the following series are convergent?
- $$\sum_{n=1}^\infty \frac{a_n}{1 + a_n}$$
- $$\sum_{n=1}^\infty \frac{a_n^\frac{1}{4}}{n^\frac{4}{5}}$$
- $$\sum_{n=1}^\infty na_n\sin\frac{1}{n}$$
1) looks convergent to me by the comparison test: $ \frac{a_n}{1 + a_n} < a_n$ and $\sum_{n=1}^\infty a_n$ converges.
I have no idea what to do for 2) and 3). I have tried to use Dirichlet's test, but couldn't figure out anything that worked.
Edit: I just realized 3) could be done with the limit form of the comparison test: $n \sin \frac{1}{n}$ has positive terms for large enough $n$, and $$\lim_{n \rightarrow \infty} \frac{na_n \sin \frac{1}{n}}{a_n} = 1 $$ I still don't know how to do 2) though.