Binomial Expansions

Binomial Expansions

Notice that 

        (x + y)0  =  1 

        (x + y)2  =  x2 + 2xy + y2

        (x + y)3  =  x3 + 3x3y + 3xy2 + y 

        (x + y)4  =  x4 + 4x3y + 6x2y2 + 4xy3 + y4  

Notice that the powers are descending in x and ascending in y.  Although FOILing is one way to solve these problems, there is a much easier way.

 


 

Pascal's Triangle

We can write the coefficients suggestively as

              1

          1     1

       1     2     1

    1    3     3     1

 1     4    6     4     1  

We see that a number is constructed by adding the two numbers above it.  The borders of this triangle are all ones.  This triangle is called Pascal's Triangle.

 

Exercise

What is the next row of Pascal's Triangle? 

1  5  10  10  5  1

 


Method of determining (x + y)n  

We use this triangle as follows.

Example

Expand

        (x + y)5  

 

Solution

 

  1. Write the nth row of Pascal's Triangle leaving lots of space

               1         5         10         10         5         1

     

  2. Start with xn  and insert it next to the first term of the written row of Pascal's Triangle.   Add a "+" sign.

            1x5  + 5    10    10    5    1


  3. Insert xn-1y next to the second number of Pascal's Triangle and add a "+" sign.

            1x5  + 5 x4y + 10    10    5    1

     

  4. Continue this process decrementing the power of x and incrementing the power of y until you place the term yn  next to the final number.

            1x5  + 5 x4y + 10x3y2 + 10x2y3 + 5xy4 + 1y5  

 

Exercises:  

Expand

 

  1. (2x - y)4
     16x^4 - 32x^3 y + 24x^2 y^2 - 8x y^3 + y^4

  2. (x - y)6  
    x^6 - 6x^5 y + 15x^4 y^2 - 20x^3 y^3 + 15x^2 y^4 - 6x y^5 + y^6

 


 

Factorials and Pascal's Triangle

We define 

        5! = (5)(4)(3)(2)

and 

        n! = (n)(n - 1)(n - 2)....(3)(2)

 

Theorem

In the expansion of (x + y)n  the coefficient in front of the term

           xn-k yk   

is 

         

 

Example:

In the expansion (x + y)9 the coefficient in front of x3y6 is

               9!
                             
       (9 - 6)! (6!)

                9(8)(7)(6)(5)(4)(3)(2)
        =                                              
                (3)(2) (6)(5)(4)(3)(2)

                9(8)(7)
        =                      =  3(4)(7)  =  84
                (3)(2)

 

Exercises   

 

  1. Find the 8th term of the  expansion of the binomial

                    (2x - y)14

     
    -439296x^7 y^7

  2. Find the third term of expansion of the binomial

                    (x + 3y)10

    405x^8 y^2

 


Back to the Sequences and Series Home Page

Back to the Intermediate Algebra (Math 154) Home Page

Back to the Math Department Home Page

e-mail Questions and Suggestions