Module 9 Lesson 4 The Binomial Theorem Notes

March 25, 2018 | Author: Anonymous | Category: Math
Share Embed Donate


Short Description

Download Module 9 Lesson 4 The Binomial Theorem Notes...

Description

The Binomial Theorem When expanding a binomial to a power, it’s fairly easy when the power is 2: (π‘Ž + 𝑏)2 = (π‘Ž + 𝑏)(π‘Ž + 𝑏) = π‘Ž2 + π‘Žπ‘ + π‘Žπ‘ + 𝑏 2 = π‘Ž2 + 2π‘Žπ‘ + 𝑏 2 But when we get much bigger, it can be tedious or even daunting to do so. Consider (π‘Ž + 𝑏)10, for example. Luckily, there is a process for expanding these products that doesn’t require all that multiplication. Before we begin, it is necessary to learn how to count. Usually, we count by matching objects with the Natural Numbers until we run out of objects. But suppose we have a group of 7 things and we want 4 of them. How many groups of 4 are there? This is counting the combinations of objects, which will be very important in our use of the Binomial Theorem. When counting combinations, which is what we will be looking at here, the order in which the objects occur is not important. We could also count the permutations, but that is a different lesson. With permutations, the order DOES matter. A good example of the difference would be with license plates. The letters {A,B,C} represent one combination, but with permutations, we would also consider {A,C,B},{B,A,C},{B,C,A},{C,A,B},{C,B,A}; five more possible groups than with combinations! To prevent confusing the issue, we will not discuss permutations any further than this. The notation we use is 7C4 which is read, β€œseven choose four,” (in general, we use nCr) and we 7!

7βˆ—6βˆ—5βˆ—4βˆ—3βˆ—2βˆ—1

7βˆ—6βˆ—5

evaluate it thusly: 7C4=4!βˆ—(7βˆ’4)! = (4βˆ—3βˆ—2βˆ—1)βˆ—(3βˆ—2βˆ—1) and when we cancel out: 3βˆ—2βˆ—1 =

7βˆ—5 1

= 35. So

there are 35 combinations of 4 objects from 7. 𝑛!

The general formula is: nCr=π‘Ÿ!βˆ—(π‘›βˆ’π‘Ÿ)! This allows us to now look at the Binomial Theorem: (a+b)n=nC0*an*b0+nC1*an-1*b1+…+nCn-1*a1*bn-1+nCn*a0*bn This allows us to find the coefficient of any term WITHOUT all the multiplication required to do it from just the original binomial. Example 1: Evaluate each of the followinga)

4C2 =

b)

7C7=

4! 2!βˆ—(4βˆ’2)! 7!

7!βˆ—(7βˆ’7)!

4βˆ—3βˆ—2βˆ—1

= 2βˆ—1βˆ—2βˆ—1 = 6 7βˆ—6βˆ—5βˆ—4βˆ—3βˆ—2βˆ—1

= 7βˆ—6βˆ—5βˆ—4βˆ—3βˆ—2βˆ—1βˆ—0! = 1 (π‘Ÿπ‘’π‘šπ‘’π‘šπ‘π‘’π‘Ÿ π‘‘β„Žπ‘Žπ‘‘ 0! = 1)

c)

7C0=

7!

7!

= 7! = 1 (Notice that there are exactly as many ways to choose all and 0!βˆ—(7βˆ’0)!

none) d)

e)

25!

25C15=

15!βˆ—(25βˆ’15)! 5βˆ—23βˆ—22βˆ—19βˆ—2βˆ—17βˆ—2) nCn=

1 𝑛!

=

25βˆ—24βˆ—23βˆ—22βˆ—21βˆ—20βˆ—19βˆ—18βˆ—17βˆ—16βˆ—15! 15!βˆ—10!

=

25βˆ—24βˆ—23βˆ—22βˆ—21βˆ—20βˆ—19βˆ—18βˆ—17βˆ—16 10βˆ—9βˆ—8βˆ—7βˆ—6βˆ—5βˆ—4βˆ—3βˆ—2βˆ—1

=

= 3,268,760

𝑛!

= 𝑛! = 1 𝑛!βˆ—(π‘›βˆ’π‘›)!

Example 2: For each of the following, find the requested term. a) Find the 4th term of (x+3)9. The first thing to do is be sure which term is the 4 th. The 4th term will be the one with x6. So our term will be: 9C3*x6*33=84*x6*27=2268x6. b) Find the last term of (2x-4)7. This one is a little tricky- note that we must use -4 for our β€˜b’ value here. So our last term will be: 7C7*(2x)0*(-4)7=1*1*(-16384)=-16384. c) Find the 7th term of (3x-2)11. So our term will be: 11C6*(3x)5*(-2)6=462*(243x5)*64= 7185024x5. SO much easier than multiplying it out!

Pascal’s Triangle The Binomial Theorem is great, but can be a little tedious. For a quicker way to find the coefficients, we have Pascal’s Triangle, which takes a different approach to finding the coefficients. It looks like this: 1 1 1 1 1 1

4

2 1 3

3 6

1 4

1

etc. The method to generate the triangle is to start with a 1. The second row is just two 1s. For the third and all subsequent rows, start and end with a 1. Each term between the ones is the sum of the two numbers above it. The second number tells you the power of expansion that the coefficients relate to. So the last row above is for (a+b)4, and to go beyond that you just continue the pattern!

Example 2: Expand (2x+3)4 This will use the fourth row of Pascal’s triangle, so our coefficients will be {1,4,6,4,1}. Our first term is 2x and our second is 3. With this in hand, we can write: (2x+3)4 = 1(2x)4(3)0+4(2x)3(3)1+6(2x)2(3)2+4(2x)1(3)3+1(2x)0(3)4 =1(16x4)(1)+4(8x3)(3)+6(4x2)(9)+4(2x)(27)+1(1)(81) =16x4+96x3+216x2+216x+81 And there you have it! LOTS quicker than doing all that multiplication piecemeal!

View more...

Comments

Copyright οΏ½ 2017 NANOPDF Inc.
SUPPORT NANOPDF