Today, we look at one of my favorite mathematical constants, the Euler-Mascheroni constant. I’m sure that you are aware of Euler’s number which is a staple of calculus classes everywhere. However, not many people are aware of the Euler-Mascheroni constant. This one is related to the so-called Harmonic series. Below is the partial sum of the harmonic series,
Recall that the natural logarithm is defined as the following integral,
Notice the similarities between the and the integral Euler was interested in the difference between the two. This is what is now denoted by
Definition/Theorem (): Consider the sequence defined by
The Euler-Mascheroni constant is defined as the limit of the sequence
Note, implicit in this definition is the assumption that converges! This is something we need to show just to make sense of this definition, and is why we labeled the blue box as a definition/theorem.
The Sequence Converges:
Our strategy is to show that is a monotone decreasing sequence that is bounded below. From there, we use (still my favorite theorem from introductory real analysis) the monotone convergence theorem to conclude that converges.
Let’s begin.
Proof: (Click in the Discovery)
is Bounded Below: First, we show that is bounded below by We accomplish this by showing that We proceed by induction on
Our base case is Now assume that for some and consider The key idea is to note that This identity follows from the fact that for all Consequently,
Thus, closing the induction.
Is Monotone Decreasing: Now we aim to show that is a monotone decreasing sequence. To this end, observe the following,
All that remains is to estimate the integral. Observe that for all It follows that Thus, and we see that is monotone decreasing.
By the monotone convergence theorem, we conclude that for some
This is great! We now know that and With a little elbow greece, or a computer, we can calculate the
We want more!
Now that we know that as we would like to know alittle more. Note that it’s far easier to calculate the and get a general idea of how quickly the sum grows than it is to calculate So, we would like to find a way to determine the value of the sum for any natural number using the integral. This is what we will do next.
Euler’s Summation Formula
When we first learn how to integrate, we are first forced to calculate a bunch of Riemann sums. Then, we learn to refine our Riemann sum until we arrive at the integral. Therefore, it may not be surprising that we can also approximate a finite sum by an integral. Better yet, we can calculate a finite sum exactly using an integral. This is Euler’s summation formula.
Theorem (Euler’s Summation Formula): Let be a function with that is continuously differentiable in the interval for Then,
Remark: Note that continuously differentiable means that exists and is continuous. Also, is the floor function and is defined by: largest integer less than E.g. Finally, the sum means
Here’s the key idea behind the proof. When you are calculating a sum and an integral there will be some error. We want to try to estimate this error.
A plot of a continuously differentiable
Comparing the finite sum and the Integral
The error
The easiest way to estimate the error is to focus on the integral between two consecutive integers This is the idea, although we will find it more fruitful to consider the integral Let’s get onto the proof, it’s worth all the effort!
Proof: (Click in the Discovery)
To begin, let and and let’s first consider the integral To begin, we note that we can substitute with by noting our bounds of integration. After this substitution, we simply have the integral of This yields,
Which we write more suggestively as,
This is great! Since we want to ultimately find the sum we sum the above result from to and notice that it telsecopes. That is,
where first sum on the right-hand side is a telescoping sum. Thus, we end up with
where we used that We now solve the above result for
The penultiplate step is to use,
in order to change the bounds of the integral. I.e. we can add and subtract the previous two integrals to the right-hand side of the equation we have for to have the integral go from to
We’re almost there. All that is left is to integrate by parts1 with and to show
Adding this to our pi Euler’s summation formula,ous result we obtainrev
Oof, that was a lot to take in! But now that we have this awesome tool in our toolkit, let’s apply it to the harmonic series. But there is one bit of notation that we will want to take advantage of. It’s called Big Oh notation (I’m serious). We say that is big Oh of and write when there is some such that for all That is,
With this, we have the following result.
An Application of Euler’s Summation Formula
Theorem: For we have
We interpret the sum as
Proof: (Click in the Discovery)
Let and let’s use Euler’s summation formula with Note, that and thus
Note that the first integral is equal to The fourth term is equal to mspace>x.\ln{x}. Let’s come back to the second integral. The third term is bounded by |⌊x⌋−xx|≤1x.\left|\frac{\lfloor x\rfloor – x}{x}\right| \leq \frac{1}{x}. Thus, the third term
Shifting our attention to the second integral on the right hand side, we see that
∫1xt−⌊t⌋t2dt=∫1∞t−⌊t⌋t2dt−∫x∞t−⌊t⌋t2dt.\int_{1}^{x} \frac{t – \lfloor t \rfloor }{t^2}
\;dt
=
\int_{1}^{\infty} \frac{t – \lfloor t \rfloor }{t^2}
\;dt
–
\int_{x}^{\infty} \frac{t – \lfloor t \rfloor }{t^2}
\;dt
.
Note that we can make sense of the improper integral since the integrand is bounded above since t−⌊t⌋t2≤1t2.\frac{t – \lfloor t\rfloor}{t^2} \leq \frac{1}{t^2}. In partucular we have the following two results,
So the improper integrals exist, and what we wrote makes sense. Furthermore, the integral above is also O(1x).O\left(\frac{1}{x}\right). Combing this with what we remarked eariler we have
where we get the + 1 from adding 1 to both sides in order to have our sum on the left-hand side start at 1. Now, all we must do is show that γ=∫1∞⌊t⌋t2dt.\gamma =\int_{1}^{\infty} \frac{\lfloor t \rfloor }{t^2} \;dt . This can be seen quickly by
Then, letting x→∞x\rightarrow \infty the right and side becomes γ+0.\gamma + 0.
Mystererious γ\gamma
Euler’s constant γ\gamma all over the place in analytic number theory. It has been said that γ\gamma is the third most important constant behind only π\pi and e.e. However, there is a lot that is unknown about γ\gamma that is known about π\pi and e.e. For instance, we do not yet know if γ\gamma is rational or irrational! However, we know that π\pi and ee are both irrational numbers. We know even more about π\pi and e,e, we know that they are both transcendental. This makes understanding γ\gamma a great unsolved mystery of analytic number theory. This makes γ\gamma one of my favorite numbers.
I hope that you have had some fun and are maybe motivated to prove whether or not γ\gamma is rational or irrational! If you do, please put a link to your paper in the comments!
Be Kind. Be Curious. Be Compassionate. Be Creative.
And Have Fun!
Footnotes:
Roses are red, violets are blue, ∫udv=uv−∫vdu.\int u dv = uv – \int v du.↩︎
Leave a comment