Sigma notation
In a nutshell
Sigma, Σ, is a Greek capital letter, used to denote the sum of a given function between given limits. You write the lower limit below the Σ and can give an upper limit above. If no upper limit is given, the sum consists of an infinite number of terms.
Limits
When using sigma notation to calculate the sum of a function, there will be an upper limit on the top and lower limit on the bottom of the notation.
r=k∑n(r+2)
This calculation finds the sum of the terms of r+2 obtained from first substituting k followed by each successive integer up to the final term gained by substituting n. So this sum will be:
=[k+2]+[(k+1)+2]+[(k+2)+2]+...+[(n−1)+2]+[n+2][k+2]+[k+3]+[k+4]+...+[n+1]+[n+2]
Common notation
There are two common sums for which you can use sigma notation. These can be used to quickly find the sum of a given calculation.
r=1∑n1=nandr=1∑nr=2n(n+1)
The first is the sum 1s, n times and the second is the sum of the first n integers.
Example 1
Calculate: r=1∑5r.
Identify the appropriate formula:
r=1∑nr=2n(n+1)
Identify the variables:
n=5
Substitute and calculate the sum:
r=1∑5r=25(5+1)=15
That is to say that 1+2+3+4+5=15.
Finding sums of compound functions
A function involving a variable and constant can be solved by separating the terms. In the case below, a and b are constants.
r=1∑n(ar+b)=ar=1∑n(r)+br=1∑n(1)
Example 2
Calculate r=1∑15(5r+3).
Rewrite the calculation:
r=1∑15(5r+3)=5r=1∑15r+3r=1∑151
Solve each sum:
5r=1∑15r=5(215(15+1))=5(120)=600
3r=1∑151=3(15)=45
Complete the calculation:
r=1∑15(5r+3)=600+45=645
Note: These functions in the form ar+b represent an arithmetic sequence where a is the common difference and the limits will provide the first and last term. Therefore, the calculations for an arithmetic series can also be used to solve the sum of these functions.
Sum of a geometric sequence
A geometric sequence will have the form ak=ark−1 where r is the common ratio and a is the first term. The sum of a finite geometric sequence is given by:
k=1∑nark−1=r−1a(rn−1)
Example 3
Calculate k=3∑10(3×2k−1).
This calculation has a lower limit of 3. This can be adjusted as the sum of the third to tenth term will be equal to the sum of the first to tenth term, subtract the sum of the first to second term. Rewrite the calculation such that the initial k in the sum is 1. This will allow you to use the sigma formulae seen so far.1
k=3∑10(3×2k−1)=k=1∑10(3×2k−1)−k=1∑2(3×2k−1)
Calculate the sums:
k=1∑10(3×2k−1)=2−13(210−1)=3(210−1)=3069
k=1∑2(3×2k−1)=(3×20)+(3×21)=9
Complete the calculation:
k=3∑10(3×2k−1)=3069−9=3060