Series Notation and Formulas
A series is what you get when you add up the terms of a sequence. While a sequence is just a list of numbers, a series is their sum. Series notation gives you a compact way to write these sums, and specific formulas let you calculate them without adding every single term by hand.
Summation Notation
Summation notation uses the Greek letter sigma () to represent the sum of a series of terms. Here's how to read it:
- The lower limit (written below ) tells you where to start counting
- The upper limit (written above ) tells you where to stop
- The expression after is the formula that generates each term
For example, means "plug in into and add the results," giving you .
An arithmetic series in sigma notation looks like: , where is the first term, is the common difference, and is the number of terms.
A geometric series in sigma notation looks like: , where is the first term, is the common ratio, and is the number of terms.
Arithmetic Series Sum Calculation
The sum of a finite arithmetic series is:
- = sum of the first terms
- = first term
- = common difference between consecutive terms
- = number of terms
An equivalent form you'll sometimes see is , which just says the sum equals the number of terms times the average of the first and last terms. Both formulas give the same answer.
Example: Find the sum of the first 10 terms of an arithmetic series with and .
- Identify your values: , ,
- Plug into the formula:
- Simplify inside the parentheses:
- Calculate:

Geometric Series Sum Computation
Finite geometric series:
- = sum of the first terms
- = first term
- = common ratio
- = number of terms
Infinite geometric series:
This formula only works when , meaning the common ratio is between and (exclusive). That's the condition for convergence: the terms get smaller and smaller, so the sum approaches a finite value. If , the series diverges, meaning the sum grows without bound and you can't assign it a finite value.
Example: Find the sum of the infinite geometric series with and .
- Check convergence: ✓
- Apply the formula:
So the series adds up to exactly 2.
Sequences vs. Series
Keep these terms straight:
- A sequence is an ordered list of numbers (e.g., )
- A series is the sum of the terms of a sequence (e.g., )
- A series converges if its sum approaches a specific finite number; it diverges if it doesn't
- A recursive formula defines each term using previous terms (e.g., ), as opposed to an explicit formula that calculates any term directly from its position

Applications of Series
Real-World Scenarios
Arithmetic and geometric series show up whenever quantities grow or accumulate in predictable patterns.
Arithmetic series model situations with a constant difference between consecutive terms:
- Making regular deposits into a savings account (e.g., depositing $50 more each month than the previous month)
- Seating in an auditorium where each row has a fixed number of additional seats compared to the row in front
Geometric series model situations with a constant ratio between consecutive terms:
- Population growth or decay (bacteria doubling every hour, radioactive material losing half its mass each year)
- Compound interest on investments or loans
Financial Applications
Compound interest calculates interest on both the initial principal and all previously accumulated interest:
- = future value
- = present value (initial principal)
- = periodic interest rate (as a decimal)
- = number of compounding periods
Example: Find the future value of $1,000 invested at 5% annual interest, compounded quarterly for 10 years.
- Convert the annual rate to a quarterly rate:
- Find the total number of compounding periods:
- Plug in:
Annuity (a series of equal payments at regular intervals):
The present value of an annuity tells you how much a stream of future payments is worth right now:
- = present value of the annuity
- = payment amount per period
- = periodic interest rate (as a decimal)
- = total number of payments
Notice how the annuity formula is built on the same geometric series logic: each payment is discounted by a different power of , and the formula sums all those discounted values at once.