Euler's Proof: Finding the Sum of Reciprocals of Squares Using the Sinc Function
📂FunctionsEuler's Proof: Finding the Sum of Reciprocals of Squares Using the Sinc Function
Theorem
n=1∑∞n21=6π2
Proof
Strategy: This proof, left by Euler, uses the Euler representation of the sinc function to provide a solution. The idea is quite fresh and interesting, making it harder to forget once you’ve seen it.
Euler representation of the sinc function:
xsinx=n=1∏∞(1−π2n2x2)
Expanding the right-hand side of the Euler representation gives the following.
n=1∏∞(1−π2n2x2)=(1−π2x2)(1−4π2x2)(1−9π2x2)⋯
Meanwhile, considering the Maclaurin expansion of the sine function, the sinc function can be represented as follows.
xsinx=x1(x−3!x3+5!x5−7!x7+⋯)
Both sides being equal means that the coefficients of each term are the same, and comparing the coefficients of x2 gives us the following.
−3!1=−π21−4π21−9π21−⋯
Multiplying both sides by −π2 results in
6π2=11+41+91+⋯
Which simplifies to
n=1∑∞n21=6π2
■
See Also