Calculating course averages

And the end of every semester, instructors are often asked “What do I need on the final to make a ___ in the course?”, where the desired course grade is given. (I’ve never done a survey, but A appears to be the most desired course grade, followed by C, D, and B.) Here’s the do-it-yourself algorithm that I tell my students, in which the final counts for 20% of the course average.

Let F be the grade on the final exam, and let D be the up-to-date course average prior to the final. Then the course average is equal to 0.2F + 0.8D.

Somehow, students don’t seem comforted by this simple algebra.

green lineMore seriously, here’s a practical tip for students to determine what they need on the final to get a certain grade (hat tip to my friend Jeff Cagle for this idea). It’s based on the following principle:

If the average of x_1, x_2, \dots x_n is \overline{x}, then the average of x_1 + c, x_2 + c, \dots, x_n + c is \overline{x} + c. In other words, if you add a constant to a list of values, then the average changes by that constant.

As an application of this idea, let’s try to guess the average of 78, 82, 88, 90. A reasonable guess would be something like 85. So subtract 85 from all four values, obtaining -7, -3, 3, 5. The average of these four differences is (-7-3+3+5)/4 = -0.5. Therefore, the average of the original four numbers is 85 + (-0.5) = 84.5.

So here’s a typical student question: “If my average right now is an 88, and the final is worth 20\% of my grade, then what do I need to get on the final to get a 90?” Answer: The change in the average needs to be +2, so the student needs to get a grade +2/0.2 = +10 points higher than his/her current average. So the grade on the final needs to be 88 + 10 = 98.

Seen another way, we’re solving the algebra problem

88(0.8) + x(0.2) = 90

Let me solve this in an unorthodox way:

88(0.8) + x(0.2) = 88 + 2

88(0.8) + x(0.2) = 88(0.8+0.2) + 2

88(0.8) + x(0.2) = 88(0.8) + 88(0.2) + 2

x(0.2) = 88(0.2) + 2

x = \displaystyle \frac{88(0.2)}{0.2} + \frac{2}{0.2}

x = 88 + \displaystyle \frac{2}{0.2}

This last line matches the solution found in the previous paragraph, x = 88 + 10 = 98.

Full lesson plan: Designing a model solar system

Over the summer, I occasionally teach a small summer math class for my daughter and her friends around my dining room table. Mostly to preserve the memory for future years… and to provide a resource to my friends who wonder what their children are learning… I’ll write up the best of these lesson plans in full detail.

This was a fun activity that took a couple of hours: designing a model Solar System. I chose the scale so that most of the planets would fit on a straight section of sidewalk near my house; of course, the scale could be changed to fit the available space.

For my particular audience of students, I also worked through the basics of the metric system as well as decimals.

This lesson plan is written in a 5E format — engage, explore, explain, elaborate, evaluate — which promotes inquiry-based learning and fosters student engagement.

Model Solar System Handout

Model Solar System Lesson

Post Assessment

P.S. For what it’s worth, the world’s largest model solar system can be found in Sweden.

Engaging students: Finding x- and y-intercepts

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 Maranda Edmonson. Her topic, from Algebra: finding x- and y-intercepts. Unlike most student submissions, Maranda’s idea answers three different questions at once.

green lineApplications: How could you as a teacher create an activity or project that involves your topic?

Culture: How has this topic appeared in pop culture (movies, TV, current music, video games, etc.)?

Technology: How can technology be used to effectively engage students with this topic?

This link is to a reflection by a mathematics teacher who used the popular TV show “The Big Bang Theory” to teach linear functions. She taught this lesson prior to teaching students about finding y-intercepts of linear functions, but it can be adapted in order to teach how to find the intercepts themselves.

ENGAGE:

One thing I would not change would be to show the students the above clip of the show where Howard and Sheldon are heatedly discussing crickets at the beginning of the activity. By showing the video at the beginning, students will be engaged and want to figure out what will be done throughout the lesson. Being a clip of a popular show that many probably watch during the week, students will be even more engaged and interested since they are able to watch something that they are already familiar with. Being something that they are already familiar with or can relate to, students have a tendency to remember the material or at least the topic longer than they would remember something that they were unfamiliar with or could not relate.

In the clip, Sheldon argues that the cricket the guys hear while eating dinner is a snowy tree cricket based on the temperature of the room and the frequency of chirps; Howard argues that it is an ordinary field cricket.  The beginning of their discussion is as follows:

Sheldon: “Based on the number of chirps per minute, and the ambient temperature in this room, it is a snowy tree cricket.”

Howard: “Oh, give me a frickin’ break. How could you possibly know that?”

Sheldon: “In 1890, Amos Dolbear determined that there was a fixed relationship between the number of chirps per minute of the snowy tree cricket and the ambient temperature – a precise relationship that is not present with ordinary field crickets.”

The whole episode revolves around the guys finding the exact genus and species of the cricket, but that is not the importance here. The importance of this clip is the linear relationship between the temperature and the number of chirps per minute of the cricket, which the activity should then be centered around.

EXPLORE:

After showing the short clip, it could be beneficial to show students the Wikipedia link that discusses Dolbear’s Law. Toward the bottom of the page, the relationship is written out in several formats, but there is a basic linear function that students could focus on for the activity.

Assuming students know how to graph linear functions (as stated above, the link is for a lesson the teacher taught before teaching students about y-intercepts), I would have students graph Dolbear’s Law on a piece of graph paper. The challenge would be for students to find out what happens when there are variations to the number of chirps of the cricket, the temperature or both to see how the graph changes – specifically where the graph crosses each axis.

 EXPLAIN/ELABORATE/EVALUATE:

At this point, students should be able to state what changes they noticed with the graph – specifically where the graph crossed the axes as changes are made to the function. After they have explained what they found, fill in any gaps and correct vocabulary as needed. Basically, teach what little there is left for the lesson. Follow-up by providing extra examples or a worksheet for students to practice before giving them a quiz or test to assess their performance.

Full lesson plan: Platonic solids

Over the summer, I occasionally teach a small summer math class for my daughter and her friends around my dining room table. Mostly to preserve the memory for future years… and to provide a resource to my friends who wonder what their children are learning… I’ll write up the best of these lesson plans in full detail.

This was the first lesson that I taught to this audience: constructing the five regular polyhedra and inductively deriving Euler’s formula. This lesson plan is written in a 5E format — engage, explore, explain, elaborate, evaluate — which promotes inquiry-based learning and fosters student engagement.

Platonic Solids Lesson

Post Assessment 1

Post Assessment 2

V-E-F Chart

Vocabulary Sheet

Square roots and logarithms without a calculator (Part 9)

This post is not really about finding square roots but continues Part 8 of this series. Continuing the theme of this series, let’s go back in time to when scientific calculators were not invented… say, 1850.

This is a favorite activity that I use when teaching logarithms to precalculus students. I begin by writing the following on the board, in three or four columns:

\log_{10} 1

\log_{10} 2 \approx 0.301

\log_{10} 3 \approx 0.477

\log_{10} 4

\log_{10} 5

\log_{10} 6

\log_{10} 7

\log_{10} 8

\log_{10} 9

\log_{10} 10

\log_{10} 11

\log_{10} 12

\log_{10} 13

\log_{10} 14

\log_{10} 15

\log_{10} 16

\log_{10} 17

\log_{10} 18

\log_{10} 19

\log_{10} 20

\log_{10} 30

\log_{10} 40

\log_{10} 50

\log_{10} 60

\log_{10} 70

\log_{10} 80

\log_{10} 90

\log_{10} 100

In other words, I tell the answer to only \log_{10} 2 and \log_{10} 3. The challenge: fill in the rest without a calculator.

In my classes, we found these logarithms by large-group discussion. However, there’s no reason why this couldn’t be done by dividing a class into small groups and letting the groups collaborate. Indeed, I suggested this idea to a former student who was struggling to come up with an engaging activity involving logarithms for an Algebra II class that she was about to teach. She took this idea and ran with it, and she told me it was a big hit with her students.

I provide a thought bubble if you’d like to think about it before I give the answers.

green_speech_bubbleStep 1. Three of these values — 1, 10, and 100 — can be found exactly since they’re powers of 10.

Step 2. Most of the others can be found by using the laws of logarithms for products, quotients, and powers involving 2, 3, and 10. For example,

\log_{10} 9 = \log_{10} 3^2 = 2 \log_{10} 3 \approx 2 \times 0.477 = 0.954

\log_{10} 20 = \log_{10} 2 + \log_{10} 10 = 1.301

\log_{10} 5 = \log_{10} 10 - \log_{10} 2 = 0.699.

Of this group, usually \log_{10} 5 is the hardest for students to recognize.

Step 3 (optional). A few of the logarithms, like \log_{10} 7, cannot be determined in terms of \log_{10} 2 and \log_{10} 3. But they can be approximated to reasonable accuracy with a little creativity. For example,

\log_{10} 7 = \log_{10} \sqrt{49} = \frac{1}{2} \log_{10} 49 \approx \frac{1}{2} \log_{10} 50 = \frac{1}{2} (1.699) = 0.850.

For a really good approximation, we use the fact that 7^4 = 2401 \approx 2400.

\log_{10} 7 = \frac{1}{4} \log_{10} 2401 \approx \frac{1}{4} \log_{10} 2400 = \frac{1}{4} (3 \log_{10} 2 + \log_{10} 3 + \log_{10} 100) = 0.845.

To approximate \log_{10} 17, we could use the fact that (16-1) \times (16 + 1) = 16^2-1, or 15 \times 17 = 255 \approx 2^8. So

\log_{10} 17 \approx 8 \log_{10} 2 - \log_{10} 15 = 8 \log_{10} 2 - \log_{10} 3 - \log_{10} 5 = 1.232

Naturally, any and all of the above results can be confirmed with a scientific calculator.

green lineIn my opinion, here are some of the pedagogical benefits of the above activity.

1. This activity solidifies students’ knowledge about the laws of logarithms. The laws of logarithms become less abstract, changing from \log_{10} xy = \log_{10} x + \log_{10} y into something more tangible and comfortable, like positive integers.

2. Hopefully the activity will demystify for students the curious decimal expansions when a calculator returns logarithms. In other words, hopefully the above activity will help

3. The activity should promote some understanding of the values of base-10 logarithms. For example, 0 \le \log_{10} x < 1 for 1 \le x < 10 and 1 \le \log_{10} x < 2  for 10 \le x < 100.

4. Students should see that, for large x, \log_{10}(x+1) is not much larger than \log_{10} x. This is another way of saying that the graph of y = \log_{10} x increases very slowly as x increases. So this should provide some future intuition for the graphs of logarithmic functions.

5. The values of \log_{10} 2, \log_{10} 3, \dots, \log_{10} 9 are used to construct the unevenly-spaced lines and/or tick marks in log-log graphs and log-linear graphs (which are standard plotting options on many scientific calculators).

Arctangents and showmanship

This story comes from Fall 1996, my first semester as a college professor. I was teaching a Precalculus class, and the topic was vectors. I forget the exact problem (believe me, I wish I could remember it), but I was going over the solution of a problem that required finding \tan^{-1}(7). I told the class that I had worked this out ahead of time, and that the approximate answer was 82^o. Then I used that angle for whatever I needed it for and continued until obtaining the eventual solution.

(By the way, I now realize that I was hardly following best practices by computing that angle ahead of time. Knowing what I know now, I should have brought a calculator to class and computed it on the spot. But, as a young professor, I was primarily concerned with getting the answer right, and I was petrified of making a mistake that my students could repeat.)

After solving the problem, I paused to ask for questions. One student asked a good question, and then another.

Then a third student asked, “How did you know that \tan^{-1}(7) was 82^o?

Suppressing a smile, I answered, “Easy; I had that one memorized.”

The class immediately erupted… some with laughter, some with disbelief. (I had a terrific rapport with those students that semester; part of the daily atmosphere was the give-and-take with any number of exuberant students.) One guy in the front row immediately challenged me: “Oh yeah? Then what’s \tan^{-1}(9)?

I started to stammer, “Uh, um…”

“Aha!” they said. “He’s faking it.” They start pulling out their calculators.

Then I thought as fast as I could. Then I realized that I knew that \tan 82^o \approx 7, thanks to my calculation prior to class. I also knew that \displaystyle \lim_{x \to 90^-} \tan x = \infty since the graph of y = \tan x has a vertical asymptote at x = \pi/2 = 90^o. So the solution to \tan x = 9 had to be somewhere between 82^o and 90^o.

So I took a total guess. “84^o,” I said, faking complete and utter confidence.

Wouldn’t you know it, I was right. (The answer is about 83.66^o.)

In stunned disbelief, the guy who asked the question asked, “How did you do that?”

I was reeling in shock that I guessed correctly. But I put on my best poker face and answered, “I told you, I had it memorized.” And then I continued with the next example. For the rest of the semester, my students really thought I had it memorized.

To this day, this is my favorite stunt that I ever pulled off in front of my students.

Full lesson plan: magic squares

Over the summer, I occasionally teach a small summer math class for my daughter and her friends around my dining room table. Mostly to preserve the memory for future years… and to provide a resource to my friends who wonder what their children are learning… I’ll write up the best of these lesson plans in full detail.

This was perhaps my favorite: fostering algebraic thinking through the use of 3×3 magic squares, which have the property that the numbers in every row, column, and diagonal have the same sum.

6a00d83542d51e69e2016304a977c0970d-500wi

This lesson plan is written in a 5E format — engage, explore, explain, elaborate, evaluate — which promotes inquiry-based learning and fosters student engagement.

Magic Squares Lesson Plan

Post Assessment 1

Post Assessment 2

Vocabulary Sheet

Magic Squares Examples

 

 

Statistical significance

When teaching my Applied Statistics class, I’ll often use the following xkcd comic to reinforce the meaning of statistical significance.

significant

The idea that’s being communicated is that, when performing an hypothesis test, the observed significance level P is the probability that the null hypothesis is correct due to dumb luck as opposed to a real effect (the alternative hypothesis). So if the significance level is really about 0.05 and the experiment is repeated about 20 times, it wouldn’t be surprising for one of those experiments to falsely reject the null hypothesis.

In practice, statisticians use the Bonferroni correction when performing multiple simultaneous tests to avoid the erroneous conclusion displayed in the comic.

Source: http://www.xkcd.com/882/

More on divisibility

Based on my students’ reactions, I gave my best math joke in years as I went over the proofs for checking that an integer was a multiple of 3 or a multiple of 9. I started by proving a lemma that 9 is always a factor of 10^k - 1. I asked my students how I’d write out 10^k - 1, and they correctly answered 99{\dots}9, a numeral with k consecutive 9s. So I said, “Who let the dogs out? Me. See: k nines.”

Some of my students laughed so hard that they cried.

There are actually at least three ways of proving this lemma. I love lemmas like these, as they offer a way of, in the words of my former professor Arnold Ross, to think deeply about simple things.

(1) By subtracting, 10^k - 1 = 99{\dots}9 = 9 \times 11{\dots}1, which is clearly a multiple of 9.

(2) We can use the rule

a^k - b^k = (a-b) \left(a^{k-1} + a^{k-2} b + \dots + a b^{k-2} + b^{k-1} \right)

The conclusion follows by letting a = 10 and b =1.

From my experience, my senior math majors all learned the rule for factoring the difference of two squares, but very few learned the rule for factoring the difference of two cubes, while almost none of them learned the general factorization rule above. As always, it’s not my students’ fault that they weren’t taught these things when they were younger.

I also supplement this proof with a challenge to connect Proof #2 with Proof #1… why does 11{\dots}1 = \left(a^{k-1} + a^{k-2} b + \dots + a b^{k-2} + b^{k-1} \right)?

(3) We can use mathematical induction.

If k = 0, then 10^k - 1 = 0, which is a multiple of 9.

We now assume that 10^k - 1 is a multiple of 9.

To show that 10^{k+1}-1 is a multiple of 9, we observe that

10^{k+1}-1 = \left(10^{k+1} - 10^k \right) + \left(10^k - 1\right) = 10^k (10-1) + \left(10^k - 1\right),

and both terms on the right-hand side are multiples of 9. (I also challenge my students to connect the right-hand side with the original expression 99{\dots}9.)

\hbox{QED}