5

How the convergence of $\sum_{n=1}^\infty \sqrt{n}a_n$ implies the convergence of $\sum_{n=1}^\infty a_n$?

I know this if $a_n>0$. But for arbitrary $a_n$, I have no idea...

xldd
  • 3,485

2 Answers2

4

Follows from Abel's theorem : If $\sum c_n$ converges and $\{d_n\}$ is monotone and bounded then $\sum c_nd_n$ converges. Let $c_n=\sqrt{n}a_n$ and $d_n=\frac{1}{\sqrt{n}}$

3

It seems a situation for Abel's test, quite useful in this non absolutely convergent series case:

  1. The series $c_n = \sqrt{n}a_n $ yields a convergent sum,
  2. $b_n = \frac{1}{\sqrt{n}}$ is monotone and bounded.

Then $\sum_\limits{n} b_n c_n = \sum_\limits{n} a_n $ is convergent too.

  • :I wanted to do this problem just by using the necessary condition for the convergence of series i.e., $\lim_{n\to \infty} c_n$=0.Since $\sum_{n} c_n$ is convergent,this means that $a_n$ be some decreasing sequence.Now in order to show that $a_n$ is convergent sequence in $\mathbb R$ so $a_n$ should be a cauchy sequnce.How can i show that $a_n$ is a cauchy sequence? – Styles Jul 22 '17 at 09:18
  • Would that be a different question? – Laurent Duval Jul 22 '17 at 10:32