Lucent's Thoughts Dump

Wait it's always π? Always has been

On a beautiful morning in 1650, this guy named Pietro Mengoli:

woke up in his mansion. Upon waking up, he realized the pillow case on his square pillow was inverted, as was his wife's, as were his children's, as was his dog's, and as was his cat's.1
Naturally, he then wondered "What is the sum of the inverse squares?"

i.e. What is 112+122+132?
i.e. what the hell is the value of:

n=11n2

(jokes aside he's lowk a pioneer)

This is also known as The Basel Problem.
For the next 84 years, many have tried, all have failed to find and prove the exact sum. Until Euler decided to mog everyone in 1734 at 28 years old.

"π26, duh" he said, and everyone was like "bru what".


So how doesn=11n2=π26?

Euler, being the clever boy he is, noticed that the sine function has zeros at:

x=0,±π,±2π,±3π,

And since polynomial can be expressed as a product of factors based on its roots2, e.g. :

P(x)=c(xr1)(xr2)(xr3)

Euler treated sinx as one with roots at all these multiples of π:

sinx=C(x0)(xπ)(x+π)(x2π)(x+2π)

where C is some constant.

Since all roots come in ± pairs: (π,π), (2π,2π), and so on, we can group them:

(xnπ)(x+nπ)=x2n2π2=n2π2(1x2n2π2)

If you multiply all these terms, the product of all (n2π2) is absorbed into the constant C.

Thus, we can rewrite the product as3:

sinx=Cx(1x2π2)(1x24π2)(1x29π2)

Using product notation:

sinx=Cxn=1(1x2n2π2)sinxx=Cn=1(1x2n2π2)

Now take the limit as x0:
LHS:

limx0sinxx=1

RHS:

limx0(1x2n2π2)=1

Hence,

C=1

Finally,

sinxx=n=1(1x2n2π2)

Suppose we have a finite product of linear factors:

P(x)=(1a1x)(1a2x)(1a3x)(1aNx)

When expanded, each term comes from choosing either 1 or aix from each parenthesis.

So:

Formally, the expansion looks like:

P(x)=1(a1+a2++aN)x+(a1a2+a1a3+)x2.

Now, Euler’s product is

n=1N(1x2n2π2)

Each factor contains x2, so the the coefficient comes from choosing one of the x2n2π2 terms (and 1 from all others). There are N ways to do this.

Thus, the coefficient of x2 is:

n=1N1n2π2

Letting N, we get: 5

n=1(1x2n2π2)=1x2π2n=11n2+O(x4)

From basic calculus, we know the Taylor expansion:

sinxx=1x23!+x45!

Both sides represent the same function, so the coefficients of x2 must be equal:

16=1π2n=11n2

Multiply both sides by π2:

n=11n2=π26


This might have been the dumbest proof and post I've ever written. I hope you enjoyed it nonetheless. I will be writing about famous math problems to learn myself, and during the process, the unfamiliar topics involved will invoke posts themselves (Marked To be learned at the footnotes). So the posts will grow exponentially. This way I enjoy learning and you get to read brain rot math. Win-win.

The next post will sort of be a continuation of this one, where I will explore more about the Riemann zeta function and one of the famous millennium problems. This will not be rigorous at all, or else I'll just go earn the million myself.

  1. Historically inaccurate

  2. To be learned: Read More

  3. For an actual proof, read

  4. Shoutout to my discrete Professor Leingang

  5. The O(x4) term represents the remaining terms are of order x4 or higher.

#math #unsolicited-sharing