Sigma notation (advanced)
Sigma Notation
Sigma Notation is a topic in Sequences & Series in the Texas Essential Knowledge and Skills (Precalculus, §111.42). It is aligned to Standard P.5(A), P.5(D), which requires students to evaluate finite sums and represent series using sigma notation.
Sigma notation \(\displaystyle\sum_{k=1}^{n}a_k\) writes a sum compactly, with the index running from a lower to an upper limit.
Theory
The index \(k\) starts at the lower limit and runs to the upper limit, and \(a_k\) is the rule for each term.
Sums are linear: you can factor out constants and split sums apart.
Properties and two standard sums:
How to evaluate a sum
- Read the index, its limits, and the term rule.
- Expand for a few terms, or apply a formula for many.
- Use properties to factor constants and split sums.
- Add or apply \(\dfrac{n(n+1)}{2}\), \(cn\), etc.
Substitute \(k=1,2,3,4\) and add.
| \(=\) | 3+5+7+9 | |
| \(=\) | 24 |
Adding a constant \(n\) times gives \(cn\).
| \(=\) | 7\cdot 10=70 |
Use \(\displaystyle\sum_{k=1}^{n}k=\dfrac{n(n+1)}{2}\).
| \(=\) | \dfrac{100\cdot 101}{2} | |
| \(=\) | 5050 |
Factor out the constant, then sum.
| \(=\) | 3\sum_{k=1}^{5}k | |
| \(=\) | 3\cdot 15=45 |
Common pitfalls
Frequently asked questions
What is sigma notation?
A compact way to write a sum, \(\sum_{k=1}^{n}a_k\), where the index \(k\) runs from the lower to the upper limit.
How do you expand a sigma sum?
Substitute each index value from the lower to the upper limit and add the results.
Can you factor a constant out of a sum?
Yes: \(\sum c\,a_k=c\sum a_k\). Sums are linear.
What is the sum of the first n whole numbers?
\(\sum_{k=1}^{n}k=\dfrac{n(n+1)}{2}\).