Induction in Pascal’s Triangle

Slides:



Advertisements
Similar presentations
COMP 170 L2 Page 1 L03: Binomial Coefficients l Purpose n Properties of binomial coefficients n Related issues: the Binomial Theorem and labeling.
Advertisements

Sequences, Induction and Probability
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.
Kavita Hatwal Fall Sequences and Induction.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
1 © 2010 Pearson Education, Inc. All rights reserved 10.1 DEFINITION OF A SEQUENCE An infinite sequence is a function whose domain is the set of positive.
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
Copyright © Cengage Learning. All rights reserved.
7 Further Topics in Algebra © 2008 Pearson Addison-Wesley. All rights reserved Sections 7.4–7.7.
“Teach A Level Maths” Vol. 1: AS Core Modules
Fall 2002CMSC Discrete Structures1 One, two, three, we’re… Counting.
1 Binomial Coefficients CS 202 Epp, section ??? Aaron Bloomfield.
Introduction Binomial Expansion is a way of expanding the same bracket very quickly, whatever power it is raised to It can be used in probability, in.
5-7: The Binomial Theorem
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/24/20161 One, two, three, we’re… Counting. 2/24/20162 Basic Counting Principles Counting problems are of the following kind: “How many different 8-letter.
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.
Binomial Coefficients and Identities
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.
Sequences Lecture 11. L62 Sequences Sequences are a way of ordering lists of objects. Java arrays are a type of sequence of finite size. Usually, mathematical.
Linear Equations in Linear Algebra
MAT 322: LINEAR ALGEBRA.
MODULE – 1 The Number System
Induction in Pascal’s Triangle
The Pigeonhole Principle
Matrix. Matrix Matrix Matrix (plural matrices) . a collection of numbers Matrix (plural matrices)  a collection of numbers arranged in a rectangle.
Chapter 12.5 The Binomial Theorem.
COCS DISCRETE STRUCTURES
Arithmetic Sequences and Series
Welcome to Interactive Chalkboard
P1 Chapter 8 :: Binomial Expansion
Ch. 8 – Sequences, Series, and Probability
Matrix Chain Multiplication
Determinants Section The focus before was to determine information about the solution set of the linear system of equations given as the matrix equation.
Part 3 Module 5 The Multiplication Rule
Math 344 Winter 07 Group Theory Part 1: Basic definitions and Theorems
4.7: Arithmetic sequences
Patterns, Patterns, and more Patterns!
PROGRAMME F7 BINOMIALS.
Matrix Chain Multiplication
CSE15 Discrete Mathematics 04/26/17
Bacteria Objectives To identify & obtain necessary information to solve problems. To solve substantial problems by breaking them down into smaller parts.
P1 Chapter 8 :: Binomial Expansion
Great Theoretical Ideas in Computer Science
Basic Counting.
11.9 Pascal’s Triangle.
The Binomial Theorem.
Combinatorics.
Blaise Pascal “Man is equally incapable of seeing the nothingness from which he emerges and the infinity in which he is engulfed.” “We are usually convinced.
Random Variables Binomial Distributions
Great Theoretical Ideas in Computer Science
Copyright © Cengage Learning. All rights reserved.
The Binomial Probability Theorem.
11.6 Binomial Theorem & Binomial Expansion
Permutations and Combinations
Michael Duquette & Whitney Sherman
Sequences and the Binomial Theorem
Patterns and Combinatorics
Linear Equations in Linear Algebra
This Lecture Substitution model
A10 Generating sequences
AS-Level Maths: Core 2 for Edexcel
Determinant of amatrix:
Mathematical Induction
Two hungry Math 160 students are waiting in line at Chipotle
Concepts of Computation
Mathematical Induction II
Presentation transcript:

Induction in Pascal’s Triangle Pascal’s Formula, The Hockey Stick, The Binomial Formula, Sums

Pascal’s Triangle: click to see movie

Count the rows in Pascal’s triangle starting from 0 Count the rows in Pascal’s triangle starting from 0. The entry on the n-th horizontal row, and k-th slanted row in Pascal’s triangle: = number of ways to choose a set of k objects from among n given objects. row 0 1 1 1 2nd slanted row 1 2 1 1 3 3 1 1 4 6 4 1 5th horizontal row 1 5 10 10 5 1

Write the suitable or notations besides each entry in Pascal’s triangle 1 2 3 4 6 5 10

= 1 2 3 4 6 5 10

Practice with the formula Useful note: there are as many factors above as under the quotient line. Calculate these numbers using the formula, then locate them in the triangle.

Recall: Pascal’s formula:

Pascal’s formula Combinatorial proof: Suppose there are n+1 people in your class. In how many ways can a group of k+1 people be chosen? Ways to choose a random group of k+1 people Ways to choose a group of k+1 people if you’re not included Ways to choose a group of k+1 people if you’re included (it remains to choose k other people from among your n classmates)

The Hockey Stick Formula Write down each of the numbers in the yellow line as What can you say about the sum? Can you explain your result based on Pascal’s formula?

The Hockey Stick Formula row 0 Sum up the 2nd slanted row:

is true for any n>1. Proof by Induction: The Hockey Stick Formula is true for any n>1. Proof by Induction: We check the formula for small hockey sticks and then build larger hockey sticks step by step:

The Hockey Stick Formula Step 1: (1+3)+6=4+6=10

The Hockey Stick Formula Step 2: (1+3+6)+10=10+10=20

The Hockey Stick Formula Step 3: (1+3+6+10)+15=20+15=35

1, 2, skip a few, .... , n, n+1 After a while it gets boring... So let’s skip some unknown number of steps, to for some n. Presumably if we were patient enough, we could have reached this step by step, so we assume that the formula is true for this number n. Can we prove the formula at the next step, when n gets replaced by n+1? If we can do this for any random n, then the formula is always true! ... Because we can reach any natural number, no matter how large, by a sequence of consecutive steps.

The Hockey Stick Formula: Induction step: If Then We use Pascal’s formula here. ....................................................................................................................................

Recap Induction: We checked the first few steps till we saw a pattern. We assumed the formula true for n. We proved the formula for n+1. Once we understood the pattern, the last step was just a formality: All we had to do was figure out the correct notations. However, this step is necessary in order to convince ourselves (and others) that the pattern works forever, that it doesn’t break down after finitely many steps.

The Hockey Stick Formula Formulate other Hockey Stick type rules. Prove them by Induction.

the numbers coming up in the long form of The Binomial Formula The entries in the n-th row of Pascal’s Triangle are exactly the numbers coming up in the long form of Does this pattern hold forever and why?

The Binomial Formula Proof: by Induction. Main tool: Distributivity:

The expansion of

The expansion of Long form Short form

We multiply the last row by so as to get The highlighted numbers are generated by the same rule as in Pascal’s triangle. .................................................................................................................................... Assuming: = We multiply the last row by so as to get

We use Pascal’s formula for each k. The highlighted numbers are generated by the same rule as in Pascal’s triangle. .................................................................................................................................... Assuming: = We use Pascal’s formula for each k. We obtain the entries in the (n+1)-th row of Pascal’s triangle. We thus proved that the binomial formula also works for

The Binomial Formula Combinatorial Proof: There are n brackets here. By distributivity, can be written as a sum. Each term in the sum is obtained by picking one element (either x or y) from each bracket, so it is of the form for some number k. here we picked y-s from k brackets and x-s from the (n-k) remaining brackets. There are ways to choose k brackets from among the n available. For each such choice we get a term of the form

Sums This is the n-th triangular number Use the 2x Hockey Stick formula: Use the 3x Hockey Stick formula:

Sums Check this formula in three ways: By Induction. Use = Then use the sum formulas on the previous page. 3. ...................................................................... Add these up by columns and cancel cubes.