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

1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20

we can use sigma notation:

i=120i.

Typically, sigma notation is presented in the form

i=1nai

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.

i=1nai

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

  1. Identify the Index and Limits: Locate the index variable i, the starting value (often 1), and the upper limit n.
  2. Determine the Term Expression: Identify the term ai that you will be summing.
  3. Evaluate Each Term: Substitute each integer value from the starting value to the upper limit into the term expression.
  4. Sum the Evaluated Terms: Add up all the evaluated terms to get the final sum.

For example, an expression like i=27si 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.

  1. Write in sigma notation and evaluate the sum of terms 3i for i=1,2,3,4,5.
  2. Write the sum in sigma notation:
    1+14+19+116+125.

The following rules summarize key properties of sigma notation.

Properties of Sigma Notation

Let a1,a2,,an and b1,b2,,bn represent two sequences of terms and let c be a constant.

 

The following properties hold for all positive integers n and for integers m, with 1mn.

  1. Σni=1c=nc
  2. Σni=1cai=cΣni=1ai
  3. Σni=1(ai+bi)=Σni=1ai+Σni=1bi
  4. Σni=1(aibi)=Σni=1aiΣni=1bi
  5. Σni=1ai=Σmi=1ai+Σni=m+1ai

Proof


Let’s prove properties 2 and 3, and leave the proof of the other properties for the examples.

Proof of Property 2: 

i=1ncai=ca1+ca2+ca3++can=c(a1+a2+a3++an)=ci=1nai

 

Proof of Property 3: 

i=1n(ai+bi)=(a1+b1)+(a2+b2)+(a3+b3)++(an+bn)=(a1+a2+a3++an)+(b1+b2+b3++bn)=i=1nai+i=1nbi

◼

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

  1. The sum of n integers is given by
    Σni=1i=1+2++n=n(n+1)2.
  2. The sum of consecutive integers squared is given by
    Σni=1i2=12+22++n2=n(n+1)(2n+1)6.
  3. The sum of consecutive integers cubed is given by
    Σni=1i3=13+23++n3=n2(n+1)24.

Write using sigma notation and evaluate:

  1. The sum of the terms (i3)2 for i=1,2,,200.
  2. The sum of the terms (i3i2) for i=1,2,3,4,5,6.

Find the sum of the values of 4+3i for i=1,2,,100.

Evaluate the sum indicated by the notation k=120(2k+1).