Elementary not Easy: The Irrationality of Pi
15 min read
TLDR
(click to show/hide)
Everyone knows that pi is irrational, but very few know why. You don't have to read both proofs in this article, but choosing to learn at least
one of two will move you from that first camp into the (much cooler) second one. If proofs aren't your thing, you can instead scroll to the bottom
of the page and at least learn a bit about a cool way of approximating pi.
Happy Pi day everyone! Just recently UT Math Club just had its first meeting of the semester starting with one of my favorite speakers;
Tom Gannon. Tom is currently a 6th year grad student that I volunteered
under for Sunday Morning Math Group a few years ago. He's a very engaging math speaker and does a great job of finding topics
that are accessible to the entire audience.
His Math Club talk was on the Irrationality of Pi, a concept any math student is familiar with, but may not know the proof for.
There are several interesting ways to prove this, so in this article, I want to show a few of a them that I enjoy, all of which use
only basic calculus, but none of which are particularly easy to understand conceptually.
Niven's Proof
Ivan Niven wrote his proof on the Irrationality of Pi in 1947. Part of the reason this proof is elementary but not easy is because of the functions he
defines. They are relatively easy to manipulate with basic calculus but don't make any sense until the proof is tied together right at the end. It is
not a particularly intuitive proof.
He takes the definition of pi to be the smallest positive number for which
and assumes this solution is rational. That is, we suppose that for integers and . We also define the
polynomials
for any positive integer based on this .
The idea is to prove the following two claims which will in turn give us a contradiction by the Fundamental Theorem of Calculus.
Claim 1: is an integer.
Proof of Claim 1:
We could imagine expanding and realize that all of the terms would be
of the form where the coefficient
has to be an integer since its coming from a product of integers. This means that if we take
-many derivatives of , we will end up with an integer term plus other terms including an .
Therefore, we can plug in to see .
We can also notice that .
This means that . Using the result above, we can see that
which is an integer.
We then notice that and are just sums of integers
so they are integers themselves.
Claim 2: .
Proof of Claim 2:
Notice that taking two derivatives of will simply shift all of the terms down by two and change the sign.
This means that . Also notice by product rule that .
The Fundamental Theorem of Calculus will then allow us to rewrite our integral as:
Having proved our two claims, we are essentially done.
Since and are both positive for
, our integral is positive and so is the integer
.
From the bounds and , we see that we can bound the size of our integral by any amount
with large enough . By choosing to be large enough such that the integral is bounded above by ,
we see that which is
our contradiction since there is no such integer between these values.
Laczkovich's Proof
Johann Lambert was the first to prove that pi is irrational in 1761. Since then, some simplificiations have been made to his proof. Here we'll look at
Miklos Laczkovich's version of Lambert's proof.
First, we define the functions
Just as with Niven's Proof, we'll prove a few claims first and get a contradiction from there.
Claim 1: For all real values of
Proof of Claim 1: If we compare the coefficients of powers of , we will see that they are the same on both sides.
Claim 2: For all real values of ,
.
Proof of Claim 2: is bounded above by some
since it converges to so
so as tends to infinity, we can add to both sides to see the result.
Claim 3: If and ,
and
Proof of Claim 3: First, we will prove the following lemma:
Lemma: Assume otherwise (that is, either , or
, or both). Then there must be some and
such that and
Proof of Lemma: There are two cases we can split this into:
Case 1:
In this case, choose
and . Then we satisfy the lemma's conclusion and since otherwise we would contradict claim 2.
Case 2:
In this case, since , we can choose such that
and .
Again we satisfy the lemma's conclusion and since otherwise we would contradict claim 2.
Now we choose such that . Consider the following sequence of functions:
We have that
and . Then by claim 1:
So is a sum of multiples of and
and in turn is also a multiple of . Claim 2 gives us that
each and since it is a multiple of , it follows that .
But this is a contradiction of claim 1 since a sequence bounded below by some positive number cannot converge to . So we have proven claim 3.
Finally, notice that
and .
Since , claim 3 tells us that
is irrational and therefore, is irrational.
A Fun Approximation: Buffon's Needle
The last bit of pi I'll talk about today is not a proof. Rather, its my favorite probabalistic approximation of the constant. Buffon's Needle has the following setup -
For a needle of length and parallel lines distance apart covering the plane, there is exactly a chance that the needle will cross one of the
parallel lines when dropped at random.
I'll leave the calculus behind this one for you to explore, but its safe to say that it is significantly easier than these other two proofs. Instead, I'll just show you the nice little program I made that simulates this
setup and outputs the current approximation of pi.
Simulation of Buffon's Needle with around 1000 needle drops
Resources