Binomial Coefficients and Identities

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

Counting Chapter 6 With Question/Answer Animations.
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.
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.
Math 143 Section 8.5 Binomial Theorem. (a + b) 2 =a 2 + 2ab + b 2 (a + b) 3 =a 3 + 3a 2 b + 3ab 2 + b 3 (a + b) 4 =a 4 + 4a 3 b + 6a 2 b 2 + 4ab 3 + b.
Binomial Coefficient.
Monday: Announcements Progress Reports this Thursday 3 rd period Tuesday/Wednesday STARR Testing, so NO Tutorials (30 minute classes) Tuesday Periods 1,3,5,7.
The Binomial Theorem.
Discrete Mathematics, 1st Edition Kevin Ferland
Binomial Coefficients, Inclusion-exclusion principle
Chapter 6 With Question/Answer Animations 1. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
Permutations and Combinations
BINOMIAL EXPANSION. Binomial Expansions Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 The binomial theorem provides a useful method.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
1 Binomial Coefficients CS 202 Epp, section ??? Aaron Bloomfield.
Chapter 5 The Binomial Coefficients
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
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,
9.5 The Binomial Theorem Let’s look at the expansion of (x + y)n
The Binomial Theorem.
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
2-6 Binomial Theorem Factorials
Spring 2016 COMP 2300 Discrete Structures for Computation
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.
Pg. 601 Homework Pg. 606#1 – 6, 8, 11 – 16 # … + (2n) 2 # (3n + 1) #5 #7(3n 2 + 7n)/2 #84n – n 2 #21#23 #26 #29 #33The series.
5.4 Binomial Coefficients Theorem 1: The binomial theorem Let x and y be variables, and let n be a nonnegative integer. Then Example 3: What is the coefficient.
Pg. 606 Homework Pg. 606 #11 – 20, 34 #1 1, 8, 28, 56, 70, 56, 28, 8, 1 #2 1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1 #3 a5 + 5a4b + 10a3b2 + 10a2b3.
L14: Permutations, Combinations and Some Review EECS 203: Discrete Mathematics.
Essential Questions How do we multiply polynomials?
8.5 The Binomial Theorem. Warm-up Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 (x + y) 3 = x 3 + 3x 2 y + 3xy 2 + y 3.
Section 2.5. Cardinality Definition: A set that is either finite or has the same cardinality as the set of positive integers (Z + ) is called countable.
Chapter 6 With Question/Answer Animations Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written.
PreCalculus Section 8-5 The Binomial Theorem. Objectives Use the Binomial Theorem to calculate binomial coefficients. Use binomial coefficients to write.
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.
Section 8.5 The Binomial Theorem. In this section you will learn two techniques for expanding a binomial when raised to a power. The first method is called.
Section 8.5 The Binomial Theorem.
L14: Permutations, Combinations and Some Review
The Binomial & Multinomial Coefficients
The binomial expansions
7B and 7C This lesson is for Chapter 7 Section B
Section 9-5 The Binomial Theorem.
Use the Binomial Theorem
4.2 Pascal’s Triangle and the Binomial Theorem
Permutations and Combinations
Use the Binomial Theorem
The Binomial Theorem Objectives: Evaluate a Binomial Coefficient
Digital Lesson The Binomial Theorem.
Digital Lesson The Binomial Theorem.
4-2 The Binomial Theorem Use Pascal’s Triangle to expand powers of binomials Use the Binomial Theorem to expand powers of binomials.
Use the Binomial Theorem
Use Pascal’s triangle to expand the expression (3 x - 2 y) 3
CSE15 Discrete Mathematics 04/26/17
Permutations and Combinations
Michael Duquette & Whitney Sherman
Sequences and the Binomial Theorem
Digital Lesson The Binomial Theorem.
The Binomial Theorem OBJECTIVES: Evaluate a Binomial Coefficient
Chapter 12 Section 4.
©2001 by R. Villar All Rights Reserved
Digital Lesson The Binomial Theorem.
Digital Lesson The Binomial Theorem.
Digital Lesson The Binomial Theorem.
The Binomial Theorem.
Pascal’s Triangle.
Section 11.7 The Binomial Theorem
Presentation transcript:

Binomial Coefficients and Identities Section 6.4

Section Summary The Binomial Theorem Pascal’s Identity and Triangle

Powers of Binomial Expressions Definition: A binomial expression is the sum of two terms, such as x + y. (More generally, these terms can be products of constants and variables.) We can use counting principles to find the coefficients in the expansion of (x + y)n where n is a positive integer. To illustrate this idea, we first look at the process of expanding (x + y)3. (x + y) (x + y) (x + y) expands into a sum of terms that are the product of a term from each of the three sums. Terms of the form x3, x2y, x y2, y3 arise. The question is what are the coefficients? To obtain x3 , an x must be chosen from each of the sums. There is only one way to do this. So, the coefficient of x3 is 1. To obtain x2y, an x must be chosen from two of the sums and a y from the other. There are ways to do this and so the coefficient of x2y is 3. To obtain xy2, an x must be chosen from one of the sums and a y from the other two . There are ways to do this and so the coefficient of xy2 is 3. To obtain y3 , a y must be chosen from each of the sums. There is only one way to do this. So, the coefficient of y3 is 1. We have used a counting argument to show that (x + y)3 = x3 + 3x2y + 3x y2 + y3 . Next we present the binomial theorem gives the coefficients of the terms in the expansion of (x + y)n .

Binomial Theorem Binomial Theorem: Let x and y be variables, and n a nonnegative integer. Then: Proof: We use combinatorial reasoning . The terms in the expansion of (x + y)n are of the form xn−jyj for j = 0,1,2,…,n. To form the term xn−jyj, it is necessary to choose n−j xs from the n sums. Therefore, the coefficient of xn−jyj is which equals .

Using the Binomial Theorem Example: What is the coefficient of x12y13 in the expansion of (2x − 3y)25? Solution: We view the expression as (2x +(−3y))25. By the binomial theorem Consequently, the coefficient of x12y13 in the expansion is obtained when j = 13.

A Useful Identity Corollary 1: With n ≥0, Proof (using binomial theorem): With x = 1 and y = 1, from the binomial theorem we see that: Proof (combinatorial): Consider the subsets of a set with n elements. There are subsets with zero elements, with one element, with two elements, …, and with n elements. Therefore the total is Since, we know that a set with n elements has 2n subsets, we conclude:

Blaise Pascal (1623-1662) Pascal’s Identity Pascal’s Identity: If n and k are integers with n ≥ k ≥ 0, then Proof (combinatorial): Let T be a set where |T| = n + 1, a ∊T, and S = T − {a}. There are subsets of T containing k elements. Each of these subsets either: contains a with k − 1 other elements, or contains k elements of S and not a. There are subsets of k elements that contain a, since there are subsets of k − 1 elements of S, subsets of k elements of T that do not contain a, because there are subsets of k elements of S. Hence, See Exercise 19 for an algebraic proof.

Pascal’s Triangle The nth row in the triangle consists of the binomial coefficients , k = 0,1,….,n. By Pascal’s identity, adding two adjacent bionomial coefficients results is the binomial coefficient in the next row between these two coefficients.