galois theory by ian stewart - department of...

1
St. Gregory College Preparatory School Michael Herzog Sarah Edge Mann Department of Mathematics Interdisciplinary Program in Applied Mathematics St. Gregory College Preparatory School University of Arizona About Us Michael earned a BS in Electrical Engineering from the University of Arizona in 1981, and worked as an electrical engineer for 23 years. In 2004 Michael left his engineering job to attend the Teach for Tucson program at the University of Arizona. He received his Masters Degree in Elementary Education in 2005 and now teaches mathematics at St. Gregory College Preparatory School. Sarah earned a BS in Mathematics from Harvey Mudd College in 2006, and MSc in Applied Mathematics from the University of Arizona in 2009. She is currently working on her PhD in Applied Mathematics at the University of Arizona. Her research interests are in information theory, specifically coding theory, data compression, and quantum information theory. Michael and Sarah teach two sections of Quantitative Analysis, one section of Algebra II, and one of Geometry. The History of Polynomial Equations and ´ Everiste Galois Find the side of a square given that the area minus the side is 870. This problem and its solution was found on a Babylonian clay tablet from 1600 BC! The prob- lem can be expressed by the quadratic function x 2 - x = 870 and can be solved by completing the square. Peo- ple having been thinking about the roots of poly- nomial equations for thousands of years and using the same methods to solve them as are taught in Algebra classes today. In the 1500s, mathematicians found formulas for the roots of cubic and quartic polynomials, simi- lar to the quadratic equation for quadratic poly- nomials. They were eager to find a similar equa- tion for quintic polynomials. (See the introduction to “Galois Theory” by Ian Stewart for more on this subject.) ´ Everiste Galois (1811 - 1832) was a French mathe- matician who was interested in the roots of polyno- mials. He showed that the quintic is unsolvable, there is no algebraic expression that gives the roots to a general quintic polynomial. His methods for proving this created a rich field of mathematical research. He tragically died in a duel at the age of 20. Quantitative Analysis: A Fourth Year Math Class This year, St. Gregory is offering a new fourth year math class, Quantitative Analysis (QA), which Michael and Sarah have been developing. Students in this course have completed Algebra II, but are not interested in pursuing the traditional Pre-Calculus then Calculus mathematics curriculum. This class focuses on problem solving skills, communication of mathematical ideas, and strengthening students’ understanding of Algebra II material. In addition, students will complete a unit on financial math and learn to program in Python. Problem Solving During the first semester, QA students followed the book Problem Solving Strategies: Crossing the River with Dogs and Other Mathematical Adven- tures by Ted Herr and Ken Johnson. Each chap- ter in this book explores a different problem solving strategy and provides a variety of problems that can be solved using each strategy. Students work together on these challenging problems and present their solutions to the class as well as turn in in- depth, written explanations of selected problems. Problem Solving Strategies 1. Draw a Diagram 2. Systematic List 3. Look for a Pattern 4. Guess-And-Check 5. Identify Subproblems 6. Work Backwards 7. Algebra Sample Problem The triangle shown below is called Pascal’s triangle. Find a pattern that will produce the next row. 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 Student Comments “I like this course because I think the problem solving will be more relevant and helpful to me in the future than other math classes.” “The skills I have learned have helped me in other classes and on the PSAT.” “I like how we can work together and collab- oration is encouraged.” “This course is awesome. It teaches us the most relevant math I have ever learned.” Computer Programming In the second semester students are learning the Python programming language. They will use Python to write programs that aid in solving math- ematical problems. For example, they will write programs that: Calculate the value of x-2 x 2 +3x-10 for a value of x provided by the user, Play the game “Rock, Paper, Scissors” Find the roots and vertex of any quadratic function f (x)= ax 2 + bx + c provided the coef- ficients a, b, and c, Find the roots of any given function using an iterative method, List the first 100 prime num- bers (Images from http://en.wikipedia.org/wiki/Rock- paper- scissors.)

Upload: vunhan

Post on 20-Jun-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Galois Theory by Ian Stewart - Department of Mathematicsmath.arizona.edu/~ime/g-teams/Posters/G-TEAMS_2012_Showcase_Po… · Michael and Sarah teach two sections of Quantitative Analysis,

St. GregoryCollegePreparatorySchoolMichael Herzog Sarah Edge Mann

Department of Mathematics Interdisciplinary Program in Applied Mathematics

St.Gregory College Preparatory School University of Arizona

About Us

Michael earned a BS in Electrical Engineering from the University of Arizonain 1981, and worked as an electrical engineer for 23 years. In 2004 Michael lefthis engineering job to attend the Teach for Tucson program at the Universityof Arizona. He received his Masters Degree in Elementary Education in 2005and now teaches mathematics at St. Gregory College Preparatory School.

Sarah earned a BS in Mathematics from Harvey Mudd College in 2006, andMSc in Applied Mathematics from the University of Arizona in 2009. She iscurrently working on her PhD in Applied Mathematics at the University ofArizona. Her research interests are in information theory, specifically codingtheory, data compression, and quantum information theory.

Michael and Sarah teach two sections of Quantitative Analysis, one section of Algebra II, and one ofGeometry.

The History of Polynomial Equations and Everiste Galois

Find the side of a square given thatthe area minus the side is 870.

This problem and its solution was found on aBabylonian clay tablet from 1600 BC! The prob-lem can be expressed by the quadratic function

x2 − x = 870

and can be solved by completing the square. Peo-ple having been thinking about the roots of poly-nomial equations for thousands of years and usingthe same methods to solve them as are taught inAlgebra classes today.

In the 1500s, mathematicians found formulas forthe roots of cubic and quartic polynomials, simi-lar to the quadratic equation for quadratic poly-nomials. They were eager to find a similar equa-tion for quintic polynomials.

(See the introduction to “Galois Theory” by Ian Stewartfor more on this subject.)

Everiste Galois (1811 - 1832) was a French mathe-matician who was interested in the roots of polyno-mials.

He showed that the quintic is unsolvable, there is noalgebraic expression that gives the roots to a generalquintic polynomial. His methods for proving thiscreated a rich field of mathematical research. Hetragically died in a duel at the age of 20.

Quantitative Analysis: A Fourth Year Math Class

This year, St. Gregory is offering a new fourth year math class, Quantitative Analysis (QA), which Michaeland Sarah have been developing. Students in this course have completed Algebra II, but are not interested inpursuing the traditional Pre-Calculus then Calculus mathematics curriculum. This class focuses on problemsolving skills, communication of mathematical ideas, and strengthening students’ understanding of AlgebraII material. In addition, students will complete a unit on financial math and learn to program in Python.

Problem SolvingDuring the first semester, QA students followedthe book Problem Solving Strategies: Crossing theRiver with Dogs and Other Mathematical Adven-tures by Ted Herr and Ken Johnson. Each chap-ter in this book explores a different problem solvingstrategy and provides a variety of problems thatcan be solved using each strategy. Students worktogether on these challenging problems and presenttheir solutions to the class as well as turn in in-depth, written explanations of selected problems.

Problem Solving Strategies1. Draw a Diagram

2. Systematic List

3. Look for a Pattern

4. Guess-And-Check

5. Identify Subproblems

6. Work Backwards

7. Algebra

Sample ProblemThe triangle shown below is called Pascal’s triangle.Find a pattern that will produce the next row.

11 1

1 2 11 3 3 1

1 4 6 4 11 5 10 10 5 1

Student Comments• “I like this course because I think the problem

solving will be more relevant and helpful to mein the future than other math classes.”

• “The skills I have learned have helped me inother classes and on the PSAT.”

• “I like how we can work together and collab-oration is encouraged.”

• “This course is awesome. It teaches us themost relevant math I have ever learned.”

Computer ProgrammingIn the second semester students are learning thePython programming language. They will usePython to write programs that aid in solving math-ematical problems. For example, they will writeprograms that:

• Calculate the value of x−2x2+3x−10

for a value of x provided by theuser,

• Play the game “Rock, Paper,Scissors”

• Find the roots and vertex ofany quadratic function f(x) =ax2 + bx + c provided the coef-ficients a, b, and c,

• Find the roots of any givenfunction using an iterativemethod,

• List the first 100 prime num-bers

(Images from http://en.wikipedia.org/wiki/Rock-paper-scissors.)

1