Sigma Notation — Quick Reference
Σ Notation basics
- Mathematicians use the sigma notation to denote a sum. The uppercase Greek letter Σ indicates a sum.
- Notation consists of: summand, index, lower bound, and upper bound.
- General form: ∑i=mnf(i) reads as “the summation of f(i) from i = m to n,” where m≤n are integers and f(i) is a term (summand).
Components of sigma notation
- Index: i
- Lower bound: m
- Upper bound: n
- Summand: f(i)
- Expansion form: ∑i=mnf(i)=f(m)+f(m+1)+⋯+f(n)
Examples of expanding sums
- Example 1: ∑i=24(2i−3)=(2⋅2−3)+(2⋅3−3)+(2⋅4−3)=1+3+5=9
- Example 2: ∑i=052i=1+2+4+8+16+32=63
Write each expression in sigma notation
- 1 + 1/2 + 1/3 + 1/4 + \cdots + 1/100 = ∑i=1100i1
- -1 + 2 - 3 + 4 - 5 + 6 - 7 + \cdots - 25 = ∑i=125(−1)ii
- a2 + a4 + a6 + a8 + \cdots + a20 = ∑<em>i=110a</em>2i
- 1 + 1/2 + 1/4 + 1/8 + 1/16 + 1/32 + 1/64 + 1/128 = ∑j=07(21)j
Seatwork / properties of sigma notation
- Basic property: Sum of a linear combination
∑<em>i=mn[cf(i)+dg(i)]=c∑</em>i=mnf(i)+d∑i=mng(i) - Constant multiple rule: brought out of the summation.
- Sum of a sequence: ∑<em>i=1na</em>i=a<em>1+a</em>2+⋯+an
- Common results:
- ∑i=1ni=2n(n+1)
- ∑i=1ni2=6n(n+1)(2n+1)
Key evaluated sums
- Example: ∑i=130(4i−5)=1710
- Example: ∑k=199k(k+1)1=10099
More practice: quick reference conversions
- Write the expression in sigma notation: 1 + 1/2 + 1/3 + \cdots + 1/100 → ∑i=1100i1
- Write the alternating sum: -1 + 2 - 3 + 4 - 5 + \cdots - 25 → ∑i=125(−1)ii
- Even terms sum: a2 + a4 + a6 + a8 + a10 → ∑<em>i=15a</em>2i
- Sum of a finite sequence: ∑<em>i=1na</em>i=a<em>1+a</em>2+⋯+an
- Linearity and constants allow combining and scaling sums.
- Common closed forms:
- ∑i=1ni=2n(n+1)
- ∑i=1ni2=6n(n+1)(2n+1)