4
$\begingroup$

I'm sure this has been asked a million times, but it's hard to google for a particular series without knowing its name.

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

I know this converges absolutely to $\frac{\pi^2}{6}$ and I know that it is absolutely convergent so that the terms can be rearranged.

So the sum is equal to $-1 + \sum_{n=2}^\infty \frac{1}{n^2} - \frac{1}{(n+1)^2} = -1 + \sum_{n=2}^\infty \frac{2n + 1}{n^2(n+1)^2}$. Which got me nowhere. Is it a clever rearrangment we're looking for here, or is there another tool to be used?

  • 0
    @JavaMan The OP says "converges *absolutely* to $\pi^2/6$", which is correct.2012-09-20
  • 0
    WolframAlpha says this sum is equal to $-\frac12 \sum_{i=1}^\infty \frac{1}{n^2}$. Not sure if there's an easy rearrangement to show that though.2012-09-20
  • 0
    The sum is not what you write when you separate the even and odd terms, but $\sum\limits_{n\geqslant1}\frac1{4n^2}-\frac1{(2n+1)^2}$. Which can be rearranged to $-\frac12\sum\limits_{n\geqslant1}\frac1{n^2}=\frac{\pi^2}{12}$.2012-09-20
  • 0
    Javaman's statement is also correct :)2012-09-20
  • 0
    @AlexBecker: Thanks for the correction! My comment isn't adding to the discussion anyways, so I'll delete it.2012-09-20

2 Answers 2

8

We can break the sum up into positive and negative terms, so $$\sum_{n=1}^\infty \frac{(-1)^n}{n^2}=\sum_{n=1}^\infty \frac{1}{(2n)^2}-\sum_{n=1}^\infty\frac{1}{(2n+1)^2}=2\sum_{n=1}^\infty \frac{1}{(2n)^2}-\sum_{n=1}^\infty\frac{1}{n^2}=\frac{-1}{2}\sum_{n=1}^\infty\frac{1}{n^2}=-\frac{\pi^2}{12}$$

  • 0
    Very nice trick to know!2012-09-20
  • 0
    Result must be divided by $2$?2012-09-20
  • 0
    @M.Strochyk What do you mean?2012-09-20
  • 0
    @Alex Becker Now is ok2012-09-20
4

HINT.

If you know $$ \sum_{n=1}^\infty \frac{1}{n^2} $$ Next you should find $$ \sum_\text{even} \frac{1}{n^2} $$ where you use only the even numbers.

Then some combination of these two will be the sum you want.