Geometric Sequences and Common Ratios
Geometric Sequences and Common Ratios
A geometric sequence is an ordered list of numbers where each term is found by multiplying the previous term by the same fixed number. While arithmetic sequences grow by adding, geometric sequences grow (or shrink) by multiplying.
The Common Ratio (r)
The fixed number used to multiply is called the common ratio, represented by the letter r. To find the common ratio of a geometric sequence, simply divide any term by the term immediately before it.
For example, in the sequence 2,6,18,54,…: r=26=3
The Geometric Sequence Formula
You don't have to multiply step-by-step to find a term far down the line. You can find any term in a geometric sequence using this formula:
an=a1⋅rn−1
- an is the n-th 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.
Example Problems
Example 1: Find the common ratio and 6th term of the sequence 2,6,18,54,…
- First, find the common ratio: r=26=3.
- The first term is a1=2.
- To find the 6th term (n=6), use the formula: a6=2⋅36−1=2⋅35 a6=2⋅243=486
Example 2: Is the sequence 1,4,16,64 arithmetic or geometric?
- Check for an arithmetic sequence (adding): 4−1=3, but 16−4=12. The difference is not constant.
- Check for a geometric sequence (multiplying): 14=4, and 416=4.
- Since the ratio is constant, the sequence is geometric with a common ratio of r=4.
Example 3: Write the first 5 terms of a sequence where a1=3 and r=2.
- Start with the first term: 3.
- Multiply by 2 to get the next term: 3⋅2=6.
- Keep multiplying by 2: 6⋅2=12, 12⋅2=24, 24⋅2=48.
- The first 5 terms are: 3,6,12,24,48.