Sigma Notation
Summation notation allows an expression that contains a sum to be expressed in a simple, compact manner. The uppercase Greek letter sigma, Σ, is used to denote the sum of a set of numbers.
- Example
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{i=3}^7 i^2=3^2+4^2+5^2+6^2+7^2}
Let be a function and are integers with . Then
- .
We say is the lower limit and is the upper limit of the sum.
We can replace the letter with any other variable. For this reason is referred to as a dummy variable. So
Conventionally we use the letters , , , for dummy variables.
- Example
Here, the dummy variable is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i} , the lower limit of summation is 1, and the upper limit is 5.
- Example
Sometimes, you will see summation signs with no dummy variable specified, e.g.,
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_1^4 i^3=100}
In such cases the correct dummy variable should be clear from the context.
You may also see cases where the limits are unspecified. Here too, they must be deduced from the context.
Common summations
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{i=1}^n i=1+2+3+\cdots+n=\frac{n(n+1)}{2}}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{i=1}^n i^2=1^2+2^2+3^2+\cdots+n^2=\frac{n(n+1)(2n+1)}{6}}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{i=1}^\infty a_i = \lim_{t \to \infty} \left[\sum_{i=1}^t a_i\right]}
Resources
- Summation notation, Wikibooks: Calculus