Section 9.4 Decimal Expansions for Real Numbers
A nice application of infinite series is a proper and complete account of decimal expansions for real numbers. Such expansions have infinite length, so some of the standard problems involving infinite process are involved; limits are required.
The starting question: what are decimal expansions and why do infinite strings of decimals actually represent numbers? A real number (in some setting, this is the definition) is an expression \(a.d_1d_2d_3d_4 \ldots\) where \(a \in \NN\) and the \(d_i\) are digits in \(\{0, 1,
\ldots, 9\}\text{.}\) (The digits could be in any base, of course, but the base 10 is conventional.) What is the meaning of this decimal notation? This is actually an infinite series. Let me write what the decimal expansion stands for.
\begin{equation*}
a + \frac{d_1}{10} + \frac{d_2}{100} + \frac{d_3}{1000} +
\frac{d_4}{10000} + \frac{d_5}{100000} + \ldots
= a + \sum_{n=1}^\infty \frac{d_n}{10^n}
\end{equation*}
Asymptotically, since the numerators are bounded by \(9\text{,}\) this series behaves like \(\frac{1}{10^n}\text{.}\) The terms \(\frac{1}{10^n}\) are terms of a geometric series with common ratio \(\frac{1}{10}\text{,}\) which is convergent, so the decimal expansion is also convergent. Therefore, I can be confident that all decimal expansions, though infinite, are convergent infinite series and do actually represent numbers. The infinity in decimals expansions is not a threat to their existence.
I’m going to finish this section by proving a notable and useful fact about real numbers. I’m going to start by thinking about the partial sums of a decimal expansion.
\begin{equation*}
s_n = a + \sum_{k=1}^n \frac{d_k}{10^k}
\end{equation*}
These partial sums are all finite sums of fractions, hence they are rational numbers. Any real number \(\alpha\) is the limit of sums of this type, since its decimal expansion is the limit of the partial series sums. In some context, the following result is the definition of a real number.
Proposition 9.4.1.
All real numbers are limits of convergent sequences of rational numbers.