Login
📚 Modeling, Functions, and Graphs
Chapters ▾

9.4 Infinite Geometric Series

Summation Notation

There is a convenient notation for representing a series. For example, consider the sum of the first fifteen terms of the sequence

4 , 7 , 10 , , 3 n + 1 ,

To find the terms of the series we replace n in the general term 3 n + 1 by the numbers 1 through 15. So, instead of writing out all the terms, we might express the sum as

The sum, as   n   runs from 1 to 15, of   3 n + 1

We use the Greek letter Σ (called "sigma") to stand for "the sum," and we show the first and last values of n below and above the summation symbol Σ , like this:

n = 1 15 3 n + 1

Writing such an expression is sometimes called "using sigma notation." The letter n is called the index of summation; it is like a variable because it represents numerical values.

Use sigma notation to represent the sum of the first 20 terms of the sequence

5 , 8 , 11 , , 3 k + 2 ,

k = 1 b a k = 5 + 8 + 11 + + ( 3 k + 2 ) +

where b = _____ and a k = _____

k = 1 20 ( 3 k + 2 )

Use sigma notation to represent the sum of the first 20 terms of the sequence

5 , 8 , 11 , , 3 k + 2 ,

k = 1 20 ( 3 k + 2 )

What does the notation j = 1 8 1 j mean?

_____

Add the reciprocals of the numbers from 1 to 8.

What does the notation j = 1 8 1 j mean?

  1. List 8 terms of the sequence a j = 1 j .
  2. Add the numbers from 1 to 8 and take the reciprocal of the sum.
  3. Add the reciprocals of the numbers from 1 to 8.
  4. Add the first and eighth term of the sequence described.

The expanded form of a series written in sigma notation is obtained by writing out all the terms of the series. For example,

m = 4 8 3 m = 3 4 + 3 5 + 3 6 + 3 7 + 3 8

Recall that the general term of an arithmetic series is a linear function of the index, and the general term of a geometric series is an exponential function. If we recognize a given series as one of these two types, we can use the formulas developed in the last section to evaluate the sum.

Compute the value of each series.

  1. k = 1 50 ( 3 k + 2 ) = _____
  2. n = 1 8 10 n = _____

Do not use any commas. For example, use "10000" rather than "10,000".

  1. 3925
  2. 111,111,110

Compute the value of each series.

  1. k = 1 50 ( 3 k + 2 )
  2. n = 1 8 10 n
  1. 3925
  2. 111,111,110

If the series is not arithmetic or geometric, we don't have a formula for the sum, so we must compute the sum directly.

Compute the value of each series.

  1. k = 0 20 1 3 = _____
  2. k = 0 3 k k + 1 = _____
  1. 7
  2. 23 12

Compute the value of each series.

  1. k = 0 20 1 3
  2. k = 0 3 k k + 1
  1. 7
  2. 23 12

Which of these series is neither arithmetic nor geometric?

_____

n = 2 12 ( n 3 + 2 ) is neither arithmetic nor geometric. (The first series is arithmetic; the second and fourth series are both geometric.

Which of these series is neither arithmetic nor geometric?

`

  1. k = 5 15 ( 1 2 k 4 )
  2. m = 1 50 0.8 m
  3. n = 2 12 ( n 3 + 2 )
  4. p = 1 5 5 ( 1.5 ) 2 p

Infinite Series

A series with infinitely many terms is called an infinite series. Is it possible to add infinitely many terms and arrive at a finite sum? In some cases, if the terms added are small enough, the answer is yes.

Consider the infinite geometric series

1 2 + 1 4 + 1 8 + 1 16 +

The n th partial sum of the series is the sum of its first n terms, and is denoted by S n . Thus,

S 1 = 1 2 S 2 = 1 2 + 1 4 = 3 4 S 3 = 1 2 + 1 4 + 1 8 = 7 8 S 4 = 1 2 + 1 4 + 1 8 + 1 16 = 15 16

Notice that for each partial sum, the new term added gets smaller and smaller: 1 2 , 1 4 , 1 8 , 1 16 , and so on. You can also see that as n increases and we add more and more terms of the series, the partial sums are getting closer to 1. In fact, as n becomes very large, S n gets very close to 1. It seems reasonable that the sum of all the terms of the series is 1.

We can make this conjecture more plausible by examining the formula for the n th partial sum of a geometric series,

S n = a n + 1 a 1 r 1 = a r n a r 1 = a a r n 1 r ( r 1 )

Look at the second term of the numerator, a r n . This term is the only part of the formula that depends on n . What happens to a r n as n increases? Consider two examples:

  • If r = 1 2 , then

    r 2 = ( 1 2 ) 2 = 1 4 , r 3 = ( 1 2 ) 3 = 1 8 , r 4 = ( 1 2 ) 4 = 1 16 ,

    and so on, with ( 1 2 ) n becoming smaller and smaller for larger values of n . Each time we multiply by another factor of r = 1 2 , the product gets smaller, because 1 2 < 1 .
  • On the other hand, if r > 1 , multiplying by r makes the product larger. If r = 3 2 for example, then

    r 2 = ( 3 2 ) 2 = 9 4 , r 3 = ( 3 2 ) 3 = 27 8 , r 4 = ( 3 2 ) 4 = 81 16 ,

    and so on. In this case the powers of r are increasing.

In general, we have the following result.

Now let's return to the formula for S n and write it in the form

S n = a 1 r ( 1 r n )

where we have factored a from the numerator. There are two cases to consider. If | r | < 1 , then r n approaches 0, and the factor 1 r n gets closer and closer to 1 as n grows larger. Consequently, if we compute S n for larger and larger values of n , the sum approaches the value

a 1 r

This analysis motivates us to define the sum of an infinite geometric series as follows.

In the second case, if | r | > 1 , as in the infinite series

3 + 6 + 12 +

where r = 2 , the terms become larger as n increases, and the sum of the series is not a finite number. In this case the series does not have a sum.

Under what circumstances does the series k = 0 a r k have a finite sum?

_____

If | r | < 1

Under what circumstances does the series k = 0 a r k have a finite sum?

  1. If a < 1
  2. If r < 1
  3. If | r | < 1
  4. If a r < r

Find the sum, if it exists. If the series does not have a sum, enter "no sum".

  1. j = 0 13 ( 7 6 ) j = _____
  2. m = 0 5.9 ( 0.9 ) m = _____
  1. No sum
  2. 59

Find the sum, if it exists.

  1. j = 0 13 ( 7 6 ) j
  2. m = 0 5.9 ( 0.9 ) m
  1. No sum
  2. 59

Repeating Decimals

An interesting application of geometric series involves repeating decimals. Recall that the decimal representation of a rational number either terminates, as does 0.75 , or repeats a pattern of digits. For example, you probably recognize 0.333 3 as the decimal representation of 1 3 . It is easy to find the decimal form of a fraction: we just divide the denominator into the numerator. Is there a way to find the fractional form of a repeating decimal?

Consider the repeating decimal

0.2121 21

We can write this number as an infinite geometric series:

0.21 + 0.0021 + 0.000021 +

The first term of this series is 0.21 , or 21 100 , and its common ratio is r = 0.01 , or 1 100 . Because | r | < 1 , the series has a sum given by

S = a 1 r = 21 100 1 1 100 = 21 100 99 100 = 21 99 = 7 33

Thus, the decimal number 0.2121 21 is equal to the fraction 7 33 .

Find a common fraction equivalent to 0. 8 : _____

8 9

Find a common fraction equivalent to 0. 8 .

8 9

Section Summary

Vocabulary

  • Sigma notation
  • Index of summation
  • Infinite series
  • Partial sum

CONCEPTS

  1. We can use sigma notation to denote a series.
  2. It is possible to add infinitely many terms and arrive at a finite sum if the terms are small enough.
  3. The sum of an infinite geometric series     k = 0 a r k 1     is

    S = a 1 r             if         1 < r < 1

  4. If | r | > 1 in an infinite geometric series, the series does not have a sum.

STUDY QUESTIONS

  1. Explain how to use sigma notation to define a series.
  2. What is an infinite series?
  3. What is a partial sum of an infinite series?
  4. State a formula for evaluating an infinite geometric series. Under what conditions is the formula valid?
  5. A repeating decimal can be rewritten as what kind of series?

SKILLS

Practice each skill in the Homework Problems listed.

  1. Express sigma notation in expanded form: #1-8
  2. Write a series in sigma notation: #12-20
  3. Identify a series as arithmetic, geometric, or neither and evaluate: #21-40
  4. Evaluate an infinite geometric series: #41-48, #57-60
  5. Write a repeating decimal as a common fraction: #49-56

Homework 9.4

For Problems 1–8, write the sum in expanded form.

i = 1 4 i 2

1 2 + 2 2 + 3 2 + 4 2

i = 1 3 ( 3 i 2 )

j = 5 7 ( j 2 )

3 + 4 + 5

j = 2 6 ( j 2 + 1 )

k = 1 4 k ( k + 1 )

1 ( 2 ) + 2 ( 3 ) + 3 ( 4 ) + 4 ( 5 )

k = 2 6 k 2 ( k + 1 )

m = 1 4 ( 1 ) m 2 m

1 2 + 1 2 2 1 2 3 + 1 2 4

m = 3 5 ( 1 ) m + 1 m 2

For Problems 9–20, write the series using sigma notation.

1 + 3 + 5 + 7

k = 1 4 ( 2 k 1 )

2 + 4 + 6 + 8

5 + 5 3 + 5 5 + 5 7

k = 1 4 5 2 k 1

4 3 + 4 5 + 4 7 + 4 9 + 4 11

1 + 4 + 9 + 16 + 25

k = 1 5 k 2

1 + 8 + 27 + 64 + 125

1 2 + 2 3 + 3 4 + 4 5 + 5 6

k = 1 5 k k + 1

2 1 + 3 2 + 4 3 + 5 4 + 6 5

1 1 + 2 3 + 3 5 + 4 7 + 5 9 + 6 11

k = 1 6 k 2 k 1

3 1 + 5 3 + 7 5 + 9 7 + 11 9

1 1 + 2 2 + 4 3 + 8 4 +

k = 1 2 k 1 k

1 2 + 3 4 + 9 6 + 27 8 +

For Problems 21–40, identify the series as arithmetic, geometric or neither, then evaluate it.

i = 1 6 ( i 2 + 1 )

Neither; 97

i = 1 5 3 i 2

j = 1 4 1 j

Neither; 25 12

j = 0 4 2 j + 1

k = 1 100 1

Neither; 100

k = 1 300 3

q = 1 20 3 q

Geometric; 5 , 230 , 176 , 600

p = 1 30 2 p

k = 1 200 k

Atithmetic; 20 , 100

k = 1 150 k

n = 1 6 n 3

Neither; 441

n = 1 7 n 2

n = 0 30 ( 3 n 1 )

Arithemetic; 1364

k = 0 20 ( 5 k + 2 )

k = 0 25 ( 5 2 k )

Arithmetic; 520

p = 0 15 ( 2 3 p )

j = 0 10 5 2 j

Geometric; 24 , 414 , 062

j = 0 10 3 2 j

m = 0 12 50 ( 1.08 ) m

Geometric; 104.76

m = 0 18 300 ( 1.12 ) m

For Problems 41–48,

  1. Make a table of values showing the first five partial sums of the series.
  2. Evaluate the series algebraically.

n = 1 ( 1 2 ) n

1

n = 1 ( 1 3 ) n

k = 0 12 ( 0.15 ) k 1

14.12

k = 0 25 ( 0.08 ) k 1

j = 0 4 ( 3 5 ) j

5 2

j = 0 6 ( 2 5 ) j

n = 4 3 ( 1 2 ) n

3 8

n = 3 2 ( 1 3 ) n

For Problems 49–56, find a fraction equivalent to the repeating decimal.

0. 4

4 9

0. 6

0. 31

31 99

0. 45

0. 410

2 410 999

0. 027

0.12 8

29 225

0.8 3

The arc length through which the bob of a pendulum moves is nine-tenths of its preceding arc length. Approximately how far will the bob move before coming to rest if the first arc length is 12 inches?

120 in

A force is applied to a particle moving in a straight line in such a fashion that each second it moves only one-half of the distance it moved the preceding second. If the particle moves 10 centimeters the first second, approximately how far will it move before coming to rest?

A ball returns two-thirds of its preceding height on each bounce. If the ball is dropped from a height of 6 feet, approximately what is the total distance the ball travels before coming to rest? (Hint: Compute separately the total distance the ball falls from the total distance it moves upwards.)

30 ft

If a ball is dropped from a height of 10 feet and returns three-fifths of its preceding height on each bounce, approximately what is the total distance the ball travels before coming to rest? (See the Hint for Problem 59.)

Modeling, Functions, and Graphs by Katherine Yoshiwara (yoshiwarabooks.org), GNU Free Documentation License 1.2 or later. Adapted for the XYZ HTML edition with the authors' permission (recorded 2026-07-04). License: GFDL-1.2-or-later.