Sequences & Series
Series & Summation Notation
Finding the sum of a finite arithmetic or geometric series using summation notation.
Prerequisites
- Geometric Sequences
Adding a Sequence Without Adding One Term at a Time
Before reading on, think about finding 1 + 2 + 3 + ... + 100 without actually adding 100 numbers one at a time. A famous trick, often credited to a young Carl Friedrich Gauss, involves pairing numbers from opposite ends of the list — try pairing the first and last, the second and second-to-last, and see what pattern emerges.
Definition — Series and Summation Notation
Pairing 1 with 100, 2 with 99, 3 with 98, and so on, each pair sums to exactly 101 — and there are 50 such pairs (half of 100 terms). The total is 50 × 101 = 5,050. Generalizing this pairing trick to any arithmetic series of n terms, first term a₁, last term aₙ: there are n/2 pairs, each summing to (a₁ + aₙ), giving the arithmetic series sum formula.
Worked Example — Finding an Arithmetic Series Sum
A geometric series sum uses a different trick: call the sum S, multiply the entire sum by r to get rS, and subtract. Every term except the very first and very last cancels between S and rS, since each shifts by one power of r — leaving a simple equation that solves directly for S.
Worked Example — Finding a Geometric Series Sum
Worked Example — Evaluating Summation Notation
Tip
Common Mistakes
Using the arithmetic series sum formula on a geometric series, or vice versa, without checking which type of sequence is actually involved.
Confirm whether consecutive terms share a constant difference (arithmetic) or a constant ratio (geometric) before choosing which sum formula applies — they are not interchangeable.
Miscounting the number of terms in a series, especially off by one when the summation's bounds are inclusive on both ends.
Summation notation from k = 1 to k = 5 includes both endpoints, giving exactly 5 terms — carefully count inclusive bounds rather than assuming the upper bound alone gives the term count.
Key Takeaways
- The arithmetic series sum formula comes from pairing terms from opposite ends, each pair summing to the same total.
- The geometric series sum formula comes from subtracting a shifted copy of the sum from itself, canceling every middle term.
- Summation notation compactly represents a series, and can always be expanded term by term when that's simpler.
Summary
Series sum formulas, derived rather than memorized, close out sequences and series. The final unit extends trigonometric ratios beyond the right triangle, to any angle at all.
Sign in to track your progress and mark this lesson complete.
Track your progress