5

I've been having issues with general proofs of convergence such as this one, which I'm currently trying to work on. I find them really hard to begin.

For example, for the one in the title I have $\displaystyle\sum_{n=1}^\infty n(a_n-a_{n-1}) = \sum_{n=1}^\infty na_n - \sum_{n=1}^\infty na_{n-1}$. I think this may equal zero but I'm not even sure on that. Another idea I had is that because $n$ is increasing to infinity, this means $a_n$ must be decreasing otherwise $\{na_n\}$ would be divergent. Is that correct?

I'm having a lot of issues with these, so any push in the right direction would be greatly appreciated. Thanks guys.

Julien
  • 44,791

1 Answers1

6

This is Abel, ie integration by parts.

Work on the partial sums: $$ \sum_{1}^na_k=\sum_1^n(k+1-k)a_k=\sum_1^n(k+1)a_k-\sum_1^nka_k $$ $$ =\sum_2^{n+1}ka_{k-1}-\sum_1^nka_k $$ $$ =\sum_1^nk(a_{k-1}-a_k)+(n+1)a_n-a_0. $$ Now the partial sum on the left converges by assumption and $$ (n+1)a_n=\frac{n+1}{n}na_n\longrightarrow \lim_{n\rightarrow+\infty} na_n $$ So the series converges to $$ \sum_{k=1}^{+\infty}a_k=-\sum_{k=1}^{+\infty}k(a_k-a_{k-1})+\lim_{n\rightarrow +\infty}na_n-a_0. $$

Julien
  • 44,791