89 Series and Their Notations

Learning Objectives

  • Use summation notation.
  • Use the formula for the sum of the first n terms of an arithmetic series.
  • Use the formula for the sum of the first n terms of a geometric series.
  • Use the formula for the sum of an infinite geometric series.
  • Solve annuity problems.

A couple 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.

[latex]3+7+11+15+19+...[/latex]

The [latex]n\text{th }[/latex]partial sum of a series is the sum of a finite number of consecutive terms beginning with the first term. The notation[latex]\text{ }{S}_{n}\text{ }[/latex]represents the partial sum.

[latex]\begin{array}{l}{S}_{1}=3\\ {S}_{2}=3+7=10\\ {S}_{3}=3+7+11=21\\ {S}_{4}=3+7+11+15=36\end{array}[/latex]

Summation notation is used to represent series. Summation notation is often known as sigma notation because it uses the Greek capital letter sigma, [latex]\text{Σ},[/latex] 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[latex]\,{a}_{k}=2k[/latex] for [latex]k=1[/latex] through [latex]k=5.\,[/latex] We can begin by substituting the terms for [latex]k[/latex] and listing out the terms of this series.

[latex]\begin{array}{l}\begin{array}{l}\\ {a}_{1}=2\left(1\right)=2\end{array}\hfill \\ {a}_{2}=2\left(2\right)=4\hfill \\ {a}_{3}=2\left(3\right)=6\hfill \\ {a}_{4}=2\left(4\right)=8\hfill \\ {a}_{5}=2\left(5\right)=10\hfill \end{array}[/latex]

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

[latex]\sum _{k=1}^{5}2k=2+4+6+8+10=30[/latex]

Summation Notation

The sum of the first[latex]n[/latex]terms of a series can be expressed in summation notation as follows:

[latex]\sum _{k=1}^{n}{a}_{k}[/latex]

This notation tells us to find the sum of [latex]{a}_{k}[/latex] from [latex]k=1[/latex] to [latex]k=n.[/latex]

[latex]k\,[/latex] is called the index of summation, 1 is the lower limit of summation, and [latex]n[/latex] is the upper limit of summation.

Does the lower limit of summation have to be 1?

No. The lower limit of summation can be any number, but 1 is frequently used. We will look at examples with lower limits of summation other than 1.

Given summation notation for a series, evaluate the value.

  1. Identify the lower limit of summation.
  2. Identify the upper limit of summation.
  3. Substitute each value of [latex]k[/latex] from the lower limit to the upper limit into the formula.
  4. Add to find the sum.

Using Summation Notation

Evaluate[latex]\sum _{k=3}^{7}{k}^{2}.[/latex]

[reveal-answer q=”fs-id1165137472839″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137472839″]

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 [latex]{k}^{2}[/latex] from [latex]k=3[/latex] to [latex]k=7.[/latex] We find the terms of the series by substituting [latex]k=3\text{,}4\text{,}5\text{,}6\text{,}\,[/latex] and [latex]7[/latex] into the function [latex]{k}^{2}.[/latex] We add the terms to find the sum.

[latex]\begin{array}{ll}\sum _{k=3}^{7}{k}^{2}\hfill & ={3}^{2}+{4}^{2}+{5}^{2}+{6}^{2}+{7}^{2}\hfill \\ \hfill & =9+16+25+36+49\hfill \\ \hfill & =135\hfill \end{array}[/latex][/hidden-answer]

Try It

Evaluate[latex]\sum _{k=2}^{5}\left(3k–1\right).[/latex]

[reveal-answer q=”fs-id1165137658521″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137658521″]

38

[/hidden-answer]

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,[latex]d.[/latex] The sum of the terms of an arithmetic sequence is called an arithmetic series. We can write the sum of the first [latex]n[/latex] terms of an arithmetic series as:

[latex]{S}_{n}={a}_{1}+\left({a}_{1}+d\right)+\left({a}_{1}+2d\right)+...+\left({a}_{n}–d\right)+{a}_{n}.[/latex]

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

[latex]{S}_{n}={a}_{n}+\left({a}_{n}–d\right)+\left({a}_{n}–2d\right)+...+\left({a}_{1}+d\right)+{a}_{1}.[/latex]

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

[latex]\frac{\begin{array}{l}\,\,\,\,\,\,{S}_{n}={a}_{1}+\left({a}_{1}+d\right)+\left({a}_{1}+2d\right)+...+\left({a}_{n}–d\right)+{a}_{n}\hfill \\ +\,\,{S}_{n}={a}_{n}+\left({a}_{n}–d\right)+\left({a}_{n}–2d\right)+...+\left({a}_{1}+d\right)+{a}_{1}\hfill \end{array}}{2{S}_{n}=\left({a}_{1}+{a}_{n}\right)+\left({a}_{1}+{a}_{n}\right)+...+\left({a}_{1}+{a}_{n}\right)}[/latex]

Because there are [latex]n[/latex] terms in the series, we can simplify this sum to

[latex]2{S}_{n}=n\left({a}_{1}+{a}_{n}\right).[/latex]

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

[latex]{S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}[/latex]

Formula for the Sum of the First n Terms of an Arithmetic Series

An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of the first [latex]n[/latex] terms of an arithmetic sequence is

[latex]{S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}[/latex]

How To

Given terms of an arithmetic series, find the sum of the first [latex]n[/latex] terms.

  1. Identify [latex]{a}_{1}[/latex] and [latex]{a}_{n}.[/latex]
  2. Determine [latex]n.[/latex]
  3. Substitute values for [latex]{a}_{1}\text{, }{a}_{n}\text{,}\,[/latex] and [latex]\,n\,[/latex] into the formula [latex]{S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}.[/latex]
  4. Simplify to find [latex]{S}_{n}.[/latex]

Finding the First n Terms of an Arithmetic Series

Find the sum of each arithmetic series.

  1. [latex]\text{5 + 8 + 11 + 14 + 17 + 20 + 23 + 26 + 29 + 32}[/latex]
  2. [latex]\text{20 + 15 + 10 +…+ −50}[/latex]
  3. [latex]\sum _{k=1}^{12}3k-8[/latex]
[reveal-answer q=”fs-id1165135571638″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135571638″]

  1. We are given [latex]{a}_{1}=5[/latex] and [latex]\,{a}_{n}=32.[/latex]

    Count the number of terms in the sequence to find [latex]n=10.[/latex]

    Substitute values for [latex]\,{a}_{1},{a}_{n}\text{\hspace{0.17em},}[/latex] and [latex]n[/latex] into the formula and simplify.

    [latex]\begin{array}{l}\begin{array}{l}\hfill \\ {S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}\hfill \end{array}\hfill \\ {S}_{10}=\frac{10\left(5+32\right)}{2}=185\hfill \end{array}[/latex]
  2. We are given [latex]{a}_{1}=20[/latex] and [latex]{a}_{n}=-50.[/latex]

    Use the formula for the general term of an arithmetic sequence to find [latex]n.[/latex]

    [latex]\begin{array}{l}\,\,\,\,{a}_{n}={a}_{1}+\left(n-1\right)d\hfill \\ -50=20+\left(n-1\right)\left(-5\right)\hfill \\ -70=\left(n-1\right)\left(-5\right)\hfill \\ \,\,\,\,14=n-1\hfill \\ \,\,\,\,15=n\hfill \end{array}[/latex]

    Substitute values for [latex]{a}_{1},{a}_{n}\text{,}\,n[/latex] into the formula and simplify.

    [latex]\begin{array}{l}\begin{array}{l}\\ {S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}\end{array}\hfill \\ {S}_{15}=\frac{15\left(20-50\right)}{2}=-225\hfill \end{array}[/latex]
  3. To find [latex]{a}_{1},\,[/latex]substitute [latex]k=1[/latex] into the given explicit formula.

    [latex]\begin{array}{l}{a}_{k}=3k-8\hfill \\ \text{ }{a}_{1}=3\left(1\right)-8=-5\hfill \end{array}[/latex]

    We are given that [latex]n=12.[/latex] To find [latex]{a}_{12},\,[/latex]substitute [latex]k=12[/latex] into the given explicit formula.

    [latex]\begin{array}{l}\text{ }{a}_{k}=3k-8\hfill \\ {a}_{12}=3\left(12\right)-8=28\hfill \end{array}[/latex]

    Substitute values for [latex]{a}_{1},{a}_{n},[/latex] and [latex]n[/latex] into the formula and simplify.

    [latex]\begin{array}{l}\text{ }{S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}\hfill \\ {S}_{12}=\frac{12\left(-5+28\right)}{2}=138\hfill \end{array}[/latex][/hidden-answer]

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

Try It

[latex]\text{1}\text{.4 + 1}\text{.6 + 1}\text{.8 + 2}\text{.0 + 2}\text{.2 + 2}\text{.4 + 2}\text{.6 + 2}\text{.8 + 3}\text{.0 + 3}\text{.2 + 3}\text{.4}[/latex]

[reveal-answer q=”fs-id1165134226148″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134226148″]

[latex]\text{26}\text{.4}[/latex]

[/hidden-answer]

Try It

[latex]\text{13 + 21 + 29 + }\dots \text{+ 69}[/latex]

[reveal-answer q=”fs-id1165135198577″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135198577″]

[latex]\text{328}[/latex]

[/hidden-answer]

Try It

[latex]\sum _{k=1}^{10}5-6k[/latex]

[reveal-answer q=”fs-id1165137874274″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137874274″]

[latex]\text{−280}[/latex]

[/hidden-answer]

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?

[reveal-answer q=”fs-id1165134382173″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134382173″]

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

[latex]\begin{array}{l}\begin{array}{l}\\ {a}_{n}={a}_{1}+d\left(n-1\right)\end{array}\hfill \\ {a}_{8}=\frac{1}{2}+\frac{1}{4}\left(8-1\right)=\frac{9}{4}\hfill \end{array}[/latex]

We can now use the formula for arithmetic series.

[latex]\begin{array}{l} {S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}\hfill \\ \text{ }{S}_{8}=\frac{8\left(\frac{1}{2}+\frac{9}{4}\right)}{2}=11\hfill \end{array}[/latex]

She will have walked a total of 11 miles.[/hidden-answer]

Try It

A man earns $100 in the first week of June. Each week, he earns $12.50 more than the previous week. After 12 weeks, how much has he earned?

[reveal-answer q=”fs-id1165137660095″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137660095″]

$2,025

[/hidden-answer]

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, [latex]\,r.\,[/latex]We can write the sum of the first [latex]n[/latex] terms of a geometric series as

[latex]{S}_{n}={a}_{1}+r{a}_{1}+{r}^{2}{a}_{1}+...+{r}^{n–1}{a}_{1}.[/latex]

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

[latex]r{S}_{n}=r{a}_{1}+{r}^{2}{a}_{1}+{r}^{3}{a}_{1}+...+{r}^{n}{a}_{1}[/latex]

Next, we subtract this equation from the original equation.

[latex]\begin{array}{l}\\ \frac{\begin{array}{l}\text{ }{S}_{n}={a}_{1}+r{a}_{1}+{r}^{2}{a}_{1}+...+{r}^{n–1}{a}_{1}\hfill \\ -r{S}_{n}=-\left(r{a}_{1}+{r}^{2}{a}_{1}+{r}^{3}{a}_{1}+...+{r}^{n}{a}_{1}\right)\hfill \end{array}}{\left(1-r\right){S}_{n}={a}_{1}-{r}^{n}{a}_{1}}\end{array}[/latex]

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 [latex]{S}_{n},[/latex] divide both sides by [latex]\left(1-r\right).[/latex]

[latex]{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}\text{ r}\ne \text{1}[/latex]

Formula for the Sum of the First n Terms of a Geometric Series

A geometric series is the sum of the terms in a geometric sequence. The formula for the sum of the first[latex]\,n\,[/latex]terms of a geometric sequence is represented as

[latex]{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}\text{ r}\ne \text{1}[/latex]

How To

Given a geometric series, find the sum of the first n terms.

  1. Identify[latex]\,{a}_{1},\,r,\,\text{and}\,n.[/latex]
  2. Substitute values for[latex]\,{a}_{1},\,r,[/latex] and [latex]n[/latex] into the formula [latex]{S}_{n}=\frac{{a}_{1}\left(1–{r}^{n}\right)}{1–r}.[/latex]
  3. Simplify to find [latex]{S}_{n}.[/latex]

Finding the First n Terms of a Geometric Series

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

  1. [latex]{S}_{11}[/latex]for the series[latex]\text{ 8 + -4 + 2 + }\dots[/latex]
  2. [latex]\underset{k=1}{\overset{6}{{\sum }^{\text{​}}}}3\cdot {2}^{k}[/latex]
[reveal-answer q=”fs-id1165135264856″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135264856″]

  1. [latex]{a}_{1}=8,[/latex] and we are given that [latex]n=11.[/latex]

    We can find [latex]r[/latex] by dividing the second term of the series by the first.

    [latex]r=\frac{-4}{8}=-\frac{1}{2}[/latex]

    Substitute values for [latex]{a}_{1}, r, \text{and} n[/latex] into the formula and simplify.

    [latex]\begin{array}{l}{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}\hfill \\ {S}_{11}=\frac{8\left(1-{\left(-\frac{1}{2}\right)}^{11}\right)}{1-\left(-\frac{1}{2}\right)}\approx 5.336\hfill \end{array}[/latex]
  2. Find [latex]{a}_{1}[/latex] by substituting [latex]k=1[/latex] into the given explicit formula.

    [latex]{a}_{1}=3\cdot {2}^{1}=6[/latex]

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

    Substitute values for [latex]{a}_{1},\,r,[/latex] and [latex]n[/latex] into the formula, and simplify.

    [latex]\begin{array}{l}{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}\hfill \\ {S}_{6}=\frac{6\left(1-{2}^{6}\right)}{1-2}=378\hfill \end{array}[/latex][/hidden-answer]

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

Try It

[latex]{S}_{20}[/latex] for the series[latex]\text{ 1,000 + 500 + 250 + }\dots[/latex]

[reveal-answer q=”fs-id1165135160679″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135160679″]

[latex]\approx 2,000.00[/latex]

[/hidden-answer]

Try It

[latex]\sum _{k=1}^{8}{3}^{k}[/latex]

[reveal-answer q=”fs-id1165137470286″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137470286″]

9,840

[/hidden-answer]

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.

[reveal-answer q=”fs-id1165137637577″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137637577″]

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

[latex]\begin{array}{l}{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}\hfill \\ {S}_{5}=\frac{26\text{,}750\left(1-{1.016}^{5}\right)}{1-1.016}\approx 138\text{,}099.03\hfill \end{array}[/latex]

He will have earned a total of $138,099.03 by the end of 5 years.[/hidden-answer]

Try It

At a new job, an employee’s starting salary is $32,100. She receives a 2% annual raise. How much will she have earned by the end of 8 years?

[reveal-answer q=”fs-id1165135526997″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135526997″]

$275,513.31

[/hidden-answer]

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 [latex]n[/latex]terms. An infinite series is the sum of the terms of an infinite sequence. An example of an infinite series is [latex]2+4+6+8+...[/latex]

This series can also be written in summation notation as [latex]\sum _{k=1}^{\infty }2k,[/latex] 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 series approach 0, the sum of an infinite geometric series can be defined. The terms in this series approach 0:

[latex]1+0.2+0.04+0.008+0.0016+...[/latex]

The common ratio [latex]\,r\text{ = 0}\text{.2}.\,[/latex]
As[latex]n[/latex] gets very large, the values of [latex]{r}^{n}[/latex] 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 [latex]-1

Determining Whether the Sum of an Infinite Geometric Series is Defined

The sum of an infinite series is defined if the series is geometric and [latex]-1

How To

Given the first several terms of an infinite series, determine if the sum of the series exists.

  1. Find the ratio of the second term to the first term.
  2. Find the ratio of the third term to the second term.
  3. Continue this process to ensure the ratio of a term to the preceding term is constant throughout. If so, the series is geometric.
  4. If a common ratio, [latex]r,[/latex] was found in step 3, check to see if [latex]-1

Determining Whether the Sum of an Infinite Series is Defined

Determine whether the sum of each infinite series is defined.

  1. [latex]\text{12 + 8 + 4 + }\dots[/latex]
  2. [latex]\frac{3}{4}+\frac{1}{2}+\frac{1}{3}+...[/latex]
  3. [latex]\sum _{k=1}^{\infty }27\cdot {\left(\frac{1}{3}\right)}^{k}[/latex]
  4. [latex]\sum _{k=1}^{\infty }5k[/latex]

[reveal-answer q=”576145″]Show Solution[/reveal-answer]
[hidden-answer a=”576145″]

  1. The ratio of the second term to the first is [latex]\frac{\text{2}}{\text{3}},[/latex]
    which is not the same as the ratio of the third term to the second, [latex]\frac{1}{2}.[/latex] 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 [latex]\frac{2}{3}\text{.}[/latex] The sum of the infinite series is defined.
  3. The given formula is exponential with a base of [latex]\frac{1}{3}\text{;}[/latex] the series is geometric with a common ratio of [latex]\frac{1}{3}\text{.}[/latex] 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.

[/hidden-answer]

Determine whether the sum of the infinite series is defined.

Try It

[latex]\frac{1}{3}+\frac{1}{2}+\frac{3}{4}+\frac{9}{8}+...[/latex]

[reveal-answer q=”fs-id1165137823177″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137823177″]

The sum is not defined.

[/hidden-answer]

Try It

[latex]24+\left(-12\right)+6+\left(-3\right)+...[/latex]

[reveal-answer q=”fs-id1165137400663″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137400663″]

The sum of the infinite series is defined.

[/hidden-answer]

Try It

[latex]\sum _{k=1}^{\infty }15\cdot {\left(–0.3\right)}^{k}[/latex]

[reveal-answer q=”fs-id1165135437872″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135437872″]

The sum of the infinite series is defined.

[/hidden-answer]

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 [latex]n[/latex]terms of a geometric series.

[latex]{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}[/latex]

We will examine an infinite series with [latex]r=\frac{1}{2}.[/latex] What happens to [latex]{r}^{n}[/latex] as [latex]n[/latex] increases?

[latex]\begin{array}{l}{\left(\frac{1}{2}\right)}^{2}=\frac{1}{4}\\ {\left(\frac{1}{2}\right)}^{3}=\frac{1}{8}\\ {\left(\frac{1}{2}\right)}^{4}=\frac{1}{16}\end{array}[/latex]

The value of[latex]\,{r}^{n}\,[/latex]decreases rapidly. What happens for greater values of [latex]n?[/latex]

[latex]\begin{array}{l}{\left(\frac{1}{2}\right)}^{10}=\frac{1}{1\text{,}024}\hfill \\ {\left(\frac{1}{2}\right)}^{20}=\frac{1}{1\text{,}048\text{,}576}\hfill \\ {\left(\frac{1}{2}\right)}^{30}=\frac{1}{1\text{,}073\text{,}741\text{,}824}\hfill \end{array}[/latex]

As [latex]n[/latex] gets very large, [latex]{r}^{n}[/latex] gets very small. We say that, as [latex]n[/latex] increases without bound, [latex]{r}^{n}[/latex]approaches 0. As [latex]{r}^{n}[/latex] approaches 0,[latex]1-{r}^{n}[/latex] approaches 1. When this happens, the numerator approaches[latex]\,{a}_{1}.[/latex] This give us a formula for the sum of an infinite geometric series.

Formula for the Sum of an Infinite Geometric Series

The formula for the sum of an infinite geometric series with [latex]-1

[latex]S=\frac{{a}_{1}}{1-r}[/latex]

How To

Given an infinite geometric series, find its sum.

  1. Identify[latex]{a}_{1}[/latex]and [latex]r.[/latex]
  2. Confirm that [latex]–1
  3. Substitute values for [latex]{a}_{1}[/latex] and [latex]r[/latex] into the formula, [latex]S=\frac{{a}_{1}}{1-r}.[/latex]
  4. Simplify to find[latex]\,S.[/latex]

Finding the Sum of an Infinite Geometric Series

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

  1. [latex]10+9+8+7+\dots[/latex]
  2. [latex]248.6+99.44+39.776+\text{ }\dots[/latex]
  3. [latex]\sum _{k=1}^{\infty }4\text{,}374\cdot {\left(–\frac{1}{3}\right)}^{k–1}[/latex]
  4. [latex]\sum _{k=1}^{\infty }\frac{1}{9}\cdot {\left(\frac{4}{3}\right)}^{k}[/latex]
[reveal-answer q=”fs-id1165135394090″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135394090″]

  1. There is not a constant ratio; the series is not geometric.
  2. There is a constant ratio; the series is geometric. [latex]{a}_{1}=248.6[/latex]and[latex]r=\frac{99.44}{248.6}=0.4,[/latex] so the sum exists. Substitute [latex]{a}_{1}=248.6[/latex] and [latex]r=0.4[/latex] into the formula and simplify to find the sum:

    [latex]\begin{array}{l}S=\frac{{a}_{1}}{1-r}\hfill \\ S=\frac{248.6}{1-0.4}=414.\overline{3}\hfill \end{array}[/latex]
  3. The formula is exponential, so the series is geometric with [latex]r=–\frac{1}{3}.[/latex] Find[latex]{a}_{1}[/latex] by substituting [latex]k=1[/latex] into the given explicit formula:

    [latex]{a}_{1}=4\text{,}374\cdot {\left(–\frac{1}{3}\right)}^{1–1}=4\text{,}374[/latex]

    Substitute [latex]{a}_{1}=4\text{,}374[/latex] and [latex]r=-\frac{1}{3}[/latex] into the formula, and simplify to find the sum:

    [latex]\begin{array}{l}S=\frac{{a}_{1}}{1-r}\hfill \\ S=\frac{4\text{,}374}{1-\left(-\frac{1}{3}\right)}=3\text{,}280.5\hfill \end{array}[/latex]
  4. The formula is exponential, so the series is geometric, but[latex]\,r>1.\,[/latex]The sum does not exist.[/hidden-answer]

Finding an Equivalent Fraction for a Repeating Decimal

Find an equivalent fraction for the repeating decimal [latex]0.\overline{3}[/latex]

[reveal-answer q=”fs-id1165135512477″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135512477″]

We notice the repeating decimal [latex]0.\overline{3}=0.333...[/latex] so we can rewrite the repeating decimal as a sum of terms.

[latex]0.\overline{3}=0.3+0.03+0.003+...[/latex]

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.

...

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

[latex]{S}_{n}=\frac{{a}_{1}}{1-r}=\frac{0.3}{1-0.1}=\frac{0.3}{0.9}=\frac{1}{3}.[/latex][/hidden-answer]

Find the sum, if it exists.

Try It

[latex]2+\frac{2}{3}+\frac{2}{9}+...[/latex]

[reveal-answer q=”fs-id1165137834920″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137834920″]

3

[/hidden-answer]

Try It

[latex]\sum _{k=1}^{\infty }0.76k+1[/latex]

[reveal-answer q=”fs-id1165135596445″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135596445″]

The series is not geometric.

[/hidden-answer]

Try It

[latex]\sum _{k=1}^{\infty }{\left(-\frac{3}{8}\right)}^{k}[/latex]

[reveal-answer q=”fs-id1165137387166″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137387166″]

[latex]-\frac{3}{11}[/latex]

[/hidden-answer]

Solving Annuity Problems

At the beginning of the section, we looked at a problem in which a couple 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 couple 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 [latex]{a}_{1}=50[/latex] and [latex]r=100.5%=1.005.[/latex] 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 [latex]n[/latex] deposits using the formula for the sum of the first [latex]n[/latex] terms of a geometric series. In 6 years, there are 72 months, so [latex]n=72.[/latex] We can substitute [latex]{a}_{1}=50, r=1.005, \text{and} n=72[/latex] into the formula, and simplify to find the value of the annuity after 6 years.

[latex]{S}_{72}=\frac{50\left(1-{1.005}^{72}\right)}{1-1.005}\approx 4\text{,}320.44[/latex]

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

How To

Given an initial deposit and an interest rate, find the value of an annuity.

  1. Determine[latex]\,{a}_{1}\text{,}\,[/latex]the value of the initial deposit.
  2. Determine[latex]\,n\text{,}\,[/latex]the number of deposits.
  3. Determine[latex]\,r.[/latex]
    1. Divide the annual interest rate by the number of times per year that interest is compounded.
    2. Add 1 to this amount to find [latex]r.[/latex]
  4. Substitute values for[latex]\,{a}_{1}\text{,}\,r,\,\text{and}\,n\,[/latex]
    into the formula for the sum of the first [latex]n[/latex] terms of a geometric series,[latex]{S}_{n}=\frac{{a}_{1}\left(1–{r}^{n}\right)}{1–r}.[/latex]
  5. Simplify to find [latex]{S}_{n},[/latex] the value of the annuity after [latex]n[/latex] deposits.

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?

[reveal-answer q=”fs-id1165135388500″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135388500″]

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

[latex]r=1+\frac{0.09}{12}=1.0075[/latex]

Substitute[latex]\,{a}_{1}=100\text{,}\,r=1.0075\text{,}\,\text{and}\,n=120\,[/latex]into the formula for the sum of the first [latex]n[/latex] terms of a geometric series, and simplify to find the value of the annuity.

[latex]{S}_{120}=\frac{100\left(1-{1.0075}^{120}\right)}{1-1.0075}\approx 19\text{,}351.43[/latex]

So the account has $19,351.43 after the last deposit is made.[/hidden-answer]

Try It

At the beginning of each month, $200 is deposited into a retirement fund. The fund earns 6% annual interest, compounded monthly, and paid into the account at the end of the month. How much is in the account if deposits are made for 10 years?

[reveal-answer q=”fs-id1165137725110″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137725110″]

$32,775.87

[/hidden-answer]

Access these online resources for additional instruction and practice with series.

Key Equations

sum of the first[latex]\,n\,[/latex]
terms of an arithmetic series
[latex]{S}_{n}=\frac{n\left({a}_{1}+{a}_{n}\right)}{2}[/latex]
sum of the first[latex]\,n\,[/latex]
terms of a geometric series
[latex]{S}_{n}=\frac{{a}_{1}\left(1-{r}^{n}\right)}{1-r},r\ne 1[/latex]
sum of an infinite geometric series with[latex]\,–1 [latex]{S}_{n}=\frac{{a}_{1}}{1-r},r\ne 1[/latex]

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 (Figure).
  • The sum of the terms in an arithmetic sequence is called an arithmetic series.
  • The sum of the first[latex]n[/latex]terms of an arithmetic series can be found using a formula. See (Figure) and (Figure).
  • The sum of the terms in a geometric sequence is called a geometric series.
  • The sum of the first[latex]n[/latex]terms of a geometric series can be found using a formula. See (Figure) and (Figure).
  • The sum of an infinite series exists if the series is geometric with [latex]–1
  • If the sum of an infinite series exists, it can be found using a formula. See (Figure), (Figure), and (Figure).
  • 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 (Figure).

Section Exercises

Verbal

What is an [latex]n\text{th}[/latex] partial sum?

[reveal-answer q=”fs-id1165134387624″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134387624″]

An [latex]n\text{th}[/latex] partial sum is the sum of the first [latex]n[/latex] terms of a sequence.

[/hidden-answer]

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

What is a geometric series?

[reveal-answer q=”fs-id1165135435790″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135435790″]

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

[/hidden-answer]

How is finding the sum of an infinite geometric series different from finding the [latex]n\text{th}[/latex] partial sum?

What is an annuity?

[reveal-answer q=”fs-id1165135487097″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135487097″]

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

[/hidden-answer]

Algebraic

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

The sum of terms [latex]{m}^{2}+3m[/latex]from [latex]m=1[/latex] to [latex]m=5[/latex]

The sum from of [latex]n=0[/latex] to [latex]n=4[/latex] of [latex]5n[/latex]

[reveal-answer q=”fs-id1165135205629″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135205629″]

[latex]\sum _{n=0}^{4}5n[/latex]

[/hidden-answer]

The sum of [latex]6k-5[/latex] from [latex]k=-2[/latex] to [latex]k=1[/latex]

The sum that results from adding the number 4 five times

[reveal-answer q=”fs-id1165135333040″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135333040″]

[latex]\sum _{k=1}^{5}4[/latex]

[/hidden-answer]

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

[latex]5+10+15+20+25+30+35+40+45+50[/latex]

[latex]10+18+26+\dots +162[/latex]

[reveal-answer q=”fs-id1165137696462″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137696462″]
[latex]\sum _{k=1}^{20}8k+2[/latex][/hidden-answer]

[latex]\frac{1}{2}+1+\frac{3}{2}+2+\dots +4[/latex]

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

[latex]\frac{3}{2}+2+\frac{5}{2}+3+\frac{7}{2}[/latex]
[reveal-answer q=”fs-id1165137871515″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137871515″]

[latex]{S}_{5}=\frac{5\left(\frac{3}{2}+\frac{7}{2}\right)}{2}[/latex]

[/hidden-answer]

[latex]19+25+31+\dots +73[/latex]

[latex]3.2+3.4+3.6+\dots +5.6[/latex]

[reveal-answer q=”fs-id1165137619905″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137619905″]

[latex]{S}_{13}=\frac{13\left(3.2+5.6\right)}{2}[/latex]

[/hidden-answer]

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

[latex]1+3+9+27+81+243+729+2187[/latex]

[latex]8+4+2+\dots +0.125[/latex]
[reveal-answer q=”fs-id1165137456659″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137456659″]

[latex]\sum _{k=1}^{7}8\cdot {0.5}^{k-1}[/latex]

[/hidden-answer]

[latex]-\frac{1}{6}+\frac{1}{12}-\frac{1}{24}+\dots +\frac{1}{768}[/latex]

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

[latex]9+3+1+\frac{1}{3}+\frac{1}{9}[/latex]

[reveal-answer q=”fs-id1165135338212″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135338212″]

[latex]{S}_{5}=\frac{9\left(1-{\left(\frac{1}{3}\right)}^{5}\right)}{1-\frac{1}{3}}=\frac{121}{9}\approx 13.44[/latex]

[/hidden-answer]

[latex]\sum _{n=1}^{9}5\cdot {2}^{n-1}[/latex]

[latex]\sum _{a=1}^{11}64\cdot {0.2}^{a-1}[/latex]

[reveal-answer q=”fs-id1165137704468″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137704468″]

[latex]{S}_{11}=\frac{64\left(1-{0.2}^{11}\right)}{1-0.2}=\frac{781,249,984}{9,765,625}\approx 80[/latex]

[/hidden-answer]

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.

[latex]12+18+24+30+...[/latex]

[latex]2+1.6+1.28+1.024+...[/latex]

[reveal-answer q=”fs-id1165135496306″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135496306″]

The series is defined. [latex]S=\frac{2}{1-0.8}[/latex]

[/hidden-answer]

[latex]\sum _{m=1}^{\infty }{4}^{m-1}[/latex]

[latex]\underset{\infty }{\overset{k=1}{{\sum }^{\text{​}}}}-{\left(-\frac{1}{2}\right)}^{k-1}[/latex]
[reveal-answer q=”fs-id1165137701119″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137701119″]

The series is defined. [latex]S=\frac{-1}{1-\left(-\frac{1}{2}\right)}[/latex]

[/hidden-answer]

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.

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

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

[reveal-answer q=”fs-id1165137828079″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137828079″]Graph of Javier's deposits where the x-axis is the months of the year and the y-axis is the sum of deposits.[/hidden-answer]

For the following exercises, use the geometric series[latex]{\sum _{k=1}^{\infty }\left(\frac{1}{2}\right)}^{k}.[/latex]

Graph the first 7 partial sums of the series.

What number does [latex]{S}_{n}[/latex] seem to be approaching in the graph? Find the sum to explain why this makes sense.

[reveal-answer q=”fs-id1165135208860″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135208860″]

Sample answer: The graph of [latex]{S}_{n}[/latex] seems to be approaching 1. This makes sense because[latex]\sum _{k=1}^{\infty }{\left(\frac{1}{2}\right)}^{k}[/latex]is a defined infinite geometric series with [latex]S=\frac{\frac{1}{2}}{1–\left(\frac{1}{2}\right)}=1.[/latex]

[/hidden-answer]

Numeric

For the following exercises, find the indicated sum.

[latex]\sum _{a=1}^{14}a[/latex]

[latex]\sum _{n=1}^{6}n\left(n-2\right)[/latex]

[reveal-answer q=”fs-id1165137453619″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137453619″]

49

[/hidden-answer]

[latex]\sum _{k=1}^{17}{k}^{2}[/latex]

[latex]\sum _{k=1}^{7}{2}^{k}[/latex]

[reveal-answer q=”fs-id1165134183115″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134183115″]

254

[/hidden-answer]

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

[latex]-1.7+-0.4+0.9+2.2+3.5+4.8[/latex]

[latex]6+\frac{15}{2}+9+\frac{21}{2}+12+\frac{27}{2}+15[/latex]

[reveal-answer q=”fs-id1165135471078″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135471078″]

[latex]{S}_{7}=\frac{147}{2}[/latex]

[/hidden-answer]

[latex]-1+3+7+...+31[/latex]

[latex]\sum _{k=1}^{11}\left(\frac{k}{2}-\frac{1}{2}\right)[/latex]
[reveal-answer q=”656521″]Show Solution[/reveal-answer]
[hidden-answer a=”656521″][latex]{S}_{11}=\frac{55}{2}[/latex][/hidden-answer]

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

[latex]{S}_{6}[/latex] for the series [latex]-2-10-50-250...[/latex]

[latex]{S}_{7}[/latex] for the series [latex]0.4-2+10-50...[/latex]

[reveal-answer q=”fs-id1165137530296″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137530296″]

[latex]{S}_{7}=5208.4[/latex]

[/hidden-answer]

[latex]\sum _{k=1}^{9}{2}^{k-1}[/latex]

[latex]\sum _{n=1}^{10}-2\cdot {\left(\frac{1}{2}\right)}^{n-1}[/latex]

[reveal-answer q=”fs-id1165135496397″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135496397″]

[latex]{S}_{10}=-\frac{1023}{256}[/latex]

[/hidden-answer]

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

[latex]4+2+1+\frac{1}{2}...[/latex]

[latex]-1-\frac{1}{4}-\frac{1}{16}-\frac{1}{64}...[/latex]

[reveal-answer q=”fs-id1165137535603″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137535603″]

[latex]S=-\frac{4}{3}[/latex]

[/hidden-answer]

[latex]\underset{\infty }{\overset{k=1}{{\sum }^{\text{​}}}}3\cdot {\left(\frac{1}{4}\right)}^{k-1}[/latex]

[latex]\sum _{n=1}^{\infty }4.6\cdot {0.5}^{n-1}[/latex]

[reveal-answer q=”fs-id1165135333829″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135333829″]

[latex]S=9.2[/latex]

[/hidden-answer]

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

Deposit amount: [latex]\text{\$}50;[/latex] total deposits: [latex]60;[/latex] interest rate: [latex]5%,[/latex] compounded monthly

Deposit amount: [latex]\text{\$}150;[/latex] total deposits: [latex]24;[/latex] interest rate: [latex]3%,[/latex] compounded monthly

[reveal-answer q=”fs-id1165137705498″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137705498″]

$3,705.42

[/hidden-answer]

Deposit amount: [latex]\text{\$}450;[/latex] total deposits: [latex]60;[/latex] interest rate: [latex]4.5%,[/latex] compounded quarterly

Deposit amount: [latex]\text{\$}100;[/latex] total deposits: [latex]120;[/latex] interest rate: [latex]10%,[/latex] compounded semi-annually

[reveal-answer q=”fs-id1165135481987″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135481987″]

$695,823.97

[/hidden-answer]

Extensions

The sum of terms [latex]50-{k}^{2}[/latex] from [latex]k=x[/latex] through [latex]7[/latex] is [latex]115.[/latex] What is x?

Write an explicit formula for[latex]{a}_{k}[/latex]such that[latex]\sum _{k=0}^{6}{a}_{k}=189.[/latex] Assume this is an arithmetic series.

[reveal-answer q=”fs-id1165135245742″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135245742″]

[latex]{a}_{k}=30-k[/latex]

[/hidden-answer]

Find the smallest value of n such that[latex]\sum _{k=1}^{n}\left(3k–5\right)>100.[/latex]

How many terms must be added before the series [latex]-1-3-5-7....\text{ }[/latex]has a sum less than [latex]-75?[/latex]

[reveal-answer q=”fs-id1165134061152″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134061152″]

9 terms

[/hidden-answer]

Write [latex]0.\overline{65}[/latex] as an infinite geometric series using summation notation. Then use the formula for finding the sum of an infinite geometric series to convert [latex]0.\overline{65}[/latex] to a fraction.

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

[reveal-answer q=”fs-id1165137817626″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137817626″]

[latex]r=\frac{4}{5}[/latex]

[/hidden-answer]

To get the best loan rates available, the Riches 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 Riches have enough for a 20% down payment after five years of saving? How much money will they have saved?

Karl has two years to save [latex]$10,000[/latex] 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?

[reveal-answer q=”fs-id1165135181468″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135181468″]

$400 per month

[/hidden-answer]

Real-World Applications

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

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?

[reveal-answer q=”fs-id1165135181435″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135181435″]

420 feet

[/hidden-answer]

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?

A pendulum travels a distance of 3 feet on its first swing. On each successive swing, it travels [latex]\frac{3}{4}[/latex] the distance of the previous swing. What is the total distance traveled by the pendulum when it stops swinging?

[reveal-answer q=”fs-id1165137629057″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137629057″]

12 feet

[/hidden-answer]

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?

Glossary

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[latex]n[/latex]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

License

Icon for the Creative Commons Attribution 4.0 International License

Algebra and Trigonometry OpenStax Copyright © 2015 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book