-1

As an exercise for my math class, I have to find the widest possible choices of sequences $(a_n)_n$ such that $(a_n)_n$ is a nonnegative decreasing and the series $$\sum_{n=1}^{+\infty} a_n$$ diverges.

I was thinking about $a_n=\frac{1}{n}$, so that $$\sum_{n=1}^{+\infty} \frac{1}{n}$$ is the harmonic series which diverges.

Could someone please help me with more exmples?

Thank you in advance!

daw
  • 49,113
  • 2
  • 38
  • 76
C. Bishop
  • 3,418

1 Answers1

0

$(1)$ Take for example

$$\sum_{n=1}^{+\infty} \frac{1}{n^\alpha}$$

where $\alpha$ is a fixed number in the interval $(0,1)$

Give different values for $\alpha$ and you will get different divergent series.

$(2)$ More examples: $$\sum_{n=1}^{+\infty} \frac{1}{n \cdot \ln(n)}$$

$$\sum_{n=1}^{+\infty} \frac{1}{\ln(n)}$$

$$\sum_{n=1}^{+\infty} \frac{1}{\ln^2(n)}$$

All these are divergent.

$(3)$ In general if $f(n)$ is a strictly increasing function which grows more slowly than $g(n) = n$ then

$$\sum_{n=1}^{+\infty} \frac{1}{f(n)}$$ is also divergent.

$(4)$ Other interesting examples would be:

$$\sum_{n=1}^{+\infty} {\sin(n)}$$

$$\sum_{n=1}^{+\infty} {\cos(n)}$$

They are also divergent. But their terms are not all non-negative.

peter.petrov
  • 12,568