Sigma Notation for Arithmetic Series
Sigma notation for arithmetic series is a Grade 11 algebra skill in Big Ideas Math for writing and evaluating sums compactly. The sigma symbol Σ with limits means 'sum from index = lower bound to upper bound.' For an arithmetic series, Σᵢ₌₁ⁿ (a₁ + (i−1)d) represents the sum of n terms starting at a₁ with common difference d. The formula Sₙ = n/2·(a₁ + aₙ) or Sₙ = n/2·(2a₁ + (n−1)d) evaluates the sum without listing every term. For example, Σᵢ₌₁⁵ (3 + 2(i−1)) = sum of 3, 5, 7, 9, 11 = 35. Sigma notation is essential for calculus and advanced mathematics.
Key Concepts
The sum of the first $n$ terms of an arithmetic sequence can be written using sigma notation as: $$\sum {i=1}^{n} a i = a 1 + a 2 + a 3 + \ldots + a n$$ where $a i$ represents the $i$th term of the arithmetic sequence. The variable $i$ is the index of summation, starting at 1 and ending at $n$.
Common Questions
What does sigma notation mean in mathematics?
Sigma (Σ) notation represents a sum. The index variable (like i) runs from the lower limit to the upper limit, and the expression after Σ is evaluated and summed for each value.
How do you write an arithmetic series in sigma notation?
Σᵢ₌₁ⁿ (a₁ + (i−1)d), where a₁ is the first term, d is the common difference, and n is the number of terms.
How do you evaluate Σᵢ₌₁⁵ (3 + 2(i−1))?
List terms: i=1:3, i=2:5, i=3:7, i=4:9, i=5:11. Sum = 3+5+7+9+11 = 35. Or use Sₙ = 5/2·(3+11) = 5/2·14 = 35.
What is the formula for the sum of an arithmetic series?
Sₙ = n/2·(a₁ + aₙ) or equivalently Sₙ = n/2·(2a₁ + (n−1)d), where n is the number of terms, a₁ is the first term, and aₙ is the last term.
How do you find the number of terms in a sigma expression?
Count: upper limit − lower limit + 1. For Σᵢ₌₃⁷, there are 7 − 3 + 1 = 5 terms.
Why is sigma notation useful compared to writing out every term?
It compactly represents sums of many terms (hundreds or thousands) that would be impractical to write out. It also clearly shows the pattern and allows formula-based evaluation.