Lecture 29 Section 6.7 Thu, Mar 3, 2005

Slides:



Advertisements
Similar presentations
© Project Maths Development Team
Advertisements

Direct Proof and Counterexample II Lecture 12 Section 3.2 Thu, Feb 9, 2006.
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 Theorem. Go to slide 11 Introduction Notice.
Set, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
Sequences and Series (T) Students will know the form of an Arithmetic sequence.  Arithmetic Sequence: There exists a common difference (d) between each.
The Binomial Theorem.
A BC D Let ABCD be a quadrilateral. Join AC. Clearly, ∠ 1 + ∠ 2 = ∠ A (i) And, ∠ 3 + ∠ 4 = ∠ C (ii) We know that the sum of the angles.
MAT 360 Lecture 5 Hilbert’s axioms - Betweenness.
Geometry Unit 2: Reasoning and Proof.  Proof with numbered statements and reasons in logical order.
0 0 Correction: Problem 18 Alice and Bob have 2n+1 FAIR coins, each with probability of a head equal to 1/2.
The Binomial Theorem Lecture 29 Section 6.7 Mon, Apr 3, 2006.
Examples. Examples (1/11)  Example #1: f(A,B,C,D) =  m(2,3,4,5,7,8,10,13,15) Fill in the 1’s. 1 1 C A B CD AB D 1 1.
Digraphs and Relations Warm Up. The Divisibility Relation Let “|” be the binary relation on N×N such that a|b (“a divides b”) iff there is an n ∈ N such.
Multiplying Binomials
Objective: Students will use proportional parts of triangles and divide a segment into parts. S. Calahan 2008.
Binomial – two terms Expand (a + b) 2 (a + b) 3 (a + b) 4 Study each answer. Is there a pattern that we can use to simplify our expressions?
CONSENSUS THEOREM Choopan Rattanapoka.
Direct Proof and Counterexample III
Types of Proof Lecture 4 Sections 0.4 Wed, Aug 29, 2007.
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
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.
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
南亚和印度.
Section 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
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.
Lecture 34 Section 6.7 Wed, Mar 28, 2007
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
Binomial Theorem and Pascal’s Triangle.
Chapter 8 Infinite Series.
Direct Proof and Counterexample II
Indirect Argument: Contradiction and Contraposition
Advanced Algorithms Analysis and Design
The Binomial & Multinomial Coefficients
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Section 9-5 The Binomial Theorem.
The Binomial Theorem Ms.M.M.
4.2 Pascal’s Triangle and the Binomial Theorem
The Binomial Theorem; Pascal’s Triangle
The Binomial Theorem Objectives: Evaluate a Binomial Coefficient
Predicate Calculus Validity
Lecture 3 Algebraic Simplification
The Binomial Theorem.
2. Definition of congruent segments AB = CD 2.
تصنيف التفاعلات الكيميائية
4-2 The Binomial Theorem Use Pascal’s Triangle to expand powers of binomials Use the Binomial Theorem to expand powers of binomials.
Direct Proof and Counterexample IV
Pascal's Triangle This is the start of Pascal's triangle. It follows a pattern, do you know.
CS1502 Formal Methods in Computer Science
Binomial Expansion 2 L.O. All pupils can follow where the binomial expansion comes from All pupils understand binomial notation All pupils can use the.
CSE15 Discrete Mathematics 04/26/17
Similar Right Triangles: Geometric Mean
Fractional Factorial Design
Direct Proof and Counterexample III
Recreational Exponentiation
Lecture 43 Section 10.1 Wed, Apr 6, 2005
Permutations and Combinations
Indirect Argument: Contradiction and Contraposition
The Binomial Theorem OBJECTIVES: Evaluate a Binomial Coefficient
Direct Proof and Counterexample IV
Chapter 11: Further Topics in Algebra
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Advanced Geometry Section 2.5 Addition and Subtraction Properties
Design matrix Run A B C D E
10.5 Permutations and Combinations.
Pythagoras theorem statement
Mathematical Induction II
11.4 Mathematical Induction
Presentation transcript:

Lecture 29 Section 6.7 Thu, Mar 3, 2005 The Binomial Theorem Lecture 29 Section 6.7 Thu, Mar 3, 2005

(a + b)n = k = 0..n C(n, k)an – kbk. The Binomial Theorem Theorem: Given any numbers a and b and any nonnegative integer n, (a + b)n = k = 0..n C(n, k)an – kbk. Proof: Use induction on n. Basic step: n = 0. (a + b)0 = 1. k=0..0 C(0, k)a0 – kbk = C(0, 0)a0b0 = 1. Therefore, the statement is true when n = 0.

Proof, continued Inductive step Suppose the statement is true for some n  0. Then

Proof, continued

Proof, continued Thus, the statement is true for all n  0. Therefore, the statement is true for n + 1. Thus, the statement is true for all n  0.

Example: Binomial Theorem Expand (a + b)8. C(8, 0) = C(8, 8) = 1. C(8, 1) = C(8, 7) = 8. C(8, 2) = C(8, 6) = 28. C(8, 3) = C(8, 5) = 56. C(8, 4) = 70.

Example: Binomial Theorem Therefore, (a + b)8 = a8 + 8a7b + 28a6b2 + 56a5b3 + 70a4b4 + 56a3b5 + 28a2b6 + 8ab7 + b8.

Example: Calculating 1.0016 Compute 1.0016. 1.0016 = (1 + 0.001)6 = 1 + 6(0.001) + 15(0.001)2 + 20(0.001)3 + 15(0.001)4 + 6(0.001)5 + (0.001)6 = 1 + .006 + .000015 + .000000020 + .000000000015 + .000000000000006 + .000000000000000001 = 1.006015020015006001.

Example: Approximating (1+x)n Theorem: For small values of x, (1 + x)n  1 + nx. (1 + x)n  1 + nx + C(n, 2)x2 = 1 + nx + n(n – 1)/2 x2. (1 + x)n  1 + nx + C(n, 2)x2 + C(n, 3)x3. = 1 + nx + n(n – 1)/2 x2 + n(n – 1)(n – 2)/6 x3. And so on.

Example For example, (1 + x)10  1 + 10x + 45x2 + 120x3 when x is small. Compute the value of (1 + x)10 and the approximation when x = .01.

Newton’s Generalization of the Binomial Theorem Theorem: Given any numbers a, b, and n, (a + b)n = k=0.. C(n, k)an – kbk. where C(n, k) = [n(n – 1)…(n – k + 1)]/k! Note that n need not be an integer nor positive.

Example Expand (a + b)-1 in a series, showing the first 5 terms. Compute the first 5 coefficients C(-1, 0) = 1. C(-1, 1) = -1. C(-1, 2) = (-1)(-2)/2! = 1. C(-1, 3) = (-1)(-2)(-3)/3! = -1. C(-1, 4) = (-1)(-2)(-3)(-4)/4! = 1.

Example, continued Therefore,

Example Expand (a + b)5/2 in a series, showing the first 5 terms. Compute the first 5 coefficients C(5/2, 0) = 1. C(5/2, 1) = 5/2. C(5/2, 2) = (5/2)(3/2)/2! = 15/8. C(5/2, 3) = (5/2)(3/2)(1/2)/3! = 5/16. C(5/2, 4) = (5/2)(3/2)(1/2)(-1/2)/4! = -5/128.

Example, continued Therefore,

Example Approximate (1.2)5/2. Let a = 1 and b = 0.2 = 1/5. Then b/a = 1/5.

The Multinomial Theorem Theorem: In the expansion of (a1 + … + ak)n, the coefficient of a1n1a2n2…aknk is n!/(n1!n2!…nk!) where n = n1 + n2 + … + nk.

Example: The Multinomial Theorem Expand (a + b + c + d)3. The terms are a3, b3, c3, d3, with coefficient 3!/3! = 1. a2b, a2c, a2d, ab2, b2c, b2d, ac2, bc2, c2d, ad2, bd2, cd2, with coefficient 3!/(1!2!) = 3. abc, abd, acd, bcd, with coefficient 3!/(1!1!1!) = 6.

Example: The Multinomial Theorem Therefore, (a + b + c + d)3 = a3 + b3 + c3 + d3 + 3a2b + 3a2c + 3a2d + 3ab2 + 3b2c + 3b2d + 3ac2 + 3bc2 + 3c2d + 3ad2 + 3bd2 + 3cd2 + 6abc + 6abd + 6acd + 6bcd. Find (a + b + c)4.