Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Chapter 9: Sequences, Sums & Products

This chapter introduces notation for working with ordered lists of numbers and with repeated addition or multiplication. These ideas appear throughout mathematics whenever we want to describe a pattern compactly instead of writing out every term.

Sequences

A sequence is an ordered list of numbers. For example, the numbers

form a sequence. This is different from a set because, in a sequence, the order of the terms matters. For this reason, when we use variables to represent terms in a sequence, we attach an index to each term:

The numbers in the subscripts are called indices (the plural of index).

Definition: Sequence

A sequence is an ordered list of numbers. We often denote the entire sequence by

where is the term with index .

Summation Notation

Given a sequence and numbers and satisfying , the summation from to of the sequence is written

The variable is called the index of summation. The number is called the lower limit of summation, while the number is called the upper limit of summation.

Example: Expanding a Sum

Suppose we have the sequence for . We can write the sum

as

The index variable is considered a "dummy variable" in the sense that it may be changed to any letter without affecting the value of the summation. For instance,

One place you may encounter summation notation is in mathematical definitions. For example, summation notation allows us to define polynomials as functions of the form:

Here:

  • is a non-negative integer (the degree of the polynomial).
  • are real constants.
  • if .

Example: Evaluating and Writing Sums

Find the following sum:

Expanding the notation gives

The sum

can be written using summation notation as

Example: More Summation Practice

Find the following sum:

The sum

can be written as

Finally, evaluate the following sum:

Expanding the terms gives

Product Notation

If we want to multiply elements of a sequence instead of adding them, we use product notation.

Given a sequence and numbers and satisfying , the product from to of the sequence is written

Again, the variable is the index. The number is the lower limit while the number is the upper limit.

Example: Expanding a Product

The product

means

Chapter Exercises