We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

TEXT

Study Guides > College Algebra

Geometric Sequences

Many jobs offer an annual cost-of-living increase to keep salaries consistent with inflation. Suppose, for example, a recent college graduate finds a position as a sales manager earning an annual salary of $26,000. He is promised a 2% cost of living increase each year. His annual salary in any given year can be found by multiplying his salary from the previous year by 102%. His salary will be $26,520 after one year; $27,050.40 after two years; $27,591.41 after three years; and so on. When a salary increases by a constant rate each year, the salary grows by a constant factor. In this section, we will review sequences that grow in this way.

Terms of Geometric Sequences

Finding Common Ratios

The yearly salary values described form a geometric sequence because they change by a constant factor each year. Each term of a geometric sequence increases or decreases by a constant factor called the common ratio. The sequence below is an example of a geometric sequence because each term increases by a constant factor of 6. Multiplying any term of the sequence by the common ratio 6 generates the subsequent term. A sequence , {1, 6, 36, 216, 1296, ...} that shows all the numbers have a common ratio of 6.

A General Note: Definition of a Geometric Sequence

A geometric sequence is one in which any term divided by the previous term is a constant. This constant is called the common ratio of the sequence. The common ratio can be found by dividing any term in the sequence by the previous term. If [latex]{a}_{1}[/latex] is the initial term of a geometric sequence and [latex]r[/latex] is the common ratio, the sequence will be

[latex]\left\{{a}_{1}, {a}_{1}r,{a}_{1}{r}^{2},{a}_{1}{r}^{3},...\right\}[/latex].

How To: Given a set of numbers, determine if they represent a geometric sequence.

  1. Divide each term by the previous term.
  2. Compare the quotients. If they are the same, a common ratio exists and the sequence is geometric.

Example: Finding Common Ratios

Is the sequence geometric? If so, find the common ratio.
  1. [latex]1\text{,}2\text{,}4\text{,}8\text{,}16\text{,}..[/latex].
  2. [latex]48\text{,}12\text{,}4\text{, }2\text{,}..[/latex].

Answer: Divide each term by the previous term to determine whether a common ratio exists.

  1. [latex]\begin{array}{llllllllll}\frac{2}{1}=2\hfill & \hfill & \hfill & \frac{4}{2}=2\hfill & \hfill & \hfill & \frac{8}{4}=2\hfill & \hfill & \hfill & \frac{16}{8}=2\hfill \end{array}[/latex]The sequence is geometric because there is a common ratio. The common ratio is 2.
  2. [latex]\begin{array}{lllllll}\frac{12}{48}=\frac{1}{4}\hfill & \hfill & \hfill & \frac{4}{12}=\frac{1}{3}\hfill & \hfill & \hfill & \frac{2}{4}=\frac{1}{2}\hfill \end{array}[/latex]The sequence is not geometric because there is not a common ratio.

Analysis of the Solution

The graph of each sequence is shown in Figure 1. It seems from the graphs that both (a) and (b) appear have the form of the graph of an exponential function in this viewing window. However, we know that (a) is geometric and so this interpretation holds, but (b) is not. Graph of two sequences where graph (a) is geometric and graph (b) is exponential.

Q & A

If you are told that a sequence is geometric, do you have to divide every term by the previous term to find the common ratio?

No. If you know that the sequence is geometric, you can choose any one term in the sequence and divide it by the previous term to find the common ratio.

Try It

Is the sequence geometric? If so, find the common ratio. [latex]5,10,15,20,..[/latex].

Answer: The sequence is not geometric because [latex]\frac{10}{5}\ne \frac{15}{10}[/latex] .

Explicit Formulas for Geometric Sequences

Using Recursive Formulas for Geometric Sequences

A recursive formula allows us to find any term of a geometric sequence by using the previous term. Each term is the product of the common ratio and the previous term. For example, suppose the common ratio is 9. Then each term is nine times the previous term. As with any recursive formula, the initial term must be given.

A General Note: Recursive Formula for a Geometric Sequence

The recursive formula for a geometric sequence with common ratio [latex]r[/latex] and first term [latex]{a}_{1}[/latex] is [latex-display]{a}_{n}=r{a}_{n - 1},n\ge 2[/latex-display]

How To: Given the first several terms of a geometric sequence, write its recursive formula.

  1. State the initial term.
  2. Find the common ratio by dividing any term by the preceding term.
  3. Substitute the common ratio into the recursive formula for a geometric sequence.

Example: Using Recursive Formulas for Geometric Sequences

Write a recursive formula for the following geometric sequence.

[latex]\left\{6\text{, }9\text{, }13.5\text{, }20.25\text{, }...\right\}[/latex]

Answer: The first term is given as 6. The common ratio can be found by dividing the second term by the first term.

[latex]r=\frac{9}{6}=1.5[/latex]

Substitute the common ratio into the recursive formula for geometric sequences and define [latex]{a}_{1}[/latex].

[latex]\begin{array}{l}{a}_{n}=r{a}_{n - 1}\\ {a}_{n}=1.5{a}_{n - 1}\text{ for }n\ge 2\\ {a}_{1}=6\end{array}[/latex]

Analysis of the Solution

The sequence of data points follows an exponential pattern. The common ratio is also the base of an exponential function. Graph of the geometric sequence.

Q & A

Do we have to divide the second term by the first term to find the common ratio?

No. We can divide any term in the sequence by the previous term. It is, however, most common to divide the second term by the first term because it is often the easiest method of finding the common ratio.

Try It

Write a recursive formula for the following geometric sequence. [latex-display]\left\{2\text{, }\frac{4}{3}\text{, }\frac{8}{9}\text{, }\frac{16}{27}\text{, }...\right\}[/latex-display]

Answer: [latex]\begin{array}{l}{a}_{1}=2\\ {a}_{n}=\frac{2}{3}{a}_{n - 1}\text{ for }n\ge 2\end{array}[/latex]

Using Explicit Formulas for Geometric Sequences

Because a geometric sequence is an exponential function whose domain is the set of positive integers, and the common ratio is the base of the function, we can write explicit formulas that allow us to find particular terms.

[latex]{a}_{n}={a}_{1}{r}^{n - 1}[/latex]

Let’s take a look at the sequence [latex]\left\{18\text{, }36\text{, }72\text{, }144\text{, }288\text{, }...\right\}[/latex]. This is a geometric sequence with a common ratio of 2 and an exponential function with a base of 2. An explicit formula for this sequence is

[latex]{a}_{n}=18\cdot {2}^{n - 1}[/latex]

Graph of the geometric sequence.

A General Note: Explicit Formula for a Geometric Sequence

The nth term of a geometric sequence is given by the explicit formula:

[latex]{a}_{n}={a}_{1}{r}^{n - 1}[/latex]

Example: Writing Terms of Geometric Sequences Using the Explicit Formula

Given a geometric sequence with [latex]{a}_{1}=3[/latex] and [latex]{a}_{4}=24[/latex], find [latex]{a}_{2}[/latex].

Answer: The sequence can be written in terms of the initial term and the common ratio [latex]r[/latex].

[latex]3,3r,3{r}^{2},3{r}^{3},..[/latex].

Find the common ratio using the given fourth term.

[latex]\begin{array}{ll}{a}_{n}={a}_{1}{r}^{n - 1}\hfill & \hfill \\ {a}_{4}=3{r}^{3}\hfill & \text{Write the fourth term of sequence in terms of }{\alpha }_{1}\text{and }r\hfill \\ 24=3{r}^{3}\hfill & \text{Substitute }24\text{ for}{a}_{4}\hfill \\ 8={r}^{3}\hfill & \text{Divide}\hfill \\ r=2\hfill & \text{Solve for the common ratio}\hfill \end{array}[/latex]

Find the second term by multiplying the first term by the common ratio.

[latex]\begin{array}{ll}{a}_{2}\hfill & =2{a}_{1}\hfill \\ \hfill & =2\left(3\right)\hfill \\ \hfill & =6\hfill \end{array}[/latex]

Analysis of the Solution

The common ratio is multiplied by the first term once to find the second term, twice to find the third term, three times to find the fourth term, and so on. The tenth term could be found by multiplying the first term by the common ratio nine times or by multiplying by the common ratio raised to the ninth power.

Try It

Given a geometric sequence with [latex]{a}_{2}=4[/latex] and [latex]{a}_{3}=32[/latex] , find [latex]{a}_{6}[/latex].

Answer: [latex]{a}_{6}=16,384[/latex]

In real-world scenarios involving arithmetic sequences, we may need to use an initial term of [latex]{a}_{0}[/latex] instead of [latex]{a}_{1}[/latex]. In these problems, we can alter the explicit formula slightly by using the following formula:

[latex]{a}_{n}={a}_{0}{r}^{n}[/latex]

Example: Solving Application Problems with Geometric Sequences

In 2013, the number of students in a small school is 284. It is estimated that the student population will increase by 4% each year.
  1. Write a formula for the student population.
  2. Estimate the student population in 2020.

Answer:

  1. The situation can be modeled by a geometric sequence with an initial term of 284. The student population will be 104% of the prior year, so the common ratio is 1.04.Let [latex]P[/latex] be the student population and [latex]n[/latex] be the number of years after 2013. Using the explicit formula for a geometric sequence we get [latex]{P}_{n} =284\cdot {1.04}^{n}[/latex]
  2. We can find the number of years since 2013 by subtracting. [latex-display]2020 - 2013=7[/latex-display] We are looking for the population after 7 years. We can substitute 7 for [latex]n[/latex] to estimate the population in 2020. [latex-display]{P}_{7}=284\cdot {1.04}^{7}\approx 374[/latex-display] The student population will be about 374 in 2020.

Try It

A business starts a new website. Initially the number of hits is 293 due to the curiosity factor. The business estimates the number of hits will increase by 2.6% per week.
  1. Write a formula for the number of hits.
  2. Estimate the number of hits in 5 weeks.

Answer:

  1. [latex]{P}_{n} = 293\cdot 1.026{a}^{n}[/latex]
  2. The number of hits will be about 333.

The following video provides a short lesson on some of the topics covered in this lesson. https://youtu.be/XHyeLKZYb2w

Key Equations

recursive formula for [latex]nth[/latex] term of a geometric sequence [latex]{a}_{n}=r{a}_{n - 1},n\ge 2[/latex]
explicit formula for [latex]nth[/latex] term of a geometric sequence [latex]{a}_{n}={a}_{1}{r}^{n - 1}[/latex]

Key Concepts

  • A geometric sequence is a sequence in which the ratio between any two consecutive terms is a constant.
  • The constant ratio between two consecutive terms is called the common ratio.
  • The common ratio can be found by dividing any term in the sequence by the previous term.
  • The terms of a geometric sequence can be found by beginning with the first term and multiplying by the common ratio repeatedly.
  • A recursive formula for a geometric sequence with common ratio [latex]r[/latex] is given by [latex]{a}_{n}=r{a}_{n - 1}[/latex] for [latex]n\ge 2[/latex] .
  • As with any recursive formula, the initial term of the sequence must be given.
  • An explicit formula for a geometric sequence with common ratio [latex]r[/latex] is given by [latex]{a}_{n}={a}_{1}{r}^{n - 1}[/latex].
  • In application problems, we sometimes alter the explicit formula slightly to [latex]{a}_{n}={a}_{0}{r}^{n}[/latex].

Glossary

common ratio the ratio between any two consecutive terms in a geometric sequence geometric sequence a sequence in which the ratio of a term to a previous term is a constant

Licenses & Attributions

CC licensed content, Original

CC licensed content, Shared previously

  • College Algebra. Provided by: OpenStax Authored by: Abramson, Jay et al.. License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/[email protected].
  • Question ID 68722. Authored by: Shahbazian, Roy. License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
  • Ex: Determine if a Sequence is Arithmetic or Geometric (geometric). Authored by: James Sousa (Mathispower4u.com) . License: CC BY: Attribution.
  • Question ID 5856. Authored by: WebWork-Rochester. License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
  • Geometric Sequences . Authored by: James Sousa (Mathispower4u.com) . License: CC BY: Attribution.
  • Question ID 29756. Authored by: McClure,Caren. License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
  • License: Public Domain: No Known Copyright.

CC licensed content, Specific attribution