While some common (i.e., base-10) logarithms work out evenly, like , most do not. Here is the typical output when a scientific calculator computes a logarithm:
To a student first learning logarithms, the answer is just an apparently random jumble of digits; indeed, it can proven that the answer is irrational. With a little prompting, a teacher can get his/her students wondering about how people 50 years ago could have figured this out without a calculator. This leads to a natural pedagogical question:
Can good Algebra II students, using only the tools at their disposal, understand how decimal expansions of base-10 logarithms could have been found before computers were invented?
Here’s a trial-and-error technique — an exploration activity — that is within the grasp of Algebra II students. It’s simple to understand; it’s just a lot of work. The only tools that are needed are
- The Laws of Logarithms
- A hand-held scientific calculator
- Access to the Wolfram Alpha website (optional)
- A lot of patience multiplying
by itself repeatedly in a quest to find integer powers of
that are close to powers of
.
In the previous post in this series, we found that
and
.
Using the Laws of Logarithms on the latter provides an approximation of that is accurate to an astounding ten decimal places:
.
Compare with:
Since hand-held calculators will generate identical outputs for these two expressions (up to the display capabilities of the calculator), this may lead to the misconception that the irrational number is actually equal to the rational number
, so I’ll emphasize again that these two numbers are not equal but are instead really, really close to each other.
We now turn to a question that was deferred in the previous post.
Student: How did you know to raise 3 to the 323,641st power?
Teacher: I just multiplied 3 by itself a few hundred thousand times.
Student: C’mon, really. How did you know?
While I don’t doubt that some of our ancestors used this technique to find logarithms — at least before the discovery of calculus — today’s students are not going to be that patient. Instead, to find suitable powers quickly, we will use ideas from the mathematical theory of continued fractions: see Wikipedia, Mathworld, or this excellent self-contained book for more details.
To approximate , the technique outlined in this series suggests finding integers
and
so that
,
or, equivalently,
.
In other words, we’re looking for rational numbers that are reasonable close to . Terrific candidates for such rational numbers are the convergents to the continued fraction expansion of
. I’ll defer to the references above for how these convergents can be computed, so let me cut to the chase. One way these can be quickly obtained is the free website Wolfram Alpha. For example, the first few convergents of
are
.
A larger convergent is , our familiar friend from the previous post in this series.
As more terms are taken, these convergents get closer and closer to . In fact:
- Each convergent is the best possible rational approximation to
using a denominator that’s less than the denominator of the next convergent. For example, the second convergent
is the closest rational number to
that has a denominator less than
, the denominator of the third convergent.
- The convergents alternate between slightly greater than
and slightly less than
.
- Each convergent
is guaranteed to be within
of
. (In fact, if
and
are consecutive convergents, then
is guaranteed to be within
of
.)
- As a practical upshot of the previous point: if the denominator of the convergent
is at least six digits long (that is, greater than
), then
must be within
of
… and it’ll probably be significantly closer than that.
So convergents provide a way for teachers to maintain the illusion that they found a power like by laborious calculation, when in fact they were quickly found through modern computing.
One thought on “Decimal Approximations of Logarithms (Part 4)”