Sigma notation provides a concise method for writing long sums of sequential algebraic terms. Summation notation is used heavily when defining Riemann sums and definite integrals in integral calculus.
Quick Reference
| Sum Formula | Closed Form | Description |
|---|---|---|
| Constant sum | ||
| Sum of first n positive integers | ||
| Sum of first n squares | ||
| Sum of first n cubes |
Definition of Sigma Notation
If are real numbers, then their sum can be written compactly using the capital Greek letter (sigma):
Here i is called the index of summation, 1 is the lower limit, and n is the upper limit.
Properties of Summation
For any real numbers and constant c:
Formulas for Special Sums
\begin{aligned}
\sum_{i=1}^n i &= 1 + 2 + 3 + \dots + n = \frac{n(n+1)}{2} \\[6pt]
\sum_{i=1}^n i^2 &= 1^2 + 2^2 + 3^2 + \dots + n^2 = \frac{n(n+1)(2n+1)}{6} \\[6pt]
\sum_{i=1}^n i^3 &= 1^3 + 2^3 + 3^3 + \dots + n^3 = \left[\frac{n(n+1)}{2}\right]^2
\end{aligned}