0

Edit: As @FamousBlueRaincoat pointed out below, this question was based on an error in a wikipedia article.

The Wikipedia article on the harmonic series gives the following "proof without words" that the alternating harmonic series $1-1/2 +1/3 -1/4 + \cdots $ converges to $\log (2) $: \begin{equation} (1/1)(1/1 - 1/2) + (1/2)(2/3 -2/4) + (1/4)(4/5 - 4/6 + 4/7 - 4/8) + \cdots = \log (2). \end{equation}

Can anyone explain why the sum on the left is $\log (2) $? I don't see it right now.

Edit: my goal is specifically to understand this "proof without words" that the alternating harmonic series converges to $\log(2)$.

littleO
  • 51,938

1 Answers1

3

For $|x|<1$,

$$\frac 1{1+x}=\sum_{n=0}^\infty (-1)^nx^n$$

Integrate both sides to get $$\log(1+x)=C+\sum_{n=0}{(-1)^nx^{n+1}\over n+1}$$

It's not hard to see that $C=0$, and reindexing gives

$$\log(1+x)=\sum_{n=1}^\infty{(-1)^{n-1}x^n\over n}$$

Now, (waving of hands) let $x\to 1$ on both sides to get the result.

  • Thank you, I'm specifically trying to understand the "proof without words" though. (I believe Abel's theorem takes care of the hand-waving part of the argument you gave.) – littleO Feb 03 '15 at 19:27
  • Oh, I see. Yes, you're right about Abel's theorem. – Tim Raczkowski Feb 03 '15 at 19:28