Geometric Sequences
Geometric sequences are patterns where each term is found by multiplying the previous term by a fixed number called the common ratio. They show up anywhere you see repeated multiplication: compound interest, population growth, radioactive decay, and more.
These sequences connect directly to exponential functions, so getting comfortable with them now pays off when you hit exponential and logarithmic models later in the course.
Geometric Sequences
Common ratio in geometric sequences
A geometric sequence is a sequence where each term equals the previous term multiplied by a fixed, non-zero number called the common ratio (). To find the common ratio, divide any term by the term right before it:
The common ratio can be positive, negative, or a fraction:
- Positive : 2, 4, 8, 16 ()
- Negative : (). Notice the signs alternate.
- Fractional : 1, , , ()
The size of tells you whether the terms grow or shrink:
- If , terms increase in absolute value: 2, 6, 18, 54 ()
- If , terms decrease in absolute value: 80, 40, 20, 10 ()
- If , every term is the same (or alternates sign if )

Term generation for geometric sequences
To build a geometric sequence, start with the first term and keep multiplying by :
See the pattern? The exponent on is always one less than the term number. That gives you the general formula for the th term:
A couple of examples to see this in action:
- Sequence: 3, 6, 12, 24, ... Here and , so .
- Sequence: 1000, 100, 10, 1, ... Here and , so .
Recursive formulas for sequence analysis
A recursive formula defines each term using the term right before it. For a geometric sequence, it looks like this:
You always need two pieces of information: the first term and the common ratio. From there, you generate terms one at a time.
Example: ,
Recursive formulas are great when you need the next few terms or want to spot a pattern. The downside is that finding, say, the 50th term requires computing all 49 terms before it. That's where the explicit formula comes in.

Explicit formulas for specific terms
The explicit formula lets you jump straight to any term without calculating all the ones before it:
- = first term
- = common ratio
- = position of the term you want
Example: Find when and .
- Substitute into the formula:
- Simplify the exponent:
- Calculate:
This is especially useful for terms far into the sequence. Finding with a recursive formula would take 99 steps, but the explicit formula gets you there in one calculation.
Common mistake: Watch the exponent. The th term uses , not . The first term () has exponent 0, which gives . That's how you know the formula is set up correctly.
Connections to exponential functions and applications
The explicit formula looks a lot like an exponential function , and that's not a coincidence. A geometric sequence is really just an exponential function evaluated at whole-number inputs. The common ratio plays the same role as the base of the exponential.
This connection matters for real-world problems:
- Compound interest: An account earning 5% annually has a common ratio of . After years, the balance follows a geometric pattern.
- Depreciation: A car losing 15% of its value each year has , so its value forms a decreasing geometric sequence.
- Biology: A bacteria colony doubling every hour has .
If you need to solve for (e.g., "how many years until the investment doubles?"), you'll rearrange the explicit formula and use logarithms to isolate the exponent. That's the bridge between this topic and the logarithmic equations you've already studied.