2

Possible Duplicate:
Positive series problem

If $a_n > 0$ for each $n = 1, 2, 3, \cdots$ such that the series $\sum_{n=1}^{\infty} a_n$ diverges, then how to determine if the series $$\sum_{n=1}^{\infty} \frac{a_n}{1+a_n}$$ converges or diverges?

2 Answers2

4

If $a_n$ does not tend to $0$, then clearly $\dfrac{a_n}{1+a_n}$ also doesn't tend to $0$ and hence the series diverges.

If $a_n \to 0$, then we can lower-bound $\dfrac{a_n}{1+a_n}$ by $c a_n$, where $c$ is a constant. (I will let you fill in the details.) Hence, again by comparison test $a_n$ diverges.

Equivalently, you could directly use the limit comparison test.

0

You have ${x\over 1 + x} \le x$ for all $x\ge 0$. That will give you a start.

ncmathsadist
  • 49,383