Series and summation notation give you a compact way to represent and calculate the sum of many terms at once. Instead of writing out dozens (or infinitely many) terms, you can express the entire sum in a single expression. This section covers the two main types of series, how sigma notation works, the key formulas for finding sums, and where these ideas show up in real-world problems.
Arithmetic vs Geometric Series

Defining Arithmetic and Geometric Series
A series is the sum of the terms of a sequence. The two types you'll work with most are arithmetic and geometric.
- An arithmetic series is the sum of terms where each consecutive term differs by a constant amount called the common difference (). The terms grow or shrink by the same amount each time.
- A geometric series is the sum of terms where each term is found by multiplying the previous term by a fixed, non-zero value called the common ratio (). The terms grow or shrink by the same factor each time.
The distinction matters because each type has its own sum formula. Mixing them up is a common mistake on tests.
Representing Arithmetic and Geometric Series
Both types can be described with recursive or explicit formulas. Recursive formulas define each term using the previous term. Explicit formulas let you jump straight to any term based on its position.
Arithmetic series:
- Recursive:
- Explicit:
Geometric series:
- Recursive:
- Explicit:
In both cases, is the first term and is the term's position. The explicit formula is usually more useful for series problems because you can find any term without computing all the ones before it.
Summation Notation for Series
Introducing Summation Notation
Summation notation uses the Greek letter sigma () to express a sum compactly. The general form is:
This tells you to evaluate for every integer value of from to , then add all those results together.

Components of Summation Notation
- Index of summation (): the variable that changes with each term. It counts from the lower limit up to the upper limit.
- Lower limit (): the starting value of .
- Upper limit (): the ending value of .
- General term (): the expression you evaluate for each value of .
To evaluate a summation, plug in each integer value of from to into the general term, then add everything up. For example, means .
Calculating Series Sums
Sum of an Arithmetic Series
The sum of the first terms of an arithmetic series is:
There's an equivalent form that's sometimes easier to use when you already know the last term ():
This second version is just the average of the first and last terms, multiplied by the number of terms. It's worth remembering both.
Sum of a Geometric Series
Finite geometric series (any value of ):
Infinite geometric series (only when ):
The infinite formula only works when the absolute value of the common ratio is less than 1. That condition guarantees the terms shrink toward zero, so the sum converges to a finite number. If , the infinite series diverges and has no finite sum.

Solving for Series Sums
When you're given a series sum problem, work through these steps:
- Identify the type of series. Check whether consecutive terms share a common difference (arithmetic) or a common ratio (geometric).
- Find the key values. Determine , , and either or .
- Choose the right formula. Use the arithmetic sum formula if there's a common difference, or the geometric sum formula if there's a common ratio. For an infinite geometric series, confirm before using .
- Substitute and solve. Plug your values into the formula and simplify.
A quick check: for arithmetic series, the sum should be close to times the average term. For geometric series with , the infinite sum should be larger than but not wildly so.
Real-World Applications of Series
Modeling with Arithmetic Series
Arithmetic series model situations where a quantity increases or decreases by a fixed amount each period:
- Simple interest: You earn the same dollar amount of interest every period. If you earn $50 per year on a $1,000 deposit, the total interest after 10 years is the sum (10 terms) = $500.
- Salary increases: An employee gets a fixed annual raise. A starting salary of $40,000 with a $2,000 raise each year forms an arithmetic series.
- Straight-line depreciation: An asset loses the same dollar value each year. A $20,000 car that loses $3,000 per year follows an arithmetic pattern.
Modeling with Geometric Series
Geometric series model situations where a quantity grows or shrinks by a fixed percentage each period:
- Compound interest: Each period's interest is a percentage of the current balance, so the balance grows by a constant ratio. A $1,000 investment at 5% annual interest has a ratio of .
- Population growth: A bacteria colony that doubles every hour has . After hours, the total number of bacteria produced is a geometric series.
- Radioactive decay: A substance loses a fixed fraction of its mass each half-life (), so the remaining amounts form a geometric series that converges.
Solving Real-World Problems
- Read the problem and identify whether the growth/decline is by a constant amount (arithmetic) or a constant percentage (geometric).
- Extract , or , and from the context.
- Apply the appropriate sum formula.
- Interpret your answer in context. Units matter: if you're summing dollars, your answer is in dollars. If you're summing population counts, say so.