9 Sequences and Series

9.3 The Integral Test

Knowing whether or not a series converges is very important, especially when we discuss Power Series in Section 9.8. Theorem 9.2.1 gives criteria for when Geometric series converge and Theorem 9.2.4 gives a quick test to determine if a series diverges. There are many important series whose convergence cannot be determined by these theorems, though, so we introduce a set of tests that allow us to handle a broad range of series. We start with the Integral Test.

Integral Test

We stated in Section 9.1 that a sequence {an} is a function a(n) whose domain is , the set of natural numbers. If we can extend a(n) to have the domain of , the real numbers, and it is both positive and decreasing on [1,), then the convergence of n=1an is the same as 1a(x)dx.

Theorem 9.3.1 Integral Test

Let a sequence {an} be defined by an=a(n), where a(n) is continuous, positive, and decreasing on [1,). Then n=1an converges, if, and only if, 1a(x)dx converges. In other words:

  1. (a)

    If 1a(x)dx is convergent, then n=1an is convergent.

  2. (b)

    If 1a(x)dx is divergent, then n=1an is divergent.

margin: Note: Theorem 9.3.1 does not state that the integral and the summation have the same value. Λ

Note that it is not necessary to start the series or the integral at n=1. We may use any interval [n,] on which a(n) is continuous, positive and decreasing. Also the sequence {an} does not have to be strictly decreasing. It must be ultimately decreasing which means it is decreasing for all n larger than some number N.

We can demonstrate the truth of the Integral Test with two simple graphs. In Figure 9.3.1(a), the height of each rectangle is a(n)=an for n=1,2,, and clearly the rectangles enclose more area than the area under y=a(x). Therefore we can conclude that

1a(x)dx<n=1an. (9.3.1)
margin: 1234512y=a(x)xy (a)1234512y=a(x)xy (b) Figure 9.3.1: Illustrating the truth of the Integral Test. Λ

In Figure 9.3.1(b), we draw rectangles under y=a(x) with the Right-Hand rule, starting with n=2. This time, the area of the rectangles is less than the area under y=a(x), so n=2an<1a(x)dx. Note how this summation starts with n=2; adding a1 to both sides lets us rewrite the summation starting with n=1:

n=1an<a1+1a(x)dx. (9.3.2)

Combining Equations (9.3.1) and (9.3.2), we have

n=1an<a1+1a(x)dx<a1+n=1an. (9.3.3)

From Equation (9.3.3) we can make the following two statements:

  1. (a)

    If n=1an diverges, so does 1a(x)dx
    (because n=1an<a1+1a(x)dx)

  2. (b)

    If n=1an converges, so does 1a(x)dx
    (because 1a(x)dx<n=1an.)

Therefore the series and integral either both converge or both diverge. Theorem 9.2.5 allows us to extend this theorem to series where a(n) is positive and decreasing on [b,) for some b>1.

Example 9.3.1 Using the Integral Test

Determine the convergence of n=1lnnn2. (The terms of the sequence {an}={(lnn)/n2} and the nth partial sums are given in Figure 9.3.2.)

SolutionFigure 9.3.2 margin: 24681012141618200.20.40.60.8nyanSn Figure 9.3.2: Plotting the sequence and series in Example 9.3.1. Λ implies that a(n)=(lnn)/n2 is positive and decreasing on [2,). We can determine this analytically, too. We know a(n) is positive as both lnn and n2 are positive on [2,). To determine that a(n) is decreasing, consider a(n)=(1-2lnn)/n3, which is negative for n2. Since a(n) is negative, a(n) is decreasing.

Applying the Integral Test, we test the convergence of 1lnxx2dx. Integrating this improper integral requires the use of Integration by Parts, with u=lnx and dv=1/x2dx.

1lnxx2dx =limt1tlnxx2dx
=limt(-1xlnx|1t+1t1x2dx)
=limt([-1xlnx-1x]1t)
=limt(1-1t-lntt).Apply L’Hôpital’s Rule:
=1-0-limt1t
=1

Since 1lnxx2dx converges, so does n=1lnnn2.

p-Series

Another important type of series is the p-series.

Definition 9.3.1 p-Series, General p-Series


(a) A p-series is a series of the form   n=11np. (b) A general p-series is a series of the form   n=11(an+b)p, where a>0, b is a real number, and an+b0 for all n.

Like geometric series, one of the nice things about p-series is that they have easy to determine convergence properties.

Theorem 9.3.2 Convergence of General p-Series

Assume a and b are real numbers and an+b0 for all n.
A general p-series n=11(an+b)p will converge if, and only if, p>1.

  • Proof


    Consider the integral 11(ax+b)pdx; assuming p1,

    11(ax+b)pdx =limt1t1(ax+b)pdx
    =limt1a(1-p)(ax+b)1-p|1t
    =limt1a(1-p)((at+b)1-p-(a+b)1-p).

    This limit converges if and only if, p>1. It is easy to show that the integral also diverges in the case of p=1. (This result is similar to the work preceding Key Idea 8.6.1.)

    Therefore n=11(an+b)p converges if, and only if, p>1. ∎

Example 9.3.2 Determining convergence of series

Determine the convergence of the following series.

  1. (a)

    n=11n

  2. (b)

    n=11n2

  3. (c)

    n=11n

  4. (d)

    n=1(-1)nn

  5. (e)

    n=111(12n-5)3

  6. (f)

    n=112n

Solution

  1. (a)

    This is a p-series with p=1. By Theorem 9.3.2, this series diverges.

    This series is a famous series, called the Harmonic Series, so named because of its relationship to harmonics in the study of music and sound.

  2. (b)

    This is a p-series with p=2. By Theorem 9.3.2, it converges. Note that the theorem does not give a formula by which we can determine what the series converges to; we just know it converges. A famous, unexpected result is that this series converges to π2/6.

  3. (c)

    This is a p-series with p=1/2; the theorem states that it diverges.

  4. (d)

    This is not a p-series; the definition does not allow for alternating signs. Therefore we cannot apply Theorem 9.3.2. We will consider this series again in Section 9.5. (Another famous result states that this series, the Alternating Harmonic Series, converges to -ln2.)

  5. (e)

    This is a general p-series with p=3, therefore it converges.

  6. (f)

    This is not a p-series, but a geometric series with r=1/2. It converges.

In the next section we consider two more convergence tests, both comparison tests. That is, we determine the convergence of one series by comparing it to another series with known convergence.

Exercises 9.3

 

Terms and Concepts

  1. 1.

    In order to apply the Integral Test to a sequence {an}, the function a(n)=an must be xxxxxx, xxxxxx and xxxxxx.

  2. 2.

    T/F: The Integral Test can be used to determine the sum of a convergent series.

Problems

In Exercises 3–10., use the Integral Test to determine the convergence of the given series.

  1. 3.

    n=112n

  2. 4.

    n=11n4

  3. 5.

    n=1nn2+1

  4. 6.

    n=21nlnn

  5. 7.

    n=11n2+1

  6. 8.

    n=21n(lnn)2

  7. 9.

    n=1n2n

  8. 10.

    n=1lnnn3

In Exercises 11–14., find the value(s) of p for which the series is convergent.

  1. 11.

    n=21n(lnn)p

  2. 12.

    n=1n(1+n2)p

  3. 13.

    n=1lnnnp

  4. 14.

    n=31nlnn[ln(lnn)]p

  1. 15.
    It can be shown that 01x-xdx=n=1n-n. Use the Integral Test to show that the series is convergent, and hence conclude that the integral is convergent. Hint: remember, you only need to show that the integral in the Integral Test is convergent–you do not need to be able to evaluate it.
Omni CMS