|
Number Theory Activities |
Home |
| Fermat's Enigma and Pythagorean Triples |
| The Golden Ratio |
| Perfect Numbers |
| Square Numbers |
| A Pascal Triangle Activity |
| The Sieve of Eratosthenes |
| A Magic Square Activity |
Pythagoras' Theorem states that given a right triangle with legs a and b and hypotenuse
c, ![]() Numbers that fit this pattern are called Pythagorean triples. The chart below shows several of these Pythagorean triples. Study the pattern in the chart to find the next two sets of triples. | ||||||||||||||||||
| ||||||||||||||||||
|
Will any of the triples satisfy Fermat's Last Theorem - a3 + b3 = c3?
What about a4 + b4 = c4? The following formulas can be used to generate numbers that will satisfy Pythagoras' Theorem. Be sure that x > y and that one of them is odd and the other is even.
Here is an example: Let x=7 and y=6.
Tip: To get numbers a, b, and c which have no factors in common, make sure your numbers x & y have no common factors, for example 5 & 6 or 5 & 8, but not 5 & 10. | ||||||||||||||||||
| Contributed by Charlene Evans | ||||||||||||||||||
|
Reference: Collins, William, et al. Mathematics: Applications and Connections, Course 3. Glencoe/McGraw Hill. Ohio. 1998 | ||||||||||||||||||
Remember: If you divide the larger number by the smaller number the Golden Ratio should be close to 1.618 and if you divide the smaller number by the larger number the Golden Ratio should be close to 0.618.
| ||||||||||||||||||
|
Contributed by James Means
| ||||||||||||||||||
Ask students to find the first three perfect numbers. (Students could also set up a computer program to check their answers.) They will need to find a number n of the form (2n-1)*2n-1 with the factor 2n-1 being prime. The first three perfect numbers are 6, 28, and 496.
| ||||||||||||||||||
|
Contributed by Kristen Shelton
| ||||||||||||||||||
Square Numbers Activity Grade Level- Middle School Purpose- Use at beginning of a square number lesson to test student's knowledge and show concrete example of square number. Objective- The learner will be able to
Resources- graph paper; colored pencil Activity- Write the numbers 1- 20 on the board. Explain to the students that they are trying to determine which of these numbers are square numbers. For #1, have them shade in 1 box. Is this a square number? ( 1 x 1) For #2, shade in 2 boxes. Square number? Students will continue working on graph paper in groups of three. Tell students that if they determine a pattern, write it down. Constantly monitor groups to make sure they understand. Square numbers will have the pattern 1 x 1, 2 x 2, 3 x 3……… The square numbers are 1, 4, 9, 16……. | ||||||||||||||||||
|
Contributed by Andrea Reynolds
| ||||||||||||||||||
Objectives Time 45minutes
Materials Focus Tell a small story of Pascal and how he used the triangle.
Guided Practice The students color the left and right edge of the triangle. Together in class, explain how to add two units using color.
![]()
Independent Practice
Reflection
| ||||||||||||||||||
|
Contributed by Tina Gonzales
| ||||||||||||||||||
The Sieve of Erathosthenes is the most effective way to find all of the small prime numbers. Your first step is to make a list of all the integers less than or equal to n (n being the largest number you want to check) and also greater than one. Next, you need to cross out all of the multiples of the prime numbers less than or equal to the square root of n. Finally, the numbers you have left are the prime numbers. For example, let’s let n be equal to 26. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Now, in our list 2 is the first prime. Therefore, cross out all the multiples of two. You are left with: 3 5 7 9 11 13 15 17 19 21 23 25 Now, the first number (3) left is our first odd prime. Therefore, cross out all the multiples of three. You are left with: 5 7 11 13 17 19 23 25 Now, the first number left (5) is the second odd prime. Therefore, cross out all the multiples of five. You are left with: 7 11 13 17 19 23 Now, the first number left (7) is the third odd prime. Therefore, cross out all the multiples of seven. You are left with: 11 13 17 19 23 Now, the first number left (11) is the fourth odd prime. Therefore, cross out all the multiples of eleven. You are left with: 13 17 19 23 Now, the first number left (13) is the fifth odd prime. Therefore, cross out all the multiples of thirteen. You are left with: 17 19 23 Now, the first number left (17) is the sixth odd prime. Therefore, cross out all the multiples of seventeen. You are left with: 19 23 Now, the first number left (19) is the seventh odd prime. Therefore, cross out all the multiples of nineteen. You are left with: 23 Finally, the first number left (23) is the eighth odd prime. Therefore, cross out all the multiples of twenty-three. You are left with:
Now, we know that there are eight odd primes less than twenty-six. There is also an even prime (2) less than twenty-six. That makes a total of 9 primes less than twenty-six. Click on this link to read about Eratosthenes. Here is a pseudo-code that can be used to generate all prime numbers.
Eratosthenes(n) {
a[1] :=0
for i :=2 to n do a[i] :=1
p:=2
while p^2<=n do {
j:=2p
while (j<=n) do {
a[j]:=0
j:=j+p
}
repeat p :=p+1 until a[p]=1
}
return (a)
}
| ||||||||||||||||||
|
Contributed by Jeremy Troutman
| ||||||||||||||||||
|
References: URL:http://www.utm.edu/research/primes/glossary/SieveOfEratosthenes.html 6-13-00 8:00 PM. | ||||||||||||||||||
On Changing Squares into Doughnuts | ||||||||||||||||||
Unraveling the mystery of the magic square and learning how to construct them is not very difficult. The truths follow... It is beneficial to understand what a magic square is. According to a definition by Allen Adler “A magic square is an arrangement of the numbers from 1 to n2 in an nxn matrix, with each number occurring only once, such that the sums of any row, any column, or any main diagonal is the same.”The sum will satisfy n(n2 + 1)/2.
Read on to find out how to make you own... There aren’t any 2x2 magic square because the above equation cannot be satisfied with the numbers 1 through 4. Each odd numbered magic square, 3x3, 5x5, etc., are constructed in a similar manner. When there are odd number of columns and rows, start with the number 1 in the middle column, first row. Three things could cause you to feel as though your magic went astray. There are ways to overcome the puzzles that ail you:
![]() How is making magic squares like making doughnuts? Refer to rules 1 and 2 that were given above that helped you do your magic. Those rules will help you again. When you reached the edge of the square you were instructed to pretend to paste the top edge to the bottom edge, matching up the columns. If you were to do this, you would make a cylinder. You also pasted the left side to the right side, matching up each row to itself. If you do this after constructing the cylinder, the ends of the cylinder would be pasted together.
Now say: You are truly a magician. You changed the magic square into a doughnut!! Please refer to http://mathforum.com/alejandre/magic.square/adler for more information on magic squares.
| ||||||||||||||||||
|
Contributed by Cynthia Schmidt
| ||||||||||||||||||