4 Summing series

4.1 The arithmetic series

Consider the finite arithmetic series with 14 terms

1 + 3 + 5 + + 23 + 25 + 27

A simple way of working out the value of the sum is to create a second series which is the first written in reverse order. Thus we have two series, each with the same value A :

A = 1 + 3 + 5 + + 23 + 25 + 27

and

A = 27 + 25 + 23 + + 5 + 3 + 1

Now, adding the terms of these series in pairs

2 A = 28 + 28 + 28 + + 28 + 28 + 28 = 28 × 14 = 392 so A = 196.

We can use this approach to find the sum of n terms of a general arithmetic series.

If

A = [ a ] + [ a + d ] + [ a + 2 d ] + + [ a + ( n 2 ) d ] + [ a + ( n 1 ) d ]

then again simply writing the terms in reverse order:

A = [ a + ( n 1 ) d ] + [ a + ( n 2 ) d ] + + [ a + 2 d ] + [ a + d ] + [ a ]

Adding these two identical equations together we have

2 A = [ 2 a + ( n 1 ) d ] + [ 2 a + ( n 1 ) d ] + + [ 2 a + ( n 1 ) d ]

That is, every one of the n terms on the right-hand side has the same value: [ 2 a + ( n 1 ) d ] . Hence

2 A = n [ 2 a + ( n 1 ) d ] so A = 1 2 n [ 2 a + ( n 1 ) d ] .

Key Point 2

The arithmetic series

[ a ] + [ a + d ] + [ a + 2 d ] + + [ a + ( n 1 ) d ]
having n terms has sum A where:
A = 1 2 n [ 2 a + ( n 1 ) d ]

As an example

1 + 3 + 5 + + 27 has a = 1 , d = 2 , n = 14

So   A = 1 + 3 + + 27 = 14 2 [ 2 + ( 13 ) 2 ] = 196.

4.2 The geometric series

We can also sum a general geometric series .

Let

G = a + a r + a r 2 + + a r n 1

be a geometric series having exactly n terms. To obtain the value of G in a more convenient form we first multiply through by the common ratio r :

r G = a r + a r 2 + a r 3 + + a r n

Now, writing the two series together:

G = a + a r + a r 2 + + a r n 1

r G = a r + a r 2 + a r 3 + a r n 1 + a r n

Subtracting the second expression from the first we see that all terms on the right-hand side cancel out, except for the first term of the first expression and the last term of the second expression so that

G r G = ( 1 r ) G = a a r n

Hence (assuming r 1 )

G = a ( 1 r n ) 1 r

(Of course, if r = 1 the geometric series simplifies to a simple arithmetic series with d = 0 and has sum G = n a .)

Key Point 3

The geometric series

a + a r + a r 2 + + a r n 1
having n terms has sum G where

G = a ( 1 r n ) 1 r , if r 1 and G = n a , if r = 1

Task!

Find the sum of each of the following series:

  1. 1 + 2 + 3 + 4 + + 100
  2. 1 2 + 1 6 + 1 18 + 1 54 + 1 162 + 1 486
  1. In this arithmetic series state the values of a , d , n :

    a = 1 , d = 1 , n = 100.

    Now find the sum:

    1 + 2 + 3 + + 100 = 50 ( 2 + 99 ) = 50 ( 101 ) = 5050.

  2. In this geometric series state the values of a , r , n :

    a = 1 2 , r = 1 3 , n = 6

    Now find the sum:

    1 2 + 1 6 + + 1 486 = 1 2 1 1 3 6 1 1 3 = 3 4 1 1 3 6 = 0.74897

Exercises
  1. Which of the following sequences is convergent?
    1. sin π 2 , sin 2 π 2 , sin 3 π 2 , sin 4 π 2 ,
    2. sin π 2 π 2 , sin 2 π 2 2 π 2 , sin 3 π 2 3 π 2 , sin 4 π 2 4 π 2 ,
  2. Write the following series in summation form:
    1. ln 1 2 × 1 + ln 3 3 × 2 + ln 5 4 × 3 + + ln 27 15 × 14
    2. 1 2 × ( 1 + ( 100 ) 2 ) + 1 3 × ( 1 ( 200 ) 2 ) 1 4 × ( 1 + ( 300 ) 2 ) + + 1 9 × ( 1 ( 800 ) 2 )
  3. Write out the first three terms and the last term of the following series:
    1. p = 1 17 3 p 1 p ! ( 18 p )
    2. p = 4 17 ( p ) p + 1 p ( 2 + p )
  4. Sum the series:
    1. 5 1 + 3 + 7 + 27
    2. 5 9 13 17 37
    3. 1 2 1 6 + 1 18 1 54 + 1 162 1 486
    1. no; this sequence is 1 , 0 , 1 , 0 , 1 , which does not converge.
    2. yes; this sequence is 1 π 2 , 0 , 1 3 π 2 , 0 , 1 5 π 2 , which converges to zero.
    1. p = 1 14 ln ( 2 p 1 ) ( p + 1 ) ( p )
    2. p = 1 8 ( 1 ) p ( p + 1 ) ( 1 + ( 1 ) p + 1 p 2 1 0 4 )
    1. 1 17 , 3 2 ! ( 16 ) , 3 2 3 ! ( 15 ) , , 3 16 17 !
    2. 4 5 ( 4 ) ( 6 ) , 5 6 ( 5 ) ( 7 ) , 6 7 ( 6 ) ( 8 ) , , 1 7 18 ( 17 ) ( 19 )
    1. This is an arithmetic series with a = 5 , d = 4 , n = 9 . A = 99
    2. This is an arithmetic series with a = 5 , d = 4 , n = 9 . A = 189
    3. This is a geometric series with a = 1 2 , r = 1 3 , n = 6 . G 0.3745