2

I tried to prove this sum by myself, but I couldn't. $1 + 4 + 9 + 16 + ... = 0$ First, I know this sums are a bit problematic, as we can't just $'='$ an infinite sum, but I would like to see the algorithm of proving the series above. Thanks.

JMoravitz
  • 79,518
Qemikal
  • 25

1 Answers1

1

This is how Euler would have derived it using non-rigorous methods. The cool part about this non-rigorous method is that it leads to the same result as the rigorous "proof" by analyitical continuation for the $\zeta(s)$

Start with the geometric series:

$$\frac{1}{1-x}=1+x+x^2+x^3+x^4+\cdots$$

Differentiate and multiply by $x$:

$$\frac{x}{(1-x)^2}=x+2x^2+3x^3+4x^4+\cdots .$$

Differentiate once again:

$$\frac{1-x^2}{(1-x)^4}=1+2^2x+3^2x^2+4^2x^2+\cdots .$$

Note that I will use the congruent sign just to distinguish this from the normal equal sign.

Now plug in $x=-1$ and don't care about convergence :D. $$0=1^2-2^2+3^2-4^2+\cdots \cong \eta(-2) .$$

No try to establish an relationship to $$\zeta(-2)\cong1^2+2^2+3^2+4^2+\cdots.$$

This can be achieved by subtracting $\zeta(-2)$ with $\eta(-2)$. Or in general $\zeta(s)-\eta(s)=2^{1-s}\zeta(s)$ or $$\eta(s)=(1-2^{1-s})\zeta(s)$$

Note that this representation is only valid for $s \neq 1$.

From $\eta(-2)$ it follows that $\zeta(-2)=0$.

MrYouMath
  • 15,833
  • 1
    $s=1$ is a removable singularity of the RHS, and the equality is true in the sense $\eta(1) = \lim_{ s \to 1} (1-2^{1-s}) \zeta(s)$ – reuns Jun 14 '16 at 21:03