Algebra 2 Core seriessigmasums

Series & Sigma Notation

Reading Σ, and the formulas for arithmetic and geometric sums.

Video by Khan Academy — “Sigma notation for sums | Sequences, series and induction | Precalculus | Khan Academy” Watch on YouTube

The explanation

Key idea Σ means add up the terms as the index runs through its range.

A sequence lists terms; a series adds them.

Sigma notation compresses that instruction. The symbol Σ carries a starting index below, an ending index above, and a rule to the right.

Σ (from n=1 to 4) of 2n means 2+4+6+8 = 20.

Sum formulas save you from adding term by term:

Arithmetic: Sₙ = n(a₁ + aₙ)/2 — the count times the average of the first and last.
Geometric: Sₙ = a₁(1 − rⁿ)/(1 − r), for r ≠ 1.

Read the limits carefully. Starting at n = 0 rather than n = 1 changes the number of terms, which changes the answer.

Worked example

Evaluate Σ (from k=1 to 5) of (3k − 1), and the sum of the first 8 terms of 3, 6, 12, …

  1. Terms: 2, 5, 8, 11, 14 — arithmetic with a₁ = 2, a₅ = 14.
  2. S₅ = 5(2 + 14)/2 = 40.
  3. Second: geometric a₁ = 3, r = 2, n = 8.
  4. S₈ = 3(1 − 2⁸)/(1 − 2) = 3(−255)/(−1).

Answer: 40 and 765

Common mistakes

  • Miscounting the number of terms when the index starts at 0.
  • Using the arithmetic sum formula on a geometric series.