Summation, or Sigma, Notation

You should use one of the computer algebra systems below with this module. Click on the appropriate icon for your preferred CAS and then arrange your screen so that you can easily move back-and-forth between this window and your CAS window. Click on the appropriate help button for help.

Maple worksheet Mathematica notebook TI-92 Browser Window

Help Help Help

There are many situations in which we need to sum or add a large number of numbers. Because this happens so often, mathematicians have adopted some notation -- called summation notation or sometimes sigma notation (because the Greek letter sigma is used) for use in this situation. Computer algebra systems like Maple, Mathematica, and the TI-92 have similar notation.

We illustrate this notation with an example. Suppose that we want to find the sum

1 + 4 + 9 + ... + 10,000

Notice that we are adding 100 terms. We will use the notation aj for the j-th term in this sum. Notice that the terms can be described by the formula

aj = j2

Using summation notation this sum is written

Missing formula

Notice that this notation has several elements labeled in the figure below.

The upper case Greek letter sigma which is the Greek equivalent of the English letter ess is used to denote summation.

Look at your CAS window to see how summation is denoted for your CAS system.


Check Your Understanding

  1. Write the sum

    1 + 2 + 3 + ... + 10
    

    using sigma notation and then compute it using your computer algebra system. answer

  2. Write the sum

    1 + 2 + 3 + ... + 100
    

    using sigma notation and then compute it using your computer algebra system. answer

  3. Write the sum

    1 + 3 + 5 + ... + 99
    

    using sigma notation and then compute it using your computer algebra system. answer

  4. Write the sum

    1 + 2 + 4 + 16 + ... + 512
    

    using sigma notation and then compute it using your computer algebra system. answer

  5. Write the sum

    1 + (1/2) + (1/4) + ... + (1/1024)
    

    using sigma notation and then compute it using your computer algebra system. answer


Copyright c 1997 by Frank Wattenberg, Department of Mathematics, Montana State University, Bozeman, MT 59717