Decimal Approximations of Logarithms (Part 2)

While some common (i.e., base-10) logarithms work out evenly, like \log_{10} 10,000, 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. While I don’t have a specific reference, I’d be stunned if none of our ancestors tried something along these lines in the years between the discovery of logarithms (1614) and calculus (1666 or 1684).

To approximate \log_{10} x, look for integer powers of x that are close to powers of 10.

I’ll illustrate this idea with \log_{10} 3.

3^1 = 3

3^2 = 9

Not bad… already, we’ve come across a power of 3 that’s decently close to a power of 10. We see that

3^2 = 9 < 10^1

and therefore

\log_{10} 3^2 < 1

2 \log_{10} 3< 1

\log_{10} 3< \displaystyle \frac{1}{2} = 0.5

Let’s keep going. We just keep multiplying by 3 until we find something close to a power of 10. In principle, these calculations could be done by hand, but Algebra II students can speed things up a bit by using their scientific calculators.

3^3 = 27

3^4 = 81

3^5 = 243

3^6 = 729

3^7 = 2,187

3^8 = 6,561

3^9 = 19,683

3^{10} = 59,049

3^{11} = 177,147

3^{12} = 531,441

3^{13} = 1,594,323

3^{14} = 4,782,969

3^{15} = 14,348,907

3^{16} = 43,046,721

3^{17} = 129,140,163

3^{18} = 387,420,489

3^{19} = 1,162,261,467

3^{20} = 3,486,784,401

3^{21} = 10,460,353,203

This looks pretty good too. (Students using a standard ten-digit scientific calculator, of course, won’t be able to see all 11 digits.) We see that

3^{21} > 10^{10}

and therefore

\log_{10} 3^{21} > \log_{10} 10^{10}

21 \log_{10} 3 > 10

\log_{10} 3 > \displaystyle \frac{10}{21} = 0.476190\dots

Summarizing our work so far, we have

0.476190\dots < \log_{10} 3 < 0.5.

We also note that this latest approximation actually gives the first two digits in the decimal expansion of \log_{10} 3.

To get a better approximation of \log_{10} 3, we keep going. I wouldn’t blame Algebra II students a bit if they use their scientific calculators for these computations — but, ideally, they should realize that these calculations could be done by hand by someone very persistent.

3^{22} = 31,381,059,609

3^{23} = 94,143,178,827

3^{24} = 282,429,536,481

3^{25} = 847,288,609,443

3^{26} = 2,541,865,828,329

3^{27} = 7,625,597,484,987

3^{28} = 22,876,792,454,961

3^{29} = 68,630,377,364,883

3^{30} = 205,891,132,094,649

3^{31} = 617,673,396,283,947

3^{32} = 1,853,020,188,851,841

3^{33} = 5,559,060,566,555,523

3^{34} = 16,677,181,699,666,569

3^{35} = 50,031,545,098,999,707

3^{36} = 150,094,635,296,999,121

3^{37} = 450,283,905,890,997,363

3^{38} = 1,350,851,717,672,992,089

3^{39} = 4,052,555,153,018,976,267

3^{40} = 12,157,665,459,056,928,801

3^{41} = 36,472,996,377,170,786,403

3^{42} = 109,418,989,131,512,359,209

3^{43} = 328,256,967,394,537,077,627

3^{44} = 984,770,902,183,611,232,881

Using this last line, we obtain

3^{44} < 10^{21}

and therefore

\log_{10} 3^{44} < \log_{10} 10^{21}

44 \log_{10} 3 < 21

\log_{10} 3 < \displaystyle \frac{21}{44} = 0.477273\dots

Summarizing our work so far, we have

0.476190\dots < \log_{10} 3 < 0.477273\dots.

A quick check with a calculator shows that \log_{10} 3 = 0.477121\dots. In other words,

  • This technique actually works!
  • This last approximation of 0.477273\dots actually produced the first three decimal places of the correct answer!

With a little more work, the approximations

3^{109} \approx 1.014417574 \times 10^{52} > 10^{52}

3^{153} \approx 9.989689095 \times 10^{72} < 10^{73}

can be found, yielding the tighter inequalities

\displaystyle \frac{52}{109} < \log_{10} 3 < \displaystyle \frac{73}{153},

or

0.477064\dots < \log_{10} 3 < 0.477124.

Now we’re really getting close… the last approximation is accurate to five decimal places.

Decimal Approximations of Logarithms (Part 1)

My latest article on mathematics education, titled “Developing Intuition for Logarithms,” was published this month in the “My Favorite Lesson” section of the September 2018 issue of the journal Mathematics Teacher. This is a lesson that I taught for years to my Precalculus students, and I teach it currently to math majors who are aspiring high school teachers. Per copyright law, I can’t reproduce the article here, though the gist of the article appeared in an earlier blog post from five years ago.

Rather than repeat the article here, I thought I would write about some extra thoughts on developing intuition for logarithms that, due to space limitations, I was not able to include in the published article.

While some common (i.e., base-10) logarithms work out evenly, like \log_{10} 10,000, 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?

Students who know calculus, of course, can do these computations since

\log_{10} x = \displaystyle \frac{\ln x}{\ln 10},

and the Taylor series

\ln (1+t) = t - \displaystyle \frac{t^2}{2} + \frac{t^3}{3} - \frac{t^4}{4} + \dots,

a standard topic in second-semester calculus, can be used to calculate \ln x for values of x close to 1. However, a calculation using a power series is probably inaccessible to bright Algebra II students, no matter how precocious they are. (Besides, in real life, calculators don’t actually use Taylor series to perform these calculations; see the article CORDIC: How Hand Calculators Calculate, which appeared in College Mathematics Journal, for more details.)

In this series, I’ll discuss a technique that Algebra II students can use to find the decimal expansions of base-10 logarithms to surprisingly high precision using only tools that they’ve learned in Algebra II. This technique won’t be very efficient, but it should be completely accessible to students who are learning about base-10 logarithms for the first time. All that will be required are the Laws of Logarithms and a standard scientific calculator. A little bit of patience can yield the first few decimal places. And either a lot of patience, a teacher who knows how to use Wolfram Alpha appropriately, or a spreadsheet that I wrote can be used to obtain the decimal approximations of logarithms up to the digits displayed on a scientific calculator.

I’ll start this discussion in my next post.

Engaging students: The quadratic formula

In my capstone class for future secondary math teachers, I ask my students to come up with ideas for engaging their students with different topics in the secondary mathematics curriculum. In other words, the point of the assignment was not to devise a full-blown lesson plan on this topic. Instead, I asked my students to think about three different ways of getting their students interested in the topic in the first place.

I plan to share some of the best of these ideas on this blog (after asking my students’ permission, of course).

This student submission again comes from my former student Megan Termini. Her topic, from Algebra: the quadratic formula.

green line

D1. What interesting things can you say about the people who contributed to the discovery and/or the development of this topic?

The Quadratic Formula came about when the Egyptians, Chinese, and Babylonian engineers came across a problem. The engineers knew how to calculate the area of squares, and eventually knew how to calculate the area of other shapes like rectangles and T-shapes. The problem was that customers would provide them an area for them to design a floor plan. They were unable to calculate the length of the sides of certain shapes, and therefore were not able to design these floor plans. So, the Egyptians, instead of learning operations and formulas, they created a table with area for all possible sides and shapes of squares and rectangles. Then the Babylonians came in and found a better way to solve the area problem, known as “completing the square”. The Babylonians had the base 60 system while the Chinese used an abacus for them to double check their results. The Pythagoras’, Euclid, Brahmagupta, and Al-Khwarizmi came later and all contributed to what we know as the Quadratic Formula now. (Reference A)

green line

A2. How could you as a teacher create an activity or project that involves your topic?

A great activity that involves the Quadratic Formula is having the students work in groups and come up with a way to remember the formula. It could be a song, a rhyme, a story, anything! I have found a few examples of students and teachers who have created some cool and fun ways of remembering the Quadratic Formula. One that is commonly known is the Quadratic Formula sung to the tune of “Pop Goes the Weasel” (Reference B). It is a very catchy song and it would be able to help students in remembering the formula, not just for this class but also in other classes as they further their education. Now, having the students create their own way of remembering it will benefit them even more because it is coming from them. An example is from a high school class in Georgia. They created a parody of Adele’s “Rolling in the Deep” to help remember the Quadratic Formula (Reference C). It’s fun, it gets everyone involved, it engaging, and it helps student remember the Quadratic Formula.

green line

E1. How can technology (YouTube, Khan Academy [khanacademy.org], Vi Hart, Geometers Sketchpad, graphing calculators, etc.) be used to effectively engage students with this topic?

Technology is a great way of engaging students in today’s world. Many students now have cell phones or the school provides laptops to be used during class. Coolmath.com is a great website for students to use to learn about the quadratic formula and great way to practice using it. They show you why the formula works and why it is important to know it because not all quadratic equations are easy to factor. There are a few examples on there and then they give the students a chance to practice some random problems and check to see if they got the right answer. This website would be good for student in and out of the classroom (Reference D). Khan Academy is another great way for students to learn how to use the quadratic formula. They have many videos on how to use the formula, proof of the formula, and different examples and practices of applying the quadratic formula (Reference E). Students today love when they get to use their phones in class or computers, so technology is a great way to engage students in learning and applying the quadratic formula.

 

References:

A. Ltd, N. P. (n.d.). H2g2 The Hitchhiker’s Guide to the Galaxy: Earth Edition. Retrieved September 14, 2017, from https://h2g2.com/approved_entry/A2982567
B. H. (2011, April 04). Retrieved September 14, 2017, from https://www.youtube.com/watch?feature=youtu.be&v=mcIX_4w-nR0&app=desktop
C. E. (2013, January 13). Retrieved September 14, 2017, from https://www.youtube.com/watch/?v=1oSc-TpQqQI
D. The Quadratic Formula. (n.d.). Retrieved September 14, 2017, from http://www.coolmath.com/algebra/09-solving-quadratics/05-solving-quadratic-equations-formula-01
E. Worked example: quadratic formula (negative coefficients). (n.d.). Retrieved September 14, 2017, from https://www.khanacademy.org/math/algebra/quadratics/solving-quadratics-using-the-quadratic-formula/v/applying-the-quadratic-formula

 

 

 

 

Pascal’s Triangle and a British game show

So this happened on the popular British game show “University Challenge” on Monday, April 2. This game show pits teams of four from various British universities and is a severe test of the breadth and depth of their knowledge of many fields, including mathematics. A contestant’s response to one math question, asking for the seventh row of Pascal’s triangle, took the UK by storm this week (start at the 26:42 mark of the video below).

Twitter immediately went ablaze. Amazingly, a write-up of this encounter made it into the Times of London, one of the world’s most venerated newspapers (as opposed to the tawdry English tabloids). The above link requires a subscription; here’s a photo of page 13 from the April 4 edition:

I must admit that I’m a little amused by the amount of press that this little encounter received. When I was a kid, I memorized the first few rows of Pascal’s triangle simply from working with it so often, so when a family member told me about this story earlier this week, I knew the answer to the question instantly. I suspect that’s exactly what the contestant did here. (Whether I could have gotten the answer right under the pressure of a quiz show and a national TV audience, on the other hand, is another matter entirely.)

I have a theory as to why this appeared to be a mighty feat of mental arithmetic. The audience may have thought that he was adding the numbers quickly, but I’m guessing that the real purpose of the introductory clause “If 1,1 is the second row of Pascal’s triangle…” is to label that row as the second row instead of the first row (following the usual convention of starting the row and column counts with 0.)

Engaging students: Simplifying rational expressions

In my capstone class for future secondary math teachers, I ask my students to come up with ideas for engaging their students with different topics in the secondary mathematics curriculum. In other words, the point of the assignment was not to devise a full-blown lesson plan on this topic. Instead, I asked my students to think about three different ways of getting their students interested in the topic in the first place.

I plan to share some of the best of these ideas on this blog (after asking my students’ permission, of course).

This student submission comes from my former student Peter Buhler. His topic, from Algebra II/Precalculus: simplifying rational expressions.

green line

A2. How could you as a teacher create an activity or project that involves your topic?

One activity that could be performed when introducing rational expressions is to demonstrate the reason for simplifying. Before teaching students to simplify, instead ask them to evaluate the expressions given various x values. As they struggle through the painstaking process of taking squares, distributing, multiplying, adding and subtracting as they attempt to evaluate the rational expression, take note of how long it may take the students. Then have several students share their method. Following the student sharing, show your efficient method that allows you to simplify the expression before beginning to evaluate.
This not only shows the students that it is quicker, but it often provides more accurate answers to the process that must be taken to “cancel” the terms and then evaluate. Students should be more willing to participate in the following lesson on simplification due to the desire to do less work. This could also be an opportunity to discuss why it is often helpful to look for “shortcuts” or tools that can be used to simplify long or tricky problems into something manageable, even by high school students.

 

green line

B2. How does this topic extend what your students should have learned in previous courses?

This topic actually extends several previous topics seen in middle school mathematics. One of these topics is reducing fractions. This actually builds on the topic of finding the greatest common factor (GCF), which students learn in elementary school. To reduce a fraction, students find a GCF from both the top and bottom of the fraction, and then simply eliminate that factor leaving the expression in a simplified form. This could be utilized to introduce the idea of simplifying rational expressions, as students will likely be familiar with reducing fractions to their most simplified form.
This can also be applied to multiplying by fractions, as the GCF can be pulled out of the top and bottom of the fractions and simplified, making the multiplication of the fraction simpler. One last possible application could be in solving proportions, as students are typically taught to simplify the proportions before attempting to solve. The common theme in all of these is simplifying in order to make a problem easier and is a more efficient process for most students.

 

green line

D2. How was this topic adopted by the mathematical community?

There are many advanced applications of simplifying rational expressions. One such function is the Pade approximant, which is an approximation of a rational function of a given order. It was created by Henri Pade in 1890 and has been used to model certain rational functions. While this is certainly an advanced rational expression, it still holds true as there is a polynomial on the top and the bottom, which can be factored and simplified.
Rational functions have also been commonly used to model certain equations in STEM field such as functions of wave patterns for molecular particles, various forces in physics, and other fields that take mathematical ideas and apply them to a science. As a teacher introducing the topic of simplifying these expressions, one could display various applications of these functions and how they are used in a day-to-day setting. Students should be able to see beyond the cut-and-dry steps of simplifying the expressions and understand the implications beyond what they are doing.

References:

If Simplifying Rational Expressions Is Aspirin Then How Do You Create The Headache?


https://en.wikipedia.org/wiki/Rational_function