On the Symmetries of Pascal’s Pyramid

Slides:



Advertisements
Similar presentations
Binomial Expansion and Maclaurin series Department of Mathematics University of Leicester.
Advertisements

Some Really Cool Things Happening in Pascals Triangle Jim Olsen Western Illinois University.
COMP 170 L2 Page 1 L03: Binomial Coefficients l Purpose n Properties of binomial coefficients n Related issues: the Binomial Theorem and labeling.
4/16/2015 MATH 224 – Discrete Mathematics Counting Basic counting techniques are important in many aspects of computer science. For example, consider the.
1 Section 4.3 Permutations & Combinations. 2 Permutation Set of distinct objects in an ordered arrangement An ordered arrangement of r members of a set.
Counting Chapter 6 With Question/Answer Animations.
“Some Really Cool Things Happening in Pascal’s Triangle”
Counting III: Pascal’s Triangle, Polynomials, and Vector Programs Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2003 Lecture.
Recursion. n! (n factorial)  The number of ways n objects can be permuted (arranged).  For example, consider 3 things, A, B, and C.  3! = 6 1.ABC 2.ACB.
CSE115/ENGR160 Discrete Mathematics 04/17/12
COMP 170 L2 Page 1 L03: Binomial Coefficients l Purpose n Properties of binomial coefficients n Related issues: the Binomial Theorem and labeling.
Counting II: Pascal, Binomials, and Other Tricks Great Theoretical Ideas In Computer Science A. Gupta D. Sleator CS Fall 2010 Lecture 8Sept. 16,
Recursive Definitions Rosen, 3.4 Recursive (or inductive) Definitions Sometimes easier to define an object in terms of itself. This process is called.
Set, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just.
Blaise Pascal Born: June 19, 1623 Clermont Auvergne, France
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Rev.S08 MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction.
Sequences and Series. Quick Review.
Copyright © Cengage Learning. All rights reserved.
The Binomial Theorem.
Discrete Mathematics, 1st Edition Kevin Ferland
Chapter 8. Section 8. 1 Section Summary Introduction Modeling with Recurrence Relations Fibonacci Numbers The Tower of Hanoi Counting Problems Algorithms.
Basic Counting. This Lecture We will study some basic rules for counting. Sum rule, product rule, generalized product rule Permutations, combinations.
2.4 Sequences and Summations
Chapter 6 With Question/Answer Animations 1. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
The Binomial Theorem. Powers of Binomials Pascal’s Triangle The Binomial Theorem Factorial Identities … and why The Binomial Theorem is a marvelous.
Chapter 11 The Number Theory Revival
March 10, 2015Applied Discrete Mathematics Week 6: Counting 1 Permutations and Combinations How many different sets of 3 people can we pick from a group.
THE NATURE OF COUNTING Copyright © Cengage Learning. All rights reserved. 12.
DISCRETE COMPUTATIONAL STRUCTURES CS Fall 2005.
The Binomial Theorem 9-5. Combinations How many combinations can be created choosing r items from n choices. 4! = (4)(3)(2)(1) = 24 0! = 1 Copyright ©
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
Prof. Amr Goneid, AUC1 Analysis & Design of Algorithms (CSCE 321) Prof. Amr Goneid Department of Computer Science, AUC Part 9. Intermezzo.
Pascal’s Triangle and the Binomial Theorem Chapter 5.2 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U.
Copyright © Cengage Learning. All rights reserved. 8.4 The Binomial Theorem.
The Pigeonhole Principle. The pigeonhole principle Suppose a flock of pigeons fly into a set of pigeonholes to roost If there are more pigeons than pigeonholes,
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 6 Counting and Probability Instructor: Hayk Melikyan Today we will review sections 6.6,
Copyright © Cengage Learning. All rights reserved. 8 Sequences, Series, and Probability.
1 CS 140 Discrete Mathematics Combinatorics And Review Notes.
Whiteboardmaths.com © 2004 All rights reserved
A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just.
2.6 Pascal’s Triangle and Pascal’s Identity (Textbook Section 5.2)
STROUD Worked examples and exercises are in the text PROGRAMME F9 BINOMIAL SERIES.
Section 6.4. Powers of Binomial Expressions Definition: A binomial expression is the sum of two terms, such as x + y. (More generally, these terms can.
Probability Distributions and Expected Value Chapter 5.1 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors:
Binomial Coefficients and Identities
L14: Permutations, Combinations and Some Review EECS 203: Discrete Mathematics.
Polynomials Count! CS Lecture 9 X1 X1 X2 X2 + + X3 X3.
PreCalculus Section 8-5 The Binomial Theorem. Objectives Use the Binomial Theorem to calculate binomial coefficients. Use binomial coefficients to write.
COUNTING Discrete Math Team KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS ) 1.
The Binomial Theorem Section 9.2a!!!. Powers of Binomials Let’s expand (a + b) for n = 0, 1, 2, 3, 4, and 5: n Do you see a pattern with the binomial.
L14: Permutations, Combinations and Some Review
Using Combinations You have already learned that order is important for some counting problems. For other counting problems, order is not important. For.
Sequences, Series, and Probability
Copyright © Cengage Learning. All rights reserved.
The Number Theory Revival
Pascal’s Triangle Permission Pending By. Ms. Barnes.
Ch. 8 – Sequences, Series, and Probability
Lecture 7 Functions.
PROGRAMME F7 BINOMIALS.
Basic Counting.
The Binomial Theorem.
Combinatorics.
11.6 Binomial Theorem & Binomial Expansion
Permutations and Combinations
Sequences and the Binomial Theorem
The Binomial Theorem.
Presentation transcript:

On the Symmetries of Pascal’s Pyramid Ryan Petitfils Advisor: Dr. Fogel My name is Ryan Petitfils and I will be speaking to you today about the symmetries of Pascal’s Pyramid. Before I get into the Pyramid however, I would like to describe some history of the triangle and the great subject in which it is studied.

Pascal’s Triangle The triangle begins with 1 and then 1,1 and continues with 1’s on the outside. The rest of the terms, on the other hand, are determined from the sum of the two terms directly above them. The triangle has many symmetrical properties, in fact Pascal’s found a total of 17! The Triangle originated in China around 1200s, but it was unknown to Pascal! Pascal’s triangle has many properties that generalize to a 3-dimensional analogue known as Pascal’s pyramid. I will show you these properties and how they generalize to 3-dimensions. Pascal’s Triangle is a useful tool in the field of combinatorics. KF: make sure you point out how to add two entires to get the third (you’re arrows)

Blaise Pascal A French mathematician born in Clermont, in 1623. Made significant contributions to the fields of Geometry (studies of the cycloid), Physics (pressure experiments) and so much more… Invented one of the first calculating machines (similar to those of computers used today). Together with Pierre Fermat, he created the “calculus” of probabilities, known as Probability Theory.

Combinatorics “Combinatorics is, loosely, the science of counting. This is the area of mathematics in which we study families of sets (usually finite) with certain characteristic arrangements of their elements or subsets, and ask what combinations are possible, and how many there are.” –The Mathematical Atlas (Northern Illinois University) A Combinatorial question: How many ways can one order all the cards in a 52 card deck? In order to understand where the entries in the triangle come from we need to know something about the field of math callled Combi…

Combinatorics 52 cards, we are interested in all the different possible arrangements 52 ways to choose the first card, 51 ways to choose the second card, and so on… 52*51*50*…*1 KF: one this slide you care about order, on the next you don’t But what if we are interested in only choosing 5 cards?

52 “choose” 5 We want five cards, so we need to stop after the fifth card is received. 52*51*50*49*48 Also, what if we do not care about the order in which the cards are dealt? There exist 5 ways the first card could be dealt, 4 ways the second (given the first has already been dealt and so on. This is called a combination, since there are 52 ways to combine 5 cards without repetition. Notation: In general:

Uses of “Combinations” It was Pascal (during some gambling scenarios) who realized that the combinations could be used in describing coefficients of (x+y)n. The coefficients are known as the “coefficients of the binomial expansion” Example:

The Binomial Theorem We have n boxes, in r boxes we need to place one “b” in each. Again, as with choosing the 5 cards, we are not concerned with all the possible orderings of placing b’s. There are ways to do this. In the remaining n-r boxes we place a’s, there is only one way to do this once we place the b’s. If we consider the sum of all the ways to choose a and b: We must sum all of these possibilities to obtain the total # of outcomes KF: can color coordinate a’s and b’s to stones for example (and the combination to b’s color)

The Binomial Thm. Cont. a’s and b’s “5 choose 3” 5 choose 3 is 10 These coefficients show up in a useful array known as…

Pascal’s Triangle By arranging the coefficients in the binomial expansion,Pascal actually created a triangle which could be extended indefinitely. The entries in the triangle are formed by the binomial coefficents. We know that by adding two adjacent numbers in one row we can obtain the entry in the next row between those two. Now, using binomial coefficients, I will show you how we can get from one row to the next.

Pascal’s Rule Other than using the Coefficients of the Binomial Expansion, how can we get from one row to the next? Pascal’s Rule for the Triangle is: Why is this statement true? I will show you two ways to prove this. One way involves using methods of combinatorics and describing how to “choose.” For example:

Algebraic vs. Combinatorial (Pascal’s Rule) For example: Imagine we are playing a game (Dr. Fogel included) and need to choose 3 out of 5 people to play. How many ways can we choose? Algebraically, we can expand the notation (nr) = n!/(r!*(n-r)!) using (53) = (42) + (43) And show that both are the same by algebraic manipulations. Combinatorically, (53) = (42) + (43) because… because if Dr. Fogel must be chosen, we can pick at most 2 others, if Dr. Fogel cannot be chosen, we must pick 3 others. Pascal’s Rule gives us a way to connect entries in the triangle and how to get from one entry to another.

Binom-> Multinom (Pyramid) The Binomial Theorem and Pascal’s Rule are just two of the properties in Pascal’s Triangle. These and many other properties of Pascal’s triangle have a 3-d analogue in an arrangement known as “Pascal’s Pyramid.” One of these analogues is the jump from the Binomial to the Multinomial Theorem. As you will notice, for convenient notation, I changed the a and b to x and y, because of the relationship to algebra. The jump from the binomial to the multinomial includes an extra variable, in this case “z,” in which the multinomial theorem jumps to 3-dimensions.

Trinomial Coefficients We have n objects, we first choose a, then we choose b from n-a, and then c from n-b-a. These coefficients form what is known as…

Pascal’s Pyramid 2+2+2=6 Pascal’s Rule for multinomial In the Pyramid, each “layer” (starting with layer zero) represents coefficients of the trinomial expansion, where the middle terms represent the sum of “three terms” above them. (by Pascal’s Rule) http://public.clunet.edu/~rpetitfi/Tetrahedron.asp Mention how we number the layers 0,1, and so on. Show that 2+2+2=(2 choose 1,1,0)+(2 choose 1,0,1) + (2 choose 0,1,1). Pascal’s Pyramid is shown here in multiple layers, however by putting together the layers and connecting lines under Pascal’s rule, one can create a 3-dimensional model much like the one I have here. Mention the pyramid is a tetrahedron enclosed in 3 copies of one row of Pascal’s triangle

The 6th Layer Explain that this layer, represents the total number of ways to choose 3 times from a total of 6 objects. Explain how to get to 6 choose 2,1,3 from 6 choose 0,0,6.

Pascal’s “Petals” in the Triangle Another property is the following product: Given any “n choose k,” 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 Given any n choose k, if we arrange the entries most immediately around that combination, we obtain a circle in which the product of three alternating entries equals the product of the remaining three alternating entries. I do not yet have the combinatorial argument yet, but algebraically it works out.

3-Petals “Layer 6” 3*3*3=3*3*3 30*90*20=60*15*60 Given any (n choose r), if we take the 6 entries immediately adjacent to it and find the product of three alternating entries, we obtain the same product of the other 3 entries. See if we choose the entry 6 in plane 3, 3*3*3=3*3*3? If you don’t believe me, look at plane 6 and the entry 60 (6 choose 1,3,2) 30*90*20=60*15*60

Fibonacci Numbers An astounding property of the triangle is that it generates the Fibonacci Sequence along certain diagonals. The Fibonacci Sequence 1,1,2,3,5,… is an important sequence in nature and can be obtained by starting with 1, 1 then adding the previous two terms to get the next term. If f1 is the first term, f2 is the second term, the sequence is defined as: The fibonacci numbers arise in the triangle! After explaining how it is an important sequence in nature, explain how it was used to estimate rabbit populations. Assume the rabbits never die. We start with 1 rabbit and 1 rabbit (total of 2 rabbits), then after a while we have 2+1 rabbits, then 3+2 rabbits and so on…

Fibonacci Diagonals If we sum the entries along specific diagonals, we obtain the fibonacci #s! 1 1 1+1=2 2+1=3 1+3+1=5 How are these diagonals drawn?

Fibonacci Diagonals cont. 3 to the left, down 1 3 2 1 Well if we start with any combination and count the horizontal space between combos as one unit, we create diagonals that have a slope of 1/3. While diagonals generate the fibonacci sequence in the triangle, certain planes in the pyramid generate the fibonacci 3-sequence. These planes are obtained using a similar process. 1

Fib 3-seq fn=fn-1+fn-2+fn-3 1,1,2,4,7,13… fn= the sum of the multinomial coefficients cut by “fibonacci planes,” which correspond to cutting (n-1) fibonacci diagonals, starting with the (n-1)st plane and finding the sum of the entries of: The first diagonal in the (n-1)st plane, the second diagonal in the (n-2)nd plane… the rth diagonal in the (n-r)th plane We do not care about zero or negative results. (when r>n) For n=5? For n=5… 1+3+(1+2)=7 2+1=3 give an example of the 3-seq: 1,1,2,4,7,etc: make it the first bullet add one sentence verballly about how you prove this. Or add another slide with the 'proof' for small n: f5=sum sum:=layout f4=layout f3=layout f2=layout 3 1

Sum of rows Another property is the sum of the rows in the triangle For those combinations that have the same “n” value, their sum is equal to a power of 2. In fact this is equivalent to letting a=b=1 in the binomial theorem! Change “unique” to interesting Could show what happens when a=b=c=1 (show both sides are equal). Counting up all the coefficients (How many ways are there to but an a or b in each box?)

Sum of rows = 2n 1 1+1=2 1+2+1=4 1+3+3+1=8 and so on…

Sum of Planes For the Pyramid, each plane (or “layer”) sums to 3n. 1=30 1+1+1=3 1+2+2+1+2+1=9 and so on… This relationship comes about when letting a=b=c=1 in the Multinomial Thm.

Sum of the planes How many ways to put an x, y, or z in n boxes, given we can only put one in each box? 3 possible ways for first box, 3 for second… 3 for nth.

Conclusion Pascal’s Triangle has many interesting properties, most of which show up as a 3-dimensional analogue in Pascal’s Pyramid. These properties have significance in describing combinatorial arguments, i.e. “playing games and choosing people.” Challenge: Can you find all 17 properties in the triangle and pyramid?

Acknowledgements Thank you Math Department of CLU Dr. Wyels, Prof. Wiers, Dr. Garcia (CSUCI), Dr. King and my advisor Dr. Karrolyne Fogel. Kevin Aguirre (creator of model tetrahedron) YOU! Math (because it’s cool)

Sources Putz, John F. “The Pascal Polytope: An Extention of Pascal’s Triangle to N Dimensions,” The College Mathematics Journal, Vol. 17, No. 2 (Mar., 1986), pp. 144-155.   Rosen, Kenneth. Elementary Number Theory, Addison Wesley Longman, 1999. Smith, Karl J. “Pascal’s Triangle,” The Two-Year College Mathematics Journal, Vol. 4, No. 1 (Winter, 1973), 1-13. The Mathematical Atlas. “Combinatorics.” http://www.math.niu.edu/~rusin/known-math/index/05-XX.html,

Fibonacci Numbers (Adapted from John Putz) Method of Proof: Using Strong Math Induction. List all the possibilities for k, given fn-1 and fn-2. Next, show that when added, these two produce all the entries in fn+1.

Fibonacci 3-Sequence (Adapted from John Putz) Method of Proof: Using Strong Math Induction. List all the possibilities for k and i, given fn,fn-1 and fn-2. Next, show that when added, these three produce all the entries in fn+1.

Open ?s Is there a 3-d equivalent of the petals in the pyramid? (petalsspheres?) Is there a way to model the pyramid using Cartesian coordinates and generate the fibonacci planes?

Background/Inspiration High School Algebra introduced me to Pascal’s Triangle In College, while taking Discrete Math and Number Theory, I worked with combinatorial ideas and learned more about the triangle. In College Geometry, I described 2-dimensional geometric figures and their relationships to those in 3-dimensions.