“Some Really Cool Things Happening in Pascal’s Triangle”

Slides:



Advertisements
Similar presentations
Some Really Cool Things Happening in Pascals Triangle Jim Olsen Western Illinois University.
Advertisements

Chapter 6 Advanced Counting 6.1 Recurrence Relations.
“Catalan Numbers and Pascal’s Triangle”
“Some Really Cool Things Happening in Pascal’s Triangle”
Recursion Lecture 18: Nov 18.
15-5 The Binomial Theorem Pascal’s Triangle. At the tip of Pascal's Triangle is the number 1, which makes up the zeroth row. The first row (1 & 1)
COMP 170 L2 Page 1 L03: Binomial Coefficients l Purpose n Properties of binomial coefficients n Related issues: the Binomial Theorem and labeling.
Polygonal, Prime and Perfect Numbers
Angles and Diagonals in Polygons. The interior angles are the angles inside the polygon. The sum of the interior angles is found when you add up all the.
PASCAL’S TRIANGLE. * ABOUT THE MAN * CONSTRUCTING THE TRIANGLE * PATTERNS IN THE TRIANGLE * PROBABILITY AND THE TRIANGLE.
Pascal’s Triangle By: Brittany Thomas.
PowerPoint Created By Nicholas Albanese
Pascal’s Triangle and Fibonacci Numbers Andrew Bunn Ashley Taylor Kyle Wilson.
 Glasses not required!.  A polyhedron is a 3-dimensional, closed object whose surface is made up of polygons.  Common examples: cubes and pyramids.
F A T R N T EP N I D A Much of mathematics is based on patterns, so it is important to study patterns in math. We use patterns to understand our world.
Designed by David Jay Hebert, PhD
Copyright © Cengage Learning. All rights reserved.
Blaise Pascal Born: June 19, 1623 Clermont Auvergne, France
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Precalculus – MAT 129 Instructor: Rachel Graham Location: BETTS Rm. 107 Time: 8 – 11:20 a.m. MWF.
Week 6 - Monday CS322.
Sequences and Series. Quick Review.
Copyright © Cengage Learning. All rights reserved.
On the Symmetries of Pascal’s Pyramid
Math Vocabulary
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 9- 1.
1 Chapter 7 Generating functions. 2 Summary Generating functions Recurrences and generating functions A geometry example Exponential generating functions.
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.
Warm-up Simplify. 5x x – a + 2b – (a – 2b) Multiply.
Polygons What are properties (rules) of the different types of Quadrilaterals?
Sum of Interior Angles and Number of Diagonals in a Polygon.
“More Really Cool Things Happening in Pascal’s Triangle” Jim Olsen Western Illinois University.
Tonight’s diagnostic test Try this question: x 58 =
Discrete Mathematics Recurrence Relations Chapter 5 R. Johnsonbaugh
Homework 3 Can you divide 36 balls into 9 groups such that each group has odd number of balls? 36 ÷ 9 = 4, 4 is even What if we change things around a.
Pascal’s Triangle and the Binomial Theorem Chapter 5.2 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U.
summer term mathematics activities for year six
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,
2/16/ Pascal’s Triangle. Pascal’s Triangle For any given value of n, there are n+1 different calculations of combinations: 0C00C00C00C0 1C01C01C01C0.
Day 2. Prism and Pyramid In what ways are these shapes alike? In what ways are these shapes different? Distribute set.
Multiplying with 6 MAFS.3.OA.3.7. Lesson Opening Solve the two problems below. Write the equation you used to solve the problem. 1.Tiana arranged 12 flowers.
Polygons Mr Red is going to walk around the outside of the polygon. The black arrow shows the way he is facing as he walks.
Recursively Defined Sequences Lecture 40 Section 8.1 Wed, Apr 11, 2007.
Patterns and Expressions Lesson 1-1
Chapter 6 (Lafore’s Book) Recursion Hwajung Lee.  Definition: An algorithmic technique. To solve a problem on an instance of size n, the instance is:
Computer Science We use computers, but the focus is on applied problem solving. One of my favorite videos talks about computer sciencecomputer science.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
SUBMITTED BY- PRACHI GOYAL IT 2nd YEAR
Chapter 10 Counting Methods.
The Pigeonhole Principle
Chapter 12.5 The Binomial Theorem.
Chapter 1 Section 1-2 An Application of Inductive Reasoning: Number Patterns © 2008 Pearson Addison-Wesley. All rights reserved.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett
Discrete Mathematics.
What is a Polygon?.
MATHS Week 8 Geometry.
PASCAL TRIANGLE
Patterns, Patterns, and more Patterns!
Copyright © Cengage Learning. All rights reserved.
PASCAL’S TRIANGLE.
9 x 14 9 x 12 Calculate the value of the following: 1 8 × 14 =
Chapter 10 Counting Methods 2012 Pearson Education, Inc.
Sequences and the Binomial Theorem
Chapter 10 Counting Methods.
Patterns and Combinatorics
Action plan.
DETERMINANT MATH 80 - Linear Algebra.
Surprising Connections in Math: From the Golden Ratio to Fractals
Presentation transcript:

“Some Really Cool Things Happening in Pascal’s Triangle” Jim Olsen Western Illinois University This version is compiled for Math 406.

Outline Triangular Numbers, Initial Characterizations of the elements of Pascal’s Triangle, other Figurate Numbers, and Tetrahedral numbers. Tower of Hanoi Connections in Pascal’s Triangle Catalan numbers in Pascal’s Triangle

1. Triangular numbers

In General, there are Polygonal Numbers Or Figurate Numbers Example: The pentagonal numbers are 1, 5, 12, 22, …

Let’s Build the 9th Triangular Number 1 Let’s Build the 9th Triangular Number +2 +3 +4 +5 +6 +7 +8 +9

Each Triangle has n(n+1)/2 Take half. Each Triangle has n(n+1)/2 n n+1

Another Cool Thing about Triangular Numbers Put any triangular number together with the next bigger (or next smaller). And you get a Square!

Some Basic Characterizations of Pascal’s Triangle First Definition: Get each number in a row by adding the two numbers diagonally above it (and begin and end each row with 1).

Example: To get the 5th element in row #7, you add the 4th and 5th element in row #6.

Characterization #2 Second Definition: A Table of Combinations or Numbers of Subsets But why would the number of combinations be the same as the number of subsets?

etc. etc. Five Choose Two

{A, B} {A, B} {A, C} {A, C} {A, D} {A, D} {A, B, C, D, E} etc. etc. Form subsets of size Two  Five Choose Two

Therefore, the number of combinations of a certain size is the same as the number of subsets of that size.

Characterization #1 and characterization #2 are equivalent, because

Characterization #3 Symmetry or “Now you have it, now you don’t.”

Characterization #4 Why? The total of row n = the Total Number of Subsets (from a set of size n) =2n Why?

Characterization #5 The Hockey Stick Principle

The Hockey Stick Principle

Characterization #6 The first diagonal are the “stick” numbers. …boring, but a lead-in to…

Characterization #7 The second diagonal are the triangular numbers. Why? Because of summing up stick numbers and the Hockey Stick Principle

Triangular Number Properties Relationships between Triangular and Hexagonal Numbers….decompose a hexagonal number into 4 triangular numbers. Notation Tn = nth Triangular number Hn = nth Hexagonal number

Decompose a hexagonal number into 4 triangular numbers.

A Neat Method to Find Any Figurate Number Number example: Let’s find the 6th pentagonal number.

The 6th Pentagonal Number is: Polygonal numbers always begin with 1. Now look at the “Sticks.” There are 4 sticks and they are 5 long. Now look at the triangles! There are 3 triangles. and they are 4 high. 1 + 5x4 + T4x3 1+20+30 = 51

The kth n-gonal Number is: Polygonal numbers always begin with 1. Now look at the “Sticks.” There are n-1 sticks and they are k-1 long. Now look at the triangles! There are n-2 triangles. and they are k-2 high. 1 + (k-1)x(n-1) + Tk-2x(n-2)

Now let’s add up triangular numbers (use the hockey stick principle)…. A Tetrahedron. And we get, the 12 Days of Christmas.

Characterization #8 The third diagonal are the tetrahedral numbers. 12 Days of Christmas Why? Because we use the Hockey Stick Principle to sum up triangular numbers.

Formula for the nth tetrahedral number …see it…

From Proofs Without Words

Characterization #9 Pascal’s triangle is actually a table of permutations. Permutations with repetitions. Two types of objects that need to be arranged.

For Example, let’s say we have 2 Red tiles and 3 Blue tiles and we want to arrange all 5 tiles. There are 10 permutations. Note that this is also 5 choose 2. Why? Because to arrange the tiles, you need to choose 2 places for the red tiles (and fill in the rest). Or, by symmetry?…(

2. Characterizations involving Tower of Hanoi, Sierpinski, and _______ and _______. Solve Tower of Hanoi. What do we know? Brainstorm. http://www.mazeworks.com/hanoi/index.htm

Solutions to Tower of Hanoi Disks Moves Needed Sequence 1 a 2 3 aba 7 aba c aba 4 15 aba c aba D aba c aba 5 31 aba c aba D aba c aba E aba c aba D aba c aba

Characterization #12 The sum of the first n rows of Pascal’s Triangle (which are rows 0 to n-1) is the number of moves needed to move n disks from one peg to another in the Tower of Hanoi. Notes: The sum of the first n rows of Pascal’s Triangle (which are rows 0 to n-1) is one less than the sum of the nth row. (by Char.#4) Equivalently:

Look at the Sequence as the disks Moves Needed Sequence 2 3 aba

Look at the Sequence as the disks Moves Needed Sequence 3 7 aba c aba What does it look like?

Look at the Sequence as the disks A ruler!

Solutions to Tower of Hanoi Can you see the ruler markings? Disks Moves Needed Sequence 1 a 2 3 aba 7 aba c aba 4 15 aba c aba D aba c aba 5 31 aba c aba D aba c aba E aba c aba D aba c aba

Solution to Tower of Hanoi Ruler Markings Solution to Tower of Hanoi

What is Sierpinski’s Gasket? http://www.shodor.org/interactivate/activities/gasket/ It is a fractal because it is self-similar.

More Sierpinski Gasket/Triangle Applets and Graphics http://howdyyall.com/Triangles/ShowFrame/ShowGif.cfm http://www.arcytech.org/java/fractals/sierpinski.shtml by Paul Bourke

Vladimir Litt's, seventh grade pre-algebra class from Pacoima Middle School Pacoima, California created the most amazing Sierpinski Triangle. http://math.rice.edu/%7Elanius/frac/pacoima.html

Characterization #13 If you color the odd numbers red and the even numbers black in Pascal’s Triangle, you get a (red) Sierpinski Gasket. http://www.cecm.sfu.ca/organics/papers/granville/support/pascalform.html

Solution to Tower of Hanoi Sierpinski Gasket/Wire Frame Ruler Markings Solution to Tower of Hanoi Sierpinski Gasket/Wire Frame

…But isn’t all of this Yes/No…..On/off Binary Base Two

Characterization #12.1 Count in Base-2 The sum of the first n rows of Pascal’s Triangle (which are rows 0 to n-1) is the number of non-zero base-2 numbers with n digits. 1 Digit 2 Digits 3 10 11 100 101 110 111 Count in Base-2

1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 What Patterns Do You See? How can this list be used to solve Tower of Hanoi?

Binary Number List Solves Hanoi Using the list of non-zero base-2 numbers with n digits. When: The 20 (rightmost) number changes to a 1, move disk a (smallest disk). The 21 number changes to a 1, move disk b (second smallest disk). The 22 number changes to a 1, move disk c (third smallest disk). Etc. a b a C a b a 3 Digits 1 10 11 100 101 110 111

Solution to Tower of Hanoi Sierpinski Gasket/ Wire Frame Ruler Markings 1 10 11 100 101 110 111 Solution to Tower of Hanoi Sierpinski Gasket/ Wire Frame Binary Numbers

Catalan numbers are also in Pascal’s Triangle The Catalan numbers are a sequence of natural numbers that occur in numerous counting problems, often involving recursively defined objects. They are named for the Belgian mathematician Eugène Charles Catalan (1814–1894). The first Catalan numbers 1, 1, 2, 5, 14, 42,132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845… (“numerous” is an understatement)

What are the categories? A Fun Way to Count the Toothpicks in the 12 Days of Christmas Tetrahedron Organize the marshmallows (nodes) into categories, by the number of toothpicks coming out of the marshmallow. What are the categories?

Number of Toothpicks from each Category of Nodes Number of Nodes Number of Toothpicks from each Product Corners 4 3 12 Edges 6x10 6 360 Faces 4xT9 9 1620 Interior Te8 12 1440 Total: 3432 But…. This double counts, so there are 1716 toothpicks!

Western Illinois University Thank You Jim Olsen Western Illinois University jr-olsen@wiu.edu www.wiu.edu/users/mfjro1/wiu/index.htm www.wiu.edu/users/mfjro1/wiu/tea/pascal-tri.htm