Skip to main content
Logo image

Applied Discrete Structures

Section 1.5 Summation Notation and Generalizations

Subsection 1.5.1 Sums

Most operations such as addition of numbers are introduced as binary operations. That is, we are taught that two numbers may be added together to give us a single number. Before long, we run into situations where more than two numbers are to be added. For example, if four numbers, a1, a2, a3, and a4 are to be added, their sum may be written down in several ways, such as ((a1+a2)+a3)+a4 or (a1+a2)+(a3+a4). In the first expression, the first two numbers are added, the result is added to the third number, and that result is added to the fourth number. In the second expression the first two numbers and the last two numbers are added and the results of these additions are added. Of course, we know that the final results will be the same. This is due to the fact that addition of numbers is an associative operation. For such operations, there is no need to describe how more than two objects will be operated on. A sum of numbers such as a1+a2+a3+a4 is called a series and is often written βˆ‘k=14ak in what is called summation notation.
We first recall some basic facts about series that you probably have seen before. A more formal treatment of sequences and series is covered in Chapter 8. The purpose here is to give the reader a working knowledge of summation notation and to carry this notation through to intersection and union of sets and other mathematical operations.
A finite series is an expression such as a1+a2+a3+β‹―+an=βˆ‘k=1nak
In the expression βˆ‘k=1nak:
  • The variable k is referred to as the index, or the index of summation.
  • The expression ak is the general term of the series. It defines the numbers that are being added together in the series.
  • The value of k below the summation symbol is the initial index and the value above the summation symbol is the terminal index.
  • It is understood that the series is a sum of the general terms where the index starts with the initial index and increases by one up to and including the terminal index.

Example 1.5.1. Some finite series.

  1. βˆ‘i=14ai=a1+a2+a3+a4
  2. βˆ‘k=05bk=b0+b1+b2+b3+b4+b5
  3. βˆ‘i=βˆ’22ci=cβˆ’2+cβˆ’1+c0+c1+c2

Example 1.5.2. More finite series.

If the general terms in a series are more specific, the sum can often be simplified. For example,
  1. βˆ‘i=14i2=12+22+32+42=30
  2. βˆ‘i=15(2iβˆ’1)=(2β‹…1βˆ’1)+(2β‹…2βˆ’1)+(2β‹…3βˆ’1)+(2β‹…4βˆ’1)+(2β‹…5βˆ’1)=1+3+5+7+9=25.

Subsection 1.5.2 Generalizations

Summation notation can be generalized to many mathematical operations, for example, A1∩A2∩A3∩A4=∩4i=1Ai

Definition 1.5.3. Generalized Set Operations.

Let A1,A2,…,An be sets. Then:
  1. A1∩A2βˆ©β‹―βˆ©An=∩ni=1Ai
  2. A1βˆͺA2βˆͺβ‹―βˆͺAn=βˆͺni=1Ai
  3. A1Γ—A2Γ—β‹―Γ—An=Γ—ni=1Ai
  4. A1βŠ•A2βŠ•β‹―βŠ•An=βŠ•ni=1Ai

Example 1.5.4. Some generalized operations.

If A1={0,2,3}, A2={1,2,3,6}, and A3={βˆ’1,0,3,9}, then
∩3i=1Ai=A1∩A2∩A3={3}
and
βˆͺ3i=1Ai=A1βˆͺA2βˆͺA3={βˆ’1,0,1,2,3,6,9}.
With this notation it is quite easy to write lengthy expressions in a fairly compact form. For example, the statement
A∩(B1βˆͺB2βˆͺβ‹―βˆͺBn)=(A∩B1)βˆͺ(A∩B2)βˆͺβ‹―βˆͺ(A∩Bn)
becomes
A∩(βˆͺni=1Bi)=βˆͺni=1(A∩Bi).

Exercises 1.5.3 Exercises

1.

Calculate the following series:
  1. βˆ‘i=13(2+3i)
  2. βˆ‘i=βˆ’21i2
  3. βˆ‘j=0n2j  for n=1,2,3,4
  4. βˆ‘k=1n(2kβˆ’1) for n=1,2,3,4
Answer.
  1. 24
  2. 6
  3. 3,7,15,31
  4. 1,4,9,16

2.

Calculate the following series:
  1. βˆ‘k=13kn for n=1,2,3,4
  2. βˆ‘i=1520
  3. βˆ‘j=03(nj+1) for n=1,2,3,4
  4. βˆ‘k=βˆ’nnk for n=1,2,3,4

3.

  1. Express the formula βˆ‘i=1n1i(i+1)=nn+1 without using summation notation.
  2. Verify this formula for n=3.
  3. Repeat parts (a) and (b) for βˆ‘i=1ni3=n2(n+1)24
Answer.
  1. 11(1+1)+12(2+1)+13(3+1)+β‹―+1n(n+1)=nn+1
  2. 11(2)+12(3)+13(4)=12+16+112=34=33+1
  3. 1+23+33+β‹―+n3=(14)n2(n+1)2 1+8+27=36=(14)(3)2(3+1)2

4.

Verify the following properties for n=3.
  1. βˆ‘i=1n(ai+bi)=βˆ‘i=1nai+βˆ‘i=1nbi
  2. c(βˆ‘i=1nai)=βˆ‘i=1ncai

5.

Rewrite the following without summation sign for n=3. It is not necessary that you understand or expand the notation (nk) at this point. (x+y)n=βˆ‘k=0n(nk)xnβˆ’kyk.
Answer.
(x+y)3=(03)x3+(13)x2y+(23)xy2+(33)y3

6.

  1. Draw the Venn diagram for ∩3i=1Ai.
  2. Express in β€œexpanded format”: Aβˆͺ(∩ni=1Bi)=∩ni=1(AβˆͺBi).

7.

For any positive integer k, let Ak={x∈Q:kβˆ’1<x≀k} and Bk={x∈Q:βˆ’k<x<k}. What are the following sets?
  1. βˆͺ5i=1Ai
  2. βˆͺ5i=1Bi
  3. ∩5i=1Ai
  4. ∩5i=1Bi
Answer.
  1. {x∈Q∣0<x≀5}
  2. {x∈Qβˆ£βˆ’5<x<5}=B5
  3. βˆ…
  4. {x∈Qβˆ£βˆ’1<x<1}=B1

8.

For any positive integer k, let Ak={x∈Q:0<x<1/k} and Bk={x∈Q:0<x<k}. What are the following sets?
  1. βˆͺ∞i=1Ai
  2. βˆͺ∞i=1Bi
  3. ∩∞i=1Ai
  4. ∩∞i=1Bi

9.

The symbol Π is used for the product of numbers in the same way that Σ is used for sums. For example, ∏i=15xi=x1x2x3x4x5. Evaluate the following:
  1. ∏i=13i2
  2. ∏i=13(2i+1)
Answer.
  1. 36
  2. 105
You have attempted 1 of 1 activities on this page.