Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

9.2: Summation Notation

( \newcommand{\kernel}{\mathrm{null}\,}\)

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.

Definition 9.3. Summation Notation

Given a sequence {an}n=k and numbers m and p satisfying kmp, the summation from m to p of the sequence {an} is written

pn=man=am+am+1++ap

The variable n is called the index of summation. The number m is called the lower limit of summation while the number p is called the upper limit of summation.

In English, Definition 9.3 is simply defining a short-hand notation for adding up the terms of the sequence {an}n=k from am through ap. The symbol Σ 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 an=2n1 for n1, we can write the sum a3+a4+a5+a6 as

6n=3(2n1)=(2(3)1)+(2(4)1)+(2(5)1)+(2(6)1)=5+7+9+11=32

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,

6n=3(2n1)=6k=3(2k1)=6j=3(2j1)

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)=nk=0akxk

for real numbers ak, k=0,1,n. The reader is invited to compare this with what is given in Definition 3.1. Summation notation is particularly useful when talking about matrix operations. For example, we can write the product of the ith row Ri of a matrix A=[aij]m×n and the jth  column Cj of a matrix B=[bij]n×r as

RiCj=nk=1aikbkj

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

Example 9.2.1.
  1. Find the following sums.
    1. 4k=113100k
    2. 4n=0n!2
    3. 5n=1(1)n+1n(x1)n
  2. Write the following sums using summation notation.
    1. 1+3+5++117
    2. 112+1314++1117
    3. 0.9+0.09+0.009+0.00n1 zeros9

Solution

    1. We substitute k=1 into the formula 13100k and add successive terms until we reach k=4.

      4k=113100k=131001+131002+131003+131004=0.13+0.0013+0.000013+0.00000013=0.13131313

    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 9.1.1, number 6 and get:

      4n=0n!2=0!2+1!2+2!2+3!2=4!2[10pt]=12+12+212+3212+43212[10pt]=12+12+1+3+12[10pt]=17

    3. We proceed as before, replacing the index n, but not the variable x, with the values 1 through 5 and adding the resulting terms.

      5n=1(1)n+1n(x1)n=(1)1+11(x1)1+(1)2+12(x1)2+(1)3+13(x1)3+(1)1+44(x1)4+(1)1+55(x1)5[10pt]=(x1)(x1)22+(x1)33(x1)44+(x1)55

  1. 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 9.1.
    1. 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 nth term of the sequence using Equation 9.1 to get an=1+(n1)2=2n1, n1. At this stage, we have the formula for the terms, namely 2n1, 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 an=117, we get 2n1=117 or n=59. Our final answer is

      1+3+5++117=59n=1(2n1)

    2. We rewrite all of the terms as fractions, the subtraction as addition, and associate the negatives ‘’ with the numerators to get

      11+12+13+14++1117

      The numerators, 1, 1, etc. can be described by the geometric sequence1 cn=(1)n1 for n1, while the denominators are given by the arithmetic sequence2 dn=n for n1. Hence, we get the formula an=(1)n1n for our terms, and we find the lower and upper limits of summation to be n=1 and n=117, respectively. Thus

      112+1314++1117=117n=1(1)n1n

    3. Thanks to Example 9.1.3, we know that one formula for the n\scriptsize th term is an=910n for n1. 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 n1 zeros to the right of the decimal point before the 9, we need a denominator of 10n. 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.3 We choose k and get

      0.9+0.09+0.009+0.00n1 zeros 9=nk=1910k

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!”

Theorem 9.1. Properties of Summation Notation

Suppose {an} and {bn} are sequences so that the following sums are defined.

  • pn=m(an±bn)=pn=man±pn=mbn
  • pn=mcan=cpn=man, for any real number c.
  • pn=man=jn=man+pn=j+1an, for any natural number mj<j+1p.
  • pn=man=p+rn=m+ranr, for any whole number r.

We now turn our attention to the sums involving arithmetic and geometric sequences. Given an arithmetic sequence ak=a+(k1)d for k1, 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 S=a+(a+d)++(a+(n2)d)+(a+(n1)d)S=(a+(n1)d)+(a+(n2)d)++(a+d)+a If we add these two equations and combine the terms which are aligned vertically, we get

2S=(2a+(n1)d)+(2a+(n1)d)++(2a+(n1)d)+(2a+(n1)d)

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

S=n2(2a+(n1)d)

If we rewrite the quantity 2a+(n1)d as a+(a+(n1)d)=a1+an, we get the formula

S=n(a1+an2)

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 average of the first and nth  terms.

To derive the formula for the geometric sum, we start with a geometric sequence ak=ark1, k1, and let S once again denote the sum of the first n terms. Comparing S and rS, we get

S=a+ar+ar2++arn2+arn1rS=ar+ar2++arn2+arn1+arn

Subtracting the second equation from the first forces all of the terms except a and arn to cancel out and we get SrS=aarn. Factoring, we get S(1r)=a(1rn). Assuming r1, we can divide both sides by the quantity (1r) to obtain

S=a(1rn1r)

If we distribute a through the numerator, we get aarn=a1an+1 which yields the formula

S=a1an+11r

In the case when r=1, we get the formula

S=a+a++an times=na

Our results are summarized below.

Equation 9.2. Sums of Arithmetic and Geometric Sequences
  • The sum S of the first n terms of an arithmetic sequence ak=a+(k1)d for k1 is

    S=nk=1ak=n(a1+an2)=n2(2a+(n1)d)

  • The sum S of the first n terms of a geometric sequence ak=ark1 for k1 is
    1. S=nk=1ak=a1an+11r=a(1rn1r), if r1.
    2. S=nk=1ak=nk=1a=na, if r=1.

While we have made an honest effort to derive the formulas in Equation 9.2, formal proofs require the machinery in Section 9.3. 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 sequence4 1, 2, 3, …which is arithmetic with a=d=1. Applying Equation 9.2,

1+2+3++n=n(n+1)2

So, for example, the sum of the first 100 natural numbers5 is 100(101)2=5050.

An important application of the geometric sum formula is the investment plan called an annuity. Annuities differ from the kind of investments we studied in Section 6.5 in that payments are deposited into the account on an on-going basis, and this complicates the mathematics a little.6 Suppose you have an account with annual interest rate r which is compounded n times per year. We let i=rn denote the interest rate per period. Suppose we wish to make ongoing deposits of P dollars at the end of each compounding period. Let Ak denote the amount in the account after k compounding periods. Then A1=P, because we have made our first deposit at the end of the first compounding period and no interest has been earned. During the second compounding period, we earn interest on A1 so that our initial investment has grown to A1(1+i)=P(1+i) in accordance with Equation 6.1. When we add our second payment at the end of the second period, we get

A2=A1(1+i)+P=P(1+i)+P=P(1+i)(1+11+i)

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

A3=A2(1+i)+P=P(1+i)(1+11+i)(1+i)+P=P(1+i)2(1+11+i+1(1+i)2)

During the fourth compounding period, A3 grows to A3(1+i), and when we add the fourth payment, we factor out P(1+i)3 to get

A4=P(1+i)3(1+11+i+1(1+i)2+1(1+i)3)

This pattern continues so that at the end of the kth compounding, we get

Ak=P(1+i)k1(1+11+i+1(1+i)2++1(1+i)k1)

The sum in the parentheses above is the sum of the first k terms of a geometric sequence with a=1 and r=11+i. Using Equation 9.2, we get

1+11+i+1(1+i)2++1(1+i)k1=1(11(1+i)k111+i)= (1+i)(1(1+i)k)i

Hence, we get

Ak=P(1+i)k1((1+i)(1(1+i)k)i)=P((1+i)k1)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 ordinary annuity.

Equation 9.3. Future Value of an Ordinary Annuity

Suppose an annuity offers an annual interest rate r compounded n times per year. Let i=rn 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=P((1+i)nt1)i

The reader is encouraged to substitute i=rn into Equation 9.3 and simplify. Some familiar equations arise which are cause for pause and meditation. One last note: if the deposit P is made a the beginning of the compounding period instead of at the end, the annuity is called an annuity-due. We leave the derivation of the formula for the future value of an annuity-due as an exercise for the reader.

Example 9.2.2

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=rn=0.0612=0.005. With P=50 and t=30,

    A=50((1+0.005)(12)(30)1)0.00550225.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.

    100000=50((1+0.005)12t1)0.005[10pt]10=(1.005)12t1[4pt](1.005)12t=11[4pt]ln((1.005)12t)=ln(11)[4pt]12tln(1.005)=ln(11)[4pt]t=ln(11)12ln(1.005)40.06

    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 infinite sums, called series. Consider the number 0.¯9. We can write this number as

0.¯9=0.9999...=0.9+0.09+0.009+0.0009+

From Example 9.2.1, we know we can write the sum of the first n of these terms as

0.99n nines =.9+0.09+0.009+0.00n1 zeros 9=nk=1910k

Using Equation 9.2, we have

nk=1910k=910(1110n+11110)=1110n+1

It stands to reason that 0.¯9 is the same value of 1110n+1 as n. Our knowledge of exponential expressions from Section 6.1 tells us that 110n+10 as n, so 1110n+11. We have just argued that 0.¯9=1, which may cause some distress for some readers.7 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.

Theorem 9.2. Geometric Series

Given the sequence ak=ark1 for k1, where |r|<1,

a+ar+ar2+=k=1ark1=a1r

If |r|1, the sum a+ar+ar2+ is not defined.

The justification of the result in Theorem 9.2 comes from taking the formula in Equation 9.2 for the sum of the first n terms of a geometric sequence and examining the formula as n. Assuming |r|<1 means 1<r<1, so rn0 as n. Hence as n,

nk=1ark1=a(1rn1r)a1r

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

9.2.1 Exercises

In Exercises 1 - 8, find the value of each sum using Definition 9.3.

  1. 9g=4(5g+3)
  2. 8k=31k
  3. 5j=02j
  4. 2k=0(3k5)xk
  5. 4i=114(i2+1)
  6. 100n=1(1)n
  7. 5n=1(n+1)!n!
  8. 3j=15!j!(5j)!

In Exercises 9 - 16, rewrite the sum using summation notation.

  1. 8+11+14+17+20
  2. 12+34+56+78
  3. xx33+x55x77
  4. 1+2+4++229xx33+x55x77
  5. 2+32+43+54+65
  6. ln(3)+ln(4)ln(5)++ln(20)
  7. 114+19116+125136
  8. 12(x5)+14(x5)2+16(x5)3+18(x5)4

In Exercises 17 - 28, use the formulas in Equation 9.2 to find the sum.

  1. 10n=15n+3
  2. 20n=12n1
  3. 15k=03k
  4. 10n=1(12)n
  5. 5n=1(32)n
  6. 5k=02(14)k
  7. 1+4+7++295
  8. 4+2+02146
  9. 1+3+9++2187
  10. 12+14+18++125610n=12n+(53)n
  11. 332+3438++325610n=12n+(53)n
  12. 10n=12n+(53)n [findsumformulalast]

In Exercises 29 - 32, use Theorem 9.2 to express each repeating decimal as a fraction of integers.

  1. 0.¯7
  2. 0.¯13
  3. 10.¯159
  4. 5.8¯67

In Exercises 33 - 38, use Equation 9.3 to compute the future value of the annuity with the given terms. In all cases, assume the payment is made monthly, the interest rate given is the annual rate, and interest is compounded monthly.

  1. payments are $300, interest rate is 2.5%, term is 17 years.
  2. payments are $50, interest rate is 1.0%, term is 30 years.
  3. payments are $100, interest rate is 2.0%, term is 20 years
  4. payments are $100, interest rate is 2.0%, term is 25 years
  5. payments are $100, interest rate is 2.0%, term is 30 years
  6. payments are $100, interest rate is 2.0%, term is 35 years
  7. Suppose an ordinary annuity offers an annual interest rate of 2%, compounded monthly, for 30 years. What should the monthly payment be to have $100,000 at the end of the term?
  8. Prove the properties listed in Theorem 9.1.
  9. Show that the formula for the future value of an annuity due is A=P(1+i)[(1+i)nt1i]
  10. Discuss with your classmates what goes wrong when trying to find the following sums.8
    1. k=12k1
    2. k=1(1.0001)k1
    3. k=1(1)k1

9.2.2 Answers

  1. 213
  2. 341280
  3. 63
  4. 52x+x2
  5. 172
  6. 0
  7. 20
  8. 25
  9. 5k=1(3k+5)
  10. 8k=1(1)k1k
  11. 4k=1(1)k1x2k12k1
  12. 30k=12k1
  13. 5k=1k+1k
  14. 20k=3(1)kln(k)
  15. 6k=1(1)k1k2
  16. 4k=112k(x5)k
  17. 305
  18. 400
  19. 72
  20. 10231024
  21. 63332
  22. 1365512
  23. 14652
  24. 5396
  25. 3280
  26. 255256
  27. 513256
  28. 1777105059049
  29. 79
  30. 1399
  31. 3383333
  32. 5809990
  33. $76,163.67
  34. $20,981.40
  35. $29,479.69
  36. $38,882.12
  37. 49,272.55
  38. 60,754.80
  39. For $100,000, the monthly payment is $202.95.

Reference

1 This is indeed a geometric sequence with first term a=1 and common ratio r=1.

2 It is an arithmetic sequence with first term a=1 and common difference d=1.

3 To see why, try writing the summation using ‘n’ as the index.

4 This is the identity function on the natural numbers!

5 There is an interesting anecdote which says that the famous mathematician Carl Friedrich Gauss was given this problem in primary school and devised a very clever solution.

6 The reader may wish to re-read the discussion on compound interest in Section 6.5 before proceeding.

7 To make this more palatable, it is usually accepted that 0.¯3=13 so that 0.¯9=3(0.¯3)=3(13)=1. 1. Feel better?

8 When in doubt, write them out!


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.

  • Was this article helpful?

Support Center

How can we help?