Am I Going to Die This Year?

Here’s an unexpected application of exponential growth that I only learned about recently: the Gompertz Law of Human Mortality. It dictates that “your probability of dying in a given year doubles every eight years.”

Here’s the article that I read from NPR: http://www.npr.org/blogs/krulwich/2014/01/08/260463710/am-i-going-to-die-this-year-a-mathematical-puzzle?sc=tw&cc=share.

Engaging students: Pascal’s triangle

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 Roderick Motes. His topic, from Precalculus: Pascal’s triangle.

green line

History – What are the contributions of various cultures to this topic?

Through doing this project I learned that the history of Pascal’s triangle is actually pretty fascinating, and could be an excellent talking point for students.

Pascal’s Triangle was named after Blaise Pascal, who published the right angled version of the triangle, the binomial theorem, and the proof that n choose k corresponds to the kth element of the nth row of the triangle. But this wasn’t the first time interesting results about the triangle had been published, not even in the west.

The triangle was actually independently developed and worked on as early as the 11’th century in both China and modern day Iran. In China two mathematicians, Chia Hsien and Yang Hui, worked on the triangle and it’s applications to solving polynomials. Hsien used the triangle to aid in solving for cubic roots. Hui built upon the work of Hsien and actually gave us the first visual model of the triangle and used the triangle to aid in solving higher degree roots.

Pascals_triangle_China

Independently Omar Khayyam in Persia (modern Iran) used the triangle and binomial theorem (which was known to Arabic mathematicians at the time) to solve nth roots of polynomials.

In addition the triangle was used before Pascal to solve cubic equations, and in Europe in particular we get to the old controversy of Cardano and Del Ferro of ‘who found the general formula for cubic roots’ because another Italian man by the name of Niccolo Tartaglia claimed to have used the triangle to solve cubics and dervice the formula before Cardano published his formula.

So there were a variety of cultures who all independently recognized the significance of the triangle and used it well before Pascal. Consequently the triangle is called many things in many cultures. In China it is referred to as Yang Hui’s triangle, in Iran it is still called the Khayyam-Pascal triangle. All this goes to show that the history we think we know of mathematics may not be quite so true, and that mathematical understanding is the product of many cultures over many years.

green line

Technology- How can you effectively use technology to engage students on this subject?

There are a variety of technological resources you could use to craft a lesson. In particular I’m fond of the Texas Instruments exploration lessons. The lessons are available for free at education.ti.com and come with a slew of materials and handouts prepared for you. I’ve used the TI Nspire to teach the Law of Sines and the activity went tremendously well.

For Pascal’s Triangle and Binomial Theorem there are equivalent lessons with the TI Nspire and TI 84. The links are included at the end of this. The lessons allow the students to see Pascal’s triangle side by side with the triangle of coefficients which they are generating on the calculator. This could be backed up with having the students physically create the triangles on paper and see that they match up. The lesson then has the students conjecture what they believe the binomial theorem is.

This could be a powerful lesson for engaging learners of various strengths. Kinetic learners will love the physical action of the calculator, visual learners will love seeing the triangles update in real time.

green line

Curriculum- How can this topic be extended to your students future math courses?

Pascal’s triangle has a large relationship to probability and statistics. There are a variety of ways you can tie statistics lessons back to Pascal’s triangle and the binomial theorem. In particular we can examine how we might game a Pachinko machine in order to maximize our winnings.

Pachinko (or Plinko or a variety of other things depending on where you are) is fairly simple in idea.

You have a rectangular grid of pegs in which each row is slightly offset from the row above it. You drop a disc or puck of some kind down and attempt to get it into one of the small bins at the bottom. Sometimes prizes will be attached to certain bins (this is a popular carnival game) and sometimes money will (this is also a popular gambling game.)

The bin in which the puck will land follows a normal distribution based on the starting position. This is unsurprising and can be introduced very easily in a Statistics class when you’re teaching about probability distributions and normal distributions. What is more interesting is that this is very deeply related to Pascal’s Triangle.

Overlaying the triangle on top of the machine yields a triangle which shows the number of possible paths to get to each point. You can use this to make a statistical analysis and actually assign values to the probability of landing in a given spot. Using this knowledge you can game the machine and maximize your odds of getting the giant teddy bear or the fat stack of cash.

This application of Pascal’s triangle and its relationship to elementary combinatorics (which should hearken back to Middle School mathematics in addition to being extendable into Statistics,) is looked at in depth in a paper by Katie Asplund of Iowa State University. I have included this paper below. In addition to this suggestions she also relates a specific activity useful in the exploration where the students look at the various options of n choose k and relate the possibilities back to Pascal’s Triangle. I could not get the link for that specific activity as it requires access to Mathematics Teacher which I was unable to find using the UNT Library Resources.

plinko

References and Other Such Things

http://www.math.iastate.edu/thesisarchive/MSM/AsplundCCSS09.pdf

–          This paper is written by Katie Asplund. In it she explores a variety of patterns and connections between Pascal’s Triangle and various parts of the high school math curriculum. In particular she is interested in seeing how she can relate the patterns to her own high school pre calculus class. I recommend reading this entirely because it is simply illuminating and has quite a few suggestions you could implement.

http://pages.csam.montclair.edu/~kazimir/history.html

–          This website has a quick history of Pascal’s triangle as well as several applications. Using this and Wikipedia I was able to learn about the histories and cultures which led to our modern understanding of the triangle. In particular Omar Khayyam is a very interesting person to talk about if you feel like injecting some history of the Islamic Golden Age and the history of Mathematics after the fall of Rome. Khayyam was a Poet as well as a mathematician, and was one of the first to openly question Euclid’s use of the Parallel Postulate.

http://education.ti.com/calculators/downloads/US/Activities/Detail?id=11139&ref=%2fcalculators%2fdownloads%2fUS%2fActivities%2fSearch%2fKeywords%3fk%3dPascal

–          This is the TI Nspire activity on the Binomial Theorem and Pascal’s Triangle. It’s fairly straightforward but, like many of the TI Activities, it has some nice tricks that it uses the calculator to accomplish.

Graphing a function by plugging in points

I love showing this engaging example to my students to emphasize the importance of the various curve-sketching techniques that are taught in Precalculus and Calculus.

Problem. Sketch the graph of f(x) = x^5 - 5x^3 + 4x + 6.

“Solution”. Let’s plug in some convenient points, graph the points, and then connect the dots to produce the graph.

  • f(-2) = (-32) - 5(-8) + 4(-2) + 6 = 6
  • f(-1) = (-1) - 5(-1) + 4(-1) + 6 = 6
  • f(0) = (0) - 5(0) + 4(0) + 6 = 6
  • f(1) = (1) - 5(1) + 4(1) + 6 = 6
  • f(2) = (32) - 5(8) + 4(2) + 6 = 6

That’s five points (shown in red), and surely that’s good enough for drawing the picture. Therefore, we can obtain the graph by connecting the dots (shown in blue). So we conclude the graph is as follows.

linearquinticgreen line

Of course, the above picture is not the graph of f(x) = x^5 - 5x^3 + 4x + 6, even though the five points in red are correct. I love using this example to illustrate to students that there’s a lot more to sketching a curve accurately than finding a few points and then connecting the dots.

Engaging students: Powers and exponents

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 Kayla (Koenig) Lambert. Her topic, from Pre-Algebra: powers and exponents.

green line

A) Applications: What interesting word problems using this topic can your students do now?

 

I chose the problem below from http://www.purplemath.com because I think that solving a problem that deals with disease would be interesting to my students. People have to deal with sickness and disease everyday and I think that solving a real world problem would entice the students into wanting to learn more.

A biologist is researching a newly-discovered species of bacteria. At time t = 0 hours, he puts one hundred bacteria into what he has determined to be a favorable growth medium. Six hours later, he measures 450 bacteria. Assuming exponential growth, what is the growth constant “k” for the bacteria? (Round k to two decimal places.)

For this exercise, the units on time t will be hours, because the growth is being measured in terms of hours. The beginning amount P is the amount at time t = 0, so, for this problem, P = 100. The ending amount is A = 450 at t = 6. The only variable I don’t have a value for is the growth constant k, which also happens to be what I’m looking for. So I’ll plug in all the known values, and then solve for the growth constant:

A = Pe^{kt}

450 = 100 e^{6k}

4.5 = e^{6k}

\ln(4.5) = 6k

k = \displaystyle \frac{\ln(4.5)}{6} = 0.250679566129\dots

The growth constant is 0.25/hour.

I think this kind of problem would be beneficial to students because it would help them understand how bacteria grows and how easily they can get catch something and get sick.

 

green line

C) Culture: How has this topic appeared in pop culture?

Exponents and powers are everywhere around us without the students knowledge. Many movies and video games have ideas related to powers and exponents. Take, for example, the movie Contagion that was released in September 2011. This movie is about “the threat posed by a deadly disease and an international team of doctors contracted by the CDC to deal with the outbreak” (http://www.imdb.com/title/tt1598778). In this movie, there is a scene where the doctors are using mathematical equations with exponents to find out how fast the disease spreads and how much time they have left to save the majority of the population. There are many movies like this that involve powers and exponents, Contagion is just one example. There are also popular video games that deal with the spread of disease. For example, in the video game Call Of Duty: World At War the player is a soldier in WWII and his mission is to kill zombies, and zombie populations grow exponentially. Now, my brother plays this game and I know for a fact that he doesn’t think about the mathematics behind it, but I think talking about pop culture while teaching would really bring some excitement to the classroom and get the students thinking.

 

green line

D) History: Who were some of the people who contributed to the discovery of this topic?

Exponents and powers have been among humans since the time of the Babylonians in Egypt. “Babylonians already knew the solution to quadratic equations and equations of the second degree with two unknowns and could also handle equations to the third and fourth degree” (Mathematics History). The Egyptians also had a good idea about powers and exponents around 3400 BC. They used their “hieroglyphic numeral system” which was based on the scale of 10. When using their system, the Egyptians expressed any number using their symbols, with each symbol being “repeated the required number of times” (Mathematics History). However, the first actual recorded use of powers and exponents was in a book called “Artihmetica Integra” written by English author and Mathematician Michael Stifel in 1544 (History of Exponents). In the 14th century Nicole Oresme used “numbers to indicate powering”(Jeff Miller Pages). Also, James Hume used Roman Numerals as exponents in the book L’Algebre de Viete d’vne Methode Novelle in 1636. Exponents were used in modern notation be Rene Descartes in 1637. Also, negative integers as exponents were “first used in modern notation” by Issac Newton in 1676 (Jeff Miller Pages).

 

Works Cited

Ayers, Chuck. “The History of Exponents | eHow.com.” eHow | How to Videos, Articles & More – Discover the expert in you. | eHow.com. N.p., n.d. Web. 25 Jan. 2012. http://www.ehow.com/about_5134780_history-exponents.html.

“Contagion (2011) – IMDb.” The Internet Movie Database (IMDb). N.p., n.d. Web. 25 Jan. 2012. http://www.imdb.com/title/tt1598778/.

“Exponential Word Problems.” Purplemath. N.p., n.d. Web. 25 Jan. 2012. http://www.purplemath.com/modules/expoprob2.htm.

“Mathematics History.” ThinkQuest : Library. N.p., n.d. Web. 25 Jan. 2012. http://library.thinkquest.org/22584/.

juxtaposition.. “Earliest Uses of Symbols of Operation.” Jeff Miller Pages. N.p., n.d. Web. 25 Jan. 2012. http://jeff560.tripod.com/operation.html.

 

Engaging students: Solving quadratic equations

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 Elizabeth (Markham) Atkins. Her topic, from Algebra II: solving quadratic equations.

green line

D. History: Who were some of the people who contributed to the discovery of this topic?

Factoring quadratic polynomials is a useful trick in mathematics. Mathematics started long ago. http://www.ucs.louisiana.edu/~sxw8045/history.htm stated that the Babylonians “had a general procedure equivalent to solving quadratic equations”. They taught only through examples and did not explain the process or steps to the students. http://www.mytutoronline.com/history-of-quadratic-equation states that the Babylonians solved the quadratic equations on clay tablets. Baudhayana, an Indian mathematician, began by using the equation ax^2+bx=c. He provided ways to solve the equations. Both the Babylonians and Chinese were the first to use completing the square method which states you take the equation ax^2+bx+c. You take b and divide it by two. After you divide by two you square that number and add it to ax^2+bx and subtract it from c.  Even doing it this way the Babylonians and Chinese only found positive roots. Brahmadupta, another Indian mathematician, was the first to find negative solutions. Finally after all these mathematicians found ways of solving quadratic equations Shridhara, an Indian mathematician, wrote a general rule for solving a quadratic equation.

green line

C. Culture: How has this topic appeared in the news?

USA today (http://www.usatoday.com/news/education/2007-03-04-teacher-parabola-side_N.htm) had a news article that talks about students who used quadratic equations to cook marshmallows. A teacher had students in teams choose a quadratic equation. The teams then used the quadratic equation choosen to build a device to “harness solar heat and cook marshmallows”. http://www.kveo.com/news/quadratic-equations-no-problem talks about a 6 year old who learned to solve quadratic equations. Borland Educational News (http://benewsviews.blogspot.com/2007/03/memorize-quadratic-formula-in-seconds_3620.html) talks about someone who came up with a song for the quadratic formula, which is a way to solve a quadratic equation. They sing the following words to the tune of Pop Goes the Weasel: “X is equal to negative B plus or minus the square root of B squared minus 4AC All over 2A.” It may be an elementary way to solve the equation, but it sure does work. Mathematics is all around us. It is in our everyday lives. We use it without even knowing it sometimes!

green line

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

Lesson Corner (http://www.lessoncorner.com/Math/Algebra/Quadratic_Equations) is an excellent resource for finding lesson plans and activities for quadratic equations. One lesson (http://distance-ed.math.tamu.edu/peic/lesson_plans/factoring_quadratics.pdf) talking about engaging the students with a game called “Guess the Numbers”. The students are given two columns, a sum column and a product column. They are then to guess the two numbers that will add to get the sum and multiply to get the product. This is an excellent game because it gets the students going and it is like a puzzle to solve. Learn (http://www.learnnc.org/lp/pages/2981) has a lesson plan for a review of quadratic equations.  The students are engaged by playing “Chutes and Ladders”. The teacher transformed it. The procedures are as follows:

  1. Draw a card.
  2. Roll the dice.
  3. If you roll a 1 or a 6, then solve your quadratic equation by completing the square.
  4. If you roll a 2 or 5, then solve your quadratic equation by using the quadratic formula.
  5. If you roll a 3, then solve your quadratic equation by graphing.
  6. If you roll a 4, then solve your quadratic equation by factoring if possible. If not, then solve it another way.
  7. If you solve your equation correctly, then you may move on the board the number of spaces that corresponds to your roll of the die.
  8. If you answer the question incorrectly, then the person to your left has the opportunity to answer your question and move your roll of the die.
  9. The first person to reach the end of the board first wins the game!
  10. Good luck!!

I think this is an excellent idea because it brings back a little of the students’ childhood!

Engaging students: Solving exponential equations

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 Elizabeth (Markham) Atkins. Her topic, from Precalculus: solving exponential equations.

green line

A.   APPLICATIONS: What interesting (i.e., uncontrived) word problems using this topic can your students do now?

Exponential equations can be different topics. You can use exponential equations for bacterial growth or decay, population growth or decay, or even a child eating their Halloween candy. Another example would be minimum wage.  A good word problem would be at one point minimum wage was $1.50 an hour. Use A=1.6 e^{rt} to figure out when minimum wage will reach $10.25 an hour. Another good word problem would be Billy Joe gets a dollar on his first day of work. Every day he works his salary for that day doubles. How much money does he have at the end of 30 days? A good money example would also be banking. “Use the equation A=Pe^{rt}. Shawn put $100 in a savings account, which has a rate of 5% per year. How long will it take for his savings to grow to $1000? There are many ways to show exponential growth and decay.

green line

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

Exponential equations can be used in science and life for many years from now.  Students will see exponential equations when they begin to study bacteria. They will have to find the decay of growth. Students will also have to see population growth and decay throughout history. They may be asked to find out what the population will be in twenty years. When students take economics, or do their own banking, they will need to calculate interest and principal. Students will also need to do the stock market which uses exponential equations. If students go into field where they are concerned with the population of species that may be becoming extinct then the student would predict when the species would become distinct by using an exponential formula. They could also calculate how long until a certain species may take over the world, such as tree frogs or rabbits. Exponential equations are everywhere in the world and in other subjects, besides mathematics.

green line

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

Exponential equations are used with technology everyday and every which way. Khan Academy has a few examples of exponential growth and exponential decay. Youtube has many great examples of exponential equations. Crewcalc’s exponential rap is an excellent example. They are very creative high school who found a way to express a mathematical concept through music.

Zombie Growth shows another interesting way to portray the mathematical concept of exponential equations. They use the phenomenon of zombies to demonstrate how exponential equations work.

Math project on Youtube showed another way to demonstrate how exponential equations work. They posed a problem and then stated the steps to solve the problem. Students need to use graphing calculators to check whether or not they have the right graph based on information given. They also need calculators to calculate equations and check their equations.