Popular Posts

Saturday, 28 May 2011

Binomial Theorem

After completing this tutorial you will have a quick and easy method of expanding a binomial of any degree with the form (a + b)

Polynomial Multiplication Patterns
1.      (a + b)2  =  a2 + 2ab + b2
2.      (a – b)=   a2 - 2ab + b2
3.      (a + b)(a – b) =  a2 – b2
4.      (a + b)3 =  a3 + 3a2 b + 3ab2 + b3
5.      (a - b)3 =  a3 - 3a2 b + 3ab2 + b3

Binomial Expansion Pattern
     It is possible to write the expansion of (a + b)n, where n is any positive integer, without showing all of the steps of multiplying and combining similar terms.
(a + b)1 =  a + b
(a + b)2  =  a2 + 2ab + b2
(a + b)3 =  a3 + 3a2 b + 3ab2 + b3
(a + b)4 =  a4 + 4a3b + 6a2b2 + 4ab3 + b4
(a + b)5 =  a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5
(a + b)6 =  a6 + 6a5b + 15a4b2 + 20a3b3 + 15a2b4 + 6ab5 + b6
      The exponents of “a” begin with the exponent of the binomial and decrease by 1, term by term. There is always one more term than the degree of the binomial.
      The exponents of “b” begin with 0 and increase by 1, term by term. Until the last term until the last term which contains “b” is the degree of the binomial.
      The variables in the expansion of (a + b)n have the pattern;-
an, an-1b, an-2b2, . . . , abn -1, bn
When we arrange the coefficients in triangular formation it yields an easy to remember pattern.
                              
This triangular array is called Pascal’s Triangle.
-          The exponent of “a” begins with the degree of the binomial and decreases to 0
-          The exponent of “b” begins with 0 and increases to the degree of the binomial

Using Pascal’s Triangle for the coefficients expand the following;-
(a – b)4
This can be rewritten as an addition with “b” as a negative number, and this will help us see it as an addition. Using Pascal’s Triangle and what we have just learned about the binomial expansion pattern we can write out the exponents.

[a + (-b)]4 = a4 + 4a3(-b) + 6a2(-b)2 + 4a(-b)3 + (-b)4

            We used Pascal’s Triangle on the fourth row to get the coefficients, we just finish up the math to get which terms are negative and which are positive. The negative terms will all have odd exponents on the “b” term.

a4 + 4a3(-b) + 6a2(-b)2 + 4a(-b)3 + (-b)4 = a4 - 4a3b + 6a2b2 - 4ab3 + b4

Binomial Theorem
We use the binomial theorem to help us expand binomials to any given power without direct multiplication. As you may have seen, multiplication can be time-consuming or even not possible in some cases.
Properties of the Binomial Expansion (a + b)n
  • There are n + 1 terms. That is to say, there is one more term than the degree of the binomial
  • The first term is an and the final term is bn.
  • Progressing from the first term to the last, the exponent of a decreases by 1 from term to term while the exponent of b increases by 1. In addition, the sum of the exponents of a and b in each term is n. Tha6t is to say, that the sum of the exponents of “a” and “b” is equal to the exponent of the binomial.
  • If the coefficient of each term is multiplied by the exponent of a in that term, and the product is divided by the number of that term, we obtain the coefficient of the next term.
General formula for (a + b)n
First, we need the following definition:                                                                    
Definition: n! represents the product of the first n positive integers i.e.                  
 n! = n(n − 1)(n − 2) ... (3)(2)(1)                                                                                    
We say n! as 'n factorial'

Here are some factorial values:
 3! = (3)(2)(1) = 6                                                                                                                   
 5! = (5)(4)(3)(2)(1) = 120

                                                Note :        cannot be canceled down to2!

Binomial Theorem Formula

Based on the binomial properties, the binomial theorem states that the following binomial formula is valid for all positive integer values of n:


This can be written more simply as:
(a + b)n = nC0an + nC1an − 1b + nC2an − 2b2 + nC3an − 3b3 + ... + nCnbn
                                               We can use the               button on our calculator to find these values.
Using the binomial theorem, expand (x + 2)6.
(x + 2)6 = x6 + 6x521 + 15x422 + 20x323 + 15x224 + 6x125 + 26
               ↓ 
             (1 x 6) = 6 
                 1
  Here I took the coefficient of the first term 1 and multiplied it by the
exponent of the “a” term 6, then divided it by the number of the term 1, to get the coefficient of the next term. I do the same to the next term  
(6 x 5) = 15
    2
Therefore 15 is the coefficient of the third term. I continue this process until I reach the last term bn.
Finishing up the math we get;-
= x6 + 12x5 + 60x4 + 160x3 + 240x2 + 192x + 64