Series and Their Notations

Learning Outcomes

  • Use summation notation.
  • Use the formula for the sum of the first terms of an arithmetic series.
  • Use the formula for the sum of the first 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.

Arithmetic Series

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+\cdots[/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]\begin{align}&{S}_{n}\text{ 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\end{align}[/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]\Sigma[/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{align} &{a}_{1}=2\left(1\right)=2 \\ &{a}_{2}=2\left(2\right)=4 \\ &{a}_{3}=2\left(3\right)=6 \\ &{a}_{4}=2\left(4\right)=8 \\ &{a}_{5}=2\left(5\right)=10 \end{align}[/latex]

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

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

A General Note: Summation Notation

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

[latex]\sum\limits _{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.

Q & A

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.

How To: 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.

Example: Using Summation Notation

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

Try It

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

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]\begin{align}{S}_{n}&={a}_{1}+\left({a}_{1}+d\right)+\left({a}_{1}+2d\right)+…+\left({a}_{n}-d\right)+{a}_{n} \\ +{S}_{n}&={a}_{n}+\left({a}_{n}-d\right)+\left({a}_{n}-2d\right)+…+\left({a}_{1}+d\right)+{a}_{1} \\ \hline 2{S}_{n}&=\left({a}_{1}+{a}_{n}\right)+\left({a}_{1}+{a}_{n}\right)+…+\left({a}_{1}+{a}_{n}\right) \end{align}[/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}=\dfrac{n\left({a}_{1}+{a}_{n}\right)}{2}[/latex]

This is generally referred to as the Partial Sum of the series.

A General Note: Formula for the Partial Sum of an Arithmetic Series

An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the partial sum of an arithmetic sequence is

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

How To: Given terms of an arithmetic series, find the partial sum

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

Example: Finding the partial sum of an Arithmetic Series

Find the partial sum of each arithmetic series.

  1. [latex]5 + 8 + 11 + 14 + 17 + 20 + 23 + 26 + 29 + 32[/latex]
  2. [latex]20 + 15 + 10 + \dots + -50[/latex]
  3. [latex]\sum\limits _{k=1}^{12}3k - 8[/latex]

 

Try It

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

[latex]1.4+1.6+1.8+2.0+2.2+2.4+2.6+2.8+3.0+3.2+3.4[/latex]

[latex]12+21+29\dots + 69[/latex]

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


Example: 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?

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?

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}+{a}_{1}r+{a}_{1}{r}^{2}+…+{a}_{1}{r}^{n - 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}={a}_{1}r+{a}_{1}{r}^{2}+{a}_{1}{r}^{3}+…+{a}_{1}{r}^{n}[/latex]

Next, we subtract this equation from the original equation.

[latex]\begin{align}{S}_{n}&={a}_{1}+{a}_{1}r+{a}_{1}{r}^{2}+…+{a}_{1}{r}^{n - 1} \\ -r{S}_{n}&=-\left({a}_{1}r+{a}_{1}{r}^{2}+{a}_{1}{r}^{3}+…+{a}_{1}{r}^{n}\right) \\ \hline \left(1-r\right){S}_{n}&={a}_{1}-{a}_{1}{r}^{n}\end{align}[/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], factor [latex]a_1[/latex] on the right hand side and divide both sides by [latex]\left(1-r\right)[/latex].

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

A General Note: 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}=\dfrac{{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}=\dfrac{{a}_{1}\left(1-{r}^{n}\right)}{1-r}[/latex].
  3. Simplify to find [latex]{S}_{n}[/latex].

Example: 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] 8 + -4 + 2 + \dots [/latex]
  2. [latex]\sum\limits _{k=1}^6 3\cdot {2}^{k}[/latex]

Try It

Use the formula to find the indicated partial sum of each geometric series.
[latex]{S}_{20}[/latex] for the series [latex]1\text{,}000 + 500 + 250 + \dots [/latex]

 

Use the formula to determine the sum [latex]\sum\limits _{k=1}^{8}{3}^{k}[/latex]

Example: 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.

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?

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 [latex]2+4+6+8+\dots[/latex].

This series can also be written in summation notation as [latex] \sum\limits _{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+\dots[/latex]

The common ratio is [latex]r=0.2[/latex]. As n gets large, the values of 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<r<1[/latex] approach 0; the sum of a geometric series is defined when [latex]-1<r<1[/latex].

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<r<1[/latex].

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, r, was found in step 3, check to see if [latex]-1<r<1[/latex]. If so, the sum is defined. If not, the sum is not defined.

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

Determine whether the sum of each infinite series is defined.

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

try it

Determine whether the sum of the infinite series is defined.

  1. [latex]\dfrac{1}{3}+\dfrac{1}{2}+\dfrac{3}{4}+\dfrac{9}{8}+\cdots[/latex]
  2. [latex]24+(-12)+6+(-3)+\dots[/latex]
  3. [latex]\sum\limits _{k=1}^{\infty} 15\cdot(-0.3)^k[/latex]

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.

[latex]{S}_{n}=\dfrac{{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 n increases?

[latex]\begin{align} &{\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{align}[/latex]

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

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

As n gets large, [latex]r^n[/latex] gets very small. We say that as n 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 gives us the formula for the sum of an infinite geometric series.

A General Note: FORMULA FOR THE SUM OF AN INFINITE GEOMETRIC SERIES

The formula for the sum of an infinite geometric series with [latex]-1<r<1[/latex] is:

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

How To: Given an infinite geometric series, find its sum.

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

Example: 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+\dots[/latex]
  3. [latex]\sum\limits _{k=1}^{\infty}4\text{,}374\cdot\left(-\dfrac{1}{3}\right)^{k-1}[/latex]
  4. [latex]\sum\limits _{k=1}^{\infty}\dfrac{1}{9}\cdot\left(\dfrac{4}{3}\right)^{k}[/latex]

Example: Finding an Equivalent Fraction for a Repeating Decimal

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

try it

Find the sum if it exists.

  1. [latex]2+\dfrac{2}{3}+\dfrac{2}{9}+\dots[/latex]
  2. [latex]\sum\limits _{k=1}^{\infty}{0.76k+1}[/latex]
  3. [latex]\sum\limits _{k=1}^{\infty}\left(-\dfrac{3}{8}\right)^k[/latex]

 

Annuities

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,[/latex] and [latex]n=72[/latex] into the formula, and simplify to find the value of the annuity after 6 years.

[latex]{S}_{72}=\dfrac{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 [latex]72\left(50\right) = $3,600[/latex]. 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}[/latex], the value of the initial deposit.
  2. Determine [latex]n[/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},r,[/latex] and [latex]n[/latex]
    into the formula for the sum of the first [latex]n[/latex] terms of a geometric series, [latex]{S}_{n}=\dfrac{{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.

Example: 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?

Show Solution

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?

 

Key Equations

sum of the first [latex]n[/latex]
terms of an arithmetic series
[latex]{S}_{n}=\dfrac{n\left({a}_{1}+{a}_{n}\right)}{2}[/latex]
sum of the first [latex]n[/latex]
terms of a geometric series
[latex]{S}_{n}=\dfrac{{a}_{1}\left(1-{r}^{n}\right)}{1-r} , r\ne 1[/latex]
sum of an infinite geometric series with [latex]-1<r<1[/latex] [latex]{S}_{n}=\dfrac{{a}_{1}}{1-r}[/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.
  • 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.
  • 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.
  • The sum of an infinite series exists if the series is geometric with [latex]-1<r<1[/latex].
  • If the sum of an infinite series exists, it can be found using a formula.
  • 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.

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