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.

Definition 5.1.1.

A sequence is an ordered list.
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.

Example 5.1.2. Sequences.

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.

Example 5.1.3. Explicitly Defined Sequences.

We can define a sequence by giving the general term.
Let ak=2k,k0. Give the first five terms of the sequence.
Answer 1.
Let ak=2k,k0. Give the k+1 term of the sequence.
Answer 2.
ak+1=2k+1
Let ak=1k+1,k1. Give the first five terms of the sequence.
Answer 3.
1/2, 1/3, 1/4, 1/5, 1/6
Let ak=1k+1,k1. Give the k+1 term of the sequence.
Answer 4.
ak+1=1k+2

Activity 5.1.1.

Consider the sequence ak=(1)k for k0.

(a)

Write the first 5 terms of the sequence.

Activity 5.1.2.

Consider the sequence ak=1k1 for k3.

(a)

Write the first 5 terms of the sequence.

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.

Example 5.1.4. Summation Notation.

Find k=14k.
Answer 1.
1+2+3+4=10
Find k=15k2.
Answer 2.
12+22+32+42+52=55
Find k=1nk2.
Answer 3.
12+22+32++n2
Find k=22k2.
Answer 4.
22=4
Note, we can write the sum of only the mth term, k=mmak=am.

Activity 5.1.4.

Consider the sum k=15(2k1). Write out the summation and find the sum.

Activity 5.1.5.

Consider the sum k=1n1k.

(b)

Write out the summation for k=1n+11k. How do (a) and (b) differ?

(c)

Write out the summation for k=0n1k+1. Is this the same as either of the previous sums?

Activity 5.1.6.

Consider the sum k=1n1k(k+1).

(b)

Write out the summation for k=1n+11k(k+1). How do (a) and (b) differ?
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:
a1a2a3an=k=1nak.

Example 5.1.5. Product Notation.

Find k=14k.
Answer 1.
1234=24
Find k=13k2.
Answer 2.
122232=36
Recall, we defined n factorial in Definition 4.3.7: n!=(n)(n1)(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. ck=mnak=k=mn(cak)
  3. (k=mnak)(k=mnbk)=k=mn(akbk)

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!(nr)!.

Example 5.1.7. Finding n choose r.

Calculate (53).
Answer 1.
5!3!2!=10
Calculate (51).
Answer 2.
5!1!4!=5
Calculate (54).
Answer 3.
5!4!1!=5
Calculate (50).
Answer 4.
5!0!5!=1

Activity 5.1.9.

Find (63) and (60).
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.

Example 5.1.8. Writing a Sum in Two Different Ways.

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(k1)2=12+22+32.

Reading Questions Check Your Understanding

1.

Write the terms of k+1k+3,0k4.

2.

Write the terms of (1)k2k,1k6.

3.

Write the terms of (1)kk2,1k4.

4.

Write out the summation notation as a sum of terms: k=142k1

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

2.

Compute the given product or sum.
  1. k=24k2
  2. k=22(11k)
  3. k=11(k2+3)

3.

Write out the sum in expanded form.
  1. j=1nj(j+1)
  2. i=1k+1i(i!)

4.

Rewrite by separating off the final term: i=1k+1i(i!)

5.

Write using product notation:
(221)(321)(421).

6.

Write using summation notation:
13+23+33++n3.

7.

Transform the sum by making the change of variable j=i1:
i=1n+1(i1)2in.

8.

Simplify.
  1. ((n+1)!)2(n!)2
  2. n!(nk+1)!

9.

Compute.
  1. (30)
  2. (nn1)
  3. (n+1n1)
You have attempted 1 of 10 activities on this page.