Geometric Sequences
Geometric sequences are built on a simple idea: you get each term by multiplying the previous one by the same constant factor. That constant factor, called the common ratio, controls everything about how the sequence behaves. These sequences show up whenever you're modeling exponential growth or decay, from compound interest to radioactive half-lives.

Common Ratio in Geometric Sequences
The common ratio () is the constant factor you multiply by to move from one term to the next. You can find it by dividing any term by the one before it:
This works for any consecutive pair of terms in the sequence. If the ratio isn't the same between every pair, you're not dealing with a geometric sequence.
The value of tells you exactly how the sequence will behave:
- : The terms grow exponentially. For example, gives you 2, 6, 18, 54, ...
- : The terms shrink toward zero (exponential decay). For example, gives you 8, 4, 2, 1, 0.5, ...
- : Every term is the same. The sequence is constant.
- : The terms alternate between two values, like 5, -5, 5, -5, ...
- or : The terms alternate in sign and grow or decay in magnitude. For instance, gives 1, -2, 4, -8, 16, ... (alternating and growing), while gives 8, -4, 2, -1, ... (alternating and decaying).

Generating Geometric Sequence Terms
Start with the first term and multiply by repeatedly:
- Second term:
- Third term:
- Fourth term:
Notice the pattern: the exponent on is always one less than the term number. This gives us the general formula for the th term:
That exponent being (not ) is a common source of errors on tests. The first term has , so stays unchanged, which makes sense.

Recursive Formulas for Geometric Sequences
A recursive formula defines each term using the previous term:
To use this, you need two pieces of information: the first term and the common ratio . Then you build the sequence one term at a time.
Example: Given and , find .
Recursive formulas are great when you're extending a sequence term by term, but they're slow if you need, say, the 50th term. That's where explicit formulas come in.
Explicit Formulas for Sequence Terms
The explicit formula lets you jump directly to any term without computing all the ones before it:
You need three things: the first term , the common ratio , and the position of the term you want.
Example: Find the 10th term of a geometric sequence with and .
Try doing that recursively and you'll see why the explicit formula is so useful for large .
Sequence Behavior and Series
Convergence vs. Divergence describes what happens to the terms as gets very large:
- When , the terms shrink toward zero. The sequence converges.
- When , the terms either grow without bound or keep oscillating with constant/increasing magnitude. The sequence diverges.
Partial sums add up a finite number of terms. The formula for the sum of the first terms is:
Infinite geometric series add up all the terms in the sequence. This only produces a finite answer when the sequence converges (). In that case:
If , the infinite series diverges and has no finite sum.
Geometric vs. Arithmetic: Don't confuse these two. Arithmetic sequences add a constant difference between terms; geometric sequences multiply by a constant ratio. The formulas look different, and they model very different types of growth.