Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Contemporary Mathematics

3.11 Geometric Sequences

Contemporary Mathematics3.11 Geometric Sequences

A person's hand is shown writing in a checkbook. Nearby on the table are a wallet, credit cards, and other checks.
Figure 3.49 Savings grows in a geometric sequence. (credit: modification of “A big part of financial freedom is having your heart and mind free from worry about the what-ifs of life. – Suze Orman” by Morgan/Flickr, CC BY 2.0)

Learning Objectives

After completing this section, you should be able to:

  1. Identify geometric sequences.
  2. Find a given term in a geometric sequence.
  3. Find the nnth term of a geometric sequence.
  4. Find the sum of a finite geometric sequence.
  5. Use geometric sequences to solve real-world applications.

One of the concerns when investing is the doubling time, which is length of time it takes for the value of the investment to be twice, or double, that of its starting value. A shorter doubling times means the investment gets bigger, sooner. For example, if you invest $200 in an account with an 8-year doubling time, then in 8 years the value of the account will be double the starting amount, or 2×$200=$4002×$200=$400. After another 8 years (for a total of 16 years) the investment would be twice its value after the first 8 years, or 2×(2×$400)=2×($400)=$8002×(2×$400)=2×($400)=$800. Every 8 years, the investment would double again, so after the third 8-year period, the investment would be worth 2×2×(2×$400)=$1,6002×2×(2×$400)=$1,600. This process exhibits exponential growth, an application of geometric sequences, which is explored in this section.

Identifying Geometric Sequences

We know what a sequence is, but what makes a sequence a geometric sequence? In an arithmetic sequence, each term is the previous term plus the constant difference. So, you add a (possibly negative) number at each step. In a geometric sequence, though, each term is the previous term multiplied by the same specified value, called the common ratio. In the sequence { 3,6,12,24,48,96,192,384,728,1456 }{ 3,6,12,24,48,96,192,384,728,1456 } the common ratio is 2. To see the difference between an arithmetic sequence and geometric sequence, examine these two sequences (Figures 3.52 and 3.53).

A sequence of numbers. The numbers are as follows: 13, 18, 23, 28, 33, 38, 43, 48, 53, 58, and 63. Hops labeled plus 5 from each number points to the next number from left to right.
Figure 3.50 Arithmetic sequence

Each term in this arithmetic sequence is the previous term plus 5.

A sequence of numbers. The numbers are as follows: 3, 6, 12, 24, 48, 96, 192, 384, 728, and 1456. Hops labeled times 2 from each number points to the next number from left to right.
Figure 3.51 Geometric sequence

Each term in this geometric sequence is the previous term times 2.

In the sequence {3,6,12,24,48,96,192,384,728,1456}{3,6,12,24,48,96,192,384,728,1456}, the numbers get big fairly quickly, and stay positive. However, that’s not always the case with geometric sequences. Depending on the value of the common ratio, the terms could increase each time (like in the one shown in Figure 3.51), or the terms can get smaller each time, or the terms can alternate between positive and negative values. It all depends on the value of the common ratio, rr.

Consider this geometric sequence:

{5,15,45,135,405,2025...}{5,15,45,135,405,2025...}


Each term is the previous term times 5, which means the common ratio is 5. This common ratio is larger than 1, and so the terms increase each time. Now, look at this geometric sequence:

{2,6,18,54,162,486,1458...}{2,6,18,54,162,486,1458...}


Each term is the previous term times −3, and the sign of the terms alternate from positive to negative. Then, there’s this geometric sequence:

{ 9,3,1,13,19,127... }{ 9,3,1,13,19,127... }


Each term is the previous term times 1313, and the terms decrease each time. What we should take away from these three examples is if the common ratio is a positive number larger than 1, then the sequence increases. If the common ratio is a negative number, then the sign of the terms alternates between positive and negative. If the common ratio is between 0 and 1, then the terms decrease.

Two special cases of geometric sequences are when the constant ratio is 1 and when the common ratio is 0. When the constant ratio is 1, every term of the sequence is the same, as in { 3,3,3,3,3,3,3,3,3}{ 3,3,3,3,3,3,3,3,3}. This is referred to as a constant sequence. When the constant ratio is 0, the first term can be any number, but every term after the first term is 0, as in {43.2,0,0,0,0,0,0,0}{43.2,0,0,0,0,0,0,0}.

Example 3.138

Identifying Geometric Sequences

For each sequence, determine if the sequence is a geometric sequence. If so, identify the common ratio.

  1. {5,20,80,320,1,280,5,120,20,480,...}{5,20,80,320,1,280,5,120,20,480,...}
  2. {3,6,12,24,11,33}{3,6,12,24,11,33}
  3. { 4,2,1,12,14,18,... }{ 4,2,1,12,14,18,... }

Your Turn 3.138

For each sequence, determine if the sequence is a geometric sequence. If so, identify the common ratio.
1.
{ 1 , 5 , 25 , 125 , 625 , 3125 , , . . . }
2.
{ 3 , 6 , 12 , 24 , 11 , 33 }
3.
{ 500 , 50 , 5 , 1 2 , 1 20 , . . . }

As with arithmetic sequences, the first term of a geometric sequence is labeled a1a1. The number that is multiplied by each term is called the common ratio and is denoted rr. So, if the first term is known, a 1 a 1, and the common ratio is known, rr, then the nthnth term, anan, can be calculated with the formula an=a1rn1an=a1rn1.

FORMULA

The nnth term of the geometric sequence, anan, with first term a1a1 and common ratio rr, is an=a1rn1an=a1rn1.

Return to the sequence { 3,6,12,24,48,96,192,384,728,... }{ 3,6,12,24,48,96,192,384,728,... }. We observe that the first term is 3, so a1=3a1=3. We also found that the common ratio is 2, so r=2r=2. The table below shows how any term can be calculated using just a1a1 and rr.

ii, Place in Sequence ai,ithai,ith,Term Value of Term Term Written as a1×ri1a1×ri1
1 a1a1 3 3×203×20
2 a2a2 6 3×213×21
3 a3a3 12 3×223×22
4 a4a4 24 3×233×23
5 a5a5 48 3×243×24
i i aiai 3×2i13×2i1

Example 3.139

Determining the Value of a Specific Term in a Geometric Sequence

In the following geometric sequences, determine the indicated term of the geometric sequence with a given first term and common ratio.

  1. Determine the 9th9th term of the geometric sequence with a1×6a1×6 and r=3r=3.
  2. Determine the 11th11th term of the geometric sequence with a1=2a1=2 and r=5r=5.

Your Turn 3.139

In the following geometric sequences, determine the indicated term of the geometric sequence with a given first term and common ratio.
1.
Determine the 12 th term of the geometric sequence with a 1 = 3072 and r = 1 2 .
2.
Determine the 5 th term of the geometric sequence with a 1 = 0.5 and r = 8 .

Finding the Sum of a Finite Geometric Sequence

As with arithmetic sequences, it is possible to add the terms of the geometric sequence. Like arithmetic sequences, the formula for the finite sum of the terms of a geometric sequence has a straightforward formula.

FORMULA

The sum of the first nn terms of a finite geometric sequence, written snsn, with first term a1a1 and common ratio rr, is sn=a1(1rn1r)sn=a1(1rn1r) provided that r1r1.

Example 3.140

Calculating the Sum of a Finite Geometric Sequence

  1. What is the sum of the first 13 terms of the geometric sequence with first term a1=5a1=5 and common ratio r=3r=3?
  2. What is the sum of the first 7 terms of the geometric sequence with first term a1=16a1=16 and common ratio r=18r=18?

Your Turn 3.140

1.
What is the sum of the first 10 terms of the geometric sequence with first term a 1 = 7 and common ratio r = 6 ?
2.
What is the sum of the first 6 terms of the geometric sequence with first term a 1 = 27 and common ratio r = 1 3 ?

Using Geometric Sequences to Solve Real-World Applications

Geometric sequences have a multitude of applications, one of which is compound interest. Compound interest is something that happens to money deposited into an account, be it savings or an individual retirement account, or IRA. The interest on the account is calculated and added to the account at regular intervals. This means the interest that was earned later gains its own interest. This allows the money to grow faster. If that interest is added every month, we say it is compounded monthly. If the interest is added daily, then we say it is compounded daily. The amount of money that is deposited into the account is called the principal and is denoted PP. The account earns money on that principal. The amount it earns is a percentage of the money in the account. The interest rate, expressed as a decimal, is denoted rr.

FORMULA

If you deposit PP dollars in an account that earns interest compounded yearly, then the amount in the account, AA, after tt years is calculated with the formula: A=P(1+r)tA=P(1+r)t. This is a geometric sequence, with constant ratio (1+r)(1+r) and first term a1=Pa1=P.

Example 3.141

Calculating Interest Compounded Yearly

Daryl deposits $1,000 in an account earning 4%4% interest compounded yearly. How much money is in the account after 25 years?

Your Turn 3.141

1.
Sophia deposited $4,000 in an account that earns 5.5% interest compounded yearly. After 20 years, Sophia withdrew all the money in the account to pay for her child’s college. How much money was in the account when Sophia withdrew the money?

Another application of geometric sequences is exponential growth. This arises in biology quite frequently, especially in relation to bacterial cultures, but also with other organism population models. In bacterial cultures, the time it takes the population to double is often recorded. This time to double is the same, regardless of how big the population gets. So, if the population doubles after 3 hours, it doubles again after another 3 hours, and again after another 3 hours, and so on. Put into geometric sequence language, it has a common ratio of 2.

Example 3.142

Doubling a Bacterial Culture

When Escherichia coli (E. coli) is in a broth culture at 37°C, the population of E. coli doubles in number with 30 organisms, how many E. coli bacteria are present in the culture after 16 hours?

Your Turn 3.142

1.
When Streptococcus lactis (S. lactis) is in a milk culture at 37°C, the population of S. lactis doubles in number every 30 minutes. If the culture began with 15 organisms, how many S. lactis bacteria are present in the culture after 20 hours?

Example 3.143

Applying the Sum of a Finite Geometric Sequence

A player places one grain of rice on the first square of a chess board. On the second square, the player places 2 grains of rice. On the third square, the player places 4 grains of rice. On each successive square of the board, the player doubles the number of grains of rice placed on the chess board. When the player places the last rice on the 64th square, how many total grains of rice have been placed on the board?

Your Turn 3.143

1.
You have a square 1 meter on each side. You begin by coloring one half of the square blue. Then you color half the remaining area blue. Then you color half the remaining area blue once more. At each step, you color half the remaining area. What is the total area you have colored blue after performing this process 15 times?

Check Your Understanding

58.
Is the following a geometric sequence? Explain.
{3, 6, 12, 24, 48, 96, 192}
59.
Find the common ratio of the geometric sequence {3, −30, 300, −3,000, …}.
60.
In a geometric sequence, the first term is 10 and the common ratio is 1.5. What is the 15th term?
61.
What is the sum of the first 100 terms of the geometric sequence with first term 4 and common ratio 0.3?
62.
$15,000 is deposited in an account the yields 4.2% interest compounded annually. How much is in the account after 17 years?

Section 3.11 Exercises

For the following exercises, determine if the sequence is a geometric sequence.
1 .
{ 3 , 7 , 11 , 15 , 25 , 100 , . . . }
2 .
{ 2 , 4 , 8 , 16 , 32 , . . . }
3 .
{ 9 , 0.9 , 0.09 , 0.009 , 0.00009 , . . . }
4 .
{ 262,144 , 65,536 , 16,384 , 4,096 , 1,024 , . . . }
5 .
{ 14 , 19 , 24 , 29 , 34 , 50 , 60 }
6 .
{ 3.9 , 2.3 , 0.7 , 0.9 , 2.5 , 4.1 , 5.7 , . . }
7 .
{ 4 , 8 , 16 , 32 , 64 , 128 , 256 , . . . }
8 .
{ 8 , 4 , 2 , 1 , 0.5 , 0.25 , 0.125 , 0.0625 , . . . }
For the following exercises, the sequences given are geometric sequences. Determine the common ratio for each. Verify that each term is the previous term times the common ratio.
9 .
{ 3 , 6 , 12 , 24 , 48 , 96 , . . . }
10 .
{ 8 , 24 , 72 , 216 , 648 , 1944 , . . . }
11 .
{ 15 , 3 , 0.6 , 0.12 , 0.024 , 0.0048 , 0.00096 , . . . }
12 .
{ 52 , 26 , 13 , 6.5 , 3.25 , 1.625 , 0.8125 , 0.40265... }
13 .
{ 18 , 18 , 18 , 18 , 18 18 , . . . }
14 .
{ 48 , 12 , 3 0.75 , 0.1875 , 0.046875 , . . . }
For the following exercises, the first term and the common ratio of a geometric sequence is given. Using that information, determine the indicated term of the sequence.
15 .
a 1 = 5 , r = 3 , find a 6 .
16 .
b 1 = 7 , r = 9 , find b 5 .
17 .
c 1 = 11 , r = 4 , find c 12 .
18 .
a 1 = 2 , r = 7 , find a 9 .
19 .
t 1 = 100 , r = 1 5 , find t 10 .
20 .
b 1 = 56 , r = 0.25 , find b 15 .
21 .
b 1 = 13 , r = 2 , find b 10 .
22 .
a 1 = 11 , r = 3 , find a 12 .
23 .
a 1 = 12 , r = 1 3 , find a 8 .
24 .
a 1 = 100 , r = 10 , find a 15 .
For the following exercises, the first term and the common ratio is given for a geometric sequence. Use that information to find the sum of the first n terms of the sequence, s n .
25 .
a 1 = 3 , r = 4 , calculate s 5 .
26 .
a 1 = 5 , r = 3 , calculate s 9 .
27 .
a 1 = 4 , r = 5 , calculate s 8 .
28 .
a 1 = 48 , r = 2 , calculate s 11 .
29 .
a 1 = 450 , r = 0.5 , calculate s 12 .
30 .
a 1 = 300 , r = 0.25 , calculate s 10 .
31 .
a 1 = 3 , r = 2 , calculate s 11 .
32 .
a 1 = 5 , r = 4 , calculate s 8 .
For the following exercises, apply your understanding of geometric sequences to real-world applications.
33 .
Lactobacilius acidophilus (L. acidophilus) is a bacterium that grows in milk. In optimal conditions, its population doubles every 26 minutes. If a culture starts with 20 L. acidophilus bacteria, how many bacteria will there be after 390 minutes? Hint: This means the 26-minute time period has occurred 15 times.
34 .
Bacillus megaterium (B. megaterium) is a bacterium that grows in sucrose salts. In optimal conditions, its population doubles every 25 minutes. If a culture starts with 30 B. megaterium bacteria, how many bacteria will there be after 1,000 minutes? Hint: This means the 25-minute time period has occurred 40 times.
35 .
Alex and Jill deposit $4,000 in an account bearing 5% interest compounded yearly. If they do not deposit any more money in that account, how much will it be worth in 30 years?
36 .
Kerry and Megan deposit $6,000 dollars in and account bearing 4% compounded yearly. If they do not deposit any more money in that account, how much will be in the account after 40 years?
37 .
You decide to color a square that measures 1 m on each side in a very particular manner. You first cut the square in half vertically. You color one side of the square with purple. On the side of the square that was not colored, you draw a line dividing that region horizontally exactly in half. You color the lower half blue. Now, you cut the remaining quarter of the square precisely in half with a vertical line. You color the left side red. You repeat this process 12 times. After you color that 12th piece, what is the total area you have colored?
38 .
Consider the geometric sequence with first term 0.9 and common ratio of 0.1. What is the sum of the first 5 terms?
39 .
Repeat Exercise 38, for the sum of the first 10 terms.
For the following questions, recall that the formula for interest compounded yearly is A = P ( 1 + r ) t , where A is the amount in the account after t years, P is the initial amount deposited, and r is the interest rate per year. However, if the account is compounded monthly, the formula changes to A = P ( 1 + r 12 ) 12 t .
40 .
Returning to Kerry and Megan (Exercise 36), what would their account be worth if their account was compounded monthly?
41 .
Returning to Alex and Jill (Exercise 35), what would their account be worth if their account was compounded monthly?
42 .
Imagine your family tree. You have two parents. Your parents have two parents: your grandparents. And so on. How many great-great-great-great-grandparents do you have? Hint: This would be six generations back.
43 .
Imagine your family tree. You have two parents. Your parents have two parents: your grandparents. And so on. How many great (20 times) grandparents do you have? Hint: This would be 22 generations back.
Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
Citation information

© Dec 21, 2023 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.