2

If $\sum{a_{n}}$ is divergent, prove that $\sum\frac{a_{n}}{1+a_{n}}$ is divergent.

Is this always true? Because I found in the books this is just when $a_{n}>0$, and when I use $a_{n}=(r_{1},r_{2},-1,r_{4},-1,...)$, can we still say that the second series is divergent? Where $r_{i}$ can be any real such that $(a_{n})$ converges to zero. (The position of the $-1$ doesn't matter, it is just there to make the second series not defined).

Daniel Fischer
  • 206,697

2 Answers2

3

This is not always true. Let us take $a_n=\frac{1}{n}+\frac{(-1)^n}{\sqrt{n}}$. The series $\sum a_n$ obviously diverges, but $$\frac{a_n}{1+a_n}=a_n-a_n^2+O(a_n^3)=\frac{1}{n}+\frac{(-1)^n}{\sqrt{n}}-\left(\frac{1}{n}+\frac{(-1)^n}{\sqrt{n}}\right)^2+O\left(\frac{1}{n^{3/2}}\right)=\frac{(-1)^n}{\sqrt{n}}+O\left(\frac{1}{n^{3/2}}\right),$$ so $\sum \frac{a_n}{1+a_n}$ converges.

CuriousGuest
  • 4,291
  • 1
  • 19
  • 33
0

If $a_n < 1$, $\frac{a_n}{1+a_n} > \frac{a_n}{2} $. If $a_n \ge 1$, $\frac{a_n}{1+a_n} \ge \frac{1}{2} $. The sum of either of these diverge.

marty cohen
  • 107,799