Can ants do math?

A hat-tip to my former student Matt Wolodko, who directed me to this interesting article about whether ants are able to count.

Reactions and commentary can be found in the links below.

http://inspiringscience.wordpress.com/2012/11/09/do-ants-really-count-their-steps/

http://www.npr.org/blogs/krulwich/2011/06/01/120587095/ants-that-count

http://www.livescience.com/871-ants-marching-count-steps.html

http://www.newscientist.com/article/dn9436-ants-use-pedometers-to-find-home.html#.UfAfsdhk31E

http://www.newscientist.com/data/images/ns/av/dn9436.mpg

Engaging students: Mathematical induction

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 Dale Montgomery. His topic, from Precalculus: mathematical induction.

green line

Technology

https://www.khanacademy.org/math/trigonometry/seq_induction/proof_by_induction/v/proof-by-induction

Looking at Khanacademy’s video on mathematical induction, I feel like he has one of the better explanations of mathematical induction that I have heard. This lends itself well to starting class off with a video to engage, and then moving on to an explore where the students test what can or can’t be proved by induction. This quick explanation by Khan gives a good starting point, and the fact that his videos are interesting should be sufficient enough to engage the students. Another possibility is to have the students watch this at home, that way you have more time during class do work on learning how to use the principle of induction.

green line

Application

This problem, and proof (taken from Wikipedia) has flawed logic. In it, it uses the principle of mathematical induction. This would be a good engage because it has supposedly sound logic but it says something that is obviously not true. This will engage the students by showing them something that doesn’t make sense. This will cause a imbalance in their thinking, and make them want to make sense of the situation. I would probably present it as a bell ringer or similar problem, after induction has been introduced.

All horses are the same color

The argument is proof by induction. First we establish a base case for one horse (n = 1). We then prove that if n horses have the same color, then n+1  horses must also have the same color.

Base case: One horse

The case with just one horse is trivial. If there is only one horse in the “group”, then clearly all horses in that group have the same color.

Inductive step

Assume that n  horses always are the same color. Let us consider a group consisting of n+1 horses.

First, exclude the last horse and look only at the first  horses; all these are the same color since  horses always are the same color. Likewise, exclude the first horse and look only at the last  horses. These too, must also be of the same color. Therefore, the first horse in the group is of the same color as the horses in the middle, who in turn are of the same color as the last horse. Hence the first horse, middle horses, and last horse are all of the same color, and we have proven that:

  • If n horses have the same color, then n+1  horses will also have the same color.

We already saw in the base case that the rule (“all horses have the same color”) was valid for n=1 . The inductive step showed that since the rule is valid for n=1 , it must also be valid for n=2 , which in turn implies that the rule is valid for n=3 and so on.

Thus in any group of horses, all horses must be the same color.

(taken from http://en.wikipedia.org/wiki/All_horses_are_the_same_color )

The explanation relies on the fact that a set of a single element cannot have 2 different sets with the same element. Because this assumption cannot be made, the case of n=2 falls apart and tears the argument apart.

 

green line

Application

Dominoes have been talked about as a way to explain mathematical induction. The idea that if you can prove that the first one falls, and you can prove that in general if a domino falls, the one after it will fall, you can prove that the entire row of dominoes would fall. I think it would be fun to students to actually demonstrate this idea. It would even be fun to illustrate what would happen if you cannot prove that the first one falls by gluing the dominoes to whatever surface that you are using (not the table).

The idea would be to have it set up as the students walked in and ask them what would happen if you pushed over the first domino. After that test the hypothesis with one row (you should probably have multiple rows set up for this). Then introduce the concepts of base case and induction step using the dominos. Then you can ask well what if we cannot push the first domino over, does that mean we cannot show that all of the dominos will fall? After this you can start taking the concept of dominos and applying it to Mathematical induction.

dominoes

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.

Engaging students: Computing inverse functions

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 Derek Skipworth. His topic, from Algebra II: computing inverse functions.

green line

B. How can this topic be used in your students’ future courses in mathematics or science?

In essence, an inverse function is supposed to “undo” what the original function did to the original input.  Knowing how to properly create inverse functions gives you the ultimate tool for checking your work, something valuable for any math course.  Another example is Integrals in Calculus.  This is an example of an inverse operation on an existing derivative.  A stronger example of using actual inverse functions is directly applied to Abstract Algebra when inverse matrices are needed to be found.

 

green line

C. How has this topic appeared in high culture?

The idea of inverse functions can be found in many electronics.  My hobby is 2-channel stereo.  Everyone has stereos, but it is viewed as a “higher culture” hobby when you get into the depths that I have reached at this point.  One thing commonly found is Chinese electronics.  How does this correlate to my topic?  Well, the strength of the Chinese is that they are able to offer very similar products comparable to high-end, high-dollar products at a fraction of the costs.  While it is true that they do skimp on some parts, the biggest reason they are able to do this is because of their reverse engineering.  Through reverse engineering, they do not suffer the massive overhead of R&D that the “respectable” companies have.  Lower overhead means lower cost to the consumer.  Because of the idea of working in reverse, “better” products are available to the masses at cheaper prices, thus improving the opportunity for upgrades in 2-channel.

 

green line

E. How can technology be used to effectively engage students with this topic?

A few years ago, there was a game released on Xbox 360 arcade called Braid.  It was a commercial and critical success.  The gameplay was designed around a character who could reverse time.  The trick was that there were certain obstacles in each level that prevented the character from reversing certain actions.  To tie technology into a lesson plan, I would choose a slightly challenging level and have the class direct me through the level.  This would tie into a group activity where the students are required to calculate inverse functions to reverse their steps (like Braid) and eventually solve a “master” problem that would complete the activity.  This activity could be loosely based off a second level that could wrap up the class based off the results that each group produced from the activity.

http://braid-game.com/

 

8th grade exam from 1912

An 8th grade exam from Bullitt County, Kentucky. I’m not sure about the other subject areas, but it seems to me that the standards for arithmetic for those 8th grades are approximately in line with what we expect of pre-algebra students today.

Of course, the students of 1912 didn’t have access to scientific calculators.

Source: http://www.bullittcountyhistory.com/bchistory/schoolexam1912.html

Solutions: http://www.bullittcountyhistory.com/bchistory/schoolexam1912ans.html

bcschoolexam1912sm

Mathematics and The Price Is Right

I just read a very entertaining article on the use of game theory for improving contestants’ odds of winning the various games on the long-running television game show “The Price Is Right.” Quoting from the article:

On a crisp November day eight years ago, I took the only sick day of my four years of high school. I was laid up with an awful fever, and annoyed that I was missing geometry class, which at the time was the highlight of my day. I flipped on the television in the hope of finding some distraction from my woes, but what I found only made me more upset: A contestant named Margie who was in the process of completely bungling her six chances of making it out of Contestants’ Row on The Price is Right.

Many contestants fail to win anything on The Price is Right, of course. But as I watched the venerable game show that morning, it quickly became clear to me that most contestants haven’t thought through the structure of the game they’re so excited to be playing. It didn’t bother me that Margie didn’t know how much a stainless steel oven range costs; that’s a relatively obscure fact. It bothered me, as a budding mathematician, that she failed to use basic game theory to help her advance. If she’d applied a few principles of game theory—the science of decision-making used by economists and generals—she could have planted a big kiss on Bob Barker’s cheek, and maybe have gone home with … a new car! Instead, she went home empty-handed…

To help future contestants avoid Margie’s fate, I decided to make a handy cheat sheet explaining how to win The Price Is Right—not just the Contestants’ Row segment, but all of its many pricing games. This guide, which conveniently fits on the front and back of an 8.5-by-11-inch piece of paper, does not rely on the prices of items.

The full article can be found at http://www.slate.com/articles/arts/culturebox/2013/11/winning_the_price_is_right_strategies_for_contestants_row_plinko_and_the.html.

Engaging students: Factoring quadratic polynomials

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 Kelsie Teague. Her topic, from Algebra I and II: factoring quadratic polynomials.

green line

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

In Renaissance times, polynomial factoring was a royal sport. Kings sponsored contests and the best mathematicians in Europe traveled from court to court to demonstrate their skills. Polynomial factoring techniques were closely guarded secrets.

http://www.ehow.com/info_8651462_history-polynomial-factoring.html

When reading this article, I found the fact that this topic was considered a royal sport very interesting. Students would also find that interesting because it would get their attention with the fact that kings thought this was very important. We could even have our own royal game for it. I think we could start off with a scavenger hunt to work on factoring just basic integers. Also, I think we could use the same idea to start the explore except to do it backwards and give them the polynomial already factored and have them FOIL it and get their polynomial. I want to see if they can see how to do it the other way around without being taught how. This game could show them that factoring is just the reverse of foiling.

green line

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

I looked up factoring quadratic polynomials on Khan Academy and I found some really great videos. They have videos that show detail steps and also after a few videos they have parts where you can practice what you just watched and see if you understand it.  This website is great for at home practice or in class practice because with the practice sections it tells you if you are correct or not and will also give you hints if you don’t know where to start. Also, if you don’t have a clue how to do the problem given, you can hit “show me solution” and it will redirect you to a similar problem in a video to help out. I think this website is a great tool to let students know about to learn and practice.

Also I found a great video on YouTube it’s a rap about factoring that would certainly get gets engaged.

green line

Curriculum

Students first learn about the basic idea of factoring in elementary school and continue to learn and use this topic all the way through college. You need to factor polynomials in many different contexts in mathematics. It’s a fundamental skill for math in general and can make other calculations much easier. You use factoring for finding solutions of various equations, and such equations can come up in calculus when find maxima, minima, inflection points, solving improper integrals, limits, and partial fractions.  Students will need to know factoring all the way up in to their higher-level math classes in college, and also be able to use it in a career that is related to engineering, physics, chemistry and computer science.

 

A great quote from George Pólya

A great discovery solves a great problem but there is a grain of discovery in the solution of any problem. Your problem may be modest: but if it challenges your curiosity and brings into play your inventive faculties, and if you solve it by your own means, you may experience the tension and enjoy the triumph of discovery. Such experiences at a susceptible age may create a taste for mental work and leave their imprint on mind and character for a lifetime.
Thus, a teacher of mathematics has a great opportunity. If he fills his allotted time with drilling his students in routine operations he kills their interest, hampers their intellectual development, and misuses his opportunity. But if he challenges the curiosity of his students by setting them problems proportionate to their knowledge, and helps them to solve their problems with stimulating questions, he may give them a taste for, and some means of, independent thinking.
– George Pólya, from How To Solve It

The Stereotypes About Math That Hold Americans Back

I just read an interesting article about math education in The Atlantic: http://www.theatlantic.com/education/archive/2013/11/the-stereotypes-about-math-that-hold-americans-back/281303/. Among the great quotes:

Here’s the most shocking statistic I have read in recent years: 60 percent of the 13 million two-year college students in the U.S. are currently placed into remedial math courses; 75 percent of them fail or drop the courses and leave college with no degree…

[W]hen mathematics is opened up and broader math is taught—math that includes problem solving, reasoning, representing ideas in multiple forms, and question asking—students perform at higher levels, more students take advanced mathematics, and achievement is more equitable…

When all aspects of mathematics are encouraged, rather than procedure execution alone, many more students contribute and feel valued. For example, some students are good at procedure execution, but may be less good at connecting methods, explaining their thinking, or representing ideas visually. All of these ways of working are critical in mathematical work and when they are taught and valued, many more students contribute, leading to higher achievement.

If I had written this article, I would have been less effusive in praising the Common Core. But I am absolutely in sync with the author that there’s a whole lot more to grade-school mathematics than completing drill-and-kill procedures as quickly as possible.