Skip to main content

Section 4.1 Summation Notation

In this section we look at summation notation, which is used to represent general sums, even infinite sums. Before we add terms together, we need some notation for the terms themselves.
A sequence is an ordered list, a1,a2,a3,,ak,.
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 4.1.1. 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 4.1.2. 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 4.1.1. An Alternating Sequence.

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

(a)

Write the first 5 terms of the sequence.

Activity 4.1.2. A Fractional Sequence.

Consider the sequence ak=1k1 for k3.

(a)

Write the first 5 terms of the sequence.

Activity 4.1.3. Another Alternating Sequence.

Consider the sequence 0,1,2,3,4,5,. Find a general formula for the kth term, ak.
Now that we have general forms for sequences, we look at many examples where we add terms in a sequence.

Summation Notation.

a1+a2++an=k=1nak
We read k=1nak as “the sum of ak from k=1 to n.

Example 4.1.3. 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, as we can see in Example 4.1.3, k=mmak=am.

Activity 4.1.4. Using Summation Notation.

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

Activity 4.1.5. A Shifted Sum.

Consider the sum k=1n1k.

(b)

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

(c)

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

Activity 4.1.6. Adding Another Term.

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

(b)

Now 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, product notation allows us to multiply several terms of a sequence.
a1a2a3an=k=1nak.

Example 4.1.4. Product Notation.

Find k=14k.
Answer 1.
1234=24
Find k=13k2.
Answer 2.
122232=36

Activity 4.1.7. Products.

Write out the following products.
A particularly useful product is n factorial,
n!=(n)(n1)(2)(1).
We also need to define 0!=1.

Properties of Sums and Products.

The following are useful properties when working with summation and product notation.
  1. k=mnak+k=mnbk=k=mn(ak+bk)
  2. ck=mnak=k=mn(cak)
  3. (k=mnak)(k=mnbk)=k=mn(akbk)

Activity 4.1.8. Summing Two Sums.

Prove k=1nak+k=1nbk=1n(ak+bk).
Hint.
Try writing out the sum rather than using summation notation.
When we get to mathematical induction in Section 4.2, it will be important that we can work with summations where 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 4.1.5. 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.

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.

Observe that
113=13113+135=25113+135+157=37113+135+157+179=49
Find a general formula for i=1n1(2i1)(2i+1).

10.

Evaluate the sum i=1ni(i+1)! for all n=1,2,3,4,5. Find a formula for the sum for a general n.