Skip to main content
Engineering LibreTexts

1.4: Summation Notation and Generalizations

  • Page ID
    52858
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Summation Notation and Generalizations

    We have dealt with relatively straightforward notation so far. However, as situations involving sets become more complex, a more compact notation is needed. Here presented is an introduction to that notation.

    1.5 Summation Notation and Generalizations

    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, \(a_1,a_2,a_3\) and \(a_4\) are to be added, their sum may be written down in several ways, such as \(((a_1+a_2)+a_3)+a_4\) or \((a_1+a_2)+(a_3+a_4)\). 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 \(a_1+a_2+a_3+a_4\) is called a series and is often written \(\sum_{k=1}^4 a_k\) 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.

    finite series is an expression such as \(a_1+a_2+a_3+...+a_n= \sum_{k=1}^n a_k\). In the expression \(\sum_{k=1}^n a_k\):

     

    • The variable k is referred to as the index , or the index of summation.
    • The expression \(a_k\) 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 start with the initial index and increases by one up to and including the terminal index.

    Example 1.5.1: Some finite series

    (a) \(\sum_{i=1}^4 a_i=a_1+a_2+a_3+a_4\)

    (b) \(\sum_{k=0}^5 b_k=b_0+b_1+b_2+b_3+b_4+b_5\)

    (a) \(\sum_{i=-2}^2 c_i=c_{-2}+c_{-1}+c_0+c_1+c_2\)

     

    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,

    (a) \(\sum_{i=1}^4 i^2= 1^2+2^2+3^2+4^2=30\)

    (b) \(\sum_{i=1}^5 (2i-1)=(2 \cdot 1-1)+(2 \cdot 2 -1)+2 \cdot 3 -1)+(2 \cdot 4 -1)+(2 \cdot 5 -1)=1+3+5+7+9=25\)

    1.5.2 Generalizations

    Summation notation can be generalized to many mathematical operations, for example, \(A_1 \cap A_2 \cap A_3 \cap A_4=\cap_{i=1}^4 A_i\)

    Definition 1.5.3: Generalized Set Operations

    Let \(A_1,A_2,...,A_n\) be sets. Then:

    (a) \(A_1 \cap A_2 \cap ... \cap A_n=\cap_{i=1}^n A_i\)

    (b) \(A_1 \cup A_2 \cup ... \cup A_n=\cup_{i=1}^n A_i\)

    (c) \(A_1 \times A_2 \times ... \times A_n= \times_{i=1}^n A_i\)

    (d) \(A_1 \oplus A_2 \oplus ... \oplus A_n= \oplus_{i=1}^n A_i\)

     

    Example 1.5.4: Some generalized operations

     If \(A_1=\{0,2,3\}\), \(A_2=\{1,2,3,6\}\), and \(A_3=\{-1,0,3,9\}\), then

     \(\cap_{i=1}^3 A_i=A_1 \cap A_2 \cap A_3 =\{3\}\) and \(\cup_{i=1}^3 A_i=A_1 \cup A_2 \cup A_3=\{-1,01,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 \cap (B_1 \cup B_2 \cup ... \cup B_n) = (A \cap B_1) \cup (A \cap B_2) \cup ... \cup (A \cap B_n)\)

    becomes

    \(A \cap (\cup_{i=1}^n B_i)=\cup_{i=1}^n (A \cap B_i)\)

     


    1.4: Summation Notation and Generalizations is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?