Skip to main content
Mathematics LibreTexts

9.2: Summation Notation

  • Page ID
    4032
  • \( \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}}\)

    In the previous section, we introduced sequences and now we shall present notation and theorems concerning the sum of terms of a sequence. We begin with a definition, which, while intimidating, is meant to make our lives easier.

    Summation Notation

    Given a sequence \(\left\{ a_{n} \right\}_{n=k}^{\infty}\) and numbers \(m\) and \(p\) satisfying \(k \leq m \leq p\), the summation from \(m\) to \(p\) of the sequence \(\left\{a_{n}\right\}\) is written

    \[ \sum_{n=m}^{p} a_{n} = a_{m} + a_{m + 1} + \ldots + a_{p} \label{sigmanotation} \]

    The variable \(n\) is called the index of summation. The number \(m\) is called the \index{summation notation ! lower limit of summation} \textbf{lower limit of summation} while the number \(p\) is called the upper limit of summation.

    In English, Definition \ref{sigmanotation} is simply defining a short-hand notation for adding up the terms of the sequence \(\left\{ a_{n} \right\}_{n=k}^{\infty}\) from \(a_{m}\) through \(a_{p}\). The symbol \(\Sigma\) is the capital Greek letter sigma and is shorthand for `sum'. The lower and upper limits of the summation tells us which term to start with and which term to end with, respectively. For example, using the sequence \(a_{n} = 2n-1\) for \(n \geq 1\), we can write the sum \(a_{\mbox{\tiny\)3\)}} +a_{\mbox{\tiny\)4\)}} + a_{\mbox{\tiny\)5\)}} + a_{\mbox{\tiny\)6\)}}\) as

    \[ \begin{array}{rcl} \displaystyle{\sum_{n=3}^{6}(2n-1) } & = & (2(3)-1) + (2(4)-1) + (2(5)-1) + (2(6)-1) \\ & = & 5 + 7 + 9 + 11 \\ & = & 32 \\ \end{array} \]

    The index variable is considered a `dummy variable' in the sense that it may be changed to any letter without affecting the value of the summation. For instance,

    \[ \displaystyle{\sum_{n=3}^{6}(2n-1)} = \displaystyle{\sum_{k=3}^{6}(2k-1)} = \displaystyle{\sum_{j=3}^{6}(2j-1)}\]

    One place you may encounter summation notation is in mathematical definitions. For example, summation notation allows us to define polynomials as functions of the form

    \[ f(x) = \displaystyle{\sum_{k=0}^{n} a_{k} x^{k}} \]

    for real numbers \(a_{k}\), \(k = 0, 1, \ldots n\). The reader is invited to compare this with what is given in Definition \ref{polynomialfunction}. Summation notation is particularly useful when talking about matrix operations. For example, we can write the product of the \(i\)th row \(R_{i}\) of a matrix \(A = [a_{ij}]_{m \times n}\) and the \(j^{\mbox{\scriptsize th}}\) column \(C_{j}\) of a matrix \(B = [b_{ij}]_{n \times r}\) as

    \[ Ri \cdot Cj = \displaystyle{\sum_{k=1}^{n} a_{ik}b_{kj}} \]

    Again, the reader is encouraged to write out the sum and compare it to Definition \ref{rowcolumnproduct}. Our next example gives us practice with this new notation.

    Example \(\PageIndex{1}\):

    1. Find the following sums.
    • \(\displaystyle{\sum_{k=1}^{4} \dfrac{13}{100^k} }\)
    • \(\displaystyle{\sum_{n=0}^{4} \dfrac{n!}{2}}\)
    • \(\displaystyle{\sum_{n=1}^{5} \dfrac{(-1)^{n+1}}{n} (x-1)^n}\)
    1. \item Write the following sums using summation notation.
    • \(1 + 3 + 5 + \ldots + 117\)
    • \(1 - \dfrac{1}{2} + \dfrac{1}{3} - \dfrac{1}{4} + - \ldots + \dfrac{1}{117}\)
    • \(0.9 + 0.09 + 0.009 + \ldots 0. \! \! \! \! \underbrace{0 \cdots 0}_{\text{\)n-1\) zeros}} \! \! \! \! 9\)

    Solution

    1. We substitute \(k=1\) into the formula \(\frac{13}{100^k}\) and add successive terms until we reach \(k=4.\) \[ \begin{array}{rcl} \displaystyle{\sum_{k=1}^{4} \dfrac{13}{100^k} } & = & \dfrac{13}{100^1} + \dfrac{13}{100^2} + \dfrac{13}{100^3} + \dfrac{13}{100^4} \\ & = & 0.13 + 0.0013 + 0.000013 + 0.00000013 \\ & = & 0.13131313 \\ \end{array}\]
    2. Proceeding as in (a), we replace every occurrence of \(n\) with the values \(0\) through \(4\). We recall the factorials, \(n!\) as defined in number Example \ref{seqex1}, number \ref{factorialintroex} and get: \[ \begin{array}{rcl} \displaystyle{\displaystyle{\sum_{n=0}^{4} \dfrac{n!}{2}}} & = & \dfrac{0!}{2} + \dfrac{1!}{2} + \dfrac{2!}{2} + \dfrac{3!}{2} = \dfrac{4!}{2} \\ & = & \dfrac{1}{2} + \dfrac{1}{2} + \dfrac{2 \cdot 1}{2} + \dfrac{3 \cdot 2 \cdot 1}{2} + \dfrac{4 \cdot 3 \cdot 2 \cdot 1 }{2} \\ & = & \dfrac{1}{2} + \dfrac{1}{2} + 1 + 3 + 12 \\ & = & 17 \\ \end{array}\]
    3. We proceed as before, replacing the index \(n\), but \emph{not} the variable \(x\), with the values \(1\) through \(5\) and adding the resulting terms. \[ \begin{array}{rcl} \displaystyle{\sum_{n=1}^{5} \dfrac{(-1)^{n+1}}{n} (x-1)^n} & = & \dfrac{(-1)^{1+1}}{1} (x-1)^1 + \dfrac{(-1)^{2+1}}{2} (x-1)^2 + \dfrac{(-1)^{3+1}}{3} (x-1)^3 \\ && + \dfrac{(-1)^{1+4}}{4} (x-1)^4 + \dfrac{(-1)^{1+5}}{5} (x-1)^5 \\ [10pt] & = & (x-1) - \dfrac{(x-1)^2}{2} + \dfrac{(x-1)^3}{3} - \dfrac{(x-1)^4}{4} + \dfrac{(x-1)^5}{5} \\ \end{array} \]
    4. The key to writing these sums with summation notation is to find the pattern of the terms. To that end, we make good use of the techniques presented in Section \ref{Sequences}.

    \begin{enumerate}

    \item The terms of the sum \(1\), \(3\), \(5\), etc., form an arithmetic sequence with first term \(a = 1\) and common difference \(d = 2\). We get a formula for the \(n\)th term of the sequence using Equation \ref{arithgeoformula} to get \(a_{n} = 1 + (n-1)2 = 2n-1\), \(n \geq 1\). At this stage, we have the formula for the terms, namely \(2n-1\), and the lower limit of the summation, \(n=1\). To finish the problem, we need to determine the upper limit of the summation. In other words, we need to determine which value of \(n\) produces the term \(117\). Setting \(a_{n} = 117\), we get \(2n-1=117\) or \(n = 59\). Our final answer is

    \[ \begin{array}{rcl} 1 + 3 + 5 + \ldots + 117 & = & \displaystyle{\sum_{n=1}^{59} (2n-1)} \end{array} \]

    \item We rewrite all of the terms as fractions, the subtraction as addition, and associate the negatives `\)-\)' with the numerators to get

    \[ \dfrac{1}{1} + \dfrac{-1}{2} + \dfrac{1}{3} + \dfrac{-1}{4} + \ldots + \dfrac{1}{117} \]

    The numerators, \(1\), \(-1\), etc. can be described by the geometric sequence\footnote{This is indeed a geometric sequence with first term \(a = 1\) and common ratio \(r=-1\).} \(c_{n} = (-1)^{n-1}\) for \(n \geq 1\), while the denominators are given by the arithmetic sequence\footnote{It is an arithmetic sequence with first term \(a=1\) and common difference \(d=1\).} \(d_{n} = n\) for \(n \geq 1\). Hence, we get the formula \(a_{n} = \frac{(-1)^{n-1}}{n}\) for our terms, and we find the lower and upper limits of summation to be \(n=1\) and \(n = 117\), respectively. Thus

    \[ \begin{array}{rcl} 1 - \dfrac{1}{2} + \dfrac{1}{3} - \dfrac{1}{4} + - \ldots + \dfrac{1}{117} & = & \displaystyle{\sum_{n=1}^{117} \dfrac{(-1)^{n-1}}{n}} \end{array} \]

    \item Thanks to Example \ref{seqex2}, we know that one formula for the \(n^{\mbox{\scriptsize th}}\) term is \(a_{n} = \frac{9}{10^{n}}\) for \(n \geq 1\). This gives us a formula for the summation as well as a lower limit of summation. To determine the upper limit of summation, we note that to produce the \(n-1\) zeros to the right of the decimal point before the \(9\), we need a denominator of \(10^{n}\). Hence, \(n\) is the upper limit of summation. Since \(n\) is used in the limits of the summation, we need to choose a different letter for the index of summation.\footnote{To see why, try writing the summation using `\)n\)' as the index.} We choose \(k\) and get

    \[ \begin{array}{rcl} 0.9 + 0.09 + 0.009 + \ldots 0.\! \! \! \! \underbrace{0 \cdots 0}_{\text{\)n-1\) zeros}} \! \! \! \! 9 & = & \displaystyle{\sum_{k=1}^{n} \dfrac{9}{10^{k}}} \end{array} \]

    The following theorem presents some general properties of summation notation. While we shall not have much need of these properties in Algebra, they do play a great role in Calculus. Moreover, there is much to be learned by thinking about why the properties hold. We invite the reader to prove these results. To get started, remember, ``When in doubt, write it out!''

    Properties of Summation Notation

    Suppose \(\left\{a_{n}\right\}\) and \(\left\{b_{n}\right\}\) are sequences so that the following sums are defined. \index{summation notation ! properties of}

    • \(\displaystyle{ \sum_{n=m}^{p} \left(a_{n} \pm b_{n} \right) = \sum_{n=m}^{p} a_{n} \pm \sum_{n=m}^{p} b_{n} }\)
    • \(\displaystyle{\sum_{n=m}^{p} c \, a_{n} = c \sum_{n=m}^{p} a_{n}}\), for any real number \(c\).
    • \(\displaystyle{\sum_{n=m}^{p} a_{n} = \sum_{n=m}^{j} a_{n} + \sum_{n=j+1}^{p} a_{n}}\), for any natural number \(m \leq j < j+1 \leq p\).
    • \(\displaystyle{\sum_{n=m}^{p} a_{n} = \sum_{n=m+r}^{p+r} a_{n-r}}\), for any whole number \(r\).

    We now turn our attention to the sums involving arithmetic and geometric sequences. Given an arithmetic sequence \(a_{k} = a + (k-1) d\) for \(k \geq 1\), we let \(S\) denote the sum of the first \(n\) terms. To derive a formula for \(S\), we write it out in two different ways

    \[ \begin{array}{ccccccccccc} S & = & a & + & (a + d) & + & \ldots & + & (a + (n-2)d) & + & (a + (n-1)d) \\ S & = & (a + (n-1)d) & + & (a + (n-2)d) & + & \ldots & + & (a + d) & + & a \\ \end{array}\]

    If we add these two equations and combine the terms which are aligned vertically, we get

    \[2S = (2a + (n-1)d) + (2a + (n-1)d) + \ldots + (2a + (n-1)d) + (2a + (n-1)d)\]

    The right hand side of this equation contains \(n\) terms, all of which are equal to \((2a + (n-1)d)\) so we get \(2S = n(2a + (n-1)d)\). Dividing both sides of this equation by \(2\), we obtain the formula

    \[S = \dfrac{n}{2} (2a + (n-1)d)\]

    If we rewrite the quantity \(2a + (n-1)d\) as \(a + (a + (n-1)d) = a_{\mbox{\tiny\)1\)}} + a_{n}\), we get the formula

    \[ S = n \left(\dfrac{a_{\mbox{\tiny\)1\)}} + a_{n}}{2}\right)\]

    A helpful way to remember this last formula is to recognize that we have expressed the sum as the product of the number of terms \(n\) and the \textit{average} of the first and \(n^{\mbox{\scriptsize th}}\) terms.

    To derive the formula for the geometric sum, we start with a geometric sequence \(a_{k} = ar^{k-1}\), \(k \geq 1\), and let \(S\) once again denote the sum of the first \(n\) terms. Comparing \(S\) and \(rS\), we get

    \[ \begin{array}{ccccccccccccccc} S & = & a & + & ar & + & ar^2 & + & \ldots & + & ar^{n-2} & + & ar^{n-1} & & \\ r S & = & & & ar & + & ar^2 & + & \ldots & + & ar^{n-2} & + & ar^{n-1} & + & ar^{n} \\ \end{array}\]

    Subtracting the second equation from the first forces all of the terms except \(a\) and \(ar^{n}\) to cancel out and we get \(S - rS = a - ar^{n}\). Factoring, we get \(S(1-r) = a \left(1-r^{n}\right)\). Assuming \(r \neq 1\), we can divide both sides by the quantity \((1-r)\) to obtain

    \[S = a \left( \dfrac{1-r^n}{1-r}\right)\]

    If we distribute \(a\) through the numerator, we get \(a - ar^{n} = a_{\mbox{\tiny\)1\)}} - a_{n\mbox{\tiny\) + 1\)}}\) which yields the formula

    \[S = \dfrac{a_{\mbox{\tiny\)1\)}}-a_{n\mbox{\tiny\) + 1\)}}}{1-r}\]

    In the case when \(r=1\), we get the formula

    \[ S = \underbrace{a + a + \ldots +a }_{\text{\)n\) times}} = n \, a\]

    Our results are summarized below.

    Sums of Arithmetic and Geometric Sequences

    \item The sum \(S\) of the first \(n\) terms of an arithmetic sequence \(a_{k}= a + (k-1)d\) for \(k \geq 1\) is

    \[ S = \displaystyle{\sum_{k=1}^{n} a_{k}} = n \left(\dfrac{a_{\mbox{\tiny\)1\)}} + a_{n}}{2}\right) = \dfrac{n}{2} (2a + (n-1)d) \label{arithgeosum}\]

    \item The sum \(S\) of the first \(n\) terms of a geometric sequence \(a_{k}= ar^{k-1}\) for \(k \geq 1\) is

    1. \item \(S = \displaystyle{\sum_{k=1}^{n} a_{k}} = \dfrac{a_{\mbox{\tiny\)1\)}} - a_{n\mbox{\tiny\) + 1\)}}}{1-r} =a \left( \dfrac{1-r^n}{1-r}\right)\), if \(r \neq 1\). \index{sequence ! arithmetic ! sum of first \(n\) terms}
    2. \item \(S = \displaystyle{\sum_{k=1}^{n} a_{k} = \sum_{k=1}^{n} a =n a}\), if \(r =1\). \index{sequence ! geometric ! sum of first \(n\) terms}

    While we have made an honest effort to derive the formulas in Equation \ref{arithgeosum}, formal proofs require the machinery in Section \ref{Induction}. An application of the arithmetic sum formula which proves useful in Calculus results in formula for the sum of the first \(n\) natural numbers. The natural numbers themselves are a sequence\footnote{This is the identity function on the natural numbers!} \(1\), \(2\), \(3\), \ldots which is arithmetic with \(a = d = 1\). Applying Equation \ref{arithgeosum},

    \[ \begin{array}{rcl} 1 + 2 + 3 + \ldots + n & = & \dfrac{n(n+1)}{2} \end{array} \]

    So, for example, the sum of the first \(100\) natural numbers\footnote{There is an interesting anecdote which says that the famous mathematician \href{en.Wikipedia.org/wiki/Carl_Fr...underline{Carl Friedrich Gauss}} was given this problem in primary school and devised a very clever solution.} is \(\frac{100(101)}{2} = 5050\).

    An important application of the geometric sum formula is the investment plan called an \index{annuity ! ordinary ! definition of} \textbf{annuity}. Annuities differ from the kind of investments we studied in Section \ref{ExpLogApplications} in that payments are deposited into the account on an on-going basis, and this complicates the mathematics a little.\footnote{The reader may wish to re-read the discussion on compound interest in Section \ref{ExpLogApplications} before proceeding.} Suppose you have an account with annual interest rate \(r\) which is compounded \(n\) times per year. We let \(i = \frac{r}{n}\) denote the interest rate per period. Suppose we wish to make ongoing deposits of \(P\) dollars at the \textit{end} of each compounding period. Let \(A_{k}\) denote the amount in the account after \(k\) compounding periods. Then \(A_{\mbox{\tiny\)1\)}} = P\), because we have made our first deposit at the \textit{end} of the first compounding period and no interest has been earned. During the second compounding period, we earn interest on \(A_{\mbox{\tiny\)1\)}}\) so that our initial investment has grown to \(A_{\mbox{\tiny\)1\)}}(1+i) = P(1+i)\) in accordance with Equation \ref{simpleinterest}. When we add our second payment at the end of the second period, we get

    \[A_{\mbox{\tiny\)2\)}} = A_{\mbox{\tiny\)1\)}}(1+i) + P = P(1+i) + P = P(1+i)\left(1 + \dfrac{1}{1+i}\right)\]

    The reason for factoring out the \(P(1+i)\) will become apparent in short order. During the third compounding period, we earn interest on \(A_{\mbox{\tiny\)2\)}}\) which then grows to \(A_{\mbox{\tiny\)2\)}}(1+i)\). We add our third payment at the end of the third compounding period to obtain

    \[A_{\mbox{\tiny\)3\)}} = A_{\mbox{\tiny\)2\)}}(1+i) + P = P(1+i)\left(1 + \dfrac{1}{1+i}\right)(1+i) + P = P(1+i)^2\left(1 + \dfrac{1}{1+i} + \dfrac{1}{(1+i)^2}\right)\]

    During the fourth compounding period, \(A_{\mbox{\tiny\)3\)}}\) grows to \(A_{\mbox{\tiny\)3\)}}(1+i)\), and when we add the fourth payment, we factor out \(P(1+i)^3\) to get

    \[A_{\mbox{\tiny\)4\)}} = P(1+i)^3 \left(1 + \dfrac{1}{1+i} + \dfrac{1}{(1+i)^2} + \dfrac{1}{(1+i)^3}\right)\]

    This pattern continues so that at the end of the \(k\)th compounding, we get

    \[A_{k} = P(1+i)^{k-1} \left(1 + \dfrac{1}{1+i} + \dfrac{1}{(1+i)^2} + \ldots + \dfrac{1}{(1+i)^{k-1}}\right) \]

    The sum in the parentheses above is the sum of the first \(k\) terms of a geometric sequence with \(a = 1\) and \(r = \frac{1}{1+i}\). Using Equation \ref{arithgeosum}, we get

    \[1 + \dfrac{1}{1+i} + \dfrac{1}{(1+i)^2} + \ldots + \dfrac{1}{(1+i)^{k-1}} = 1 \left(\dfrac{1 - \dfrac{1}{(1+i)^k}}{1 - \dfrac{1}{1+i}}\right) = \

    \dfrac{(1+i)\left(1 - (1+i)^{-k}\right)}{i}\]

    Hence, we get

    \[A_{k} = P(1+i)^{k-1} \left(\dfrac{(1+i)\left(1 - (1+i)^{-k}\right)}{i}\right) = \dfrac{P\left((1+i)^k - 1\right)}{i}\]

    If we let \(t\) be the number of years this investment strategy is followed, then \(k = nt\), and we get the formula for the future value of an \index{annuity ! ordinary ! future value} \textbf{ordinary annuity}.

    Future Value of an Ordinary Annuity

    Suppose an annuity offers an annual interest rate \(r\) compounded \(n\) times per year. Let \(i = \frac{r}{n}\) be the interest rate per compounding period. If a deposit \(P\) is made at the end of each compounding period, the amount \(A\) in the account after \(t\) years is given by

    \[A = \dfrac{P\left((1+i)^{nt} - 1\right)}{i} \label{fvannuity}\]

    The reader is encouraged to substitute \(i = \frac{r}{n}\) into Equation \ref{fvannuity} and simplify. Some familiar equations arise which are cause for pause and meditation. One last note: if the deposit \(P\) is made a the \textit{beginning} of the compounding period instead of at the end, the annuity is called an \index{annuity ! annuity-due} \textbf{annuity-due}. We leave the derivation of the formula for the future value of an annuity-due as an exercise for the reader.

    Example \(\PageIndex{1}\)

    An ordinary annuity offers a \(6 \%\) annual interest rate, compounded monthly.

    1. If monthly payments of \(\\)50\) are made, find the value of the annuity in \(30\) years.
    2. How many years will it take for the annuity to grow to \(\\)100,\! 000\)?

    Solution

    1. We have \(r = 0.06\) and \(n = 12\) so that \(i = \frac{r}{n} = \frac{0.06}{12} = 0.005\). With \(P=50\) and \(t=30\), \[A = \dfrac{50\left((1+0.005)^{(12)(30)} - 1\right)}{0.005} \approx 50225.75\] Our final answer is \(\\)50,\!225.75\).
    2. To find how long it will take for the annuity to grow to \(\\)100,\!000\), we set \(A = 100000\) and solve for \(t\). We isolate the exponential and take natural logs of both sides of the equation.

    \[ \begin{array}{rcl} 100000 & = & \dfrac{50\left((1+0.005)^{12t} - 1\right)}{0.005} \\ 10 & = & (1.005)^{12t} - 1 \\ (1.005)^{12t} & = & 11 \\ \ln\left((1.005)^{12t}\right) & = & \ln(11) \\ 12t \ln(1.005) & = & \ln(11) \\ t & = & \frac{\ln(11)}{12 \ln(1.005)} \approx 40.06 \\ \end{array} \]

    This means that it takes just over \(40\) years for the investment to grow to \(\\)100,\!000\). Comparing this with our answer to part 1, we see that in just \(10\) additional years, the value of the annuity nearly doubles. This is a lesson worth remembering.

    We close this section with a peek into Calculus by considering \textit{infinite} sums, called \index{series} \textbf{series}. Consider the number \(0.\overline{9}\). We can write this number as

    \[ 0.\overline{9} = 0.9999... = 0.9 + 0.09 + 0.009 + 0.0009 + \ldots \]

    From Example \ref{seriesex1}, we know we can write the sum of the first \(n\) of these terms as

    \[ 0.\underbrace{9 \cdots 9}_{\text{\)n\) nines}} = .9 + 0.09 + 0.009 + \ldots 0.\! \! \! \! \underbrace{0 \cdots 0}_{\text{\)n-1\) zeros}} \! \! \! \! 9 = \displaystyle{\sum_{k=1}^{n} \dfrac{9}{10^{k}}} \]

    Using Equation \ref{arithgeosum}, we have

    \[\displaystyle{\sum_{k=1}^{n} \dfrac{9}{10^{k}}} = \dfrac{9}{10} \left( \dfrac{1 - \dfrac{1}{10^{n+1}}}{1 - \dfrac{1}{10}} \right) = 1 - \dfrac{1}{10^{n+1}} \]

    It stands to reason that \(0.\overline{9}\) is the same value of \(1 - \frac{1}{10^{n+1}}\) as \(n \rightarrow \infty\). Our knowledge of exponential expressions from Section \ref{IntroExpLogs} tells us that \(\frac{1}{10^{n+1}} \rightarrow 0\) as \(n \rightarrow \infty\), so \(1 - \frac{1}{10^{n+1}} \rightarrow 1\). We have just argued that \(0.\overline{9} = 1\), which may cause some distress for some readers.(To make this more palatable, it is usually accepted that \(0.\overline{3} = \frac{1}{3}\) so that \(0.\overline{9} = 3\left(0.\overline{3}\right) = 3\left(\frac{1}{3} \right) = 1\)). Any non-terminating decimal can be thought of as an infinite sum whose denominators are the powers of \(10\), so the phenomenon of adding up infinitely many terms and arriving at a finite number is not as foreign of a concept as it may appear. We end this section with a theorem concerning geometric series.

    Definition: Geometric Series

    Given the sequence \(a_{k} = ar^{k-1}\) for \(k \geq 1\), where \(|r| < 1\),

    \[ a + ar + ar^2 + \ldots = \displaystyle{\sum_{k=1}^{\infty} ar^{k-1}} = \dfrac{a}{1-r} \label{geoseries}\]

    If \(|r| \geq 1\), the sum \(a + ar + ar^2 + \ldots \) is not defined.

    The justification of the result in Theorem \ref{geoseries} comes from taking the formula in Equation \ref{arithgeosum} for the sum of the first \(n\) terms of a geometric sequence and examining the formula as \(n \rightarrow \infty\). Assuming \(|r|<1\) means \(-1 < r < 1\), so \(r^{n} \rightarrow 0\) as \(n \rightarrow \infty\). Hence as \(n \rightarrow \infty\),

    \[\displaystyle{\sum_{k=1}^{n} a r^{k-1}} = a \left( \dfrac{1-r^n}{1-r}\right) \rightarrow \dfrac{a}{1-r} \]

    As to what goes wrong when \(|r| \geq 1\), we leave that to Calculus as well, but will explore some cases in the exercises.


    This page titled 9.2: Summation Notation is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Carl Stitz & Jeff Zeager via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.