Infinite Series

We have seen that a sequence is an ordered set of terms. If you add these terms together, you get a series. In this section we define an infinite series and show how series are related to sequences. We also define what it means for a series to converge or diverge. We introduce one of the most important types of series: the geometric series. We will use geometric series in the next chapter to write certain functions as polynomials with an infinite number of terms. This process is important because it allows us to evaluate, differentiate, and integrate complicated functions by using polynomials that are easier to handle. We also discuss the harmonic series, arguably the most interesting divergent series because it just fails to converge.

Sums and Series

An infinite series is a sum of infinitely many terms and is written in the form

n=1an=a1+a2+a3+.

But what does this mean? We cannot add an infinite number of terms in the same way we can add a finite number of terms. Instead, the value of an infinite series is defined in terms of the limit of partial sums. A partial sum of an infinite series is a finite sum of the form

n=1kan=a1+a2+a3++ak.

To see how we use partial sums to evaluate infinite series, consider the following example. Suppose oil is seeping into a lake such that 1000

gallons enters the lake the first week. During the second week, an additional 500

gallons of oil enters the lake. The third week, 250

more gallons enters the lake. Assume this pattern continues such that each week half as much oil enters the lake as did the previous week. If this continues forever, what can we say about the amount of oil in the lake? Will the amount of oil continue to get arbitrarily large, or is it possible that it approaches some finite amount? To answer this question, we look at the amount of oil in the lake after k

weeks. Letting Sk

denote the amount of oil in the lake (measured in thousands of gallons) after k

weeks, we see that

S1=1S2=1+0.5=1+12S3=1+0.5+0.25=1+12+14S4=1+0.5+0.25+0.125=1+12+14+18S5=1+0.5+0.25+0.125+0.0625=1+12+14+18+116.

Looking at this pattern, we see that the amount of oil in the lake (in thousands of gallons) after k

weeks is

Sk=1+12+14+18+116++12k1=n=1k(12)n1.

We are interested in what happens as k.

Symbolically, the amount of oil in the lake as k

is given by the infinite series

n=1(12)n1=1+12+14+18+116+.

At the same time, as k,

the amount of oil in the lake can be calculated by evaluating limkSk.

Therefore, the behavior of the infinite series can be determined by looking at the behavior of the sequence of partial sums {Sk}.

If the sequence of partial sums {Sk}

converges, we say that the infinite series converges, and its sum is given by limkSk.

If the sequence {Sk}

diverges, we say the infinite series diverges. We now turn our attention to determining the limit of this sequence {Sk}.

First, simplifying some of these partial sums, we see that

S1=1S2=1+12=32S3=1+12+14=74S4=1+12+14+18=158S5=1+12+14+18+116=3116.

Plotting some of these values in [link], it appears that the sequence {Sk}

could be approaching 2.

This is a graph in quadrant 1with the x and y axes labeled n and S_n, respectively. From 1 to 5, points are plotted. They increase and seem to converge to 2 and n goes to infinity.

Let’s look for more convincing evidence. In the following table, we list the values of Sk

for several values of k.

k
5
10
15
20
   
{: valign=”top”} Sk
1.9375
1.998
1.999939
1.999998

| {: valign=”top”}{: .unnumbered summary=”This is a table with two rows and five columns. The first row is labeled “k” and has the values 5, 10, 15, and 20. The second row is labeled “S_k” and has the values 1.9375, 1.998, 1.999939, and 1.999998.” data-label=””}

These data supply more evidence suggesting that the sequence {Sk}

converges to 2.

Later we will provide an analytic argument that can be used to prove that limkSk=2.

For now, we rely on the numerical and graphical data to convince ourselves that the sequence of partial sums does actually converge to 2.

Since this sequence of partial sums converges to 2,

we say the infinite series converges to 2

and write

n=1(12)n1=2.

Returning to the question about the oil in the lake, since this infinite series converges to 2,

we conclude that the amount of oil in the lake will get arbitrarily close to 2000

gallons as the amount of time gets sufficiently large.

This series is an example of a geometric series. We discuss geometric series in more detail later in this section. First, we summarize what it means for an infinite series to converge.

Definition

An infinite series is an expression of the form

n=1an=a1+a2+a3+.

For each positive integer k,

the sum

Sk=n=1kan=a1+a2+a3++ak

is called the kth

partial sum of the infinite series. The partial sums form a sequence {Sk}.

If the sequence of partial sums converges to a real number S,

the infinite series converges. If we can describe the convergence of a series to S,

we call S

the sum of the series, and we write

n=1an=S.

If the sequence of partial sums diverges, we have the divergence of a series.

This website shows a more whimsical approach to series.

Note that the index for a series need not begin with n=1

but can begin with any value. For example, the series

n=1(12)n1

can also be written as

n=0(12)norn=5(12)n5.

Often it is convenient for the index to begin at 1,

so if for some reason it begins at a different value, we can reindex by making a change of variables. For example, consider the series

n=21n2.

By introducing the variable m=n1,

so that n=m+1,

we can rewrite the series as

m=11(m+1)2.
Evaluating Limits of Sequences of Partial Sums

For each of the following series, use the sequence of partial sums to determine whether the series converges or diverges.

  1. n=1nn+1
  2. n=1(−1)n
  3. n=11n(n+1)
  1. The sequence of partial sums {Sk}

    satisfies


    S1=12S2=12+23S3=12+23+34S4=12+23+34+45.

    Notice that each term added is greater than

    1/2.

    As a result, we see that


    S1=12S2=12+23>12+12=2(12)S3=12+23+34>12+12+12=3(12)S4=12+23+34+45>12+12+12+12=4(12).

    From this pattern we can see that

    Sk>k(12)

    for every integer

    k.

    Therefore,

    {Sk}

    is unbounded and consequently, diverges. Therefore, the infinite series

    n=1n/(n+1)

    diverges.

  2. The sequence of partial sums {Sk}

    satisfies


    S1=−1S2=−1+1=0S3=−1+11=−1S4=−1+11+1=0.

    From this pattern we can see the sequence of partial sums is


    {Sk}={−1,0,−1,0,…}.

    Since this sequence diverges, the infinite series

    n=1(−1)n

    diverges.

  3. The sequence of partial sums {Sk}

    satisfies


    S1=11·2=12S2=11·2+12·3=12+16=23S3=11·2+12·3+13·4=12+16+112=34S4=11·2+12·3+13·4+14·5=45S5=11·2+12·3+13·4+14·5+15·6=56.

    From this pattern, we can see that the

    kth

    partial sum is given by the explicit formula


    Sk=kk+1.

    Since

    k/(k+1)1,

    we conclude that the sequence of partial sums converges, and therefore the infinite series converges to

    1.

    We have


    n=11n(n+1)=1.

Determine whether the series n=1(n+1)/n

converges or diverges.

The series diverges because the kth

partial sum Sk>k.

Hint

Look at the sequence of partial sums.

The Harmonic Series

A useful series to know about is the harmonic series. The harmonic series is defined as

n=11n=1+12+13+14+.

This series is interesting because it diverges, but it diverges very slowly. By this we mean that the terms in the sequence of partial sums {Sk}

approach infinity, but do so very slowly. We will show that the series diverges, but first we illustrate the slow growth of the terms in the sequence {Sk}

in the following table.

k
10
100
1000
10,000
100,000
1,000,000
   
{: valign=”top”} Sk
2.92897
5.18738
7.48547
9.78761
12.09015
14.39273

| {: valign=”top”}{: .unnumbered summary=”This is a table with two rows and seven columns. The first row is labeled “k” and has the values 10, 100, 1000, 10,000, 100,000, and 1,000,000. The second row is labeled “S_k” and has the values 2.92897, 5.18738, 7.48547, 9.78761, 12.09015, and 14.39273.” data-label=””}

Even after 1,000,000

terms, the partial sum is still relatively small. From this table, it is not clear that this series actually diverges. However, we can show analytically that the sequence of partial sums diverges, and therefore the series diverges.

To show that the sequence of partial sums diverges, we show that the sequence of partial sums is unbounded. We begin by writing the first several partial sums:

S1=1S2=1+12S3=1+12+13S4=1+12+13+14.

Notice that for the last two terms in S4,

13+14>14+14.

Therefore, we conclude that

S4>1+12+(14+14)=1+12+12=1+2(12).

Using the same idea for S8,

we see that

S8=1+12+13+14+15+16+17+18>1+12+(14+14)+(18+18+18+18)=1+12+12+12=1+3(12).

From this pattern, we see that S1=1,

S2=1+1/2, S4>1+2(1/2),

and S8>1+3(1/2).

More generally, it can be shown that S2j>1+j(1/2)

for all j>1.

Since 1+j(1/2),

we conclude that the sequence {Sk}

is unbounded and therefore diverges. In the previous section, we stated that convergent sequences are bounded. Consequently, since {Sk}

is unbounded, it diverges. Thus, the harmonic series diverges.

Algebraic Properties of Convergent Series

Since the sum of a convergent infinite series is defined as a limit of a sequence, the algebraic properties for series listed below follow directly from the algebraic properties for sequences.

Algebraic Properties of Convergent Series

Let n=1an

and n=1bn

be convergent series. Then the following algebraic properties hold.

  1. The series n=1(an+bn)

    converges and

    n=1(an+bn)=n=1an+n=1bn.

    (Sum Rule)

  2. The series n=1(anbn)

    converges and

    n=1(anbn)=n=1ann=1bn.

    (Difference Rule)

  3. For any real number c,

    the series

    n=1can

    converges and

    n=1can=cn=1an.

    (Constant Multiple Rule)

Using Algebraic Properties of Convergent Series

Evaluate

n=1[3n(n+1)+(12)n2].

We showed earlier that

n=11n(n+1)

and

n=1(12)n1=2.

Since both of those series converge, we can apply the properties of [link] to evaluate

n=1[3n(n+1)+(12)n2].

Using the sum rule, write

n=1[3n(n+1)+(12)n2]=n=13n(n+1)+n=1(12)n2.

Then, using the constant multiple rule and the sums above, we can conclude that

n=13n(n+1)+n=1(12)n2=3n=11n(n+1)+(12)−1n=1(12)n1=3(1)+(12)−1(2)=3+2(2)=7.

Evaluate n=152n1.

10.
Hint

Rewrite as n=15(12)n1.

Geometric Series

A geometric series is any series that we can write in the form

a+ar+ar2+ar3+=n=1arn1.

Because the ratio of each term in this series to the previous term is r, the number r is called the ratio. We refer to a as the initial term because it is the first term in the series. For example, the series

n=1(12)n1=1+12+14+18+

is a geometric series with initial term a=1

and ratio r=1/2.

In general, when does a geometric series converge? Consider the geometric series

n=1arn1

when a>0.

Its sequence of partial sums {Sk}

is given by

Sk=n=1karn1=a+ar+ar2++ark1.

Consider the case when r=1.

In that case,

Sk=a+a(1)+a(1)2++a(1)k1=ak.

Since a>0,

we know ak

as k.

Therefore, the sequence of partial sums is unbounded and thus diverges. Consequently, the infinite series diverges for r=1.

For r1,

to find the limit of {Sk},

multiply [link] by 1r.

Doing so, we see that

(1r)Sk=a(1r)(1+r+r2+r3++rk1)=a[(1+r+r2+r3++rk1)(r+r2+r3++rk)]=a(1rk).

All the other terms cancel out.

Therefore,

Sk=a(1rk)1rforr1.

From our discussion in the previous section, we know that the geometric sequence rk0

if \|r\|<1

and that rk

diverges if \|r\|>1

or r=±1.

Therefore, for \|r\|<1,

Ska/(1r)

and we have

n=1arn1=a1rif\|r\|<1.

If \|r\|1,

Sk

diverges, and therefore

n=1arn1diverges if\|r\|1.
Definition

A geometric series is a series of the form

n=1arn1=a+ar+ar2+ar3+.

If \|r\|<1,

the series converges, and

n=1arn1=a1rfor\|r\|<1.

If \|r\|1,

the series diverges.

Geometric series sometimes appear in slightly different forms. For example, sometimes the index begins at a value other than n=1

or the exponent involves a linear expression for n

other than n1.

As long as we can rewrite the series in the form given by [link], it is a geometric series. For example, consider the series

n=0(23)n+2.

To see that this is a geometric series, we write out the first several terms:

n=0(23)n+2=(23)2+(23)3+(23)4+=49+49·(23)+49·(23)2+.

We see that the initial term is a=4/9

and the ratio is r=2/3.

Therefore, the series can be written as

n=149·(23)n1.

Since r=2/3<1,

this series converges, and its sum is given by

n=149·(23)n1=4/912/3=43.
Determining Convergence or Divergence of a Geometric Series

Determine whether each of the following geometric series converges or diverges, and if it converges, find its sum.

  1. n=1(−3)n+14n1
  2. n=1e2n
  1. Writing out the first several terms in the series, we have
    n=1(−3)n+14n1=(−3)240+(−3)34+(−3)442+=(−3)2+(−3)2·(−34)+(−3)2·(−34)2+=9+9·(−34)+9·(−34)2+.

    The initial term

    a=−3

    and the ratio

    r=−3/4.

    Since

    \|r\|=3/4<1,

    the series converges to


    91(−3/4)=97/4=367.
  2. Writing this series as
    e2n=1(e2)n1

    we can see that this is a geometric series where

    r=e2>1.

    Therefore, the series diverges.

Determine whether the series n=1(−25)n1

converges or diverges. If it converges, find its sum.

5/7
Hint
r=−2/5

We now turn our attention to a nice application of geometric series. We show how they can be used to write repeating decimals as fractions of integers.

Writing Repeating Decimals as Fractions of Integers

Use a geometric series to write 3.26

as a fraction of integers.

Since 3.26=3.262626,

first we write

3.262626=3+26100+261000+26100,000+=3+26102+26104+26106+.

Ignoring the term 3, the rest of this expression is a geometric series with initial term a=26/102

and ratio r=1/102.

Therefore, the sum of this series is

26/1021(1/102)=26/10299/102=2699.

Thus,

3.262626=3+2699=32399.

Write 5.27

as a fraction of integers.

475/90
Hint

By expressing this number as a series, find a geometric series with initial term a=7/100

and ratio r=1/10.

Chapter Opener: Finding the Area of the Koch Snowflake

Define a sequence of figures {Fn}

recursively as follows ([link]). Let F0

be an equilateral triangle with sides of length 1.

For n1,

let Fn

be the curve created by removing the middle third of each side of Fn1

and replacing it with an equilateral triangle pointing outward. The limiting figure as n

is known as Koch’s snowflake.

This is a diagram of the Koch snowflake, which it created through iterations. The base case is an equilateral triangle. In each iteration, the middle third of each line segment is replaced with another equilateral triangle pointing outward.

  1. Find the length Ln

    of the perimeter of

    Fn.

    Evaluate

    limnLn

    to find the length of the perimeter of Koch’s snowflake.

  2. Find the area An

    of figure

    Fn.

    Evaluate

    limnAn

    to find the area of Koch’s snowflake.

  1. Let Nn

    denote the number of sides of figure

    Fn.

    Since

    F0

    is a triangle,

    N0=3.

    Let

    ln

    denote the length of each side of

    Fn.

    Since

    F0

    is an equilateral triangle with sides of length

    l0=1,

    we now need to determine

    N1

    and

    l1.

    Since

    F1

    is created by removing the middle third of each side and replacing that line segment with two line segments, for each side of

    F0,

    we get four sides in

    F1.

    Therefore, the number of sides for

    F1

    is


    N1=4·3.

    Since the length of each of these new line segments is

    1/3

    the length of the line segments in

    F0,

    the length of the line segments for

    F1

    is given by


    l1=13·1=13.

    Similarly, for

    F2,

    since the middle third of each side of

    F1

    is removed and replaced with two line segments, the number of sides in

    F2

    is given by


    N2=4N1=4(4·3)=42·3.

    Since the length of each of these sides is

    1/3

    the length of the sides of

    F1,

    the length of each side of figure

    F2

    is given by


    l2=13·l1=13·13=(13)2.

    More generally, since

    Fn

    is created by removing the middle third of each side of

    Fn1

    and replacing that line segment with two line segments of length

    13ln1

    in the shape of an equilateral triangle, we know that

    Nn=4Nn1

    and

    ln=ln13.

    Therefore, the number of sides of figure

    Fn

    is


    Nn=4n·3

    and the length of each side is


    ln=(13)n.

    Therefore, to calculate the perimeter of

    Fn,

    we multiply the number of sides

    Nn

    and the length of each side

    ln.

    We conclude that the perimeter of

    Fn

    is given by


    Ln=Nn·ln=3·(43)n.

    Therefore, the length of the perimeter of Koch’s snowflake is


    L=limnLn=.
  2. Let Tn

    denote the area of each new triangle created when forming

    Fn.

    For

    n=0, T0

    is the area of the original equilateral triangle. Therefore,

    T0=A0=3/4.

    For

    n1,

    since the lengths of the sides of the new triangle are

    1/3

    the length of the sides of

    Fn1,

    we have


    Tn=(13)2Tn1=19·Tn1.

    Therefore,

    Tn=(19)n·34.

    Since a new triangle is formed on each side of

    Fn1,
    An=An1+Nn1·Tn=An1+(3·4n1)·(19)n·34=An1+34·(49)n·34.

    Writing out the first few terms

    A0,A1,A2,

    we see that


    A0=34A1=A0+34·(49)·34=34+34·(49)·34=34[1+34·(49)]A2=A1+34·(49)2·34=34[1+34·(49)]+34·(49)2·34=34[1+34·(49)+34·(49)2].

    More generally,


    An=34[1+34(49+(49)2++(49)n)].

    Factoring

    4/9

    out of each term inside the inner parentheses, we rewrite our expression as


    An=34[1+13(1+49+(49)2++(49)n1)].

    The expression

    1+(49)+(49)2++(49)n1

    is a geometric sum. As shown earlier, this sum satisfies


    1+49+(49)2++(49)n1=1(4/9)n1(4/9).

    Substituting this expression into the expression above and simplifying, we conclude that


    An=34[1+13(1(4/9)n1(4/9))]=34[8535(49)n].

    Therefore, the area of Koch’s snowflake is


    A=limnAn=235.
Analysis

The Koch snowflake is interesting because it has finite area, yet infinite perimeter. Although at first this may seem impossible, recall that you have seen similar examples earlier in the text. For example, consider the region bounded by the curve y=1/x2

and the x

-axis on the interval [1,).

Since the improper integral

11x2dx

converges, the area of this region is finite, even though the perimeter is infinite.

Telescoping Series

Consider the series n=11n(n+1).

We discussed this series in [link], showing that the series converges by writing out the first several partial sums S1,S2,…,S6

and noticing that they are all of the form Sk=kk+1.

Here we use a different technique to show that this series converges. By using partial fractions, we can write

1n(n+1)=1n1n+1.

Therefore, the series can be written as

n=1[1n1n+1]=(1+12)+(1213)+(1314)+.

Writing out the first several terms in the sequence of partial sums {Sk},

we see that

S1=112S2=(112)+(1213)=113S3=(112)+(1213)+(1314)=114.

In general,

Sk=(112)+(1213)+(1314)++(1k1k+1)=11k+1.

We notice that the middle terms cancel each other out, leaving only the first and last terms. In a sense, the series collapses like a spyglass with tubes that disappear into each other to shorten the telescope. For this reason, we call a series that has this property a telescoping series. For this series, since Sk=11/(k+1)

and 1/(k+1)0

as k,

the sequence of partial sums converges to 1,

and therefore the series converges to 1.

Definition

A telescoping series is a series in which most of the terms cancel in each of the partial sums, leaving only some of the first terms and some of the last terms.

For example, any series of the form

n=1[bnbn+1]=(b1b2)+(b2b3)+(b3b4)+

is a telescoping series. We can see this by writing out some of the partial sums. In particular, we see that

S1=b1b2S2=(b1b2)+(b2b3)=b1b3S3=(b1b2)+(b2b3)+(b3b4)=b1b4.

In general, the kth partial sum of this series is

Sk=b1bk+1.

Since the kth partial sum can be simplified to the difference of these two terms, the sequence of partial sums {Sk}

will converge if and only if the sequence {bk+1}

converges. Moreover, if the sequence bk+1

converges to some finite number B,

then the sequence of partial sums converges to b1B,

and therefore

n=1[bnbn+1]=b1B.

In the next example, we show how to use these ideas to analyze a telescoping series of this form.

Evaluating a Telescoping Series

Determine whether the telescoping series

n=1[cos(1n)cos(1n+1)]

converges or diverges. If it converges, find its sum.

By writing out terms in the sequence of partial sums, we can see that

S1=cos(1)cos(12)S2=(cos(1)cos(12))+(cos(12)cos(13))=cos(1)cos(13)S3=(cos(1)cos(12))+(cos(12)cos(13))+(cos(13)cos(14))=cos(1)cos(14).

In general,

Sk=cos(1)cos(1k+1).

Since 1/(k+1)0

as k

and cosx

is a continuous function, cos(1/(k+1))cos(0)=1.

Therefore, we conclude that Skcos(1)1.

The telescoping series converges and the sum is given by

n=1[cos(1n)cos(1n+1)]=cos(1)1.

Determine whether n=1[e1/ne1/(n+1)]

converges or diverges. If it converges, find its sum.

e1
Hint

Write out the sequence of partial sums to see which terms cancel.

Euler’s Constant

We have shown that the harmonic series n=11n

diverges. Here we investigate the behavior of the partial sums Sk

as k.

In particular, we show that they behave like the natural logarithm function by showing that there exists a constant γ

such that

n=1k1nlnkγask.

This constant γ

is known as Euler’s constant.

  1. Let Tk=n=1k1nlnk.

    Evaluate

    Tk

    for various values of

    k.
  2. For Tk

    as defined in part 1. show that the sequence

    {Tk}

    converges by using the following steps.

    1. Show that the sequence {Tk}

      is monotone decreasing. (Hint: Show that

      ln(1+1/k>1/(k+1))
    2. Show that the sequence {Tk}

      is bounded below by zero. (Hint: Express

      lnk

      as a definite integral.)

    3. Use the Monotone Convergence Theorem to conclude that the sequence {Tk}

      converges. The limit

      γ

      is Euler’s constant.

  3. Now estimate how far Tk

    is from

    γ

    for a given integer

    k.

    Prove that for

    k1, 0<Tkγ1/k

    by using the following steps.

    1. Show that ln(k+1)lnk<1/k.
    2. Use the result from part a. to show that for any integer k,
      TkTk+1<1k1k+1.
    3. For any integers k

      and

      j

      such that

      j>k,

      express

      TkTj

      as a telescoping sum by writing


      TkTj=(TkTk+1)+(Tk+1Tk+2)+(Tk+2Tk+3)++(Tj1Tj).

      Use the result from part b. combined with this telescoping sum to conclude that


      TkTj<1k1j.
    4. Apply the limit to both sides of the inequality in part c. to conclude that
      Tkγ1k.
    5. Estimate γ

      to an accuracy of within

      0.001.

Key Concepts


and the corresponding sequence of partial sums

{Sk}

where


Sk=n=1kan=a1+a2+a3++ak,

the series converges if and only if the sequence

{Sk}

converges.


n=1arn1=a1r.

diverges.


is a telescoping series. The

kth

partial sum of this series is given by

Sk=b1bk+1.

The series will converge if and only if

limkbk+1

exists. In that case,


n=1[bnbn+1]=b1limk(bk+1).

Key Equations

Using sigma notation, write the following expressions as infinite series.

1+12+13+14+
n=11n
11+11+
112+1314+...
n=1(−1)n1n
sin1+sin1/2+sin1/3+sin1/4+

Compute the first four partial sums S1,…,S4

for the series having nth

term an

starting with n=1

as follows.

an=n
1,3,6,10
an=1/n
an=sin(nπ/2)
1,1,0,0
an=(−1)n

In the following exercises, compute the general term an

of the series with the given partial sum Sn.

If the sequence of partial sums converges, find its limit S.

Sn=11n, n2
an=SnSn1=1n11n.

Series converges to S=1.

Sn=n(n+1)2, n1
Sn=n,n2
an=SnSn1=nn1=1n1+n.

Series diverges because partial sums are unbounded.

Sn=2(n+2)/2n,n1

For each of the following series, use the sequence of partial sums to determine whether the series converges or diverges.

n=1nn+2
S1=1/3, S2=1/3+2/4>1/3+1/3=2/3, S3=1/3+2/4+3/5>3·(1/3)=1.

In general Sk>k/3.

Series diverges.

n=1(1(−1)n))
n=11(n+1)(n+2)

(Hint: Use a partial fraction decomposition like that for n=11n(n+1).)

S1=1/(2.3)=1/6=2/31/2,S2=1/(2.3)+1/(3.4)=2/12+1/12=1/4=3/41/2,S3=1/(2.3)+1/(3.4)+1/(4.5)=10/60+5/60+3/60=3/10=4/51/2,S4=1/(2.3)+1/(3.4)+1/(4.5)+1/(5.6)=10/60+5/60+3/60+2/60=1/3=5/61/2.

The pattern is Sk=(k+1)/(k+2)1/2

and the series converges to 1/2.

n=112n+1

(Hint: Follow the reasoning for n=11n.)

Suppose that n=1an=1,

that n=1bn=−1,

that a1=2,

and b1=−3.

Find the sum of the indicated series.

n=1(an+bn)
0
n=1(an2bn)
n=2(anbn)
−3
n=1(3an+14bn+1)

State whether the given series converges and explain why.

n=11n+1000

(Hint: Rewrite using a change of index.)

diverges, n=10011n

n=11n+1080

(Hint: Rewrite using a change of index.)

1+110+1100+11000+

convergent geometric series, r=1/10<1

1+eπ+e2π2+e3π3+
1+πe+π2e4+π3e6+π4e8+

convergent geometric series, r=π/e2<1

1π3+π29π327+

For an

as follows, write the sum as a geometric series of the form n=1arn.

State whether the series converges and if it does, find the value of an.

a1=−1

and an/an+1=−5

for n1.

n=15·(−1/5)n,

converges to −5/6

a1=2

and an/an+1=1/2

for n1.

a1=10

and an/an+1=10

for n1.

n=1100·(1/10)n,

converges to 100/9

a1=1/10

and an/an+1=−10

for n1.

Use the identity 11y=n=0yn

to express the function as a geometric series in the indicated term.

x1+x

in x

xn=0(x)n=n=1(−1)n1xn
x1x3/2

in x

11+sin2x

in sinx

n=0(−1)nsin2n(x)
sec2x

in sinx

Evaluate the following telescoping series or state whether the series diverges.

n=121/n21/(n+1)
Sk=221/(k+1)1

as k.

n=11n131(n+1)13
n=1(nn+1)
Sk=1k+1

diverges

n=1(sinnsin(n+1))

Express the following series as a telescoping sum and evaluate its nth partial sum.

n=1ln(nn+1)
n=1lnnln(n+1),Sk=ln(k+1)
n=12n+1(n2+n)2

(Hint: Factor denominator and use partial fractions.)

n=2ln(1+n1)lnnln(n+1)
an=1lnn1ln(n+1)

and Sk=1ln(2)1ln(k+1)1ln(2)

n=1(n+2)n(n+1)2n+1

(Hint: Look at 1/(n2n).)

A general telescoping series is one in which all but the first few terms cancel out after summing a given number of successive terms.

Let an=f(n)2f(n+1)+f(n+2),

in which f(n)0

as n.

Find n=1an.

n=1an=f(1)f(2)
an=f(n)f(n+1)f(n+2)+f(n+3),

in which f(n)0

as n.

Find n=1an.

Suppose that an=c0f(n)+c1f(n+1)+c2f(n+2)+c3f(n+3)+c4f(n+4),

where f(n)0

as n.

Find a condition on the coefficients c0,…,c4

that make this a general telescoping series.

c0+c1+c2+c3+c4=0

Evaluate n=11n(n+1)(n+2)

(Hint: 1n(n+1)(n+2)=12n1n+1+12(n+2))

Evaluate n=22n3n.

2n31=1n12n+1n+1, Sn=(11+1/3)+(1/22/3+1/4) +(1/32/4+1/5)+(1/42/5+1/6)+=1/2

Find a formula for n=11n(n+N)

where N

is a positive integer.

[T] Define a sequence tk=n=1k1(1/k)lnk.

Use the graph of 1/x

to verify that tk

is increasing. Plot tk

for k=1100

and state whether it appears that the sequence converges.

tk

converges to 0.57721tk

is a sum of rectangles of height 1/k

over the interval [k,k+1]

which lie above the graph of 1/x.


This is a graph of a sequence in quadrant one that begins close to 0 and appears to converge to 0.57721.

[T] Suppose that N

equal uniform rectangular blocks are stacked one on top of the other, allowing for some overhang. Archimedes’ law of the lever implies that the stack of N

blocks is stable as long as the center of mass of the top (N1)

blocks lies at the edge of the bottom block. Let x

denote the position of the edge of the bottom block, and think of its position as relative to the center of the next-to-bottom block. This implies that (N1)x=(12x)

or x=1/(2N).

Use this expression to compute the maximum overhang (the position of the edge of the top block over the edge of the bottom block.) See the following figure.

This is a diagram of the edge of a table with several blocks stacked on the edge. Each block is pushed slightly to the right, and over the edge of the table. An arrow is drawn with arrowheads at both ends from the edge of the table to a line drawn down from the edge of the highest block.

Each of the following infinite series converges to the given multiple of π

or 1/π.

In each case, find the minimum value of N

such that the Nth

partial sum of the series accurately approximates the left-hand side to the given number of decimal places, and give the desired approximate value. Up to 15

decimals place, π=3.141592653589793....

[T] π=−3+n=1n2nn!2(2n)!,

error <0.0001

N=22, SN=6.1415

[T] π2=k=0k!(2k+1)!!=k=02kk!2(2k+1)!,

error <10−4

[T] 98012π=49801k=0(4k)!(1103+26390k)(k!)43964k,

error <10−12

N=3, SN=1.559877597243667...

[T] 112π=k=0(−1)k(6k)!(13591409+545140134k)(3k)!(k!)36403203k+3/2,

error <10−15

[T] A fair coin is one that has probability 1/2

of coming up heads when flipped.

  1. What is the probability that a fair coin will come up tails n

    times in a row?

  2. Find the probability that a coin comes up heads for the first time after an even number of coin flips.

a. The probability of any given ordered sequence of outcomes for n

coin flips is 1/2n.

b. The probability of coming up heads for the first time on the n

th flip is the probability of the sequence TTTH

which is 1/2n.

The probability of coming up heads for the first time on an even flip is n=11/22n

or 1/3.

[T] Find the probability that a fair coin is flipped a multiple of three times before coming up heads.

[T] Find the probability that a fair coin will come up heads for the second time after an even number of flips.

5/9

[T] Find a series that expresses the probability that a fair coin will come up heads for the second time on a multiple of three flips.

[T] The expected number of times that a fair coin will come up heads is defined as the sum over n=1,2,…

of n

times the probability that the coin will come up heads exactly n

times in a row, or n/2n+1.

Compute the expected number of consecutive times that a fair coin will come up heads.

E=n=1n/2n+1=1,

as can be shown using summation by parts

[T] A person deposits $10

at the beginning of each quarter into a bank account that earns 4%

annual interest compounded quarterly (four times a year).

  1. Show that the interest accumulated after n

    quarters is

    $10(1.01n+110.01n).
  2. Find the first eight terms of the sequence.
  3. How much interest has accumulated after 2

    years?

[T] Suppose that the amount of a drug in a patient’s system diminishes by a multiplicative factor r<1

each hour. Suppose that a new dose is administered every N

hours. Find an expression that gives the amount A(n)

in the patient’s system after n

hours for each n

in terms of the dosage d

and the ratio r.

(Hint: Write n=mN+k,

where 0k<N,

and sum over values from the different doses administered.)

The part of the first dose after n

hours is drn,

the part of the second dose is drnN,

and, in general, the part remaining of the mth

dose is drnmN,

so

A(n)=l=0mdrnlN=l=0mdrk+(ml)N=q=0mdrk+qN=drkq=0mrNq=drk1r(m+1)N1rN,n=k+mN.

[T] A certain drug is effective for an average patient only if there is at least 1

mg per kg in the patient’s system, while it is safe only if there is at most 2

mg per kg in an average patient’s system. Suppose that the amount in a patient’s system diminishes by a multiplicative factor of 0.9

each hour after a dose is administered. Find the maximum interval N

of hours between doses, and corresponding dose range d

(in mg/kg) for this N

that will enable use of the drug to be both safe and effective in the long term.

Suppose that an0

is a sequence of numbers. Explain why the sequence of partial sums of an

is increasing.

SN+1=aN+1+SNSN

[T] Suppose that an

is a sequence of positive numbers and the sequence Sn

of partial sums of an

is bounded above. Explain why n=1an

converges. Does the conclusion remain true if we remove the hypothesis an0?

[T] Suppose that a1=S1=1

and that, for given numbers S>1

and 0<k<1,

one defines an+1=k(SSn)

and Sn+1=an+1+Sn.

Does Sn

converge? If so, to what? (Hint: First argue that Sn<S

for all n

and Sn

is increasing.)

Since S>1,

a2>0,

and since k<1,

S2=1+a2<1+(S1)=S.

If Sn>S

for some n, then there is a smallest n. For this n, S>Sn1,

so Sn=Sn1+k(SSn1)

=kS+(1k)Sn1<S,

a contradiction. Thus Sn<S

and an+1>0

for all n, so Sn

is increasing and bounded by S.

Let S=limSn.

If S<S,

then δ=k(SS)>0,

but we can find n such that S*Sn<δ/2,

which implies that Sn+1=Sn+k(SSn)

>S*+δ/2,

contradicting that Sn

is increasing to S.

Thus SnS.

[T] A version of von Bertalanffy growth can be used to estimate the age of an individual in a homogeneous species from its length if the annual increase in year n+1

satisfies an+1=k(SSn),

with Sn

as the length at year n,

S

as a limiting length, and k

as a relative growth constant. If S1=3,

S=9,

and k=1/2,

numerically estimate the smallest value of n

such that Sn8.

Note that Sn+1=Sn+an+1.

Find the corresponding n

when k=1/4.

[T] Suppose that n=1an

is a convergent series of positive terms. Explain why limNn=N+1an=0.

Let Sk=n=1kan

and SkL.

Then Sk

eventually becomes arbitrarily close to L,

which means that LSN=n=N+1an

becomes arbitrarily small as N.

[T] Find the length of the dashed zig-zag path in the following figure.* * *

No-Alt-Text

[T] Find the total length of the dashed path in the following figure.* * *

This is a triangle drawn in quadrant 1 with vertices at (1, 1), (0, 0), and (1, 0). The zigzag line is drawn starting at (0.5, 0) and goes to the middle of the hypotenuse, the midpoint between that point and the vertical leg, the midpoint of the upper half of the hypotenuse, the midpoint between that point and the vertical leg, and so on until it converges on the top vertex.

L=(1+12)n=11/2n=32.

[T] The Sierpinski triangle is obtained from a triangle by deleting the middle fourth as indicated in the first step, by deleting the middle fourths of the remaining three congruent triangles in the second step, and in general deleting the middle fourths of the remaining triangles in each successive step. Assuming that the original triangle is shown in the figure, find the areas of the remaining parts of the original triangle after N

steps and find the total length of all of the boundary triangles after N

steps.* * *

No-Alt-Text

[T] The Sierpinski gasket is obtained by dividing the unit square into nine equal sub-squares, removing the middle square, then doing the same at each stage to the remaining sub-squares. The figure shows the remaining set after four iterations. Compute the total area removed after N

stages, and compute the length the total perimeter of the remaining set after N

stages.

This is a black square with many smaller squares removed from it, leaving behind blank spaces in a pattern of squares. There are four iterations of the removal process. At the first, the central 1/9 square area is removed. Each side is 1/3 of that of the next larger square. Next, eight smaller squares are removed around this one. Eight smaller squares are removed from around each of those – 64 in total. Eight even smaller ones are removed from around each of those 64.

At stage one a square of area 1/9

is removed, at stage 2

one removes 8

squares of area 1/92,

at stage three one removes 82

squares of area 1/93,

and so on. The total removed area after N

stages is n=0N18N/9N+1=18(1(8/9)N)/(18/9)1

as N.

The total perimeter is 4+4n=08N/3N+1.

Glossary

convergence of a series
a series converges if the sequence of partial sums for that series converges
divergence of a series
a series diverges if the sequence of partial sums for that series diverges
geometric series
a geometric series is a series that can be written in the form
n=1arn1=a+ar+ar2+ar3+
harmonic series
the harmonic series takes the form
n=11n=1+12+13+
infinite series
an infinite series is an expression of the form
a1+a2+a3+=n=1an
partial sum
the kth

partial sum of the infinite series

n=1an

is the finite sum


Sk=n=1kan=a1+a2+a3++ak
telescoping series
a telescoping series is one in which most of the terms cancel in each of the partial sums

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/9a1df55a-b167-4736-b5ad-15d996704270@5.1

Attribution: