Understand what we mean by the sum of an infinite series
Find the sum of a geometric series
Calculate the sum of a telescoping series
Euler’s Constant: Connecting the Harmonic Series to the Natural Logarithm
The harmonic series [latex]\displaystyle\sum_{n=1}^{\infty}\frac{1}{n}[/latex] diverges, but it does so in a fascinating way. While its partial sums grow without bound, they grow very slowly—approximately like the natural logarithm function. This connection leads us to one of mathematics’ most important constants.
We have shown that the harmonic series [latex]\displaystyle\sum _{n=1}^{\infty }\frac{1}{n}[/latex] diverges. Here we investigate the behavior of the partial sums [latex]{S}_{k}[/latex] as [latex]k\to \infty[/latex]. In particular, we show that they behave like the natural logarithm function by showing that there exists a constant [latex]\gamma[/latex] such that
This constant [latex]\gamma[/latex] is known as Euler’s constant, and its discovery reveals deep connections between discrete sums and continuous integrals—a bridge between different areas of mathematics that continues to inspire research today.
Let [latex]{T}_{k}=\displaystyle\sum _{n=1}^{k}\frac{1}{n}-\text{ln}k[/latex]. Evaluate [latex]{T}_{k}[/latex] for various values of [latex]k[/latex].
Notice that [latex]T_k[/latex] appears to be decreasing and approaching a limit around [latex]0.577.[/latex]
For [latex]{T}_{k}[/latex] as defined in part 1. show that the sequence [latex]\left\{{T}_{k}\right\}[/latex] converges by using the following steps.
Show that the sequence [latex]\left\{{T}_{k}\right\}[/latex] is monotone decreasing. (Hint: Show that [latex]\text{ln}\left(1+\frac{1}{k}>\frac{1}{\left(k+1\right)}\right)[/latex]
Show that the sequence [latex]\left\{{T}_{k}\right\}[/latex] is bounded below by zero. (Hint: Express [latex]\text{ln}k[/latex] as a definite integral.)
Use the Monotone Convergence Theorem to conclude that the sequence [latex]\left\{{T}_{k}\right\}[/latex] converges. The limit [latex]\gamma[/latex] is Euler’s constant.
To show [latex]{T_k}[/latex] is monotone decreasing, we need to show [latex]T_{k+1} < T_k[/latex], or equivalently, [latex]T_k - T_{k+1} > 0[/latex].
Since [latex]x > 0[/latex], we have [latex]f'(x) > 0[/latex], so [latex]f(x)[/latex] is increasing for [latex]x > 0[/latex].
Also, [latex]f(0) = \ln(1) - 0 = 0[/latex].
Therefore, for [latex]x > 0[/latex], we have [latex]f(x) > f(0) = 0[/latex], which means [latex]\ln(1+x) > \frac{x}{1+x}[/latex].
Setting [latex]x = \frac{1}{k}[/latex], we get [latex]\ln\left(1 + \frac{1}{k}\right) > \frac{1}{k+1}[/latex].
Therefore, [latex]T_k - T_{k+1} > 0[/latex], so [latex]{T_k}[/latex] is monotone decreasing.
We can express [latex]\ln k = \int_1^k \frac{1}{x} dx[/latex].
Now, consider the Riemann sum approximation using right endpoints: [latex]\sum_{n=1}^{k-1} \frac{1}{n+1} \cdot 1 = \sum_{n=2}^{k} \frac{1}{n}[/latex]
This is a right Riemann sum for [latex]\int_1^k \frac{1}{x} dx[/latex] with subintervals [latex][n, n+1][/latex] for [latex]n = 1, 2, ..., k-1[/latex].
Since [latex]f(x) = \frac{1}{x}[/latex] is decreasing on [latex][1,k][/latex], the right Riemann sum underestimates the integral: [latex]\sum_{n=2}^{k} \frac{1}{n} < \int_1^k \frac{1}{x} dx = \ln k[/latex]
This gives us: [latex]T_k = \sum_{n=1}^{k} \frac{1}{n} - \ln k < 1 + \ln k - \ln k = 1[/latex]
For a tighter bound, using left Riemann sums: [latex]\sum_{n=1}^{k-1} \frac{1}{n} \cdot 1 = \sum_{n=1}^{k-1} \frac{1}{n}[/latex]
Since [latex]f(x) = \frac{1}{x}[/latex] is decreasing, the left Riemann sum overestimates the integral: [latex]\sum_{n=1}^{k-1} \frac{1}{n} > \int_1^k \frac{1}{x} dx = \ln k[/latex]
This gives us: [latex]T_k = \sum_{n=1}^{k} \frac{1}{n} - \ln k > \ln k + \frac{1}{k} - \ln k = \frac{1}{k} > 0[/latex]
Therefore, [latex]T_k > 0[/latex] for all [latex]k \geq 1[/latex], so [latex]{T_k}[/latex] is bounded below by zero.
From parts (a) and (b), we have shown that:
The sequence [latex]{T_k}[/latex] is monotone decreasing
The sequence [latex]{T_k}[/latex] is bounded below by zero
By the Monotone Convergence Theorem, since [latex]{T_k}[/latex] is monotone decreasing and bounded below, the sequence [latex]{T_k}[/latex] converges to some limit.
We define this limit as Euler’s constant: [latex]\gamma = \lim_{k \to \infty} T_k = \lim_{k \to \infty} \left(\sum_{n=1}^{k}\frac{1}{n} - \ln k\right)[/latex]
Now estimate how far [latex]{T}_{k}[/latex] is from [latex]\gamma[/latex] for a given integer [latex]k[/latex]. Prove that for [latex]k\ge 1[/latex], [latex]0<{T}_{k}-\gamma \le \frac{1}{k}[/latex] by using the following steps.
Show that [latex]\text{ln}\left(k+1\right)-\text{ln}k<\frac{1}{k}[/latex].
Use the result from part a. to show that for any integer [latex]k[/latex],
For any integers [latex]k[/latex] and [latex]j[/latex] such that [latex]j>k[/latex], express [latex]{T}_{k}-{T}_{j}[/latex] as a telescoping sum by writing:
Apply the limit to both sides of the inequality in part c. to conclude that
[latex]{T}_{k}-\gamma \le \frac{1}{k}[/latex].
Estimate [latex]\gamma[/latex] to an accuracy of within [latex]0.001[/latex].
We need to show [latex]\ln(k+1) - \ln k < \frac{1}{k}[/latex], which is equivalent to [latex]\ln\left(\frac{k+1}{k}\right) < \frac{1}{k}[/latex], or [latex]\ln\left(1 + \frac{1}{k}\right) < \frac{1}{k}[/latex].
Consider the function [latex]g(x) = \ln(1+x) - x[/latex] for [latex]x > 0[/latex].
We already showed in Problem 2(b) that [latex]T_k > 0[/latex], and since [latex]{T_k}[/latex] is decreasing and converges to [latex]\gamma[/latex], we have [latex]T_k > \gamma[/latex].
Therefore, to an accuracy of within [latex]0.001[/latex]: [latex]\gamma \approx 0.5777[/latex]
The actual value of Euler’s constant is [latex]\gamma \approx 0.5772156649...[/latex], which confirms our estimate is accurate to within the required tolerance.