Sigma Notation - At A Glance

Syntax and Brownies

Since we've never made an infinitely large brownie before, we need to figure it out. Hopefully we can find enough flour for this tantalizing undertaking. We're going to figure out how to make an infinite sum the same way.

We can write down all the terms of the series that sums the numbers from 1 to 10:

1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10.

This series is short, but writing down all the terms of a series is only reasonable when we don't have many terms.

If we want to add the numbers from 1 to 10,000, writing all the numbers down is ridiculous.

There are two reasonable ways we could write the sum.

We could use dots to mean "keep going" like this:

1 + 2 +...+ 9999 + 10000.

We'll call this the expanded form of the sum.

We could use sigma notation, also known as summation notation.

Sigma is a Greek letter. An uppercase sigma looks sort of like a large pointy "E":

A lowercase sigma looks sort of like a lowercase "o" with a tail:

We use uppercase Σ to write down both finite and infinite sums in a compact and tidy way. When Σ is being used this way we call it the summation sign.

Taking the sum

1 + 2 +...+ 9999 + 10,000

as an example. We're going to write this sum using sigma notation.

Since we want to add a bunch of things together, we start by writing the summation sign

Σ

This means add things. The summation sign is like our mixer and mixing bowl for our brownies.

What are we adding? We're adding a bunch of terms. The 1st term is a1 = 1, the 2nd term is a2 = 2, and the general nth term is an = n.

We write the general term inside the summation sign:

Σ n

This expression means 'add up the values n.' Here, each term is another ingredient to our brownie recipe.

We need a little more context. We can't make brownies if we don't know which and how many ingredients we need. Which values of n are we supposed to add up? We want to start at n = 1, so we write that at the bottom of the summation sign:

We want to stop when n = 10,000, so we write that at the top of the summation sign:

Now we have the expression

which means "the sum of n from 1 to 10000." This expression means the same thing as the sum we started with:

If this were a brownie recipe, we'd need 10,000 different ingredients.

We can see that we need three things to write a series using sigma notation:

1) the general term of the series, an,

2) the starting value of n, and

3) the ending value of n (if the series is finite).

We find the general term of the series, an, the same way we find the general term of a sequence.

The starting and ending values of n, written at the top and bottom of the summation sign, are called the limits of summation. These numbers tell us which terms we're adding up. The variable n is called the index of summation, since it indexes which term we're on.

If we're baking a finite brownie, we have a finite list of ingredients. Likewise, a finite series written in sigma notation will have finite limits:

Sample Problem

Write the sum

4 + 9 + 16 + ... + 1000

using summation notation.

Answer.

We're adding squares:

22 + 33 + ... + 102

The general term looks like n2. We want to add up the terms n2, so we write

.

We start with the term 22 and end with the term 102, so we're going from n = 2 to n = 10. We write these as the limits of summation:

We want to bake an infinite brownie, so we need an infinite list of ingredients. Our infinite series will have ∞ instead of a final value for n. This shows that we're adding infinitely many terms. In sigma notation, we write the starting value below the summation sign as usual, but write ∞ instead of an ending value.

With sequences, sometimes we like to start at n = 0 and sometimes we like to start at n = 1. Similarly, we can use sigma notation starting at different values of n to write the same series in different ways. Sometimes we start at n = 0, sometimes at n = 1, and sometimes at other numbers. With our infinite brownie, it doesn't matter where it begins because we will have an infinitely large tasty treat to indulge ourselves.

When we use different limits, we need to be careful to define our general term properly. We can change the beginning limit from n = 1 to n = 6, but if we don't change the general term, our series will not be the same. That'd be like using sand instead of flour in our brownie recipe. Not quite as tasty.

Example 1

Write the sum

using summation notation.


Example 2

Use summation notation to write the series

5(0.3)5 + 5(0.3)6 + 5(0.3)7 + ....


Exercise 1

Use sigma notation to write the sum

20 + 25 + 30 + 35 + ... + 100.


Exercise 2

Write the sum

4(0.1) + 4(0.01) + 4(0.001) +...

using summation notation.


Exercise 3

Use sigma notation to write the series

starting at (a) n = 3, (b) n = 2, (c) n = 1 and (c) n = 0.