Skip to main content

Section 5.1 Sequences

In this section we look at the mathematical concept of sequences. Although many sequences themselves are straightfoward, such as 2,4,6,8,…, we need to introduce notation and terminology for working with general sequences.
We use the notation a1,a2,a3,…,ak,… for a general sequence.
Each ak is called a term in the sequence. The subscript k is called the index. The index will be an integer, and almost always a nonnegative integer. The first term a1 (or sometimes a0) is called the initial term. The term ak is called the kth term. It is also often called the general term of the sequence.
Consider the sequence 2,4,6,8,10,…. The initial term is a1=2. The kth term is ak=2k.
We need to be careful with subscripts. For example, a4+1=a5=10, but a4+1=8+1=9. If we add 1 to the index, we get the next term, which is not the same as adding 1 to the term.
We can define a sequence by giving the general term.
Let ak=2k,kβ‰₯0. Give the first five terms of the sequence.
Answer 1.
1, 2, 4, 8, 16
Let ak=2k,kβ‰₯0. Give the k+1 term of the sequence.
Answer 2.
ak+1=2k+1
Let ak=1k+1,kβ‰₯1. Give the first five terms of the sequence.
Answer 3.
1/2, 1/3, 1/4, 1/5, 1/6
Let ak=1k+1,kβ‰₯1. Give the k+1 term of the sequence.
Answer 4.
ak+1=1k+2

Activity 5.1.3.

Consider the sequence 0,1,βˆ’2,3,βˆ’4,5,…. Find a general formula for the kth term, ak.
We are going to look at many examples where we want to add terms in a sequence. The following notation will be helpful when working with sums.

Summation Notation.

We can write a sum using sigma or summation notation:
a1+a2+β‹―+an=βˆ‘k=1nak.
We read βˆ‘k=1nak as β€œthe sum of ak from k=1 to n.”
Note, we can write the sum of only the mth term, βˆ‘k=mmak=am.

Activity 5.1.4.

Consider the sum βˆ‘k=15(2kβˆ’1). Write out the summation and find the sum.
Just as we can add several terms of a sequence, the following notation alllows us to multiply several terms of a sequence using product notation:
a1β‹…a2β‹…a3β‹―an=∏k=1nak.
Find ∏k=14k.
Answer 1.
1β‹…2β‹…3β‹…4=24
Find ∏k=13k2.
Answer 2.
12β‹…22β‹…32=36
Recall, we defined n factorial in Definition 4.3.7: n!=(n)(nβˆ’1)β‹―(2)(1). We also need to define 0!=1.
The following properties are helpful when working with sums and products.

Properties of Sums and Products.

  1. βˆ‘k=mnak+βˆ‘k=mnbk=βˆ‘k=mn(ak+bk)
  2. cβˆ‘k=mnak=βˆ‘k=mn(cak)
  3. (∏k=mnak)(∏k=mnbk)=∏k=mn(akβ‹…bk)

Activity 5.1.8.

Prove βˆ‘k=1nak+βˆ‘k=1nbk=βˆ‘k=1n(ak+bk).
Hint.
Try writing out the sum rather than using summation notation.

Definition 5.1.6.

The number of subsets of size r that can be chosen from a set of n elements is n choose r. Notation (nr), read β€œn choose r.”
We can calculate the number of sets of r objects chosen from n objects with the following formula:
(nr)=n!r!(nβˆ’r)!.
When we get to mathematical induction in the next section, it will be important that we can work with summations when we want to add β€œthe n+1 term” to a summation. In particular, the following observation is useful:
(βˆ‘k=1nak)+an+1=βˆ‘k=1n+1ak.
We should also note that there are often multiple ways to write the same sum.
Consider the sum 12+22+32. Depending on how we index the sum, we can write it in different ways.
If we index from k=1 to 3, we have βˆ‘k=13k2=12+22+32.
If we index from k=2 to 4, we have βˆ‘k=24(kβˆ’1)2=12+22+32.

Reading Questions Check Your Understanding

4.

Write out the summation notation as a sum of terms: βˆ‘k=142kβˆ’1

5.

Write out the summation notation as a sum of terms: βˆ‘k=1nk3

6.

Write out the summation notation as a sum of terms: βˆ‘k=1n+1k3

7.

Write out the summation notation as a sum of terms: βˆ‘k=14(βˆ’1)kk

8.

Write out the summation notation as a sum of terms: βˆ‘k=1n(βˆ’1)kk

9.

Write out the summation notation as a sum of terms: βˆ‘k=1n+1(βˆ’1)kk

Exercises Exercises

1.

Find an explicit formula for the following sequences with the given initial terms.
  1. 13,49,927,1681,25243,36729
  2. 3,6,12,24,48,96

7.

Transform the sum by making the change of variable j=iβˆ’1:
βˆ‘i=1n+1(iβˆ’1)2iβ‹…n.