The Basel Problem, named after Leonard Euler’s hometown of Basel, Switzerland, is the solution to the infinite series \(\sum_{n=1}^{\infty} \frac{\pi^2}{6}\) Euler was the first to publish his solution one year after having solved this problem in 1734. Since Euler’s solution, many alternative proofs have been offered, using complex analysis, symmetric polynomials, and so on. These alternative proofs are more rigorous than Euler’s liberal use of infinite polyomial tails, but Euler’s solution is perhaps the most elegant. This is the outline of the proof.

Definition of sin(x) using infinite products

We can construct a definition of \(f(x)=\sin(x)\) given that \(f\) has infinitely many roots: $$ \sin(x)=x(1-\frac{x}{\pi})(1+\frac{x}{\pi})(1-\frac{x}{2\pi})(1+\frac{x}{2\pi})\cdots=x(1-\frac{x^2}{\pi^2})(1-\frac{x^2}{2^2\pi^2})\cdots=x\prod_{k=1}^{\infty} (1-\frac{x^2}{k^2\pi^2}) $$ So we have $$ \sin(x)=x\prod_{k=1}^{\infty} (1-\frac{x^2}{k^2\pi^2}) $$

Constructing \(\sin_{n}(x)\) from \(\sin_{3}(x)\)

Let \(\sin_{n}(x)\) denote the number of products n we take from our definition of \(\sin(x)\) above. We have $$ \sin_{3}(x)=x(1-\frac{x^2}{\pi^2})(1-\frac{x^2}{2^2\pi^2})(1-\frac{x^2}{3^2\pi^2}) $$ Which can be written as $$ \sin_{3}(x)=x(1-O(x^4)-\frac{x^2}{\pi^2}-\frac{x^2}{{2^2\pi}^2}-\frac{x^2}{{3^2\pi}^2}). $$

We can disregard all of the polynomial terms degree 4 or greater, so we can write $$ \sin_{3}(x)=x(T-\frac{x^2}{\pi^2}-\frac{x^2}{{2^2\pi}^2}-\frac{x^2}{{3^2\pi}^2})=(T-\frac{x^3}{\pi^2}-\frac{x^3}{{2^2\pi}^2}-\frac{x^3}{{3^2\pi}^2}). $$ where T is some polynomial tail. More generally, we can construct \(\sin_{n}(x)\) from our definition of \(\sin_{3}(x)\) : $$ \sin_{n}(x)=T-x^3\sum_{n=1}^{\infty} \frac{1}{n^2\pi^2}. $$

Taylor Series for sin(x)

For now, we will denote \(\sin_{t}(x)\) as the Taylor Series expansion of \(\sin(x)\) . We know $$ \sin(x)=\sin_{t}(x)=\sum_{n=1}^{\infty} (-1)^{n-1}\frac{x^{2n-1}}{(2n-1)!} $$ Expanding this, we have $$ \sin_{t}(x)=x-\frac{x^3}{3!}+\frac{x^5}{5!}-… $$ We will disregard all of the polynomial terms except those with degree 3, so we have $$ \sin_{t}(x)=T-\frac{x^3}{3!} $$ where T is some polynomial tail.

Comparison of coefficients and completion of the proof

So far we have \(\sin_{n}(x)\) , which is one expression for \(\sin(x)\) , and \(\sin_{t}(x)\) , which is another expression for \(\sin(x)\) . Therefore, $$ \sin(x)=\sin_{n}(x)=\sin_{t}(x) $$ So, equating \(\sin_{n}(x)\) and \(\sin_{t}(x)\) , we have $$ \sin_{n}(x)=T-x^3\sum_{n=1}^{\infty} \frac{1}{n^2\pi^2}=T-\frac{x^3}{3!}= \sin_{t}(x) $$ Since T is the same polynomial tail for both expressions, we can subtract by T on both sides: $$ x^3\sum_{n=1}^{\infty} \frac{1}{n^2\pi^2}=\frac{x^3}{6} $$ Dividing by \(x^3\) , we have $$ \sum_{n=1}^{\infty} \frac{1}{n^2\pi^2}=\frac{1}{6} $$ Finally, multiplying by \(\pi^2\) on both sides yields $$ \sum_{n=1}^{\infty} \frac{1}{n^2}=\frac{\pi^2}{6} $$