Introduction to Integration: Background You’ll Need 2
Use sigma notation to add up integers and their powers
Sigma Notation
To simplify writing lengthy sums, we use sigma notation (summation notation). The Greek letter Σ represents the sum of values. For example, if we want to add all the integers from 1 to 20, instead of writing out
Typically, sigma notation is presented in the form
n∑i=1ai
where ai are the terms being added and i is the index.
sigma notation
Sigma notation uses the Greek letter sigma (∑) to represent the sum of a series of terms.
n∑i=1ai
Each term ai is evaluated for all integer values of i from the lower limit to the upper limit, and then all these values are added together.
How to: Evaluate Sigma Notation
Identify the Index and Limits: Locate the index variable i, the starting value (often 1), and the upper limit n.
Determine the Term Expression: Identify the term ai that you will be summing.
Evaluate Each Term: Substitute each integer value from the starting value to the upper limit into the term expression.
Sum the Evaluated Terms: Add up all the evaluated terms to get the final sum.
For example, an expression like 7∑i=2si is interpreted as s2+s3+s4+s5+s6+s7.
Note that the index is used only to keep track of the terms to be added; it does not factor into the calculation of the sum itself. The index is therefore called a dummy variable. We can use any letter we like for the index.
Typically, mathematicians use i, j, k, m, and n for indices.
Let’s try a couple of examples of using sigma notation.
Write in sigma notation and evaluate the sum of terms 3i for i=1,2,3,4,5.
Write the sum in sigma notation:
1+14+19+116+125.
Write
5∑i=13i=3+32+33+34+35=363
The denominator of each term is a perfect square. Using sigma notation, this sum can be written as 5∑i=11i2.
Watch the following video to see the worked solution to Example: Using Sigma Notation.
For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.
Here are a few more formulas that simplify the summation process for frequently encountered functions. These rules, which apply to sums and powers of integers, will be used in the upcoming examples.
Sums and Powers of Integers
The sum of n integers is given by
nΣi=1i=1+2+⋯+n=n(n+1)2.
The sum of consecutive integers squared is given by
nΣi=1i2=12+22+⋯+n2=n(n+1)(2n+1)6.
The sum of consecutive integers cubed is given by
nΣi=1i3=13+23+⋯+n3=n2(n+1)24.
Write using sigma notation and evaluate:
The sum of the terms (i−3)2 for i=1,2,⋯,200.
The sum of the terms (i3−i2) for i=1,2,3,4,5,6.
Multiplying out (i−3)2, we can break the expression into three terms.
Watch the following video to see the worked solution this example.
For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.