Sigma notation is a compact way to write sums that would otherwise require many terms or an ellipsis. It is essential for Riemann sums in integral calculus, where you add up many small rectangles to approximate an area. Understanding this notation fluently makes the transition to integration much easier.
| Symbol | Meaning |
|---|---|
| Sum of for | |
| Lower limit of summation | |
| Upper limit of summation | |
| Index of summation (dummy variable) |
The Sigma Notation
A compact form of expressing a lengthy sum is the use of summation notation, also called sigma notation because it uses the Greek letter (uppercase sigma, corresponding to "S" for sum).
In general, if and are integers with , and is some formula in , then
The numbers and are called the lower and upper limits of summation, and the letter is called the index of summation.
Example. Expand and compute :
\begin{aligned} \sum_{k=2}^{5}\frac{k}{k^{2}+1}&=\frac{2}{2^{2}+1}+\frac{3}{3^{2}+1}+\frac{4}{4^{2}+1}+\frac{5}{5^{2}+1}\\ &=\frac{2}{5}+\frac{3}{10}+\frac{4}{17}+\frac{5}{26}\\ &=\frac{1246}{1105}. \end{aligned}- Any convenient letter not reserved for another purpose may be used as the index. The following all denote the same sum : The index of summation is a dummy variable: its name does not matter.