2

Please could someone explain to me how to find out whether the following infinite series absolutely converges, diverges or conditionally converges:

$$\sum^\infty_{n=1}\frac{(-1)^{n+1}}{n+(-1)^{n+1}}$$

Am I allowed to say that $s_n = \frac{1}{2n} - \frac{1}{2n-1}$ whose limit is 0, meaning the series converges to 0? But then $\sum\frac{1}{n}$ would be a counter example to this kind of logic so I am wrong I think. I haven't worked with series much before so I am not sure what things to rely on.

Thanks!

2 Answers2

2

The series conditionally converges, because the sum of two consecutive terms is $1/(n^2-1).$ It does not converge absolutely, by comparison with the sum of $1/(n+1).$

Igor Rivin
  • 25,994
  • 1
  • 19
  • 40
1

Because $\frac{1}{n+(-1)^{n+1}}\geq \frac{1}{n+1}$ the series of absolute values is bounded from below by the harmonic series which is divergent.

The series is, however, conditionally convergent which can be seen adding each two adjacent element to form a new series. The value of it is easily found, to be $-\log (2)$.

EDIT

After finishing my posting I noticed that Winther had already obtained the result - Log(2).

  • The series is not alternating (the signs are allright but the absolute values do not decrease). – Did Jan 02 '17 at 21:38
  • @Did: there's a slight confusion of terms: I was referring to the elements a(n) which are are alternating in sign and going to zero (condition for Leibniz criterion). The sum (series) a(1) + a(2) + ... is then non-monotonously going to - log(2). – Dr. Wolfgang Hintze Jan 02 '17 at 21:49
  • Precisely, this series does not satisfy Leibniz criterion: https://en.wikipedia.org/wiki/Alternating_series_test#Formulation – Did Jan 02 '17 at 22:08
  • You are right. The series is not convergent by the Leibniz criterion. I'll correct that in my post. – Dr. Wolfgang Hintze Jan 02 '17 at 22:49