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