Geometric Sequences
June 23, 2024 | by Bloom Code Studio
Learning Objectives
In this section, you will:
- Find the common ratio for a geometric sequence.
- List the terms of a geometric sequence.
- Use a recursive formula for a geometric sequence.
- Use an explicit formula for a geometric sequence.
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.
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.
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 a1π1 is the initial term of a geometric sequence and rπ is the common ratio, the sequence will be
{a1, a1r,a1r2,a1r3,…}.{π1, π1π,π1π2,π1π3,…}.
HOW TO
Given a set of numbers, determine if they represent a geometric sequence.
- Divide each term by the previous term.
- Compare the quotients. If they are the same, a common ratio exists and the sequence is geometric.
EXAMPLE 1
Finding Common Ratios
Is the sequence geometric? If so, find the common ratio.
- βΒ 1,2,4,8,16,…1,2,4,8,16,…
- βΒ 48,12,4,Β 2,…48,12,4,Β 2,…
Solution
Divide each term by the previous term to determine whether a common ratio exists.
- βΒ 21=242=284=2168=221=242=284=2168=2The sequence is geometric because there is a common ratio. The common ratio is 2.
- βΒ 1248=14412=1324=121248=14412=1324=12The sequence is not geometric because there is not a common ratio.
Analysis
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.
Figure 1
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 #1
Is the sequence geometric? If so, find the common ratio.
5,10,15,20,…5,10,15,20,…
TRY IT #2
Is the sequence geometric? If so, find the common ratio.
100,20,4,45,…100,20,4,45,…
Writing Terms of Geometric Sequences
Now that we can identify a geometric sequence, we will learn how to find the terms of a geometric sequence if we are given the first term and the common ratio. The terms of a geometric sequence can be found by beginning with the first term and multiplying by the common ratio repeatedly. For instance, if the first term of a geometric sequence is a1=β2π1=β2 and the common ratio is r=4,π=4, we can find subsequent terms by multiplying β2β 4β2β 4 to get β8β8 then multiplying the result β8β 4β8β 4 to get β32β32 and so on.
a1=β2a2=(β2β 4)=β8a3=(β8β 4)=β32a4=(β32β 4)=β128π1=β2π2=(β2β 4)=β8π3=(β8β 4)=β32π4=(β32β 4)=β128
The first four terms are {β2, β8, β32, β128}.{β2, β8, β32, β128}.
HOW TO
Given the first term and the common factor, find the first four terms of a geometric sequence.
- Multiply the initial term,Β a1,π1,Β by the common ratio to find the next term,Β a2.π2.
- Repeat the process, usingΒ an=a2ππ=π2Β to findΒ a3π3Β and thenΒ a3π3Β to findΒ a4,π4,Β until all four terms have been identified.
- Write the terms separated by commons within brackets.
EXAMPLE 2
Writing the Terms of a Geometric Sequence
List the first four terms of the geometric sequence with a1=5π1=5 and r=β2.π=β2.
Solution
Multiply a1π1 by β2β2 to find a2.π2. Repeat the process, using a2π2 to find a3,π3, and so on.
a1=5a2=β2a1=β10a3=β2a2=20a4=β2a3=β40π1=5π2=β2π1=β10π3=β2π2=20π4=β2π3=β40
The first four terms are {5,β10,20,β40}.{5,β10,20,β40}.
TRY IT #3
List the first five terms of the geometric sequence with a1=18π1=18 and r=13.π=13.
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.
RECURSIVE FORMULA FOR A GEOMETRIC SEQUENCE
The recursive formula for a geometric sequence with common ratio rπ and first term a1π1 is
an=ranβ1,nβ₯2ππ=πππβ1,πβ₯2
HOW TO
Given the first several terms of a geometric sequence, write its recursive formula.
- State the initial term.
- Find the common ratio by dividing any term by the preceding term.
- Substitute the common ratio into the recursive formula for a geometric sequence.
EXAMPLE 3
Using Recursive Formulas for Geometric Sequences
Write a recursive formula for the following geometric sequence.
{6, 9, 13.5, 20.25, …}{6, 9, 13.5, 20.25, …}
Solution
The first term is given as 6. The common ratio can be found by dividing the second term by the first term.
r=96=1.5π=96=1.5
Substitute the common ratio into the recursive formula for geometric sequences and define a1.π1.
an=ranβ1an=1.5anβ1for nβ₯2a1=6ππ=πππβ1ππ=1.5ππβ1for πβ₯2π1=6
Analysis
The sequence of data points follows an exponential pattern. The common ratio is also the base of an exponential function as shown inΒ Figure 2
Figure 2
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 #4
Write a recursive formula for the following geometric sequence.
{2, 43, 89, 1627, …}{2, 43, 89, 1627, …}
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.
an=a1rnβ1ππ=π1ππβ1
Letβs take a look at the sequence {18, 36, 72, 144, 288, …}.{18, 36, 72, 144, 288, …}. 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
an=18β 2nβ1ππ=18Β·2πβ1
The graph of the sequence is shown inΒ Figure 3.
Figure 3
EXPLICIT FORMULA FOR A GEOMETRIC SEQUENCE
The nπ th term of a geometric sequence is given by the explicit formula:
an=a1rnβ1ππ=π1ππβ1
EXAMPLE 4
Writing Terms of Geometric Sequences Using the Explicit Formula
Given a geometric sequence with a1=3π1=3 and a4=24,π4=24, find a2.π2.
Solution
The sequence can be written in terms of the initial term and the common ratio r.π.
3,3r,3r2,3r3,…3,3π,3π2,3π3,…
Find the common ratio using the given fourth term.
an=a1rnβ1a4=3r324=3r38=r3r=2Write the fourth term of sequence in terms of Ξ±1and rSubstitute 24fora4DivideSolve for the common ratioππ=π1ππβ1π4=3π3Write the fourth term of sequence in terms of πΌ1and π24=3π3Substitute 24forπ48=π3Divideπ=2Solve for the common ratio
Find the second term by multiplying the first term by the common ratio.
a2=2a1=2(3)=6π2=2π1=2(3)=6
Analysis
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 #5
Given a geometric sequence with a2=4π2=4 and a3=32π3=32 , find a6.π6.
EXAMPLE 5
Writing an Explicit Formula for the nπ th Term of a Geometric Sequence
Write an explicit formula for the nthπth term of the following geometric sequence.
{2, 10, 50, 250, …}{2, 10, 50, 250, …}
Solution
The first term is 2. The common ratio can be found by dividing the second term by the first term.
102=5102=5
The common ratio is 5. Substitute the common ratio and the first term of the sequence into the formula.
an=a1r(nβ1)an=2β 5nβ1ππ=π1π(πβ1)ππ=2β 5πβ1
The graph of this sequence inΒ Figure 4Β shows an exponential pattern.
Figure 4
TRY IT #6
Write an explicit formula for the following geometric sequence.
{β1, 3, β9, 27, …}{β1, 3, β9, 27, …}
Solving Application Problems with Geometric Sequences
In real-world scenarios involving geometric sequences, we may need to use an initial term of a0π0 instead of a1.π1. In these problems, we can alter the explicit formula slightly by using the following formula:
an=a0rnππ=π0ππ
EXAMPLE 6
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.
- βWrite a formula for the student population.
- βEstimate the student population in 2020.
Solution
- β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Β PπΒ be the student population andΒ nπΒ be the number of years after 2013. Using the explicit formula for a geometric sequence we getPnΒ =284β 1.04nππΒ =284β 1.04π
- βWe can find the number of years since 2013 by subtracting.2020β2013=72020β2013=7We are looking for the population after 7 years. We can substitute 7 forΒ nπΒ to estimate the population in 2020.P7=284β 1.047β374π7=284β 1.047β374The student population will be about 374 in 2020.
TRY IT #7
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.
- βWrite a formula for the number of hits.
- βEstimate the number of hits in 5 weeks.
RELATED POSTS
View all