Login
📚 Precalculus
Chapters ▾

9.2 Summation Notation

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.

In English, Definition is simply defining a short-hand notation for adding up the terms of the sequence { a n } n = k from a m through a p . 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 a n = 2 n 1 for n 1 , we can write the sum a 3 + a 4 + a 5 + a 6 as

n = 3 6 ( 2 n 1 ) = ( 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,

n = 3 6 ( 2 n 1 ) = k = 3 6 ( 2 k 1 ) = j = 3 6 ( 2 j 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 ) = k = 0 n a k x k

for real numbers a k , k = 0 , 1 , n . The reader is invited to compare this with what is given in Definition. 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 i j ] m × n and the j th column C j of a matrix B = [ b i j ] n × r as

R i C j = k = 1 n a i k b k j

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

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

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

S = a + ( a + d ) + + ( a + ( n 2 ) d ) + ( a + ( n 1 ) d ) S = ( a + ( n 1 ) d ) + ( a + ( n 2 ) d ) + + ( a + d ) + a

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

2 S = ( 2 a + ( n 1 ) d ) + ( 2 a + ( n 1 ) d ) + + ( 2 a + ( n 1 ) d ) + ( 2 a + ( n 1 ) d )

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

S = n 2 ( 2 a + ( n 1 ) d )

If we rewrite the quantity 2 a + ( n 1 ) d as a + ( a + ( n 1 ) d ) = a 1 + a n , we get the formula

S = n ( a 1 + a n 2 )

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 n th terms.

To derive the formula for the geometric sum, we start with a geometric sequence a k = a r k 1 , k 1 , and let S once again denote the sum of the first n terms. Comparing S and r S , we get

S = a + a r + a r 2 + + a r n 2 + a r n 1 r S = a r + a r 2 + + a r n 2 + a r n 1 + a r n

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

S = a ( 1 r n 1 r )

If we distribute a through the numerator, we get a a r n = a 1 a n + 1 which yields the formula

S = a 1 a n + 1 1 r

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

S = a + a + + a n  times = n a

Our results are summarized below.

While we have made an honest effort to derive the formulas in Equation, formal proofs require the machinery in Section. 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,

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 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 = r n denote the interest rate per period. Suppose we wish to make ongoing deposits of P dollars at the end of each compounding period. Let A k denote the amount in the account after k compounding periods. Then A 1 = 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 A 1 so that our initial investment has grown to A 1 ( 1 + i ) = P ( 1 + i ) in accordance with Equation. When we add our second payment at the end of the second period, we get

A 2 = A 1 ( 1 + i ) + P = P ( 1 + i ) + P = P ( 1 + i ) ( 1 + 1 1 + 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 A 2 which then grows to A 2 ( 1 + i ) . We add our third payment at the end of the third compounding period to obtain

A 3 = A 2 ( 1 + i ) + P = P ( 1 + i ) ( 1 + 1 1 + i ) ( 1 + i ) + P = P ( 1 + i ) 2 ( 1 + 1 1 + i + 1 ( 1 + i ) 2 )

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

A 4 = P ( 1 + i ) 3 ( 1 + 1 1 + i + 1 ( 1 + i ) 2 + 1 ( 1 + i ) 3 )

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

A k = P ( 1 + i ) k 1 ( 1 + 1 1 + i + 1 ( 1 + i ) 2 + + 1 ( 1 + i ) k 1 )

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

1 + 1 1 + i + 1 ( 1 + i ) 2 + + 1 ( 1 + i ) k 1 = 1 ( 1 1 ( 1 + i ) k 1 1 1 + i ) = ( 1 + i ) ( 1 ( 1 + i ) k ) i

Hence, we get

A k = P ( 1 + i ) k 1 ( ( 1 + i ) ( 1 ( 1 + i ) k ) i ) = P ( ( 1 + i ) k 1 ) i

If we let t be the number of years this investment strategy is followed, then k = n t , and we get the formula for the future value of an ordinary annuity.

The reader is encouraged to substitute i = r n into Equation 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.

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 Example 1, we know we can write the sum of the first n of these terms as

0 . 9 9 n  nines = .9 + 0.09 + 0.009 + 0 . 0 0 n ¯ 1  zeros 9 = k = 1 n 9 10 k

Using Equation, we have

k = 1 n 9 10 k = 9 10 ( 1 1 10 n + 1 1 1 10 ) = 1 1 10 n + 1

It stands to reason that 0 . 9 ¯ is the same value of 1 1 10 n + 1 as n . Our knowledge of exponential expressions from Section tells us that 1 10 n + 1 0 as n , so 1 1 10 n + 1 1 . 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.

The justification of the result in Theorem comes from taking the formula in Equation 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 r n 0 as n . Hence as n ,

k = 1 n a r k 1 = a ( 1 r n 1 r ) a 1 r

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

Exercises

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

  1. g = 4 9 ( 5 g + 3 )
  2. k = 3 8 1 k
  3. j = 0 5 2 j
  4. k = 0 2 ( 3 k 5 ) x k
  5. i = 1 4 1 4 ( i 2 + 1 )
  6. n = 1 100 ( 1 ) n
  7. n = 1 5 ( n + 1 ) ! n !
  8. j = 1 3 5 ! j ! ( 5 j ) !
  9. 8 + 11 + 14 + 17 + 20
  10. 1 2 + 3 4 + 5 6 + 7 8
  11. x x 3 3 + x 5 5 x 7 7
  12. 1 + 2 + 4 + + 2 29
  13. 2 + 3 2 + 4 3 + 5 4 + 6 5
  14. ln ( 3 ) + ln ( 4 ) ln ( 5 ) + + ln ( 20 )
  15. 1 1 4 + 1 9 1 16 + 1 25 1 36
  16. 1 2 ( x 5 ) + 1 4 ( x 5 ) 2 + 1 6 ( x 5 ) 3 + 1 8 ( x 5 ) 4
  17. n = 1 10 5 n + 3
  18. n = 1 20 2 n 1
  19. k = 0 15 3 k
  20. n = 1 10 ( 1 2 ) n
  21. n = 1 5 ( 3 2 ) n
  22. k = 0 5 2 ( 1 4 ) k
  23. 1 + 4 + 7 + + 295
  24. 4 + 2 + 0 2 146
  25. 1 + 3 + 9 + + 2187
  26. 1 2 + 1 4 + 1 8 + + 1 256
  27. 3 3 2 + 3 4 3 8 + + 3 256
  28. n = 1 10 2 n + ( 5 3 ) n
  29. 0 . 7 ¯
  30. 0 . 13 ¯
  31. 10 . 159 ¯
  32. 5.8 67 ¯
  33. payments are $300, interest rate is 2.5%, term is 17 years.
  34. payments are $50, interest rate is 1.0%, term is 30 years.
  35. payments are $100, interest rate is 2.0%, term is 20 years
  36. payments are $100, interest rate is 2.0%, term is 25 years
  37. payments are $100, interest rate is 2.0%, term is 30 years
  38. payments are $100, interest rate is 2.0%, term is 35 years
  39. 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?
  40. Prove the properties listed in Theorem.
  41. Show that the formula for the future value of an annuity due is

    A = P ( 1 + i ) [ ( 1 + i ) n t 1 i ]

  42. Discuss with your classmates what goes wrong when trying to find the following sums.8

In Exercises -, rewrite the sum using summation notation.

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

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

In Exercises -, use Equation 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.

Answers

  1. 213
  2. 341 280
  3. 63
  4. 5 2 x + x 2
  5. 17 2
  6. 0
  7. 20
  8. 25
  9. k = 1 5 ( 3 k + 5 )
  10. k = 1 8 ( 1 ) k 1 k
  11. k = 1 4 ( 1 ) k 1 x 2 k 1 2 k 1
  12. k = 1 30 2 k 1
  13. k = 1 5 k + 1 k
  14. k = 3 20 ( 1 ) k ln ( k )
  15. k = 1 6 ( 1 ) k 1 k 2
  16. k = 1 4 1 2 k ( x 5 ) k
  17. 305
  18. 400
  19. 72
  20. 1023 1024
  21. 633 32
  22. 1365 512
  23. 14652
  24. 5396
  25. 3280
  26. 255 256
  27. 513 256
  28. 17771050 59049
  29. 7 9
  30. 13 99
  31. 3383 333
  32. 5809 990
  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 .

Adapted from Precalculus, 3rd corrected edition, by Carl Stitz and Jeff Zeager (stitz-zeager.com), licensed under CC BY-NC-SA 3.0. Changes were made: reformatted as an accessible XYZ web edition. License: CC-BY-NC-SA-3.0.