1

I know that $\sum\frac{1}{n^2}=\frac{\pi^2}{6}$ in a test this was given and we were asked to find $\sum \frac{1}{(2n+ 1)^2}$ starting with $n=0...\infty$. Now i am grade $11$ student and have been here for a while so i know its proved by Euler if I am not mistaken . But as a student of such a low grade I would like to prove the summation using some higher algebra and basic calculus . Hope you guys help.

2 Answers2

3

Divide the sum in odd and even denominators. This can be done since the series if absolutely convergent and thus we can change the order of summation without affecting the sum, and use what the comment below your question implies:

$$\frac{\pi^2}6=\sum_{n=1}^\infty\frac1{n^2}=\sum_{n=1}^\infty\frac1{(2n)^2}+\sum_{n=1}^\infty\frac1{(2n-1)^2}=\frac{\pi^2}{24}+\sum_{n=1}^\infty\frac1{(2n-1)^2}$$

Now substract and that's all, but observe that if your series begins with $\;n=1\;$ then you have one summand more than the above series.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
1

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

This is true because the left sum (we want to know it, call it $S$) sums over the reciprocals of the odd squares and the right sum does the same for all even squares.

We can remove $\frac{1}{4}$ from the right hand sum, as $\frac{1}{(2n)^2} = \frac{1}{4} \frac{1}{n^2}$ for all $n$.

So $S + \frac{1}{4}\frac{\pi^2}{6} = \frac{\pi^2}{6}$, hence $S$ = $\frac{3}{4}\frac{\pi^2}{6} = \frac{\pi^2}{8}$.

Henno Brandsma
  • 242,131