Arithmetic and geometric sequences describe how numbers grow or shrink in predictable, repeating patterns. Arithmetic sequences grow by adding the same amount each time; geometric sequences grow by multiplying by the same amount each time.
These two types form the foundation for understanding series, financial models (like loan payments and compound interest), and many science applications. Once you're comfortable identifying and writing formulas for these sequences, the rest of this unit builds directly on top of them.
Arithmetic vs Geometric Sequences

Arithmetic Sequences
An arithmetic sequence has a constant difference between consecutive terms. That difference is called the common difference, written as . You get each new term by adding to the previous one.
- th term formula: , where is the first term and is the common difference
- Sum of the first terms ():
The second sum formula is often faster when you already know the last term . It's just the average of the first and last terms, multiplied by the number of terms.
Example: In the sequence , the common difference is . The 10th term is . The sum of the first 10 terms is .
Geometric Sequences
A geometric sequence has a constant ratio between consecutive terms. That ratio is called the common ratio, written as . You get each new term by multiplying the previous one by .
- th term formula: , where is the first term and is the common ratio
- Sum of the first terms ():
- for
- for (since every term is the same)
Notice that the sum formula is undefined when because you'd be dividing by zero, which is why the case needs its own formula.
Example: In the sequence , the common ratio is . The 6th term is . The sum of the first 6 terms is .
Properties of Sequences
Identifying Sequence Types
To classify a sequence, test both operations:
-
Check for arithmetic: Subtract consecutive terms (, , etc.). If all the differences are equal, it's arithmetic.
-
Check for geometric: Divide consecutive terms (, , etc.). If all the ratios are equal, it's geometric.
-
If neither the differences nor the ratios are constant, the sequence is neither arithmetic nor geometric.
Watch out: A sequence like is technically both arithmetic () and geometric (). Also, a geometric sequence can never contain a zero term, because you can't divide by zero to find a ratio, and no fixed ratio times zero produces a nonzero next term.
Sequence Notation and Terminology
Sequences use subscript notation: , where represents the term at position .
- is the first term, is the second, and so on
- The variable represents the position (or index) of a term
For example, in the sequence , we'd say , , and .
Finding Common Difference or Ratio
Calculating Common Difference
The most direct method: subtract any term from the next one.
If you're given non-consecutive terms, rearrange the th term formula:
Example: If and , then .
Calculating Common Ratio
Divide any term by the previous one:
If you're given non-consecutive terms, rearrange the th term formula:
Example: If and , then .
Be careful with even roots here. If and , then . Both (giving ) and (giving ) are valid unless the problem gives you more information to rule one out.
Explicit and Recursive Formulas
These are two different ways to describe the same sequence. The difference is practical: explicit formulas let you jump straight to any term, while recursive formulas define each term based on the one before it.
Explicit Formulas
An explicit formula gives you the th term directly from , with no need to know previous terms.
- Arithmetic:
- For the sequence : , which simplifies to
- Geometric:
- For the sequence :
Explicit formulas are more useful when you need, say, the 50th term. You'd rather plug in once than apply a recursive rule 49 times.
Recursive Formulas
A recursive formula defines each term using the previous term. You always need to state the first term alongside the rule.
- Arithmetic:
- For the sequence :
- Geometric:
- For the sequence :
A common mistake is writing a recursive formula without specifying . Without that starting value, the formula doesn't define a unique sequence.