Processing math: 80%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

9.5: Series and Their Notations

( \newcommand{\kernel}{\mathrm{null}\,}\)

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.

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 Sn represents the partial sum.

S1=3S2=3+7=10S3=3+7+11=21S4=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 ak=2k for k=1 through k=5. We can begin by substituting the terms for k and listing out the terms of this series.

a1=2(1)=2a2=2(2)=4a3=2(3)=6a4=2(4)=8a5=2(5)=10

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

5k=12k=2+4+6+8+10=30

Definition: SUMMATION NOTATION

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

nk=1ak

This notation tells us to find the sum of ak from k=1 to k=n.

k is called the index of summation, 1 is the lower limit of summation, and n 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 k from the lower limit to the upper limit into the formula.
  4. Add to find the sum.
Example 9.5.1: Using Summation Notation

Evaluate

7k=3k2

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 k2 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 k2. We add the terms to find the sum.

7k=3k2=32+42+52+62+72=9+16+25+36+49=135

Exercise 9.5.1

Evaluate

5k=2(3k1)

Answer

38

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:

Sn=a1+(a1+d)+(a1+2d)+...+(and)+an.

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

Sn=an+(and)+(an2d)+...+(a1+d)+a1.

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.

Sn=a1+(a1+d)+(a1+2d)+...+(and)+an

+Sn=an+(and)+(an2d)+...+(a1+d)+a1_

2Sn=(a1+an)+(a1+an)+...+(a1+an)

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

2Sn=n(a1+an).

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

Sn=n(a1+an)2

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 n terms of an arithmetic sequence is

Sn=n(a1+an)2

How to: Given terms of an arithmetic series, find the sum of the first n terms
  1. Identify a1 and an.
  2. Determine n.
  3. Substitute values for a1, an, and n into the formula Sn=n(a1+an)2.
  4. Simplify to find Sn.
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. 12k=13k8
Solution
  1. We are given a1=5 and an=32.

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

Substitute values for a1, an, and n into the formula and simplify.

Sn=n(a1+an)2S10=10(5+32)2=185

  1. We are given a1=20 and an=50.

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

an=a1+(n1)d50=20+(n1)(5)70=(n1)(5)14=n115=n

Substitute values for a1, an, n into the formula and simplify.

Sn=n(a1+an)2S15=15(2050)2=225

  1. To find a1, substitute k=1 into the given explicit formula.

ak=3k8a1=3(1)8=5

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

ak=3k8a12=3(12)8=28

Substitute values for a1, an, and n into the formula and simplify.

Sn=n(a1+an)2S12=12(5+28)2=138

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

Exercise 9.5.2A

1.4+1.6+1.8+2.0+2.2+2.4+2.6+2.8+3.0+3.2+3.4

Answer

26.4

Exercise 9.5.2B

13+21+29++69

Answer

328

Exercise 9.5.2C

k=11056k

Answer

280

Example 9.5.3: 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 a1=12 and d=14. We are looking for the total number of miles walked after 8 weeks, so we know that n=8, and we are looking for S8. To find a8, we can use the explicit formula for an arithmetic sequence.

an=a1+d(n1)a8=12+14(81)=94

We can now use the formula for arithmetic series.

Sn=n(a1+an)2S8=8(12+94)2=11

She will have walked a total of 11 miles.

Exercise 9.5.3

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?

Answer

$2,025

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

Sn=a1+ra1+r2a1+...+rn1a1.

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.

rSn=ra1+r2a1+r3a1+...+rna1

Next, we subtract this equation from the original equation.

Sn=a1+ra1+r2a1+...+rn1a1rSn_=(ra1+r2a1+r3a1+...+rna1)_(1r)Sn=a1rna1

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 Sn, divide both sides by (1r).

Sn=a1(1rn)1r r1

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 n terms of a geometric sequence is represented as

Sn=a1(1rn)1r r1

How to: Given a geometric series, find the sum of the first n terms.
  1. Identify a1, r, and n.
  2. Substitute values for a1, r, and n into the formula Sn=a1(1rn)1r.
  3. Simplify to find Sn.
Terms of a Geometric Series

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

  1. S11 for the series 8+4+2+
  2. k=1632k
Solution
  1. a1=8, and we are given that n=11.

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

r=48=12

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

Sn=a1(1rn)1rS11=8(1(12)11)1(12)5.336

  1. Find a1 by substituting k=1 into the given explicit formula.

a1=321=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 a1, r, and n into the formula, and simplify.

Sn=a1(1rn)1rS6=6(126)12=378

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

Exercise 9.5.4A

S20 for the series 1,000+500+250+

Answer

2,000.00

Exercise 9.5.4B

8k=13k

Answer

9,840

Example 9.5.5: 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 a1=26,750; n=5; and r=1.016. Substitute values for a1, r, and n into the formula and simplify to find the total amount earned at the end of 5 years.

Sn=a1(1rn)1rS5=26,750(11.0165)11.016138,099.03

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

Exercise 9.5.5

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?

Answer

$275,513.31

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=12k, 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:

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

The common ratio r=0.2. As n gets very large, the values of rn 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.

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 1<r<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, r, was found in step 3, check to see if 1<r<1. If so, the sum is defined. If not, the sum is not defined.
Example 9.5.6: 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. 34+12+13+...
  3. k=127(13)k
  4. k=15k
Solution
  1. The ratio of the second term to the first is 23, which is not the same as the ratio of the third term to the second, 12.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 23. The sum of the infinite series is defined.
  3. The given formula is exponential with a base of 13; the series is geometric with a common ratio of 13. 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.

Exercise 9.5.6A

13+12+34+98+...

Answer

The sum is defined. It is geometric.

Exercise 9.5.6B

24+(12)+6+(3)+...

Answer

The sum of the infinite series is defined.

Exercise 9.5.6C

k=115(0.3)k

Answer

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.

Sn=a1(1rn)1r

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

(12)2=14(12)3=18(12)4=116

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

(12)10=11,024(12)20=11,048,576(12)30=11,073,741,824

As n gets very large, rn gets very small. We say that, as n increases without bound, rn approaches 0. As rn approaches 0, 1, rn approaches 1. When this happens, the numerator approaches a1. 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 1<r<1 is

S=a11r

How to: Given an infinite geometric series, find its sum
  1. Identify a1 and r.
  2. Confirm that 1<r<1.
  3. Substitute values for a1 and r into the formula, S=a11r.
  4. Simplify to find S.
Example 9.5.7A: 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=14,374(13)k1
  4. k=119(43)k
Solution
  1. There is not a constant ratio; the series is not geometric.
  2. There is a constant ratio; the series is geometric. a1=248.6 and r=99.44248.6=0.4, so the sum exists. Substitute a1=248.6 and r=0.4 into the formula and simplify to find the sum:

S=a11r=248.610.4=414.¯3

  1. The formula is exponential, so the series is geometric with r=13. Find a1 by substituting k=1 into the given explicit formula:

a1=4,374(13)11=4,374

Substitute a1=4,374 and r=13 into the formula, and simplify to find the sum:

S=a11r=4,3741(13)=3,280.5

  1. The formula is exponential, so the series is geometric, but r>1. The sum does not exist.
Example \PageIndex{7B}: Finding an Equivalent Fraction for a Repeating Decimal

Find an equivalent fraction for the repeating decimal 0.\overline{3}

Solution

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

0.\overline{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.

...

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=\dfrac{a_1}{1−r}=\dfrac{0.3}{1−0.1}=\dfrac{0.3}{0.9}=\dfrac{1}{3}.

Find the sum, if it exists.

Exercise \PageIndex{7A}

2+23+29+...

Answer

3

Exercise \PageIndex{7B}

\sum_{k=1}^{\infty}0.76k+1

Answer

The series is not geometric.

Exercise \PageIndex{7C}

\sum_{k=1}^{\infty}{\left(−\dfrac{3}{8}\right)}^k

Answer

−\dfrac{3}{11}

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 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 nn deposits using the formula for the sum of the first nn 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}=\dfrac{50(1−{1.005}^{72})}{1−1.005}≈4,320.44

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 a_1, the value of the initial deposit.
  2. Determine n, the number of deposits.
  3. Determine r.
    • Divide the annual interest rate by the number of times per year that interest is compounded.
    • Add 1 to this amount to find r.
  4. Substitute values for a_1, r, and n into the formula for the sum of the first nn terms of a geometric series, S_n=\dfrac{a_1(1–r^n)}{1–r}.
  5. Simplify to find S_n, the value of the annuity after n deposits.
Example \PageIndex{8}: 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+\dfrac{0.09}{12}=1.0075

Substitute a_1=100, r=1.0075, and n=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}=\dfrac{100(1−{1.0075}^{120})}{1−1.0075}≈19,351.43

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

Exercise \PageIndex{8}

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?

Answer

$92,408.18

Media

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

Key Equations

sum of the first n terms of an arithmetic series S_n=\dfrac{n(a_1+a_n)}{2}
sum of the first n terms of a geometric series S_n=\dfrac{a_1(1−r^n)}{1−r}r≠1
sum of an infinite geometric series with –1<r< 1 S_n=\dfrac{a_1}{1−r}r≠1

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 \PageIndex{1}.
  • 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 \PageIndex{2} and Example \PageIndex{3}.
  • 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 \PageIndex{4} and Example \PageIndex{5}.
  • 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 \PageIndex{6}, Example \PageIndex{7}, and Example \PageIndex{8}.
  • 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 \PageIndex{9}.

This page titled 9.5: Series and Their Notations is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by OpenStax via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?