Hotmath
Math Homework. Do It Faster, Learn It Better.

Sum of the First n Terms of a Series

The sum of the terms of a sequence is called a series .

If a sequence is arithmetic or geometric there are formulas to find the sum of the first n terms, denoted S n , without actually adding all of the terms.

(Note that a sequence can be neither arithmetic nor geometric, in which case you'll need to add using brute force, or some other strategy.)

Sum of the Terms of an Arithmetic Sequence (Arithmetic Series)

To find the sum of the first n terms of an arithmetic sequence use the formula,
S n = n ( a 1 + a 2 ) 2 ,
where n is the number of terms, a 1 is the first term and a n is the last term.

Example 1:

Find the sum of the first 20 terms of the arithmetic series if a 1 = 5 and a 20 = 62 .

S 20 = 20 ( 5 + 62 ) 2 S 20 = 670

Example 2:

Find the sum of the first 40 terms of the arithmetic sequence
2 , 5 , 8 , 11 , 14 ,

First find the 40 th term:

a 40 = a 1 + ( n 1 ) d = 2 + 39 ( 3 ) = 119

Then find the sum:

S n = n ( a 1 + a n ) 2 S 40 = 40 ( 2 + 119 ) 2 = 2420

Example 3:

Find the sum:

k = 1 50 ( 3 k + 2 )

First find a 1 and a 50 :

a 1 = 3 ( 1 ) + 2 = 5 a 20 = 3 ( 50 ) + 2 = 152

Then find the sum:

S k = k ( a 1 + a k ) 2 S 50 = 50 ( 5 + 152 ) 2 = 3925

Sum of the Terms of a Geometric Sequence (Geometric Series)

To find the sum of the first n terms of a geometric sequence use the formula,
S n = a 1 ( 1 r n ) 1 r , r 1 ,
where n is the number of terms, a 1 is the first term and r is the common ratio .

Example 4:

Find the sum of the first 8 terms of the geometric series if a 1 = 1 and r = 2 .

S 8 = 1 ( 1 2 8 ) 1 2 = 255

Example 5:

Find S 10 of the geometric series 24 + 12 + 6 + .

First, find r

r = r 2 r 1 = 12 24 = 1 2

Now, find the sum:

S 10 = 24 ( 1 ( 1 2 ) 10 ) 1 1 2 = 3069 64

Example 6:

Evaluate.

n = 1 10 3 ( 2 ) n 1

(You are finding S 10 for the series 3 6 + 12 24 + , whose common ratio is 2 .)

S n = a 1 ( 1 r n ) 1 r S 10 = 3 [ 1 ( 2 ) 10 ] 1 ( 2 ) = 3 ( 1 1024 ) 3 = 1023  

See also: sigma notation of a series