In the expansion of (x + y)n,    (x + y)n = xn + nxn-1y + ... + nCr xn-ryr + … + nxyn-1 + yn

The coefficient of xn-ryr is given by

           nCr  =       n!
                      (n-r)!r!
 
 

Pascal's Triangle


                                     1
                                  1   1
                               1    2   1
                             1   3   3   1
                           1  4   6    4   1
                        1  5  10  10   5  1
                      1  6 15  20  15 6  1

Each row is obtained by adding consecutive numbers in the row above it.
 

Example:   Expand  (x – 4)5

      x5 + 5x4(-4) +  10x3(-4)2 + 10x2(-4)3 + 5x(-4)4 + (-4)5

 =  x5 -  20x +  160x -  640x +  1280x  -  1024
 

Note:  One way to get the coefficients of the first line is to take each coefficient times the first power in that term divided by one more than the second exponent in that term and make it the coefficient of the next term.
                                              ¥
Binomial Series:   (a + b)n  = å (nCk ) an-kbk
                                                            k=0

An Unusual Example:
(1 + x)-4 -4 C0(1)-4-0x0  +  -4 C1(1)-4-1x1 + -4 C2(1)-4-2x2-4 C3(1)-4-3x3 +  ...

 -4 C0  =    (-4)!       =  -4 (-4-1) (-4-2) (-4-3)...  =  -4 (-5) (-6) (-7)...  =  1
               0! (-4)!         -4 (-4-1) (-4-2) (-4-3)...       -4 (-5) (-6) (-7)...

-4 C1  =    (-4)!       =  -4 (-5) (-6) (-7)...  =  -4
               1! (-5)!          (-5) (-6) (-7)...

-4 C2  =    (-4)!       =  -4 (-5) (-6) (-7)...  =  10
               2! (-6)!         2 (-6) (-7)...

-4 C3  =    (-4)!       =  -4 (-5) (-6) (-7)...  =  20
               3! (-7)!         6 (-7)...

so the series becomes   (1 + x)-4 =  1 - 4x + 10x2 - 20x3 +...
 
 

Another unusual example is (1 + x)2/3

It works the same as the one above.  (2/3)! = (2/3)(-4/3)(-7/3)....

The answer is:  1 + (2/3)x - (1/9)x2 + (4/81)x3 + ...  See if you can arrive at this answer.
 



Problems  (Questions are there, but no answers are posted)



Go to Precalculus Page
Go to Precalculus Lessons Page
Go to Sequences and Series Lessons Page