Summation of Inverse Squares Using Complex Analysis
📂Complex AnaylsisSummation of Inverse Squares Using Complex Analysis
Theorem
n=1∑∞n21=6π2
Euler’s approach is neat and elegant, but it’s so ingenious that there aren’t many practical applications. The joy of studying complex analysis is that such shortcuts to results are readily available. It’s a good example, so try solving it yourself.
Proof
If we define f(z):=z21 then z→∞limzf(z)=0.
Formula for the sum of series over all integers: For the rational function f, let’s say limn→∞zf(z)=0,n∈Z where f(n)=0. When f has a finite singularity z1,⋯,zm,
n=−∞∑∞f(n)=−n=1∑mReszn(πf(z)cotπz)
It can’t be directly applied completely, and exception handling for n=0 is necessary.
If we define F(z):=πf(z)cotπz, then for n=0 it is ResnF(z)=f(n).
Laurent expansion of the cotangent:
cotz=z1−3z−45z3−9452z5−⋯cscz=z1+6z+3607z3+1512031z5+⋯
Meanwhile, in the vicinity of n=0,
F(z)=z2π(πz1−3πz−45π3z3−⋯)
thus
Res0F(z)=−3π2
F doesn’t have singularities other than n∈Z, so
n=−∞∑∞f(n)=n=−∞∑−1f(n)−3π2+n=1∑∞f(n)=0
Since f is an even function, n=−∞∑−1f(n)=n=1∑∞f(n) and if we organize it, we get
n=1∑∞n21=6π2
■
See Also