Geometric Sequences
Understanding Geometric Sequences
What is a Geometric Sequence?
A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a fixed, non-zero number. This fixed number is called the common ratio, denoted by r.
For example, in the sequence 2,6,18,54,…, each number is multiplied by 3 to get the next one. Therefore, the common ratio is r=3.
The Formula for the nth Term
To find any term in a geometric sequence without writing out the whole list, you can use the nth term formula:
an=a1⋅rn−1
- an is the nth term you want to find.
- a1 is the first term in the sequence.
- r is the common ratio.
- n is the position of the term.
Because the formula involves an exponent (n−1), geometric sequences are closely related to exponential functions. They grow or decay exponentially depending on whether the common ratio is greater than or less than 1.
Example Problems
Example 1: Finding a specific term Find the 8th term of the sequence 2,6,18,54,…
Solution:
- Identify the first term: a1=2.
- Find the common ratio: r=6/2=3.
- Plug these into the formula for n=8: a8=2⋅38−1 a8=2⋅37 a8=2⋅2187=4374
The 8th term is 4374.
Example 2: Writing a formula Write a formula for the geometric sequence where a1=100 and r=0.5.
Solution: Substitute the given values directly into the general formula: an=100⋅(0.5)n−1
This formula can now be used to find any term in this specific sequence.