0

$\{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?

  1. $$\sum_{n=1}^\infty \frac{a_n}{1 + a_n}$$
  2. $$\sum_{n=1}^\infty \frac{a_n^\frac{1}{4}}{n^\frac{4}{5}}$$
  3. $$\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.

Anu
  • 1,257
  • https://math.stackexchange.com/questions/131678/positive-series-problem-sum-limits-n-geq1a-n-infty-implies-sum-n-geq1 – PiGamma Jan 18 '18 at 13:55
  • try some inequality (like Cauchy-inequality)
  • what about $|n a_{n} \sin(1/n)| \le |a_{n}| = a_{n}$
  • – openspace Jan 18 '18 at 13:58