3

Suppose I have a non-negative sequence $a_n \geq 0$ satisfying $\sum a_n = \infty$. I’m trying to show that

$\dfrac{\displaystyle \sum a_n}{\sqrt{\displaystyle \sum a_n^2}}=\infty$

Is this always true? It seems to be true for $a_n = 1/n$ and $a_n = n$.

Wang YeFei
  • 6,390
Asterix
  • 567

2 Answers2

9

No, this is false for divergent geometric series (other than $a_n=1^n$)—for example, $a_n=2^n$. A heuristic that leads to this type of example is that the sum of a finite geometric series is basically the same size as the largest term.

Greg Martin
  • 78,820
-4

An easier way is to take $a_n = 1$ for all $n$. Then $\displaystyle \sum a_n = \sum 1 = \infty$ while $\dfrac{\displaystyle \sum a_n}{\sqrt{\displaystyle \sum a_n^2}}= 1\neq \infty$ .

Wang YeFei
  • 6,390