P.o.D. – Find the next 3 terms 1.) −2, −2 −2 3 , 9 ,… 2.) 5x+7, -10x-14, 20x+28, … 3.) Find the 10th term in the sequence √3, 3, 3√3, … 4.) Write a sequence that has two geometric means between 6.4 and 12.5 5.) Find the sum of the first six terms of the geometric series 2-8+32-128+… 6.) If r=-2 and π8 = −384, what is the first term of the geometric sequence? 1.) −2 −2 −2 , , 27 81 243 2.) -40x-56, 80x+112, -160x-224 3.) 243 4.) 6.4, 8, 10, 12.5 5.) -1638 6.) 3 9.5 – The Binomial Theorem Learning Target: I will be able to use the binomial theorem to calculate binomial coefficient; use Pascal’s triangle to calculate binomial coefficients. Combination – a selection of objects where the order is not important. The number of n objects taken r at a time is denoted by C(n,r) or ππΆπ π! πΆ (π, π) = [(π − π)! π!] EX: C(8,4) 8! πΆ (8,4) = = (8 − 4)! 4! 8! = 4! 4! 40320 = 24(24) 40320 = 70 576 *There is a combination feature on your calculator. EX: Find C(6,3) on your own. We will use this property of a combination with the Binomial Theorem. EX: Expand (π + π)2 We would most likely use FOIL. (π + π)(π + π) = π2 + ππ + ππ + π 2 = π2 + 2ππ + π 2 EX: Expand (π + π)3 (π + π)(π + π)(π + π) = (π2 + 2ππ + π 2 )(π + π) = π3 + 2π2 π + ππ 2 + π2 π + 2ππ 2 + π 3 = π3 + 3π2 π + 3ππ 2 + π 3 We can continue this pattern for any higher exponent, but how long would it take to find (π₯ + π¦)12 ? There is a quicker way to perform binomial expansion – Pascal’s Triangle. (draw Pascal’s Triangle on the board) EX: Find (π₯ + π¦)5 using Pascal’s Triangle. 1π₯ 5 + 5π₯ 4 π¦ + 10π₯ 3 π¦ 2 + 10π₯ 2 π¦ 3 + 5π₯π¦ 4 + 1π¦ 5 Pascal’s Triangle can also be written using combinations. (show this on the whiteboard) EX: Use Pascal’s Triangle to expand (π₯ + 2)4 The 4th row of Pascal’s Triangle is 1,4,6,4,1. 1(π₯)4 (2)0 + 4(π₯)3 (2)1 + 6(π₯)2 (2)2 + 4(π₯)1 (2)3 + 1(π₯)0 (2)4 = π₯ 4 + 8π₯ 3 + 24π₯ 2 + 32π₯ + 16 Try the following on your own: a.) Expand (π¦ − 2)4 b.) Expand (2π₯ − π¦)4 a.) π¦ 4 − 8π¦ 3 + 24π¦ 2 − 32π¦ + 16 b.) 16π₯ 4 − 32π₯ 3 π¦ + 24π₯ 2 π¦ 2 − 8π₯π¦ 3 + π¦ 4 EX: Write the binomial expansion for (3 − π₯ 2 )4 1(3)4 (−π₯ 2 )0 + 4(3)3 (−π₯ 2 )1 + 6(3)2 (−π₯ 2 )2 + 4(3)1 (−π₯ 2 )3 + 1(3)0 (−π₯ 2 )4 = 1(81)(1) + 4(27)(−π₯ 2 ) + 6(9)π₯ 4 + 4(3)(−π₯ 6 ) + 1(1)π₯ 8 = 81 − 108π₯ 2 + 54π₯ 4 − 12π₯ 6 + π₯ 8 For the next few questions, we will want to use the combination method for Pascal’s Triangle. EX: Find the 5th term of (π + 2π)8 . Begin by determining the variable component. The 5th term must have variables π4 π4 . Now find the coefficient of the 5th term. πΆ (8,4)(π)4 (2π)4 = 70π4 (16π 4 ) = 1120π4 π4 EX: Find the third term in the expansion of (2π − 3π)11 πΆ (11,2)(2π)9 (−3π)2 = 55(512π9 )(9π 2 ) = 253440π9 π 2 Expand each binomial on your own: a.) (π + π‘)6 b.) (4π + 2π¦)4 c.)(2 − π)5 d.)(π₯ − π¦)3 a.) π6 + 6π5 π‘ + 15π4 π‘ 2 + 20π3 π‘ 3 + 15π2 π‘ 4 + 6ππ‘ 5 + π‘ 6 b.) 256π4 + 512π3 π¦ + 384π2 π¦ 2 + 128ππ¦ 3 + 16π¦ 4 c.) 32 − 80π + 80π2 − 40π3 + 10π4 − π5 d.) π₯ 3 − 3π₯ 2 π¦ + 3π₯π¦ 2 − π¦ 3 Find the indicated term of each expression on your own: a.) b.) a.) b.) Fourth term of (2π + π)5 Fifth term of (π¦ − 5)6 40π2 π 3 9375π¦ 2 Let’s write a program to find each row in Pascal’s Triangle. Now let’s write a program to find a specific coefficient in Pascal’s Triangle. Upon completion of this lesson, you should be able to: 1. Evaluate a combination. 2. Expand polynomials using the Binomial Theorem. 3. Expand polynomials using Pascal’s triangle. For more information, visit http://www.purplemath.com/modules/bino mial.htm HW Pg.688 3-60 3rds, 76