Precalculus 2e — Original English

Series and Their Notations

Learning Objectives

  • Use summation notation to write a sum. (IA 12.1.5)
  • Find the sum of the first n terms of an arithmetic sequence. (IA 12.2.3)

Objective 1: Use summation notation to write a sum. (IA 12.1.5)

A series is the sum of the terms of a sequence. For example, 1 + 6 + 11+ 16 + 21 + 26 + 31 is the sum of the first seven terms arithmetic sequence with general term, an=5n-4.

We write a series by using the summation notation. In order to write that summation, we will need to find the general term of our sequence and the summation will look like:

Explanation of summation notion as described in the text.

For the series, 1 + 6 + 11 + 16 + 21 + 26 + 31 + .... the summation notation is n=175n-4

Example 1

Use summation notation to write the sum.

Write the sum using summation notation: 1+12+13+14+15

Solution
.
n:1,2,3,4,5
Look for a pattern in the terms. Terms: 1,12,13,14,15
The numerators are all one. The denominators are the counting numbers from 1 thru 5. Pattern: 1,12,13,14,15
The general terms is: 1n
The sum in summation notation is: n=151n

Practice Makes Perfect

Use summation notation to write the sum.

Write the sum using summation notation: 1+14+19+116+125+136

Write the sum using summation notation: 13+19+127+181+1243

Objective 2: Find the sum of the first n terms of an arithmetic sequence. (IA 12.2.3)

Example 2

Find the sum of the first n terms of an arithmetic sequence.

  • Find the sum of the first 30 terms of the arithmetic sequence: 7, 10, 13, 13, 19,...
  • Find the sum of the first 50 terms of the arithmetic sequence whose general term is an=2n-5 .
  • Find the sum
    i=130(6i-4)
Solution
  • To find the sum of the 30 first terms, we use the formula Sn=n2(a1+an).

    We know that a1=7, d=3 , and n=30  but we need to find a30 .

    .
    To find the 30th term, use the formula a1=7, d=3 and n=30 . an=a1+(n-1)d
    Substitute a30=7+(30-1)(3)
    Simplify a30=7+(29)(3)a30=7+87a30=94
    To find S30 use the formula with a1=7, a30=94 and n=30. Sn=n2(a1+an)
    Substitute and simplify S30=302(7+94)S30=15(101)S30=1515
  • To the sum of the first 50 terms of the arithmetic sequence whose general term is an=2n-5 . We need to find a1 and a50 and substitute in the formula.

    .
    Find a1 an=2n-5a1=2(1)-5a1=-3
    Find a50 an=2n-5a50=2(50)-5a50=95
    Then find S50 , use the formula with a1=-3, a50=95 and n=50. Sn=n2(a1+an)
    Substitute and simplify S50=502(-3+95)S50=25(92)
    S50=2300
  • i=130(6i-4) means find the sum of the first 30 terms of the sequence whose general term is 6i-4 . We need to find a1 and a30 and substitute in the formula.

    .
    Find a1 ai=6i-4a1=6(1)-4a1=2
    Find a30 ai=6i-4a30=6(30)-4a30=176
    Then find S30 , use the formula with a1=2, a30=176 and n=30. Sn=n2(a1+an)
    Substitute and simplify S30=302(2+176)S30=15(178)S30=2630

Practice Makes Perfect

Find the sum of the first 30 terms of the arithmetic sequence: 16, 10, 4, –2, –8, ………

Find the sum of the first 50 terms of the arithmetic sequence whose general term is an=2n+7 .

Find the sum: i=130(7i-5)

A parent decides to start a college fund for their daughter. They plan to invest $50 in the fund each month. The fund pays 6% annual interest, compounded monthly. How much money will they have saved when their daughter is ready to start college in 6 years? In this section, we will learn how to answer this question. To do so, we need to consider the amount of money invested and the amount of interest earned.

Using Summation Notation

To find the total amount of money in the college fund and the sum of the amounts deposited, we need to add the amounts deposited each month and the amounts earned monthly. The sum of the terms of a sequence is called a series. Consider, for example, the following series.

3+7+11+15+19+...

The nth partial sum of a series is the sum of a finite number of consecutive terms beginning with the first term. The notation S n represents the partial sum.

S 1 =3 S 2 =3+7=10 S 3 =3+7+11=21 S 4 =3+7+11+15=36

Summation notation is used to represent series. Summation notation is often known as sigma notation because it uses the Greek capital letter sigma, Σ, to represent the sum. Summation notation includes an explicit formula and specifies the first and last terms in the series. An explicit formula for each term of the series is given to the right of the sigma. A variable called the index of summation is written below the sigma. The index of summation is set equal to the lower limit of summation, which is the number used to generate the first term in the series. The number above the sigma, called the upper limit of summation, is the number used to generate the last term in a series.

Explanation of summation notion as described in the text.

If we interpret the given notation, we see that it asks us to find the sum of the terms in the series a k =2k for k=1 through k=5. We can begin by substituting the terms for k and listing out the terms of this series.

a 1 =2(1)=2 a 2 =2(2)=4 a 3 =2(3)=6 a 4 =2(4)=8 a 5 =2(5)=10

We can find the sum of the series by adding the terms:

k=1 5 2k =2+4+6+8+10=30
Example 3

Using Summation Notation

Evaluate k=3 7 k 2 .

Solution

According to the notation, the lower limit of summation is 3 and the upper limit is 7. So we need to find the sum of k 2 from k=3 to k=7. We find the terms of the series by substituting k=3,4,5,6, and 7 into the function k 2 . We add the terms to find the sum.

k=3 7 k 2 = 3 2 + 4 2 + 5 2 + 6 2 + 7 2 =9+16+25+36+49 =135

Using the Formula for Arithmetic Series

Just as we studied special types of sequences, we will look at special types of series. Recall that an arithmetic sequence is a sequence in which the difference between any two consecutive terms is the common difference, d. The sum of the terms of an arithmetic sequence is called an arithmetic series. We can write the sum of the first n terms of an arithmetic series as:

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

We can also reverse the order of the terms and write the sum as

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

If we add these two expressions for the sum of the first n terms of an arithmetic series, we can derive a formula for the sum of the first n terms of any arithmetic series.

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

Because there are n terms in the series, we can simplify this sum to

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

We divide by 2 to find the formula for the sum of the first n terms of an arithmetic series.

S n = n( a 1 + a n ) 2
Example 4

Finding the First n Terms of an Arithmetic Series

Find the sum of each arithmetic series.

  1. 5 + 8 + 11 + 14 + 17 + 20 + 23 + 26 + 29 + 32
  2. 20 + 15 + 10 +…+ −50
  3. k=1 12 3k8
Solution
  1. We are given a 1 =5 and a n =32.

    Count the number of terms in the sequence to find n=10.

    Substitute values for a 1 , a n , and n into the formula and simplify.

      S n = n( a 1 + a n ) 2 S 10 = 10(5+32) 2 =185
  2. We are given a 1 =20 and a n =50.

    Use the formula for the general term of an arithmetic sequence to find n.

    a n = a 1 +(n1)d 50=20+(n1)(5) 70=(n1)(5) 14=n1 15=n

    Substitute values for a 1 , a n ,n into the formula and simplify.

    S n = n( a 1 + a n ) 2 S 15 = 15(2050) 2 =225
  3. To find a 1 , substitute k=1 into the given explicit formula.

    a k =3k8 a 1 =3(1)8=5

    We are given that n=12. To find a 12 , substitute k=12 into the given explicit formula.

    a k =3k8 a 12 =3(12)8=28

    Substitute values for a 1 , a n , and n into the formula and simplify.

    S n = n( a 1 + a n ) 2 S 12 = 12(5+28) 2 =138

Use the formula to find the sum of each arithmetic series.

Example 5

Solving Application Problems with Arithmetic Series

On the Sunday after a minor surgery, a woman is able to walk a half-mile. Each Sunday, she walks an additional quarter-mile. After 8 weeks, what will be the total number of miles she has walked?

Solution

This problem can be modeled by an arithmetic series with a 1 = 1 2 and d= 1 4 . We are looking for the total number of miles walked after 8 weeks, so we know that n=8, and we are looking for S 8 . To find a 8 , we can use the explicit formula for an arithmetic sequence.

a n = a 1 +d(n1) a 8 = 1 2 + 1 4 (81)= 9 4

We can now use the formula for arithmetic series.

  S n = n( a 1 + a n ) 2   S 8 = 8( 1 2 + 9 4 ) 2 =11

She will have walked a total of 11 miles.

Using the Formula for Geometric Series

Just as the sum of the terms of an arithmetic sequence is called an arithmetic series, the sum of the terms in a geometric sequence is called a geometric series. Recall that a geometric sequence is a sequence in which the ratio of any two consecutive terms is the common ratio, r. We can write the sum of the first n terms of a geometric series as

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

Just as with arithmetic series, we can do some algebraic manipulation to derive a formula for the sum of the first n terms of a geometric series. We will begin by multiplying both sides of the equation by r.

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

Next, we subtract this equation from the original equation.

    S n = a 1 +r a 1 + r 2 a 1 +...+ r n1 a 1 r S n =(r a 1 + r 2 a 1 + r 3 a 1 +...+ r n a 1 ) (1r) S n = a 1 r n a 1

Notice that when we subtract, all but the first term of the top equation and the last term of the bottom equation cancel out. To obtain a formula for S n , divide both sides by (1r).

S n = a 1 (1 r n ) 1r r1
Example 6

Finding the First n Terms of a Geometric Series

Use the formula to find the indicated partial sum of each geometric series.

  1. S 11 for the series 8 + -4 + 2 + 
  2. k=1 6 3 2 k
Solution
  1. a 1 =8, and we are given that n=11.

    We can find r by dividing the second term of the series by the first.

    r= 4 8 = 1 2

    Substitute values for a 1 , r, and n into the formula and simplify.

    S n = a 1 ( 1 r n ) 1r S 11 = 8( 1 ( 1 2 ) 11 ) 1( 1 2 ) 5.336
  2. Find a 1 by substituting k=1 into the given explicit formula.

    a 1 =3 2 1 =6

    We can see from the given explicit formula that r=2. The upper limit of summation is 6, so n=6.

    Substitute values for a 1 ,r, and n into the formula, and simplify.

    S n = a 1 (1 r n ) 1r S 6 = 6(1 2 6 ) 12 =378

Use the formula to find the indicated partial sum of each geometric series.

Example 7

Solving an Application Problem with a Geometric Series

At a new job, an employee’s starting salary is $26,750. He receives a 1.6% annual raise. Find his total earnings at the end of 5 years.

Solution

The problem can be represented by a geometric series with a 1 =26,750; n=5; and r=1.016. Substitute values for a 1 , r, and n into the formula and simplify to find the total amount earned at the end of 5 years.

S n = a 1 (1 r n ) 1r S 5 = 26,750(1 1.016 5 ) 11.016 138,099.03

He will have earned a total of $138,099.03 by the end of 5 years.

Using the Formula for the Sum of an Infinite Geometric Series

Thus far, we have looked only at finite series. Sometimes, however, we are interested in the sum of the terms of an infinite sequence rather than the sum of only the first n terms. An infinite series is the sum of the terms of an infinite sequence. An example of an infinite series is 2+4+6+8+...

This series can also be written in summation notation as k=1 2k, where the upper limit of summation is infinity. Because the terms are not tending to zero, the sum of the series increases without bound as we add more terms. Therefore, the sum of this infinite series is not defined. When the sum is not a real number, we say the series diverges.

Determining Whether the Sum of an Infinite Geometric Series is Defined

If the terms of an infinite geometric sequence approach 0, the sum of an infinite geometric series can be defined. The terms in this series approach 0:

1+0.2+0.04+0.008+0.0016+...

The common ratio r= 0.2. As n gets very large, the values of r n get very small and approach 0. Each successive term affects the sum less than the preceding term. As each succeeding term gets closer to 0, the sum of the terms approaches a finite value. The terms of any infinite geometric series with 1<r<1 approach 0; the sum of a geometric series is defined when 1<r<1.

Example 8
Determining Whether the Sum of an Infinite Series is Defined

Determine whether the sum of each infinite series is defined.

  1. 12 + 8 + 4 + 
  2. 3 4 + 1 2 + 1 3 +...
  3. k=1 27 ( 1 3 ) k
  4. k=1 5k
Solution
  1. The ratio of the second term to the first is 2 3 , which is not the same as the ratio of the third term to the second, 1 2 . The series is not geometric.
  2. The ratio of the second term to the first is the same as the ratio of the third term to the second. The series is geometric with a common ratio of 2 3 . The sum of the infinite series is defined.
  3. The given formula is exponential with a base of 1 3 ; the series is geometric with a common ratio of 1 3 . The sum of the infinite series is defined.
  4. The given formula is not exponential; the series is not geometric because the terms are increasing, and so cannot yield a finite sum.

Determine whether the sum of the infinite series is defined.

Finding Sums of Infinite Series

When the sum of an infinite geometric series exists, we can calculate the sum. The formula for the sum of an infinite series is related to the formula for the sum of the first n terms of a geometric series.

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

We will examine an infinite series with r= 1 2 . What happens to r n as n increases?

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

The value of r n decreases rapidly. What happens for greater values of n?

( 1 2 ) 10 = 1 1,024 ( 1 2 ) 20 = 1 1,048,576 ( 1 2 ) 30 = 1 1,073,741,824

As n gets very large, r n gets very small. We say that, as n increases without bound, r n approaches 0. As r n approaches 0, 1 r n approaches 1. When this happens, the numerator approaches a 1 . This give us a formula for the sum of an infinite geometric series.

Example 9
Finding the Sum of an Infinite Geometric Series

Find the sum, if it exists, for the following:

  1. 10+9+8+7+
  2. 248.6+99.44+39.776+
  3. k=1 4,374 ( 1 3 ) k1
  4. k=1 1 9 ( 4 3 ) k
Solution
  1. There is not a constant ratio; the series is not geometric.
  2. There is a constant ratio; the series is geometric. a 1 =248.6 and r= 99.44 248.6 =0.4, so the sum exists. Substitute a 1 =248.6 and r=0.4 into the formula and simplify to find the sum:

    S= a 1 1r S= 248.6 10.4 =414. 3 ¯
  3. The formula is exponential, so the series is geometric with r= 1 3 . Find a 1 by substituting k=1 into the given explicit formula:

    a 1 =4,374 ( 1 3 ) 11 =4,374

    Substitute a 1 =4,374 and r= 1 3 into the formula, and simplify to find the sum:

    S= a 1 1r S= 4,374 1( 1 3 ) =3,280.5
  4. The formula is exponential, so the series is geometric, but r>1. The sum does not exist.
Example 10
Finding an Equivalent Fraction for a Repeating Decimal

Find an equivalent fraction for the repeating decimal 0.3¯

Solution

We notice the repeating decimal 0.3¯ =0.333... so we can rewrite the repeating decimal as a sum of terms.

0.3¯ =0.3+0.03+0.003+...

Looking for a pattern, we rewrite the sum, noticing that we see the first term multiplied to 0.1 in the second term, and the second term multiplied to 0.1 in the third term.

The image shows how to decompose a repeating decimal into an infinite geometric series using the example decimal.

Notice the pattern; we multiply each consecutive term by a common ratio of 0.1 starting with the first term of 0.3. So, substituting into our formula for an infinite geometric sum, we have

S n = a 1 1r = 0.3 10.1 = 0.3 0.9 = 1 3 .

Find the sum, if it exists.

Solving Annuity Problems

At the beginning of the section, we looked at a problem in which a parent invested a set amount of money each month into a college fund for six years. An annuity is an investment in which the purchaser makes a sequence of periodic, equal payments. To find the amount of an annuity, we need to find the sum of all the payments and the interest earned. In the example, the parent invests $50 each month. This is the value of the initial deposit. The account paid 6% annual interest, compounded monthly. To find the interest rate per payment period, we need to divide the 6% annual percentage interest (APR) rate by 12. So the monthly interest rate is 0.5%. We can multiply the amount in the account each month by 100.5% to find the value of the account after interest has been added.

We can find the value of the annuity right after the last deposit by using a geometric series with a 1 =50 and r=100.5%=1.005. After the first deposit, the value of the annuity will be $50. Let us see if we can determine the amount in the college fund and the interest earned.

We can find the value of the annuity after n deposits using the formula for the sum of the first n terms of a geometric series. In 6 years, there are 72 months, so n=72. We can substitute a 1 =50, r=1.005, and n=72 into the formula, and simplify to find the value of the annuity after 6 years.

S 72 = 50(1 1.005 72 ) 11.005 4,320.44

After the last deposit, the parent will have a total of $4,320.44 in the account. Notice, the parent made 72 payments of $50 each for a total of 72(50) = $3,600. This means that because of the annuity, the parent earned $720.44 interest in their college fund.

Example 11

Solving an Annuity Problem

A deposit of $100 is placed into a college fund at the beginning of every month for 10 years. The fund earns 9% annual interest, compounded monthly, and paid at the end of the month. How much is in the account right after the last deposit?

Solution

The value of the initial deposit is $100, so a 1 =100. A total of 120 monthly deposits are made in the 10 years, so n=120. To find r, divide the annual interest rate by 12 to find the monthly interest rate and add 1 to represent the new monthly deposit.

r=1+ 0.09 12 =1.0075

Substitute a 1 =100,r=1.0075,andn=120 into the formula for the sum of the first n terms of a geometric series, and simplify to find the value of the annuity.

S 120 = 100(1 1.0075 120 ) 11.0075 19,351.43

So the account has $19,351.43 after the last deposit is made.

Key Equations

..
sum of the first n terms of an arithmetic series S n = n( a 1 + a n ) 2
sum of the first n terms of a geometric series S n = a 1 (1 r n ) 1r ,r1
sum of an infinite geometric series with 1<r<1 S n = a 1 1r ,r1

Key Concepts

  • The sum of the terms in a sequence is called a series.
  • A common notation for series is called summation notation, which uses the Greek letter sigma to represent the sum. See Example 3.
  • The sum of the terms in an arithmetic sequence is called an arithmetic series.
  • The sum of the first n terms of an arithmetic series can be found using a formula. See Example 4 and Example 5.
  • The sum of the terms in a geometric sequence is called a geometric series.
  • The sum of the first n terms of a geometric series can be found using a formula. See Example 6 and Example 7.
  • The sum of an infinite series exists if the series is geometric with –1<r<1.
  • If the sum of an infinite series exists, it can be found using a formula. See Example 8, Example 9, and Example 10.
  • An annuity is an account into which the investor makes a series of regularly scheduled payments. The value of an annuity can be found using geometric series. See Example 11.

Section Exercises

Verbal

Exercise 1

What is an nth partial sum?

Solution

An nth partial sum is the sum of the first n terms of a sequence.

Exercise 2

What is the difference between an arithmetic sequence and an arithmetic series?

Exercise 3

What is a geometric series?

Solution

A geometric series is the sum of the terms in a geometric sequence.

Exercise 4

How is finding the sum of an infinite geometric series different from finding the nth partial sum?

Exercise 5

What is an annuity?

Solution

An annuity is a series of regular equal payments that earn a constant compounded interest.

Algebraic

For the following exercises, express each description of a sum using summation notation.

Exercise 6

The sum of terms m 2 +3m from m=1 to m=5

Exercise 7

The sum from of n=0 to n=4 of 5n

Solution

n=0 4 5n

Exercise 8

The sum of 6k5 from k=2 to k=1

Exercise 9

The sum that results from adding the number 4 five times

Solution

k=1 5 4

For the following exercises, express each arithmetic sum using summation notation.

Exercise 10

5+10+15+20+25+30+35+40+45+50

Exercise 11

10+18+26++162

Solution

k=1 20 8k+2

Exercise 12

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

For the following exercises, use the formula for the sum of the first n terms of each arithmetic sequence.

Exercise 13

3 2 +2+ 5 2 +3+ 7 2

Solution

S 5 = 5( 3 2 + 7 2 ) 2

Exercise 14

19+25+31++73

Exercise 15

3.2+3.4+3.6++5.6

Solution

S 13 = 13( 3.2+5.6 ) 2

For the following exercises, express each geometric sum using summation notation.

Exercise 16

1+3+9+27+81+243+729+2187

Exercise 17

8+4+2++0.125

Solution

k=1 7 8 0.5 k1

Exercise 18

1 6 + 1 12 1 24 ++ 1 768

For the following exercises, use the formula for the sum of the first n terms of each geometric sequence, and then state the indicated sum.

Exercise 19

9+3+1+ 1 3 + 1 9

Solution

S 5 = 9( 1 ( 1 3 ) 5 ) 1 1 3 = 121 9 13.44

Exercise 20

n=1 9 5 2 n1

Exercise 21

a=1 11 64 0.2 a1

Solution

S 11 = 64( 1 0.2 11 ) 10.2 = 781,249,984 9,765,625 80

For the following exercises, determine whether the infinite series has a sum. If so, write the formula for the sum. If not, state the reason.

Exercise 22

12+18+24+30+...

Exercise 23

2+1.6+1.28+1.024+...

Solution

The series is defined. S= 2 10.8

Exercise 24

m=1 4 m1

Exercise 25

k=1 ( 1 2 ) k1

Solution

The series is defined. S= 1 1( 1 2 )

Graphical

For the following exercises, use the following scenario. Javier makes monthly deposits into a savings account. He opened the account with an initial deposit of $50. Each month thereafter he increased the previous deposit amount by $20.

Exercise 26

Graph the arithmetic sequence showing one year of Javier’s deposits.

Exercise 27

Graph the arithmetic series showing the monthly sums of one year of Javier’s deposits.

Solution
Graph of Javier's deposits where the x-axis is the months of the year and the y-axis is the sum of deposits.

For the following exercises, use the geometric series k=1 ( 1 2 ) k .

Exercise 28

Graph the first 7 partial sums of the series.

Exercise 29

What number does S n seem to be approaching in the graph? Find the sum to explain why this makes sense.

Solution

Sample answer: The graph of S n seems to be approaching 1. This makes sense because k=1 ( 1 2 ) k is a defined infinite geometric series with S= 1 2 1( 1 2 ) =1.

Numeric

For the following exercises, find the indicated sum.

Exercise 30

a=1 14 a

Exercise 31

n=1 6 n(n2)

Solution

49

Exercise 32

k=1 17 k 2

Exercise 33

k=1 7 2 k

Solution

254

For the following exercises, use the formula for the sum of the first n terms of an arithmetic series to find the sum.

Exercise 34

1.7+0.4+0.9+2.2+3.5+4.8

Exercise 35

6+ 15 2 +9+ 21 2 +12+ 27 2 +15

Solution

S 7 = 147 2

Exercise 36

1+3+7+...+31

Exercise 37

k=1 11 ( k 2 1 2 )

Solution

S 11 = 55 2

For the following exercises, use the formula for the sum of the first n terms of a geometric series to find the partial sum.

Exercise 38

S 6 for the series 21050250...

Exercise 39

S 7 for the series 0.42+1050...

Solution

S 7 =5208.4

Exercise 40

k=1 9 2 k1

Exercise 41

n=1 10 2 ( 1 2 ) n1

Solution

S 10 = 1023 256

For the following exercises, find the sum of the infinite geometric series.

Exercise 42

4+2+1+ 1 2 ...

Exercise 43

1 1 4 1 16 1 64 ...

Solution

S= 4 3

Exercise 44

k=1 3 ( 1 4 ) k1

Exercise 45

n=1 4.6 0.5 n1

Solution

S=9.2

For the following exercises, determine the value of the annuity for the indicated monthly deposit amount, the number of deposits, and the interest rate.

Exercise 46

Deposit amount: $50; total deposits: 60; interest rate: 5%, compounded monthly

Exercise 47

Deposit amount: $150; total deposits: 24; interest rate: 3%, compounded monthly

Solution

$3,705.42

Exercise 48

Deposit amount: $450; total deposits: 60; interest rate: 4.5%, compounded quarterly

Exercise 49

Deposit amount: $100; total deposits: 120; interest rate: 10%, compounded semi-annually

Solution

$695,823.97

Extensions

Exercise 50

The sum of terms 50 k 2 from k=x through 7 is 115. What is x?

Exercise 51

Write an explicit formula for a k such that k=0 6 a k =189. Assume this is an arithmetic series.

Solution

a k =30k

Exercise 52

Find the smallest value of n such that k=1 n (3k5)>100.

Exercise 53

How many terms must be added before the series 1357.... has a sum less than 75?

Solution

9 terms

Exercise 54

Write 0. 65 ¯ as an infinite geometric series using summation notation. Then use the formula for finding the sum of an infinite geometric series to convert 0. 65 ¯ to a fraction.

Exercise 55

The sum of an infinite geometric series is five times the value of the first term. What is the common ratio of the series?

Solution

r= 4 5

Exercise 56

To get the best loan rates available, the Coleman family want to save enough money to place 20% down on a $160,000 home. They plan to make monthly deposits of $125 in an investment account that offers 8.5% annual interest compounded semi-annually. Will the Colemans have enough for a 20% down payment after five years of saving? How much money will they have saved?

Exercise 57

Karl has two years to save $10,000 to buy a used car when he graduates. To the nearest dollar, what would his monthly deposits need to be if he invests in an account offering a 4.2% annual interest rate that compounds monthly?

Solution

$400 per month

Real-World Applications

Exercise 58

Keisha devised a week-long study plan to prepare for finals. On the first day, she plans to study for 1 hour, and each successive day she will increase her study time by 30 minutes. How many hours will Keisha have studied after one week?

Exercise 59

A boulder rolled down a mountain, traveling 6 feet in the first second. Each successive second, its distance increased by 8 feet. How far did the boulder travel after 10 seconds?

Solution

420 feet

Exercise 60

A scientist places 50 cells in a petri dish. Every hour, the population increases by 1.5%. What will the cell count be after 1 day?

Exercise 61

A pendulum travels a distance of 3 feet on its first swing. On each successive swing, it travels 3 4 the distance of the previous swing. What is the total distance traveled by the pendulum when it stops swinging?

Solution

12 feet

Exercise 62

Rachael deposits $1,500 into a retirement fund each year. The fund earns 8.2% annual interest, compounded monthly. If she opened her account when she was 19 years old, how much will she have by the time she is 55? How much of that amount will be interest earned?

annuity
an investment in which the purchaser makes a sequence of periodic, equal payments
arithmetic series
the sum of the terms in an arithmetic sequence
diverge
a series is said to diverge if the sum is not a real number
geometric series
the sum of the terms in a geometric sequence
index of summation
in summation notation, the variable used in the explicit formula for the terms of a series and written below the sigma with the lower limit of summation
infinite series
the sum of the terms in an infinite sequence
lower limit of summation
the number used in the explicit formula to find the first term in a series
nth partial sum
the sum of the first n terms of a sequence
series
the sum of the terms in a sequence
summation notation
a notation for series using the Greek letter sigma; it includes an explicit formula and specifies the first and last terms in the series
upper limit of summation
the number used in the explicit formula to find the last term in a series