Section 20.4 Heuristics for the Sum of Divisors
Subsection 20.4.1 Numbers instead of points
Could this type of argument conceivably be used for \(\sigma=\sigma_1\text{?}\)
The answer is yes! Consider the following rewrite of the sum of sigmas, which are themselves the sum of divisors:
We have changed from a sum of sums of divisors (which might not be consecutive, and makes \(\sigma\) annoying to compute) to a sum of sums of consecutive integers 5 .
We can think about this graphically again. Instead of comparing points on a hyperbola with points in columns or rows, though, we will compare numbers at points on a hyperbola with numbers at points in rows. We can think of it as summing up a weighted set of points. Consider Figure 20.4.1.
Example 20.4.2.
In Figure 20.4.1 we see (by following hyperbolas \(xy=n\text{,}\) up through the graphed one \(xy=6\)) that
Then we can rearrange this to go along rows instead as
which means we can think of it as a sum of sums from \(1\) to the length of each row.
Use the following interact to confirm that each row is, \(\left\lfloor\frac{n}{k}\right\rfloor\) in length, as with \(\tau\text{.}\)
Let's take stock of the graphic and \(\sigma\text{.}\)
Each row has \(\left\lfloor\frac{n}{k}\right\rfloor\) integers.
-
Adding up the first \(j\) integers (from one to \(j\)) has formula
\begin{equation*} \frac{j(j+1)}{2}=\frac{j^2}{2}+\frac{j}{2}\text{,} \end{equation*}which we used in Subsection 20.3.2 as well.
The most wrong \(\frac{\lfloor j\rfloor(\lfloor j\rfloor +1)}{2}\) can be from \(\frac{j(j+1)}{2}\) is \(j+1=O(j)\) (this is simple algebra).
If we combine all this information, we get
Subsection 20.4.2 Order calculations and more
But this is actually possible to analyze! First, we perform some order calculations.
We already saw that \(\sum_{d\leq x}\frac{1}{d}= \log(x)+O(1)\text{,}\) so
(See Exercise 20.6.15.) Also, \(\sum_{d\leq x}O\left(\frac{x}{d}\right)\) must be
Next, let's get more information about \(\sum_{d\leq x}\left[\frac{1}{2}\left(\frac{x}{d}\right)^2\right]\text{.}\) Recall that the (convergent) improper integral \(\int_x^{\infty}\frac{dy}{y^2}\) approximates \(\sum_{d>x}\frac{1}{d^2}\text{.}\)
Since both converge, and by the same pictures as above, the error is certainly \(O(1/x^2)\text{.}\) Then I can rewrite things as
Thus the whole crazy double sum can be approximated as follows, quite accurately:
And the average value of \(\sigma\) must be this divided by \(x\text{,}\) namely
Since we know that the series converges, this means the average value of \(\sigma\) increases quite linearly, with an error (at most) increasing logarithmically! This might be a shock – that one could actually get something fairly accurate like this relatively easily using calculus ideas like improper integrals and (implicitly) the integral test for infinite series. But check out the data!
Of course, one might ask what the slope of this line is! It would have to be \(m=\frac{1}{2}\sum_{d=1}^{\infty}\frac{1}{d^2}\text{.}\) Have you seen this constant before? (In a calculus class, you should have proved that it does converge.)
Finding a summation of this was the so-called Basel problem, which Euler solved and showed is \(\frac{\pi^2}{6}\text{.}\) So the slope is \(\frac{\pi^2}{12}\text{.}\) Amazing! (See also Section 24.4.)