Sigma Notation & Series Properties
Sigma Notation and Series Properties
When working with long sequences of numbers, writing out every term of a series can be tedious. Sigma notation provides a compact way to represent the sum of a sequence.
What is Sigma Notation?
The Greek capital letter Sigma (Σ) is used in mathematics to denote a sum. A typical series written in sigma notation looks like this: ∑k=1nak
- k is the index of summation (often represented by i, j, or k).
- k=1 is the lower limit, telling you the starting value of the index.
- n is the upper limit, telling you the final value of the index.
- ak is the general formula for the terms being added.
Example: Write 3+6+9+⋯+60 using sigma notation. Notice that each term is a multiple of 3: 3(1)+3(2)+3(3)+⋯+3(20). We can write this compactly as: ∑k=1203k
Properties of Series (Linearity)
Sigma notation follows specific algebraic rules that make it easier to manipulate and evaluate sums.
-
Constant Multiple Rule: You can factor a constant out of a summation. ∑k=1nc⋅ak=c∑k=1nak
-
Addition and Subtraction Rules: The sum of a sum (or difference) is the sum (or difference) of the sums. ∑k=1n(ak±bk)=∑k=1nak±∑k=1nbk
Common Summation Formulas
Instead of adding terms one by one, you can use these standard formulas for common series starting at k=1:
- Sum of a constant: ∑k=1nc=cn
- Sum of the first n integers: ∑k=1nk=2n(n+1)
- Sum of the first n squares: ∑k=1nk2=6n(n+1)(2n+1)
Example Problem
Evaluate ∑k=150k
This notation asks for the sum of the first 50 positive integers: 1+2+3+⋯+50. Instead of adding them manually, use the formula for the sum of the first n integers, where n=50: ∑k=150k=250(50+1) =250×51 =25×51=1275
The sum of the series is 1275.