Chapter 9 Sequences, Series, and the Binomial Theorem

 

9.1 Introduction to Sequences and Series

Learning Objectives

  1. Find any element of a sequence given a formula for its general term.
  2. Use sigma notation and expand corresponding series.
  3. Distinguish between a sequence and a series.
  4. Calculate the nth partial sum of sequence.

Sequences

A sequenceA function whose domain is a set of consecutive natural numbers starting with 1. is a function whose domain is a set of consecutive natural numbers beginning with 1. For example, the following equation with domain {1,2,3,} defines an infinite sequenceA sequence whose domain is the set of natural numbers {1,2,3,}.:

a(n)=5n3oran=5n3

The elements in the range of this function are called terms of the sequence. It is common to define the nth term, or the general term of a sequenceAn equation that defines the nth term of a sequence commonly denoted using subscripts an., using the subscritped notation an, which reads “a sub n.” Terms can be found using substitution as follows:

Generalterm:an=5n3Firstterm(n=1):a1=5(1)3=2Secondterm(n=2):a2=5(2)3=7Thirdterm(n=3):a3=5(3)3=12Fourthterm(n=4):a3=5(4)3=17Fifthterm(n=5):a3=5(5)3=22

This produces an ordered list,

2,7,12,17,22,

The ellipsis (…) indicates that this sequence continues forever. Unlike a set, order matters. If the domain of a sequence consists of natural numbers that end, such as {1,2,3,,k}, then it is called a finite sequenceA sequence whose domain is {1,2,3,,k} where k is a natural number..

Example 1

Given the general term of a sequence, find the first 5 terms as well as the 100th term: an=n(n1)2.

Solution:

To find the first 5 terms, substitute 1, 2, 3, 4, and 5 for n and then simplify.

a1=1(11)2=1(0)2=02=0a2=2(21)2=2(1)2=22=1a3=3(31)2=3(2)2=62=3a4=4(41)2=4(3)2=122=6a5=5(51)2=5(4)2=202=10

Use n=100 to determine the 100th term in the sequence.

a100=100(1001)2=100(99)2=9,9002=4,950

Answer: First five terms: 0, 1, 3, 6, 10; a100=4,950

Sometimes the general term of a sequence will alternate in sign and have a variable other than n.

Example 2

Find the first 5 terms of the sequence: an=(1)nxn+1.

Solution:

Here we take care to replace n with the first 5 natural numbers and not x.

a1=(1)1x1+1=x2a2=(1)2x2+1=x3a3=(1)3x3+1=x4a4=(1)4x4+1=x5a5=(1)5x5+1=x6

Answer: x2,x3,x4,x5,x6

Try this! Find the first 5 terms of the sequence: an=(1)n+12n.

Answer: 2, −4, 8, −16, 32.

One interesting example is the Fibonacci sequence. The first two numbers in the Fibonacci sequence are 1, and each successive term is the sum of the previous two. Therefore, the general term is expressed in terms of the previous two as follows:

Fn=Fn2+Fn1

Here F1=1, F2=1, and n>2. A formula that describes a sequence in terms of its previous terms is called a recurrence relationA formula that uses previous terms of a sequence to describe subsequent terms..

Example 3

Find the first 7 Fibonacci numbers.

Solution:

Given that F1=1 and F2=1, use the recurrence relation Fn=Fn2+Fn1 where n is an integer starting with n=3 to find the next 5 terms:

F3=F32+F31=F1+F2=1+1=2F4=F42+F41=F2+F3=1+2=3F5=F52+F51=F3+F4=2+3=5F6=F62+F61=F4+F5=3+5=8F7=F72+F71=F5+F6=5+8=13

Answer: 1, 1, 2, 3, 5, 8, 13

Figure 9.1

Leonardo Fibonacci (1170–1250) Wikipedia

Fibonacci numbers appear in applications ranging from art to computer science and biology. The beauty of this sequence can be visualized by constructing a Fibonacci spiral. Consider a tiling of squares where each side has a length that matches each Fibonacci number:

Connecting the opposite corners of the squares with an arc produces a special spiral shape.

This shape is called the Fibonacci spiral and approximates many spiral shapes found in nature.

Series

A seriesThe sum of the terms of a sequence. is the sum of the terms of a sequence. The sum of the terms of an infinite sequence results in an infinite seriesThe sum of the terms of an infinite sequence denoted S., denoted S. The sum of the first n terms in a sequence is called a partial sumThe sum of the first n terms in a sequence denoted Sn., denoted Sn. For example, given the sequence of positive odd integers 1, 3, 5,… we can write:

S=1+3+5+7+9+InfiniteseriesS5=1+3+5+7+9=255thpartialsum

Example 4

Determine the 3rd and 5th partial sums of the sequence: 3,−6, 12,−24, 48,…

Solution:

S3=3+(6)+12=9S5=3+(6)+12+(24)+48=33

Answer: S3=9; S5=33

If the general term is known, then we can express a series using sigmaA sum denoted using the symbol Σ (upper case Greek letter sigma). (or summationUsed when referring to sigma notation.) notation:

S=Σn=1n2=12+22+32+InfiniteseriesS3=Σn=13n2=12+22+323rdpartialsum

The symbol Σ (upper case Greek letter sigma) is used to indicate a series. The expressions above and below indicate the range of the index of summationThe variable used in sigma notation to indicate the lower and upper bounds of the summation., in this case represented by n. The lower number indicates the starting integer and the upper value indicates the ending integer. The nth partial sum Sn can be expressed using sigma notation as follows:

Sn=Σk=1nak=a1+a2++an

This is read, “the sum of ak as k goes from 1 to n.” Replace n with ∞ to indicate an infinite sum.

Example 5

Evaluate: Σk=15(3)n1.

Σk=15(3)k1=(3)11+(3)21+(3)31+(3)41+(3)51=(3)0+(3)1+(3)2+(3)3+(3)4=13+927+81=61

Answer: 61

When working with sigma notation, the index does not always start at 1.

Example 6

Evaluate: Σk=25(1)k(3k).

Solution:

Here the index is expressed using the variable k, which ranges from 2 to 5.

Σk=25(1)k(3k)=(1)2(32)+(1)3(33)+(1)4(34)+(1)5(35)=69+1215=6

Answer: −6

Try this! Evaluate: Σn=15(159n).

Answer: −60

Infinity is used as the upper bound of a sum to indicate an infinite series.

Example 7

Write in expanded form: Σn=0nn+1.

Solution:

In this case we begin with n=0 and add three dots to indicate that this series continues forever.

Σn=0nn+1=00+1+11+1+22+1+33+1+=01+12+23+34+=0+12+23+34+

Answer: 0+12+23+34+

When expanding a series, take care to replace only the variable indicated by the index.

Example 8

Write in expanded form: Σi=1(1)i1x2i.

Solution:

Σi=1(1)i1x2i=(1)11x2(1)+(1)21x2(2)+(1)31x2(3)+=(1)0x2(1)+(1)1x2(2)+(1)2x2(3)+=x2x4+x6

Answer: x2x4+x6

Key Takeaways

  • A sequence is a function whose domain consists of a set of natural numbers beginning with 1. In addition, a sequence can be thought of as an ordered list.
  • Formulas are often used to describe the nth term, or general term, of a sequence using the subscripted notation an.
  • A series is the sum of the terms in a sequence. The sum of the first n terms is called the nth partial sum and is denoted Sn.
  • Use sigma notation to denote summations in a compact manner. The nth partial sum, using sigma notation, can be written Sn=Σk=1nak. The symbol Σ denotes a summation where the expression below indicates that the index k starts at 1 and iterates through the natural numbers ending with the value n above.

Topic Exercises

    Part A: Sequences

      Find the first 5 terms of the sequence as well as the 30th term.

    1. an=2n

    2. an=2n+1

    3. an=n212

    4. an=n2n1

    5. an=(1)n(n+1)2

    6. an=(1)n+1n2

    7. an=3n1

    8. an=2n2

    9. an=(12)n

    10. an=(13)n

    11. an=(1)n13n1

    12. an=2(1)nn+5

    13. an=1+1n

    14. an=n2+1n

      Find the first 5 terms of the sequence.

    1. an=2x2n1

    2. an=(2x)n1

    3. an=xnn+4

    4. an=x2nx2

    5. an=nx2nn+1

    6. an=(n+1)xnn2

    7. an=(1)nx3n

    8. an=(1)n1xn+1

      Find the first 5 terms of the sequence defined by the given recurrence relation.

    1. an=an1+5 where a1=3

    2. an=an13 where a1=4

    3. an=3an1 where a1=2

    4. an=2an1 where a1=1

    5. an=nan1 where a1=1

    6. an=(n1)an1 where a1=1

    7. an=2an11 where a1=0

    8. an=3an1+1 where a1=1

    9. an=an2+2an1 where a1=1 and a2=0

    10. an=3an1an2 where a1=0 and a2=2

    11. an=an1an2 where a1=1 and a2=3

    12. an=an2+an1+2 where a1=4 and a2=1

      Find the indicated term.

    1. an=27n; a12

    2. an=3n8; a20

    3. an=4(5)n4; a7

    4. an=6(13)n6; a9

    5. an=1+1n; a10

    6. an=(n+1)5n3; a5

    7. an=(1)n22n3; a4

    8. an=n(n1)(n2); a6

    9. An investment of $4,500 is made in an account earning 2% interest compounded quarterly. The balance in the account after n quarters is given by an=4500(1+0.024)n. Find the amount in the account after each quarter for the first two years. Round to the nearest cent.

    10. The value of a new car after n years is given by the formula an=18,000(34)n. Find and interpret a7. Round to the nearest whole dollar.

    11. The number of comparisons a computer algorithm makes to sort n names in a list is given by the formula an=nlog2n. Determine the number of comparisons it takes this algorithm to sort 2×106 (2 million) names.

    12. The number of comparisons a computer algorithm makes to search n names in a list is given by the formula an=n2. Determine the number of comparisons it takes this algorithm to search 2×106 (2 million) names.

    Part B: Series

      Find the indicated partial sum.

    1. 3, 5, 9, 17, 33,…; S4

    2. −5, 7, −29, 79, −245,…; S4

    3. 4, 1, −4, −11, −20,…; S5

    4. 0, 2, 6, 12, 20,…; S3

    5. an=27n; S5

    6. an=3n8; S5

    7. an=4(5)n4; S3

    8. an=6(13)n6; S3

    9. an=1+1n; S4

    10. an=(n+1)5n3; S3

    11. an=(1)n22n3; S5

    12. an=n(n1)(n2); S4

      Evaluate.

    1. k=153k
    2. k=162k
    3. i=26i2
    4. i=04(i+1)2
    5. n=15(1)n+12n
    6. n=510(1)nn2
    7. k=22(12)k
    8. k=40(13)k
    9. k=04(2)k+1
    10. k=13(3)k1
    11. n=153
    12. n=175
    13. k=23k(k+1)
    14. k=22(k2)(k+2)

      Write in expanded form.

    1. n=1n1n
    2. n=1n2n1
    3. n=1(12)n1
    4. n=0(23)n+1
    5. n=13(15)n
    6. n=02(13)n
    7. k=0(1)kxk+1
    8. k=1(1)k+1xk1
    9. i=0(2)i+1xi
    10. i=1(3)i1x3i
    11. k=1(2k1)x2k
    12. k=1kxk1k+1

      Express the following series using sigma notation.

    1. x+2x2+3x3+4x4+5x5

    2. 12x2+23x3+34x4+45x5+56x6

    3. 2+22x+23x2+24x3+25x4

    4. 3x+32x2+33x3+34x4+35x5

    5. 2x+4x2+8x3++2nxn

    6. x+3x2+9x3++3nxn+1

    7. 5+(5+d)+(5+2d)++(5+nd)

    8. 2+2r1+2r2++2rn1

    9. 34+38+316++3(12)n

    10. 83+164+325++2nn

    11. A structured settlement yields an amount in dollars each year, represented by n, according to the formula pn=10,000(0.70)n1. What is the total amount gained from the settlement after 5 years?

    12. The first row of seating in a small theater consists of 14 seats. Each row thereafter consists of 2 more seats than the previous row. If there are 7 rows, how many total seats are in the theater?

    Part C: Discussion Board

    1. Research and discuss Fibonacci numbers as they are found in nature.

    2. Research and discuss the life and contributions of Leonardo Fibonacci.

    3. Explain the difference between a sequence and a series. Provide an example of each.

Answers

  1. 2, 4, 6, 8, 10; a30=60

  2. 0, 32, 4, 152, 12; a30=8992

  3. −4, 9, −16, 25, −36; a30=961

  4. 1, 3, 9, 27, 81; a30=329

  5. 12, 14, 18, 116, 132; a30=1230

  6. 12, 15, 18, 111, 114; a30=189

  7. 2, 32, 43, 54, 65; a30=3130

  8. 2x,2x3,2x5,2x7,2x9

  9. x5,x26,x37,x48,x59

  10. x22,2x43,3x64,4x85,5x106

  11. x3,x6,x9,x12,x15

  12. 3, 8, 13, 18, 23

  13. −2, −6, −18, −54, −162

  14. 1, 2, 6, 24, 120

  15. 0, −1, −3, −7, −15

  16. −1, 0, −1, −2, −5

  17. 1, 3, 2, −1, −3

  18. −82

  19. −500

  20. 1110

  21. 32

  22. Year 1: QI: $4,522.50; QII: $4,545.11; QIII: $4,567.84; QIV: $4,590.68; Year 2: QI: $4,613.63; QII: $4,636.70; QIII: $4,659.88; QIV: $4,683.18

  23. Approximately 4×107 comparisons

  1. 34

  2. −30

  3. −95

  4. 124125

  5. 7312

  6. 2052

  7. 45

  8. 90

  9. 22

  10. 314

  11. −22

  12. 15

  13. 22

  14. 0+12+23+34+

  15. 112+1418+

  16. 35+325+3125+3625+

  17. xx2+x3x4+

  18. 2+4x8x2+16x3

  19. x2+3x4+5x6+7x8+

  20. k=15kxk
  21. k=152kxk1
  22. k=1n2kxk
  23. k=0n(5+kd)
  24. k=2n3(12)k
  25. $27,731

  1. Answer may vary

  2. Answer may vary

9.2 Arithmetic Sequences and Series

Learning Objectives

  1. Identify the common difference of an arithmetic sequence.
  2. Find a formula for the general term of an arithmetic sequence.
  3. Calculate the nth partial sum of an arithmetic sequence.

Arithmetic Sequences

An arithmetic sequenceA sequence of numbers where each successive number is the sum of the previous number and some constant d., or arithmetic progressionUsed when referring to an arithmetic sequence., is a sequence of numbers where each successive number is the sum of the previous number and some constant d.

an=an1+dArithmeticSequence

And because anan1=d, the constant d is called the common differenceThe constant d that is obtained from subtracting any two successive terms of an arithmetic sequence; anan1=d.. For example, the sequence of positive odd integers is an arithmetic sequence,

1,3,5,7,9,

Here a1=1 and the difference between any two successive terms is 2. We can construct the general term an=an1+2 where,

a1=1a2=a1+2=1+2=3a3=a2+2=3+2=5a4=a3+2=5+2=7a5=a4+2=7+2=9

In general, given the first term a1 of an arithmetic sequence and its common difference d, we can write the following:

a2=a1+da3=a2+d=(a1+d)+d=a1+2da4=a3+d=(a1+2d)+d=a1+3da5=a4+d=(a1+3d)+d=a1+4d

From this we see that any arithmetic sequence can be written in terms of its first element, common difference, and index as follows:

an=a1+(n1)dArithmeticSequence

In fact, any general term that is linear in n defines an arithmetic sequence.

Example 1

Find an equation for the general term of the given arithmetic sequence and use it to calculate its 100th term: 7,10,13,16,19,

Solution:

Begin by finding the common difference,

d=107=3

Note that the difference between any two successive terms is 3. The sequence is indeed an arithmetic progression where a1=7 and d=3.

an=a1+(n1)d=7+(n1)3=7+3n3=3n+4

Therefore, we can write the general term an=3n+4. Take a minute to verify that this equation describes the given sequence. Use this equation to find the 100th term:

a100=3(100)+4=304

Answer: an=3n+4; a100=304

The common difference of an arithmetic sequence may be negative.

Example 2

Find an equation for the general term of the given arithmetic sequence and use it to calculate its 75th term: 6,4,2,0,2,

Solution:

Begin by finding the common difference,

d=46=2

Next find the formula for the general term, here a1=6 and d=2.

an=a1+(n1)d=6+(n1)(2)=62n+2=82n

Therefore, an=82n and the 75th term can be calculated as follows:

a75=82(75)=8150=142

Answer: an=82n; a100=142

The terms between given terms of an arithmetic sequence are called arithmetic meansThe terms between given terms of an arithmetic sequence..

Example 3

Find all terms in between a1=8 and a7=10 of an arithmetic sequence. In other words, find all arithmetic means between the 1st and 7th terms.

Solution:

Begin by finding the common difference d. In this case, we are given the first and seventh term:

an=a1+(n1)dUsen=7.a7=a1+(71)da7=a1+6d

Substitute a1=8 and a7=10 into the above equation and then solve for the common difference d.

10=8+6d18=6d3=d

Next, use the first term a1=8 and the common difference d=3 to find an equation for the nth term of the sequence.

an=8+(n1)3=8+3n3=11+3n

With an=3n11, where n is a positive integer, find the missing terms.

a1=3(1)11=311=8a2=3(2)11=611=5a3=3(3)11=911=2a4=3(4)11=1211=1a5=3(5)11=1511=4a6=3(6)11=1811=7}arithmeticmeansa7=3(7)11=2111=10

Answer: −5, −2, 1, 4, 7

In some cases, the first term of an arithmetic sequence may not be given.

Example 4

Find the general term of an arithmetic sequence where a3=1 and a10=48.

Solution:

To determine a formula for the general term we need a1 and d. A linear system with these as variables can be formed using the given information and an=a1+(n1)d:

{a3=a1+(31)da10=a1+(101)d{1=a1+2d48=a1+9dUsea3=1.Usea10=48.

Eliminate a1 by multiplying the first equation by −1 and add the result to the second equation.

{1=a1+2d48=a1+9d×(1)+{1=a12d48=a1+9d¯49=7d7=d

Substitute d=7 into 1=a1+2d to find a1.

1=a1+2(7)1=a1+1415=a1

Next, use the first term a1=15 and the common difference d=7 to find a formula for the general term.

an=a1+(n1)d=15+(n1)7=15+7n7=22+7n

Answer: an=7n22

Try this! Find an equation for the general term of the given arithmetic sequence and use it to calculate its 100th term: 32,2,52,3,72,

Answer: an=12n+1; a100=51

Arithmetic Series

An arithmetic seriesThe sum of the terms of an arithmetic sequence. is the sum of the terms of an arithmetic sequence. For example, the sum of the first 5 terms of the sequence defined by an=2n1 follows:

S5=Σn=15(2n1)=[2(1)1]+[2(2)1]+[2(3)1]+[2(4)1]+[2(5)1]=1+3+5+7+9=25

Adding 5 positive odd integers, as we have done above, is managable. However, consider adding the first 100 positive odd integers. This would be very tedious. Therefore, we next develop a formula that can be used to calculate the sum of the first n terms, denoted Sn, of any arithmetic sequence. In general,

Sn=a1+(a1+d)+(a1+2d)++an

Writing this series in reverse we have,

Sn=an+(and)+(an2d)++a1

And adding these two equations together, the terms involving d add to zero and we obtain n factors of a1+an:

2Sn=(a1+an)+(a1+an)++(an+a1)2Sn=n(a1+an)

Dividing both sides by 2 leads us the formula for the nth partial sum of an arithmetic sequenceThe sum of the first n terms of an arithmetic sequence given by the formula: Sn=n(a1+an)2.:

Sn=n(a1+an)2

Use this formula to calculate the sum of the first 100 terms of the sequence defined by an=2n1. Here a1=1 and a100=199.

S100=100(a1+a100)2=100(1+199)2=10,000

Example 5

Find the sum of the first 50 terms of the given sequence: 4, 9, 14, 19, 24, …

Solution:

Determine whether or not there is a common difference between the given terms.

d=94=5

Note that the difference between any two successive terms is 5. The sequence is indeed an arithmetic progression and we can write

an=a1+(n1)d=4+(n1)5=4+5n5=5n1

Therefore, the general term is an=5n1. To calculate the 50th partial sum of this sequence we need the 1st and the 50th terms:

a1=4a50=5(50)1=249

Next use the formula to determine the 50th partial sum of the given arithmetic sequence.

Sn=n(a1+an)2S50=50.(a1+a50)2=50(4+249)2=25(253)=6,325

Answer: S50=6,325

Example 6

Evaluate: Σn=135(104n).

Solution:

In this case, we are asked to find the sum of the first 35 terms of an arithmetic sequence with general term an=104n. Use this to determine the 1st and the 35th term.

a1=104(1)=6a35=104(35)=130

Next use the formula to determine the 35th partial sum.

Sn=n(a1+an)2S35=35(a1+a35)2=35[6+(130)]2=35(124)2=2,170

Answer: −2,170

Example 7

The first row of seating in an outdoor amphitheater contains 26 seats, the second row contains 28 seats, the third row contains 30 seats, and so on. If there are 18 rows, what is the total seating capacity of the theater?

Figure 9.2

Roman Theater (Wikipedia)

Solution:

Begin by finding a formula that gives the number of seats in any row. Here the number of seats in each row forms a sequence:

26,28,30,

Note that the difference between any two successive terms is 2. The sequence is an arithmetic progression where a1=26 and d=2.

an=a1+(n1)d=26+(n1)2=26+2n2=2n+24

Therefore, the number of seats in each row is given by an=2n+24. To calculate the total seating capacity of the 18 rows we need to calculate the 18th partial sum. To do this we need the 1st and the 18th terms:

a1=26a18=2(18)+24=60

Use this to calculate the 18th partial sum as follows:

Sn=n(a1+an)2S18=18(a1+a18)2=18(26+60)2=9(86)=774

Answer: There are 774 seats total.

Try this! Find the sum of the first 60 terms of the given sequence: 5, 0, −5, −10, −15, …

Answer: S60=8,550

Key Takeaways

  • An arithmetic sequence is a sequence where the difference d between successive terms is constant.
  • The general term of an arithmetic sequence can be written in terms of its first term a1, common difference d, and index n as follows: an=a1+(n1)d.
  • An arithmetic series is the sum of the terms of an arithmetic sequence.
  • The nth partial sum of an arithmetic sequence can be calculated using the first and last terms as follows: Sn=n(a1+an)2.

Topic Exercises

    Part A: Arithmetic Sequences

      Write the first 5 terms of the arithmetic sequence given its first term and common difference. Find a formula for its general term.

    1. a1=5; d=3

    2. a1=12; d=2

    3. a1=15; d=5

    4. a1=7; d=4

    5. a1=12; d=1

    6. a1=23; d=13

    7. a1=1; d=12

    8. a1=54; d=14

    9. a1=1.8; d=0.6

    10. a1=4.3; d=2.1

      Given the arithmetic sequence, find a formula for the general term and use it to determine the 100th term.

    1. 3, 9, 15, 21, 27,…

    2. 3, 8, 13, 18, 23,…

    3. −3, −7, −11, −15, −19,…

    4. −6, −14, −22, −30, −38,…

    5. −5, −10, −15, −20, −25,…

    6. 2, 4, 6, 8, 10,…

    7. 12, 52, 92, 132, 172,…

    8. 13, 23, 53, 83, 113,…

    9. 13, 0, 13, 23, −1,…

    10. 14, 12, 54, −2, 114,…

    11. 0.8, 2, 3.2, 4.4, 5.6,…

    12. 4.4, 7.5, 10.6, 13.7, 16.8,…

    13. Find the 50th positive odd integer.

    14. Find the 50th positive even integer.

    15. Find the 40th term in the sequence that consists of every other positive odd integer: 1, 5, 9, 13,…

    16. Find the 40th term in the sequence that consists of every other positive even integer: 2, 6, 10, 14,…

    17. What number is the term 355 in the arithmetic sequence −15, −5, 5, 15, 25,…?

    18. What number is the term −172 in the arithmetic sequence 4, −4, −12, −20, −28,…?

    19. Given the arithmetic sequence defined by the recurrence relation an=an1+5 where a1=2 and n>1, find an equation that gives the general term in terms of a1 and the common difference d.

    20. Given the arithmetic sequence defined by the recurrence relation an=an19 where a1=4 and n>1, find an equation that gives the general term in terms of a1 and the common difference d.

      Given the terms of an arithmetic sequence, find a formula for the general term.

    1. a1=6 and a7=42

    2. a1=12 and a12=6

    3. a1=19 and a26=56

    4. a1=9 and a31=141

    5. a1=16 and a10=376

    6. a1=54 and a11=654

    7. a3=6 and a26=40

    8. a3=16 and a15=76

    9. a4=8 and a23=30

    10. a5=7 and a37=135

    11. a4=2310 and a21=252

    12. a3=18 and a12=112

    13. a5=13.2 and a26=61.5

    14. a4=1.2 and a13=12.3

      Find all arithmetic means between the given terms.

    1. a1=3 and a6=17

    2. a1=5 and a5=7

    3. a2=4 and a8=7

    4. a5=12 and a9=72

    5. a5=15 and a7=21

    6. a6=4 and a11=1

    Part B: Arithmetic Series

      Calculate the indicated sum given the formula for the general term.

    1. an=3n+5; S100

    2. an=5n11; S100

    3. an=12n; S70

    4. an=132n; S120

    5. an=12n34; S20

    6. an=n35; S150

    7. an=455n; S65

    8. an=2n48; S95

    9. an=4.41.6n; S75

    10. an=6.5n3.3; S67

      Evaluate.

    1. n=1160(3n)
    2. n=1121(2n)
    3. n=1250(4n3)
    4. n=1120(2n+12)
    5. n=170(198n)
    6. n=1220(5n)
    7. n=160(5212n)
    8. n=151(38n+14)
    9. n=1120(1.5n2.6)
    10. n=1175(0.2n1.6)
    11. Find the sum of the first 200 positive integers.

    12. Find the sum of the first 400 positive integers.

      The general term for the sequence of positive odd integers is given by an=2n1 and the general term for the sequence of positive even integers is given by an=2n. Find the following.

    1. The sum of the first 50 positive odd integers.

    2. The sum of the first 200 positive odd integers.

    3. The sum of the first 50 positive even integers.

    4. The sum of the first 200 positive even integers.

    5. The sum of the first k positive odd integers.

    6. The sum of the first k positive even integers.

    7. The first row of seating in a small theater consists of 8 seats. Each row thereafter consists of 3 more seats than the previous row. If there are 12 rows, how many total seats are in the theater?

    8. The first row of seating in an outdoor amphitheater contains 42 seats, the second row contains 44 seats, the third row contains 46 seats, and so on. If there are 22 rows, what is the total seating capacity of the theater?

    9. If a triangular stack of bricks has 37 bricks on the bottom row, 34 bricks on the second row and so on with one brick on top. How many bricks are in the stack?

    10. Each successive row of a triangular stack of bricks has one less brick until there is only one brick on top. How many rows does the stack have if there are 210 total bricks?

    11. A 10-year salary contract offers $65,000 for the first year with a $3,200 increase each additional year. Determine the total salary obligation over the 10 year period.

    12. A clock tower strikes its bell the number of times indicated by the hour. At one o’clock it strikes once, at two o’clock it strikes twice and so on. How many times does the clock tower strike its bell in a day?

    Part C: Discussion Board

    1. Is the Fibonacci sequence an arithmetic sequence? Explain.

    2. Use the formula for the nth partial sum of an arithmetic sequence Sn=n(a1+an)2 and the formula for the general term an=a1+(n1)d to derive a new formula for the nth partial sum Sn=n2[2a1+(n1)d]. Under what circumstances would this formula be useful? Explain using an example of your own making.

    3. Discuss methods for calculating sums where the index does not start at 1. For example, Σn=1535(3n+4)=1,659.

    4. A famous story involves Carl Friedrich Gauss misbehaving at school. As punishment, his teacher assigned him the task of adding the first 100 integers. The legend is that young Gauss answered correctly within seconds. What is the answer and how do you think he was able to find the sum so quickly?

Answers

  1. 5, 8, 11, 14, 17; an=3n+2

  2. 15, 10, 5, 0, −5; an=205n

  3. 12, 32, 52, 72, 92; an=n12

  4. 1, 12, 0, 12, −1; an=3212n

  5. 1.8, 2.4, 3, 3.6, 4.2; an=0.6n+1.2

  6. an=6n3; a100=597

  7. an=14n; a100=399

  8. an=5n; a100=500

  9. an=2n32; a100=3972

  10. an=2313n; a100=983

  11. an=1.2n0.4; a100=119.6

  12. 99

  13. 157

  14. 38

  15. an=5n3

  16. an=6n

  17. an=3n22

  18. an=23n12

  19. an=122n

  20. an=2n16

  21. an=11035n

  22. an=2.3n+1.7

  23. 1, 5, 9, 13

  24. 92, 5, 112, 6, 132

  25. 18

  1. 15,650

  2. −2,450

  3. 90

  4. −7,800

  5. −4,230

  6. 38,640

  7. 124,750

  8. −18,550

  9. −765

  10. 10,578

  11. 20,100

  12. 2,500

  13. 2,550

  14. k2

  15. 294 seats

  16. 247 bricks

  17. $794,000

  1. Answer may vary

  2. Answer may vary

9.3 Geometric Sequences and Series

Learning Objectives

  1. Identify the common ratio of a geometric sequence.
  2. Find a formula for the general term of a geometric sequence.
  3. Calculate the nth partial sum of a geometric sequence.
  4. Calculate the sum of an infinite geometric series when it exists.

Geometric Sequences

A geometric sequenceA sequence of numbers where each successive number is the product of the previous number and some constant r., or geometric progressionUsed when referring to a geometric sequence., is a sequence of numbers where each successive number is the product of the previous number and some constant r.

an=ran1GeometicSequence

And because anan1=r, the constant factor r is called the common ratioThe constant r that is obtained from dividing any two successive terms of a geometric sequence; anan1=r.. For example, the following is a geometric sequence,

9,27,81,243,729…

Here a1=9 and the ratio between any two successive terms is 3. We can construct the general term an=3an1 where,

a1=9a2=3a1=3(9)=27a3=3a2=3(27)=81a4=3a3=3(81)=243a5=3a4=3(243)=729

In general, given the first term a1 and the common ratio r of a geometric sequence we can write the following:

a2=ra1a3=ra2=r(a1r)=a1r2a4=ra3=r(a1r2)=a1r3a5=ra3=r(a1r3)=a1r4

From this we see that any geometric sequence can be written in terms of its first element, its common ratio, and the index as follows:

an=a1rn1GeometricSequence

In fact, any general term that is exponential in n is a geometric sequence.

Example 1

Find an equation for the general term of the given geometric sequence and use it to calculate its 10th term: 3,6,12,24,48…

Solution:

Begin by finding the common ratio,

r=63=2

Note that the ratio between any two successive terms is 2. The sequence is indeed a geometric progression where a1=3 and r=2.

an=a1rn1=3(2)n1

Therefore, we can write the general term an=3(2)n1 and the 10th term can be calculated as follows:

a10=3(2)101=3(2)9=1,536

Answer: an=3(2)n1; a10=1,536

The terms between given terms of a geometric sequence are called geometric meansThe terms between given terms of a geometric sequence..

Example 2

Find all terms between a1=5 and a4=135 of a geometric sequence. In other words, find all geometric means between the 1st and 4th terms.

Solution:

Begin by finding the common ratio r. In this case, we are given the first and fourth terms:

an=a1rn1Usen=4.a4=a1r41a4=a1r3

Substitute a1=5 and a4=135 into the above equation and then solve for r.

135=5r327=r33=r

Next use the first term a1=5 and the common ratio r=3 to find an equation for the nth term of the sequence.

an=a1rn1an=5(3)n1

Now we can use an=5(3)n1 where n is a positive integer to determine the missing terms.

a1=5(3)11=530=5a2=5(3)21=531=15a3=5(3)31=532=45}geometicmeansa4=5(3)41=533=135

Answer: −15, −45,

The first term of a geometric sequence may not be given.

Example 3

Find the general term of a geometric sequence where a2=2 and a5=2125.

Solution:

To determine a formula for the general term we need a1 and r. A nonlinear system with these as variables can be formed using the given information and an=a1rn1:

{a2=a1r21a5=a1r51{2=a1r2125=a1r4Usea2=2.Usea5=2125.

Solve for a1 in the first equation,

{2=a1r2r=a12125=a1r4

Substitute a1=2r into the second equation and solve for r.

2125=a1r42125=(2r)r42125=2r31125=r315=r

Back substitute to find a1:

a1=2r=2(15)=10

Therefore, a1=10 and r=15.

Answer: an=10(15)n1

Try this! Find an equation for the general term of the given geometric sequence and use it to calculate its 6th term: 2,43,89,

Answer: an=2(23)n1; a6=64243

Geometric Series

A geometric seriesThe sum of the terms of a geometric sequence. is the sum of the terms of a geometric sequence. For example, the sum of the first 5 terms of the geometric sequence defined by an=3n+1 follows:

S5=Σn=153n+1=31+1+32+1+33+1+34+1+35+1=32+33+34+35+36=9+27+81+243+729=1,089

Adding 5 positive integers is managable. However, the task of adding a large number of terms is not. Therefore, we next develop a formula that can be used to calculate the sum of the first n terms of any geometric sequence. In general,

Sn=a1+a1r+a1r2++a1rn1

Multiplying both sides by r we can write,

rSn=a1r+a1r2+a1r3++a1rn

Subtracting these two equations we then obtain,

SnrSn=a1a1rnSn(1r)=a1(1rn)

Assuming r1 dividing both sides by (1r) leads us to the formula for the nth partial sum of a geometric sequenceThe sum of the first n terms of a geometric sequence, given by the formula: Sn=a1(1rn)1r, r1.:

Sn=a1(1rn)1r(r1)

In other words, the nth partial sum of any geometric sequence can be calculated using the first term and the common ratio. For example, to calculate the sum of the first 15 terms of the geometric sequence defined by an=3n+1, use the formula with a1=9 and r=3.

S15=a1(1r15)1r=9(1315)13=9(14,348,906)2=64,570,077

Example 4

Find the sum of the first 10 terms of the given sequence: 4, −8, 16, −32, 64,…

Solution:

Determine whether or not there is a common ratio between the given terms.

r=84=2

Note that the ratio between any two successive terms is −2; hence, the given sequence is a geometric sequence. Use r=2 and the fact that a1=4 to calculate the sum of the first 10 terms,

Sn=a1(1rn)1rS10=4[1(2)10]1(2)=4(11,024)1+2=4(1,023)3=1,364

Answer: S10=1,364

Example 5

Evaluate: Σn=162(5)n.

Solution:

In this case, we are asked to find the sum of the first 6 terms of a geometric sequence with general term an=2(5)n. Use this to determine the 1st term and the common ratio r:

a1=2(5)1=10

To show that there is a common ratio we can use successive terms in general as follows:

r=anan1=2(5)n2(5)n1=(5)n(n1)=(5)1=5

Use a1=10 and r=5 to calculate the 6th partial sum.

Sn=a1(1rn)1rS6=10[1(5)6]1(5)=10(115,625)1+5=10(15,624)6=26,040

Answer: 26,040

Try this! Find the sum of the first 9 terms of the given sequence: −2, 1, −1/2,…

Answer: S9=171128

If the common ratio r of an infinite geometric sequence is a fraction where |r|<1 (that is 1<r<1), then the factor (1rn) found in the formula for the nth partial sum tends toward 1 as n increases. For example, if r=110 and n=2,4,6 we have,

1(110)2=10.01=0.991(110)4=10.0001=0.99991(110)6=10.000001=0.999999

Here we can see that this factor gets closer and closer to 1 for increasingly larger values of n. This illustrates the idea of a limit, an important concept used extensively in higher-level mathematics, which is expressed using the following notation:

limn(1rn)=1where|r|<1

This is read, “the limit of (1rn) as n approaches infinity equals 1.” While this gives a preview of what is to come in your continuing study of mathematics, at this point we are concerned with developing a formula for special infinite geometric series. Consider the nth partial sum of any geometric sequence,

Sn=a1(1rn)1r=a11r(1rn)

If |r|<1 then the limit of the partial sums as n approaches infinity exists and we can write,

Sn=a11r(1rn)nS=a11r1

Therefore, a convergent geometric seriesAn infinite geometric series where |r|<1 whose sum is given by the formula: S=a11r. is an infinite geometric series where |r|<1; its sum can be calculated using the formula:

S=a11r

Example 6

Find the sum of the infinite geometric series: 32+12+16+118+154+

Solution:

Determine the common ratio,

r=1232=1223=13

Since the common ratio r=13 is a fraction between −1 and 1, this is a convergent geometric series. Use the first term a1=32 and the common ratio to calculate its sum.

S=a11r=321(13)=3223=3232=94

Answer: S=94

Note: In the case of an infinite geometric series where |r|1, the series diverges and we say that there is no sum. For example, if an=(5)n1 then r=5 and we have

S=Σn=1(5)n1=1+5+25+

We can see that this sum grows without bound and has no sum.

Try this! Find the sum of the infinite geometric series: Σn=12(59)n1.

Answer: −9/2

A repeating decimal can be written as an infinite geometric series whose common ratio is a power of 1/10. Therefore, the formula for a convergent geometric series can be used to convert a repeating decimal into a fraction.

Example 7

Write as a fraction: 1.181818…

Solution:

Begin by identifying the repeating digits to the right of the decimal and rewrite it as a geometric progression.

0.181818…=0.18+0.0018+0.000018+=18100+1810,000+181,000,000+

In this form we can determine the common ratio,

r=1810,00018100=1810,000×10018=1100

Note that the ratio between any two successive terms is 1100. Use this and the fact that a1=18100 to calculate the infinite sum:

S=a11r=181001(1100)=1810099100=1810010099=211

Therefore, 0.181818…=211 and we have,

1.181818…=1+211=1211

Answer: 1211

Example 8

A certain ball bounces back to two-thirds of the height it fell from. If this ball is initially dropped from 27 feet, approximate the total distance the ball travels.

Solution:

We can calculate the height of each successive bounce:

2723=18feetHeightofthefirstbounce1823=12feetHeightofthesecondbounce1223=8feetHeightofthethirdbounce

The total distance that the ball travels is the sum of the distances the ball is falling and the distances the ball is rising. The distances the ball falls forms a geometric series,

27+18+12+Distancetheballisfalling

where a1=27 and r=23. Because r is a fraction between −1 and 1, this sum can be calculated as follows:

S=a11r=27123=2713=81

Therefore, the ball is falling a total distance of 81 feet. The distances the ball rises forms a geometric series,

18+12+8+Distancetheballisrising

where a1=18 and r=23. Calculate this sum in a similar manner:

S=a11r=18123=1813=54

Therefore, the ball is rising a total distance of 54 feet. Approximate the total distance traveled by adding the total rising and falling distances:

81+54=135feet

Answer: 135 feet

Key Takeaways

  • A geometric sequence is a sequence where the ratio r between successive terms is constant.
  • The general term of a geometric sequence can be written in terms of its first term a1, common ratio r, and index n as follows: an=a1rn1.
  • A geometric series is the sum of the terms of a geometric sequence.
  • The nth partial sum of a geometric sequence can be calculated using the first term a1 and common ratio r as follows: Sn=a1(1rn)1r.
  • The infinite sum of a geometric sequence can be calculated if the common ratio is a fraction between −1 and 1 (that is |r|<1) as follows: S=a11r. If |r|1, then no sum exists.

Topic Exercises

    Part A: Geometric Sequences

      Write the first 5 terms of the geometric sequence given its first term and common ratio. Find a formula for its general term.

    1. a1=1; r=5

    2. a1=1; r=3

    3. a1=2; r=3

    4. a1=5; r=4

    5. a1=2; r=3

    6. a1=6; r=2

    7. a1=3; r=23

    8. a1=6; r=12

    9. a1=1.2; r=0.6

    10. a1=0.6; r=3

      Given the geometric sequence, find a formula for the general term and use it to determine the 5th term in the sequence.

    1. 7, 28, 112,…

    2. −2, −10, −50,…

    3. 2, 12, 18,…

    4. 1, 25, 425,…

    5. 8, 4, 2,…

    6. 6, 2, 23,…

    7. −1, 23, 49,…

    8. 2, 32, 98,…

    9. 13, −2, 12,…

    10. 25, −2, 10,…

    11. −3.6, −4.32, −5.184,…

    12. 0.8, −2.08, 5.408,…

    13. Find the general term and use it to determine the 20th term in the sequence: 1,x2,x24,…

    14. Find the general term and use it to determine the 20th term in the sequence: 2,6x,18x2,…

    15. The number of cells in a culture of a certain bacteria doubles every 4 hours. If 200 cells are initially present, write a sequence that shows the population of cells after every nth 4-hour period for one day. Write a formula that gives the number of cells after any 4-hour period.

    16. A certain ball bounces back at one-half of the height it fell from. If this ball is initially dropped from 12 feet, find a formula that gives the height of the ball on the nth bounce and use it to find the height of the ball on the 6th bounce.

    17. Given a geometric sequence defined by the recurrence relation an=4an1 where a1=2 and n>1, find an equation that gives the general term in terms of a1 and the common ratio r.

    18. Given the geometric sequence defined by the recurrence relation an=6an1 where a1=12 and n>1, find an equation that gives the general term in terms of a1 and the common ratio r.

      Given the terms of a geometric sequence, find a formula for the general term.

    1. a1=3 and a6=96

    2. a1=5 and a4=40

    3. a1=2 and a8=164

    4. a1=34 and a4=136

    5. a2=18 and a5=486

    6. a2=10 and a7=320

    7. a4=2 and a9=64

    8. a3=43 and a6=3281

    9. a5=153.6 and a8=9,830.4

    10. a4=2.4×103 and a9=7.68×107

      Find all geometric means between the given terms.

    1. a1=2 and a4=250

    2. a1=13 and a6=196

    3. a2=20 and a5=20,000

    4. a3=49 and a6=16,807

    Part B: Geometric Series

      Calculate the indicated sum.

    1. an=2n+1; S12

    2. an=(2)n+1; S12

    3. an=(12)n; S7

    4. an=(23)n1; S6

    5. an=5(3)n1; S5

    6. an=7(4)n; S5

    7. an=2(14)n; S5

    8. an=13(2)n+1; S10

    9. n=155n
    10. n=16(4)n
    11. k=1102k+1
    12. k=1142k1
    13. k=1102(3)k
    14. k=185(2)k
    15. n=152(12)n+2
    16. n=143(23)n
    17. an=(15)n; S

    18. an=(23)n1; S

    19. an=2(34)n1; S

    20. an=3(16)n; S

    21. an=2(12)n+1; S

    22. an=13(12)n; S

    23. n=12(13)n1
    24. n=1(15)n
    25. n=13(2)n2
    26. n=114(3)n2
    27. n=112(16)n
    28. n=113(25)n

      Write as a mixed number.

    1. 1.222…

    2. 5.777 …

    3. 2.252525…

    4. 3.272727…

    5. 1.999…

    6. 1.090909…

    7. Suppose you agreed to work for pennies a day for 30 days. You will earn 1 penny on the first day, 2 pennies the second day, 4 pennies the third day, and so on. How many total pennies will you have earned at the end of the 30 day period? What is the dollar amount?

    8. An initial roulette wager of $100 is placed (on red) and lost. To make up the difference, the player doubles the bet and places a $200 wager and loses. Again, to make up the difference, the player doubles the wager to $400 and loses. If the player continues doubling his bet in this manner and loses 7 times in a row, how much will he have lost in total?

    9. A certain ball bounces back to one-half of the height it fell from. If this ball is initially dropped from 12 feet, approximate the total distance the ball travels.

    10. A golf ball bounces back off of a cement sidewalk three-quarters of the height it fell from. If the ball is initially dropped from 8 meters, approximate the total distance the ball travels.

    11. A structured settlement yields an amount in dollars each year, represented by n, according to the formula pn=6,000(0.80)n1. What is the total amount gained from the settlement after 10 years?

    12. Beginning with a square, where each side measures 1 unit, inscribe another square by connecting the midpoints of each side. Continue inscribing squares in this manner indefinitely, as pictured:

      Find the sum of the area of all squares in the figure. (Hint: Begin by finding the sequence formed using the areas of each square.)

    Part C: Sequences and Series

      Categorize the sequence as arithmetic, geometric, or neither. Give the common difference or ratio, if it exists.

    1. 12,24,48,

    2. 7,5,3,

    3. 3,11,19,

    4. 4,9,16,

    5. 2,32,43,

    6. 43,89,1627,

    7. 16,16,12,

    8. 13,14,316,

    9. 12,14,16

    10. 110,15,310,

    11. 1.26,0.252,0.0504,

    12. 0.02,0.08,0.18,

    13. 1, −1, 1, −1,…

    14. 0, 0, 0,…

      Categorize the sequence as arithmetic or geometric, and then calculate the indicated sum.

    1. an=3(5)n1; S8

    2. an=56n; S22

    3. an=2n; S14

    4. an=2n; S10

    5. an=2(17)n1; S

    6. an=2+17n; S8

      Calculate the indicated sum.

    1. n=150(3n5)
    2. n=125(48n)
    3. n=112(2)n1
    4. n=15(12)n1
    5. n=1405
    6. n=10.6n

    Part D: Discussion Board

    1. Use the techniques found in this section to explain why 0.999…=1.

    2. Construct a geometric sequence where r=1. Explore the nth partial sum of such a sequence. What conclusions can we make?

Answers

  1. 1, 5, 25, 125, 625; an=5n1

  2. 2, 6, 18, 54, 162; an=2(3)n1

  3. 2, −6, 18, −54, 162; an=2(3)n1

  4. 3, 2, 43, 89, 1627; an=3(23)n1

  5. 1.2, 0.72, 0.432, 0.2592, 0.15552; an=1.2(0.6)n1

  6. an=7(4)n1, a5=1,792

  7. an=2(14)n1, a5=1128

  8. an=8(12)n1, a5=12

  9. an=(23)n1, a5=1681

  10. an=13(6)n1, a5=432

  11. an=3.6(1.2)n1, a5=7.46496

  12. an=(x2)n1; a20=x19219

  13. 400 cells; 800 cells; 1,600 cells; 3,200 cells; 6,400 cells; 12,800 cells; pn=400(2)n1 cells

  14. an=2(4)n1

  15. an=3(2)n1

  16. an=2(12)n1

  17. an=6(3)n1

  18. an=14(2)n1

  19. an=0.6(4)n1

  20. 10, 50

  21. −200; −2,000

  1. 16,380

  2. 127128

  3. 305

  4. 205512

  5. 3,905

  6. 4,092

  7. −177,144

  8. 3164

  9. 14

  10. 87

  11. −1

  12. 3

  13. No sum

  14. 114

  15. 129

  16. 22599

  17. 2

  18. 1,073,741,823 pennies; $10,737,418.23

  19. 36 feet

  20. $26,778.77

  1. Geometric; r=2

  2. Arithmetic; d=8

  3. Neither

  4. Arithmetic; d=13

  5. Neither

  6. Geometric; r=0.2

  7. Geometric; r=1

  8. Geometric; 292,968

  9. Arithmetic; 210

  10. Geometric; 73

  11. 3,575

  12. −1,365

  13. 200

  1. Answer may vary

9.4 Binomial Theorem

Learning Objectives

  1. Evaluate expressions involving factorials.
  2. Calculate binomial coefficients.
  3. Expand powers of binomials using the binomial theorem.

Factorials and the Binomial Coefficient

We begin by defining the factorialThe product of all natural numbers less than or equal to a given natural number, denoted n!. of a natural number n, denoted n!, as the product of all natural numbers less than or equal to n.

n!=n(n1)(n2)321

For example,

7!=7654321=5,040Sevenfactorial5!=54321=120Fivefactorial3!=321=6Threefactorial1!=1=1Onefactorial

We define zero factorialThe factorial of zero is defined to be equal to 1; 0!=1. to be equal to 1,

0!=1Zerofactorial

The factorial of a negative number is not defined.

 

Note: On most modern calculators you will find a factorial function. Some calculators do not provide a button dedicated to it. However, it usually can be found in the menu system if one is provided.

The factorial can also be expressed using the following recurrence relation,

n!=n(n1)!

For example, the factorial of 8 can be expressed as the product of 8 and 7!:

8!=87!=87654321=40,320

When working with ratios involving factorials, it is often the case that many of the factors cancel.

Example 1

Evaluate: 12!6!.

Solution:

12!6!=121110987654321654321=1211109876!6!=121110987=665,280

Answer: 665,280

The binomial coefficientAn integer that is calculated using the formula: (nk)=n!k!(nk)!., denoted nCk=(nk), is read “n choose k” and is given by the following formula:

nCk=(nk)=n!k!(nk)!

This formula is very important in a branch of mathematics called combinatorics. It gives the number of ways k elements can be chosen from a set of n elements where order does not matter. In this section, we are concerned with the ability to calculate this quantity.

Example 2

Calculate: (73).

Solution:

Use the formula for the binomial coefficent,

(nk)=n!k!(nk)!

where n=7 and k=3. After substituting, look for factors to cancel.

(73)=7!3!(73)!=7!3!4!=7654!3!4!=2106=35

Answer: 35

Note: Check the menu system of your calculator for a function that calculates this quantity. Look for the notation nCk in the probability subsection.

Try this! Calculate: (85).

Answer: 56

Consider the following binomial raised to the 3rd power in its expanded form:

(x+y)3=x3+3x2y+3xy2+y3

Compare it to the following calculations,

(30)=3!0!(30)!=3!13!=1(31)=3!1!(31)!=32!12!=3(32)=3!2!(32)!=32!2!1!=3(33)=3!3!(33)!=3!3!0!=1

Notice that there appears to be a connection between these calculations and the coefficients of the expanded binomial. This observation is generalized in the next section.

Binomial Theorem

Consider expanding (x+2)5:

(x+2)5=(x+2)(x+2)(x+2)(x+2)(x+2)

One quickly realizes that this is a very tedious calculation involving multiple applications of the distributive property. The binomial theoremDescribes the algebraic expansion of binomials raised to powers: (x+y)n=Σk=0n(nk)xnkyk. provides a method of expanding binomials raised to powers without directly multiplying each factor:

(x+y)n=(n0)xny0+(n1)xn1y1+(n2)xn2y2++(nn1)x1yn1+(nn)x0yn

More compactly we can write,

(x+y)n=Σk=0n(nk)xnkykBinomialtheorem

Example 3

Expand using the binomial theorem: (x+2)5.

Solution:

Use the binomial theorem where n=5 and y=2.

(x+2)5=(50)x520+(51)x421+(52)x322+(53)x223+(54)x124+(55)x025

Sometimes it is helpful to identify the pattern that results from applying the binomial theorem. Notice that powers of the variable x start at 5 and decrease to zero. The powers of the constant term start at 0 and increase to 5. The binomial coefficents can be calculated off to the side and are left to the reader as an exercise.

(x+2)5=(50)x520+(51)x421+(52)x322+(53)x223+(54)x124+(55)x025=1x5×1+5x4×2+10x3×4+10x2×8+5x1×16+1×1×32=x5+10x4+40x3+80x2+80x+32

Answer: x5+10x4+40x3+80x2+80x+32

The binomial may have negative terms, in which case we will obtain an alternating series.

Example 4

Expand using the binomial theorem: (u2v)4.

Solution:

Use the binomial theorem where n=4, x=u, and y=2v and then simplify each term.

(u2v)4=(40)u4(2v)0+(41)u3(2v)1+(42)u2(2v)2+(43)u1(2v)3+(44)u0(2v)4=1×u4×1+4u3(2v)+6u2(4v2)+4u(8v3)+1×1(16v4)=u48u3v+24u2v232uv3+16v4

Answer: u48u3v+24u2v232uv3+16v4

Try this! Expand using the binomial theorem: (a23)4.

Answer: a812a6+54a4108a2+81

Next we study the coefficients of the expansions of (x+y)n starting with n=0:

(x+y)0=1(x+y)1=x+y(x+y)2=x2+2xy+y2(x+y)3=x3+3x2y+3xy2+y3(x+y)4=x4+4x3y+6x2y2+4xy3+y4

Write the coefficients in a triangular array and note that each number below is the sum of the two numbers above it, always leaving a 1 on either end.

This is Pascal’s triangleA triangular array of numbers that correspond to the binomial coefficients.; it provides a quick method for calculating the binomial coefficients. Use this in conjunction with the binomial theorem to streamline the process of expanding binomials raised to powers. For example, to expand (x1)6 we would need two more rows of Pascal’s triangle,

The binomial coefficients that we need are in blue. Use these numbers and the binomial theorem to quickly expand (x1)6 as follows:

(x1)6=1x6(1)0+6x5(1)1+15x4(1)2+20x3(1)3+15x2(1)4+6x(1)5+1x0(1)6=x66x5+15x420x3+15x26x+1

Example 5

Expand using the binomial theorem and Pascal’s triangle: (2x5)4.

Solution:

From Pascal’s triangle we can see that when n=4 the binomial coefficients are 1, 4, 6, 4, and 1. Use these numbers and the binomial theorem as follows:

(2x5)4=1(2x)4(5)0+4(2x)3(5)1+6(2x)2(5)2+4(2x)1(5)3+1(2x)0(5)4=16x41+48x3(5)+64x225+42x(125)+1625=16x4160x3+600x21,000x+625

Answer: 16x4160x3+600x21,000x+625

Key Takeaways

  • To calculate the factorial of a natural number, multiply that number by all natural numbers less than it: 5!=54321=120. Remember that we have defined 0!=1.
  • The binomial coefficients are the integers calculated using the formula: (nk)=n!k!(nk)!.
  • The binomial theorem provides a method for expanding binomials raised to powers without directly multiplying each factor: (x+y)n=Σk=0n(nk)xnkyk.
  • Use Pascal’s triangle to quickly determine the binomial coefficients.

Topic Exercises

    Part A: Factorials and the Binomial Coefficient

      Evaluate.

    1. 6!

    2. 4!

    3. 10!

    4. 9!

    5. 6!3!

    6. 8!4!

    7. 13!9!

    8. 15!10!

    9. 12!3!7!

    10. 10!2!5!

    11. n!(n2)!

    12. (n+1)!(n1)!

      1. 4!+3!
      2. (4+3)!
      1. 4!3!
      2. (43)!

      Rewrite using factorial notation.

    1. 1×2×3×4×5×6×7

    2. 1×2×3×4×5

    3. 15×14×13

    4. 10×9×8×7

    5. 13

    6. 8×7

    7. n(n1)(n2)

    8. 1×2×3××n×(n+1)

      Calculate the indicated binomial coefficient.

    1. (64)
    2. (84)
    3. (72)
    4. (95)
    5. (90)
    6. (1312)
    7. (n0)
    8. (nn)
    9. (n1)
    10. (nn1)
    11. 10C8

    12. 5C1

    13. 12C12

    14. 10C5

    15. nCn2

    16. nCn3

    Part B: Binomial Theorem

      Expand using the binomial theorem.

    1. (4x3)3

    2. (2x5)3

    3. (x2+y)3

    4. (x+1y)3

    5. (x+3)4

    6. (x+5)4

    7. (x4)4

    8. (x2)4

    9. (x+2y)4

    10. (x3y)4

    11. (x+1)5

    12. (x3)5

    13. (x2)6

    14. (x+1)6

    15. (x1)7

    16. (x+1)7

    17. (5x1)4

    18. (3x2)4

    19. (4u+v)4

    20. (3uv)4

    21. (u5v)5

    22. (2u+3v)5

    23. (ab2)5

    24. (a2+b2)4

    25. (a2+b4)6

    26. (a5+b2)5

    27. (x+2)3

    28. (x2)4

    29. (xy)4, x,y0

    30. (x+2y)5, x,y0

    31. (x+y)7

    32. (x+y)8

    33. (x+y)9

    34. (xy)7

    35. (xy)8

    36. (xy)9

    Part C: Discussion Board

    1. Determine the factorials of the integers 5, 10, 15, 20, and 25. Which grows faster, the common exponential function an=10n or the factorial function an=n!? Explain.

    2. Research and discuss the history of the binomial theorem.

Answers

  1. 720

  2. 3,628,800

  3. 120

  4. 17,160

  5. 15,840

  6. n2n

    1. 30
    2. 5,040
  7. 7!

  8. 15!12!

  9. 13!12!

  10. n!(n3)!

  11. 15

  12. 21

  13. 1

  14. 1

  15. n

  16. 45

  17. 1

  18. n2n2

  1. 64x3144x2+108x27

  2. x38+3x2y4+3xy22+y3

  3. x4+12x3+54x2+108x+81

  4. x416x3+96x2256x+256

  5. x4+8x3y+24x2y2+32xy3+16y4

  6. x5+5x4+10x3+10x2+5x+1

  7. x612x5+60x4160x3+240x2192x+64

  8. x77x6+21x535x4+35x321x2+7x1

  9. 625x4500x3+150x220x+1

  10. 256u4+256u3v+96u2v2+16uv3+v4

  11. u525u4v+250u3v21,250u2v3+3,125uv43,125v5
  12. a55a4b2+10a3b410a2b6+5ab8b10

  13. a12+6a10b4+15a8b8+20a6b12+15a4b16+6a2b20+b24
  14. x3+32x2+6x+22

  15. x24xxy+6xy4yxy+y2

  16. x7+7x6y+21x5y2+35x4y3+35x3y4+21x2y5+7xy6+y7
  17. x9+9x8y+36x7y2+84x6y3+126x5y4+126x4y5+84x3y6+36x2y7+9xy8+y9
  18. x88x7y+28x6y256x5y3+70x4y456x3y5+28x2y68xy7+y8
  1. Answer may vary

9.5 Review Exercises and Sample Exam

Review Exercises

    Introduction to Sequences and Series

      Find the first 5 terms of the sequence as well as the 30th term.

    1. an=5n3

    2. an=4n+3

    3. an=10n

    4. an=3n

    5. an=(1)n(n2)2

    6. an=(1)n2n1

    7. an=2n+1n

    8. an=(1)n+1(n1)

      Find the first 5 terms of the sequence.

    1. an=nxn2n+1

    2. an=(1)n1xn+2n

    3. an=2nx2n

    4. an=(3x)n1

    5. an=an1+5 where a1=0

    6. an=4an1+1 where a1=2

    7. an=an23an1 where a1=0 and a2=3

    8. an=5an2an1 where a1=1 and a2=0

      Find the indicated partial sum.

    1. 1, 4, 7, 10, 13,…; S5

    2. 3, 1, −1, −3, −5,…; S5

    3. −1, 3, −5, 7, −9,…; S4

    4. an=(1)nn2; S4

    5. an=3(n2)2; S4

    6. an=(15)n2; S4

      Evaluate.

    1. k=16(12k)
    2. k=14(1)k3k2
    3. n=13n+1n
    4. n=175(1)n1
    5. k=48(1k)2
    6. k=22(23)k

    Arithmetic Sequences and Series

      Write the first 5 terms of the arithmetic sequence given its first term and common difference. Find a formula for its general term.

    1. a1=6; d=5

    2. a1=5; d=7

    3. a1=5; d=3

    4. a1=32; d=12

    5. a1=34; d=34

    6. a1=3.6; d=1.2

    7. a1=7; d=0

    8. a1=1; d=1

      Given the terms of an arithmetic sequence, find a formula for the general term.

    1. 10, 20, 30, 40, 50,…

    2. −7, −5, −3, −1, 1,…

    3. −2, −5, −8, −11, −14,…

    4. 13, 0, 13, 23, 1,…

    5. a4=11 and a9=26

    6. a5=5 and a10=15

    7. a6=6 and a24=15

    8. a3=1.4 and a7=1

      Calculate the indicated sum given the formula for the general term of an arithmetic sequence.

    1. an=4n3; S60

    2. an=2n+9; S35

    3. an=15n12; S15

    4. an=n+14; S20

    5. an=1.8n4.2; S45

    6. an=6.5n+3; S35

      Evaluate.

    1. n=122(7n5)
    2. n=1100(14n)
    3. n=135(23n)
    4. n=130(14n+1)
    5. n=140(2.3n1.1)
    6. n=1300n
    7. Find the sum of the first 175 positive odd integers.

    8. Find the sum of the first 175 positive even integers.

    9. Find all arithmetic means between a1=23 and a5=23

    10. Find all arithmetic means between a3=7 and a7=13.

    11. A 5-year salary contract offers $58,200 for the first year with a $4,200 increase each additional year. Determine the total salary obligation over the 5-year period.

    12. The first row of seating in a theater consists of 10 seats. Each successive row consists of four more seats than the previous row. If there are 14 rows, how many total seats are there in the theater?

    Geometric Sequences and Series

      Write the first 5 terms of the geometric sequence given its first term and common ratio. Find a formula for its general term.

    1. a1=5; r=2

    2. a1=3; r=2

    3. a1=1; r=32

    4. a1=4; r=13

    5. a1=1.2; r=0.2

    6. a1=5.4; r=0.1

      Given the terms of a geometric sequence, find a formula for the general term.

    1. 4, 40, 400,…

    2. −6, −30, −150,…

    3. 6, 92, 278,…

    4. 1, 35, 925,…

    5. a4=4 and a9=128

    6. a2=1 and a5=64

    7. a2=52 and a5=62516

    8. a3=50 and a6=6,250

    9. Find all geometric means between a1=1 and a4=64.

    10. Find all geometric means between a3=6 and a6=162.

      Calculate the indicated sum given the formula for the general term of a geometric sequence.

    1. an=3(4)n1; S6

    2. an=5(3)n1; S10

    3. an=32(2)n; S14

    4. an=15(3)n+1; S12

    5. an=8(12)n+2; S8

    6. an=18(2)n+2; S10

      Evaluate.

    1. n=1103(4)n
    2. n=1935(2)n1
    3. n=13(23)n
    4. n=112(45)n+1
    5. n=112(32)n
    6. n=132(12)n
    7. After the first year of operation, the value of a company van was reported to be $40,000. Because of depreciation, after the second year of operation the van was reported to have a value of $32,000 and then $25,600 after the third year of operation. Write a formula that gives the value of the van after the nth year of operation. Use it to determine the value of the van after 10 years of operation.

    8. The number of cells in a culture of bacteria doubles every 6 hours. If 250 cells are initially present, write a sequence that shows the number of cells present after every 6-hour period for one day. Write a formula that gives the number of cells after the nth 6-hour period.

    9. A ball bounces back to one-half of the height that it fell from. If dropped from 32 feet, approximate the total distance the ball travels.

    10. A structured settlement yields an amount in dollars each year n according to the formula pn=12,500(0.75)n1. What is the total value of a 10-year settlement?

      Classify the sequence as arithmetic, geometric, or neither.

    1. 4, 9, 14,…

    2. 6, 18, 54,…

    3. −1, 12, 0,…

    4. 10, 30, 60,…

    5. 0, 1, 8,…

    6. −1, 23, 49,…

      Evaluate.

    1. n=14n2
    2. n=14n3
    3. n=132(4n+5)
    4. n=12(15)n1
    5. n=1813(3)n
    6. n=146(14n12)
    7. n=122(3n)
    8. n=1312n
    9. n=1283
    10. n=1303(1)n1
    11. n=1313(1)n1

    Binomial Theorem

      Evaluate.

    1. 8!

    2. 11!

    3. 10!2!6!

    4. 9!3!8!

    5. (n+3)!n!

    6. (n2)!(n+1)!

      Calculate the indicated binomial coefficient.

    1. (74)
    2. (83)
    3. (105)
    4. (1110)
    5. (120)
    6. (n+1n1)
    7. (nn2)

      Expand using the binomial theorem.

    1. (x+7)3

    2. (x9)3

    3. (2y3)4

    4. (y+4)4

    5. (x+2y)5

    6. (3xy)5

    7. (uv)6

    8. (u+v)6

    9. (5x2+2y2)4

    10. (x32y2)4

Answers

  1. 2, 7, 12, 17, 22; a30=147

  2. −10, −20, −30, −40, −50; a30=300

  3. −1, 0, −1, 4, −9; a30=784

  4. 3, 52, 73, 94, 115; a30=6130

  5. x3,2x25,3x37,4x49,5x511

  6. 2x2,4x4,8x6,16x8,32x10

  7. 0, 5, 10, 15, 20

  8. 0, −3, 9, −30, 99

  9. 35

  10. −5

  11. −18

  12. −36

  13. 296

  14. 135

  1. 6, 11, 16, 21, 26; an=5n+1

  2. 5, 2, −1, −4, −7; an=83n

  3. 34, 32, 94, −3, 154; an=34n

  4. 7, 7, 7, 7, 7; an=7

  5. an=10n

  6. an=13n

  7. an=3n1

  8. an=12n+3

  9. 7,140

  10. 332

  11. 1,674

  12. 1,661

  13. 420

  14. 1,842

  15. 30,625

  16. 13, 0, 13

  17. $333,000

  1. 5, 10, 20, 40, 80; an=5(2)n1

  2. 1, 32, 94, 278, 8116; an=(32)n1

  3. 1.2, 0.24, 0.048, 0.0096, 0.00192; an=1.2(0.2)n1

  4. an=4(10)n1

  5. an=6(34)n1

  6. a1=12(2)n1

  7. an=(52)n1

  8. 4, −16

  9. 4,095

  10. 16,383

  11. 255128

  12. 2,516,580

  13. −6

  14. No sum

  15. vn=40,000(0.8)n1; v10=$5,368.71

  16. 96 feet

  17. Arithmetic; d=5

  18. Arithmetic; d=12

  19. Neither

  20. 30

  21. −1,952

  22. 1,640

  23. −187

  24. 84

  25. 3

  1. 39,916,800

  2. 54

  3. 1n(n+1)(n1)

  4. 56

  5. 11

  6. n(n+1)2

  7. x3+21x2+147x+343

  8. 16y496y3+216y2216y+81

  9. x5+10x4y+40x3y2+80x2y3+80xy4+32y5

  10. u66u5v+15u4v220u3v3+15u2v46uv5+v6
  11. 625x8+1,000x6y2+600x4y4+160x2y6+16y8

Sample Exam

      Find the first 5 terms of the sequence.

    1. an=6n15

    2. an=5(4)n2

    3. an=n12n1

    4. an=(1)n1x2n

      Find the indicated partial sum.

    1. an=(n1)n2; S4

    2. k=15(1)k2k2

      Classify the sequence as arithmetic, geometric, or neither.

    1. −1, 32, −2,…

    2. 1, −6, 36,…

    3. 38, 34, 32,…

    4. 12, 14, 29,…

      Given the terms of an arithmetic sequence, find a formula for the general term.

    1. 10, 5, 0, −5, −10,…

    2. a4=12 and a9=2

      Given the terms of a geometric sequence, find a formula for the general term.

    1. 18, 12, −2, −8, −32,…

    2. a3=1 and a8=32

      Calculate the indicated sum.

    1. an=5n; S44

    2. an=(2)n+2; S12

    3. n=14(12)n1
    4. n=1100(2n32)

      Evaluate.

    1. 14!10!6!

    2. (97)
    3. Determine the sum of the first 48 positive odd integers.

    4. The first row of seating in a theater consists of 14 seats. Each successive row consists of two more seats than the previous row. If there are 22 rows, how many total seats are there in the theater?

    5. A ball bounces back to one-third of the height that it fell from. If dropped from 27 feet, approximate the total distance the ball travels.

      Expand using the binomial theorem.

    1. (x5y)4

    2. (3a+b2)5

Answers

  1. −9, −3, 3, 9, 15

  2. 0, 13, 25, 37, 49

  3. 70

  4. Arithmetic

  5. Geometric

  6. an=155n

  7. an=18(4)n1

  8. −770

  9. 83

  10. 1,00130

  11. 2,304

  12. 54 feet

  13. 243a5+405a4b2+270a3b4+90a2b6+15ab8+b10