Geometric Series and Binomial Expansions

I.  Homework

II.  Geometric Sequences

Find the general term of the following:

A)  1,2,4,8,16,...

B)  27,9,3,1,1/3,...

C)  3,6,12,24,48,...

D)  1/2,-1,2,-4,8,...

A Geometric sequence is a sequence which the ratio of the common terms is equal.

The general term is

an = a1rn-1 where r is the common ratio.

Example:  Find the general term of the geometric series such that

a5 = 48 and a7 = 192

Solution:  We have that an = a1rn  which gives the equations

48 = a1r4 , 192 = a1r6

Dividing the two equations, we get:    

4 = r2

Hence r = 2 (or r = -2)

Substituting back into the first equation, we get

48 = 16a1

So that a1 = 3

Hence the general term of the sequence is

an = (3)(2)n-1  or an = (3)(-2)n-1  

III.  Geometric Series

Theorem:  Sn = a1(1 - rn)/(1 - r)

Example:  Find the sum

5 + 10 + 20 + 40 + ... + 2560

Solution:     a1 = 5 and r = 2 and n = 10 so that

Sn = a1(1 - rn)/(1 - r) = 5(1 - 210)/(1 - 2)

For an infinite geometric series if  |r| <1 then

Sinfinity   =   a1/(1 - r)

Example:  How much is going to taxes?  Suppose that we track $100 each time money is spent 8% goes towards taxes and the rest gets respent.  How much of the $100 is spent before it is all taxed out?

  a1 = 100, r = .08,

Sinfinity   =   a1/(1 - r) = 100/(1 - .08) =100/.02 = $5,000

IV.  Binomial Expansions

The class will show 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.  

V.  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.

The class will write the next rows of the triangle.  

We use this triangle as follows:

Method of determining (x + y)n  

Example:  (x + y)5  

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 + 1y4  

Exercises:  Expand

A.  (2x - y)4

B.  (x - y)6

VI)  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-kyk   

is n!/[(n - k)!(k!)]

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)(2) = 3(4)(7) = 84

We will do more examples in class.    

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

(2x - y)14

B.  Find the third term of expansion of the binomial

(x + 3y)10