In the previous section, we determined the convergence or divergence of several series by explicitly calculating the limit of the sequence of partial sums < S k >. < S k >. In practice, explicitly calculating this limit can be difficult or impossible. Luckily, several tests exist that allow us to determine convergence or divergence for many types of series. In this section, we discuss two of these tests: the divergence test and the integral test. We will examine several other tests in the rest of this chapter and then summarize how and when to use them.
A series ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n being convergent is equivalent to the convergence of the sequence of partial sums ( S k S k ) as k → ∞ . k → ∞ .
To verify this, notice that from the algebraic properties,
lim k → ∞ a k = lim k → ∞ ( S k − S k − 1 ) = lim k → ∞ S k − lim k → ∞ S k − 1 = S − S = 0 . lim k → ∞ a k = lim k → ∞ ( S k − S k − 1 ) = lim k → ∞ S k − lim k → ∞ S k − 1 = S − S = 0 .
Therefore, if ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n converges, the n th n th term a n → 0 a n → 0 as n → ∞ . n → ∞ . An important consequence of this fact is the following statement:
If a n ↛ 0 as n → ∞ , ∑ n = 1 ∞ a n diverges . If a n ↛ 0 as n → ∞ , ∑ n = 1 ∞ a n diverges .This test is known as the divergence test because it provides a way of proving that a series diverges.
If lim n → ∞ a n = c ≠ 0 lim n → ∞ a n = c ≠ 0 or lim n → ∞ a n lim n → ∞ a n does not exist, then the series ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n diverges.
It is important to note that the converse of this theorem is not true. That is, if lim n → ∞ a n = 0 , lim n → ∞ a n = 0 , we cannot make any conclusion about the convergence of ∑ n = 1 ∞ a n . ∑ n = 1 ∞ a n . For example, lim n → ∞ ( 1 / n ) = 0 , lim n → ∞ ( 1 / n ) = 0 , but the harmonic series ∑ n = 1 ∞ 1 / n ∑ n = 1 ∞ 1 / n diverges. In this section and the remaining sections of this chapter, we show many more examples of such series. Consequently, although we can use the divergence test to show that a series diverges, we cannot use it to prove that a series converges. Specifically, if a n → 0 , a n → 0 , the divergence test is inconclusive.
For each of the following series, apply the divergence test. If the divergence test proves that the series diverges, state so. Otherwise, indicate that the divergence test is inconclusive.
What does the divergence test tell us about the series ∑ n = 1 ∞ cos ( 1 / n 2 ) ? ∑ n = 1 ∞ cos ( 1 / n 2 ) ?
In the previous section, we proved that the harmonic series diverges by looking at the sequence of partial sums < S k > < S k >and showing that S 2 k > 1 + k / 2 S 2 k > 1 + k / 2 for all positive integers k . k . In this section we use a different technique to prove the divergence of the harmonic series. This technique is important because it is used to prove the divergence or convergence of many other series. This test, called the integral test , compares an infinite sum to an improper integral. It is important to note that this test can only be applied when we are considering a series whose terms are all positive.
To illustrate how the integral test works, use the harmonic series as an example. In Figure 5.12, we depict the harmonic series by sketching a sequence of rectangles with areas 1 , 1 / 2 , 1 / 3 , 1 / 4 ,… 1 , 1 / 2 , 1 / 3 , 1 / 4 ,… along with the function f ( x ) = 1 / x . f ( x ) = 1 / x . From the graph, we see that
∑ n = 1 k 1 n = 1 + 1 2 + 1 3 + ⋯ + 1 k > ∫ 1 k + 1 1 x d x . ∑ n = 1 k 1 n = 1 + 1 2 + 1 3 + ⋯ + 1 k > ∫ 1 k + 1 1 x d x .
Therefore, for each k , k , the k th k th partial sum S k S k satisfies
S k = ∑ n = 1 k 1 n > ∫ 1 k + 1 1 x d x = ln x | 1 k + 1 = ln ( k + 1 ) − ln ( 1 ) = ln ( k + 1 ) . S k = ∑ n = 1 k 1 n > ∫ 1 k + 1 1 x d x = ln x | 1 k + 1 = ln ( k + 1 ) − ln ( 1 ) = ln ( k + 1 ) .
Since lim k → ∞ ln ( k + 1 ) = ∞ , lim k → ∞ ln ( k + 1 ) = ∞ , we see that the sequence of partial sums < S k > < S k >is unbounded. Therefore, < S k > < S k >diverges, and, consequently, the series ∑ n = 1 ∞ 1 n ∑ n = 1 ∞ 1 n also diverges.
Figure 5.12 The sum of the areas of the rectangles is greater than the area between the curve f ( x ) = 1 / x f ( x ) = 1 / x and the x x -axis for x ≥ 1 . x ≥ 1 . Since the area bounded by the curve is infinite (as calculated by an improper integral), the sum of the areas of the rectangles is also infinite.
Now consider the series ∑ n = 1 ∞ 1 / n 2 . ∑ n = 1 ∞ 1 / n 2 . We show how an integral can be used to prove that this series converges. In Figure 5.13, we sketch a sequence of rectangles with areas 1 , 1 / 2 2 , 1 / 3 2 ,… 1 , 1 / 2 2 , 1 / 3 2 ,… along with the function f ( x ) = 1 / x 2 . f ( x ) = 1 / x 2 . From the graph we see that
∑ n = 1 k 1 n 2 = 1 + 1 2 2 + 1 3 2 + ⋯ + 1 k 2 < 1 + ∫ 1 k 1 x 2 d x . ∑ n = 1 k 1 n 2 = 1 + 1 2 2 + 1 3 2 + ⋯ + 1 k 2 < 1 + ∫ 1 k 1 x 2 d x .
Therefore, for each k , k , the k th k th partial sum S k S k satisfies
S k = ∑ n = 1 k 1 n 2 < 1 + ∫ 1 k 1 x 2 d x = 1 − 1 x | 1 k = 1 − 1 k + 1 = 2 − 1 k < 2 . S k = ∑ n = 1 k 1 n 2 < 1 + ∫ 1 k 1 x 2 d x = 1 − 1 x | 1 k = 1 − 1 k + 1 = 2 − 1 k < 2 .
We conclude that the sequence of partial sums < S k > < S k >is bounded. We also see that < S k > < S k >is an increasing sequence:
S k = S k − 1 + 1 k 2 for k ≥ 2 . S k = S k − 1 + 1 k 2 for k ≥ 2 .Since < S k > < S k >is increasing and bounded, by the Monotone Convergence Theorem, it converges. Therefore, the series ∑ n = 1 ∞ 1 / n 2 ∑ n = 1 ∞ 1 / n 2 converges.
Figure 5.13 The sum of the areas of the rectangles is less than the sum of the area of the first rectangle and the area between the curve f ( x ) = 1 / x 2 f ( x ) = 1 / x 2 and the x x -axis for x ≥ 1 . x ≥ 1 . Since the area bounded by the curve is finite, the sum of the areas of the rectangles is also finite.
We can extend this idea to prove convergence or divergence for many different series. Suppose ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n is a series with positive terms a n a n such that there exists a continuous, positive, decreasing function f f where f ( n ) = a n f ( n ) = a n for all positive integers. Then, as in Figure 5.14(a), for any integer k , k , the k th k th partial sum S k S k satisfies
S k = a 1 + a 2 + a 3 + ⋯ + a k < a 1 + ∫ 1 k f ( x ) d x < a 1 + ∫ 1 ∞ f ( x ) d x . S k = a 1 + a 2 + a 3 + ⋯ + a k < a 1 + ∫ 1 k f ( x ) d x < a 1 + ∫ 1 ∞ f ( x ) d x .
Therefore, if ∫ 1 ∞ f ( x ) d x ∫ 1 ∞ f ( x ) d x converges, then the sequence of partial sums < S k > < S k >is bounded. Since < S k > < S k >is an increasing sequence, if it is also a bounded sequence, then by the Monotone Convergence Theorem, it converges. We conclude that if ∫ 1 ∞ f ( x ) d x ∫ 1 ∞ f ( x ) d x converges, then the series ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n also converges. On the other hand, from Figure 5.14(b), for any integer k , k , the k th k th partial sum S k S k satisfies
S k = a 1 + a 2 + a 3 + ⋯ + a k > ∫ 1 k + 1 f ( x ) d x . S k = a 1 + a 2 + a 3 + ⋯ + a k > ∫ 1 k + 1 f ( x ) d x .
If lim k → ∞ ∫ 1 k + 1 f ( x ) d x = ∞ , lim k → ∞ ∫ 1 k + 1 f ( x ) d x = ∞ , then < S k > < S k >is an unbounded sequence and therefore diverges. As a result, the series ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n also diverges. We conclude that if ∫ 1 ∞ f ( x ) d x ∫ 1 ∞ f ( x ) d x diverges, then ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n diverges.
Figure 5.14 (a) If we can inscribe rectangles inside a region bounded by a curve y = f ( x ) y = f ( x ) and the x x -axis, and the area bounded by those curves for x ≥ 1 x ≥ 1 is finite, then the sum of the areas of the rectangles is also finite. (b) If a set of rectangles circumscribes the region bounded by y = f ( x ) y = f ( x ) and the x x axis for x ≥ 1 x ≥ 1 and the region has infinite area, then the sum of the areas of the rectangles is also infinite.
Suppose ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n is a series with positive terms a n . a n . Suppose there exists a function f f and a positive integer N N such that the following three conditions are satisfied:
Although convergence of ∫ N ∞ f ( x ) d x ∫ N ∞ f ( x ) d x implies convergence of the related series ∑ n = 1 ∞ a n , ∑ n = 1 ∞ a n , it does not imply that the value of the integral and the series are the same. They may be different, and often are. For example,
∑ n = 1 ∞ ( 1 e ) n = 1 e + ( 1 e ) 2 + ( 1 e ) 3 + ⋯ ∑ n = 1 ∞ ( 1 e ) n = 1 e + ( 1 e ) 2 + ( 1 e ) 3 + ⋯
is a geometric series with initial term a = 1 / e a = 1 / e and ratio r = 1 / e , r = 1 / e , which converges to
1 / e 1 − ( 1 / e ) = 1 / e ( e − 1 ) / e = 1 e − 1 . 1 / e 1 − ( 1 / e ) = 1 / e ( e − 1 ) / e = 1 e − 1 .
However, the related integral ∫ 1 ∞ ( 1 / e ) x d x ∫ 1 ∞ ( 1 / e ) x d x satisfies
∫ 1 ∞ ( 1 e ) x d x = ∫ 1 ∞ e − x d x = lim b → ∞ ∫ 1 b e − x d x = lim b → ∞ − e − x | 1 b = lim b → ∞ [ − e − b + e −1 ] = 1 e . ∫ 1 ∞ ( 1 e ) x d x = ∫ 1 ∞ e − x d x = lim b → ∞ ∫ 1 b e − x d x = lim b → ∞ − e − x | 1 b = lim b → ∞ [ − e − b + e −1 ] = 1 e .
For each of the following series, use the integral test to determine whether the series converges or diverges. Assume that all conditions for the integral test are met.
∫ 1 ∞ 1 x 3 d x = lim b → ∞ ∫ 1 b 1 x 3 d x = lim b → ∞ [ − 1 2 x 2 | 1 b ] = lim b → ∞ [ − 1 2 b 2 + 1 2 ] = 1 2 . ∫ 1 ∞ 1 x 3 d x = lim b → ∞ ∫ 1 b 1 x 3 d x = lim b → ∞ [ − 1 2 x 2 | 1 b ] = lim b → ∞ [ − 1 2 b 2 + 1 2 ] = 1 2 .
∫ 1 ∞ 1 2 x − 1 d x = lim b → ∞ ∫ 1 b 1 2 x − 1 d x = lim b → ∞ 2 x − 1 | 1 b = lim b → ∞ [ 2 b − 1 − 1 ] = ∞ , ∫ 1 ∞ 1 2 x − 1 d x = lim b → ∞ ∫ 1 b 1 2 x − 1 d x = lim b → ∞ 2 x − 1 | 1 b = lim b → ∞ [ 2 b − 1 − 1 ] = ∞ ,
Use the integral test to determine whether the series ∑ n = 1 ∞ n 3 n 2 + 1 ∑ n = 1 ∞ n 3 n 2 + 1 converges or diverges.
The harmonic series ∑ n = 1 ∞ 1 / n ∑ n = 1 ∞ 1 / n and the series ∑ n = 1 ∞ 1 / n 2 ∑ n = 1 ∞ 1 / n 2 are both examples of a type of series called a p-series.
For any real number p , p , the series
∑ n = 1 ∞ 1 n p ∑ n = 1 ∞ 1 n pis called a p-series .
We know the p-series converges if p = 2 p = 2 and diverges if p = 1 . p = 1 . What about other values of p ? p ? In general, it is difficult, if not impossible, to compute the exact value of most p p -series. However, we can use the tests presented thus far to prove whether a p p -series converges or diverges.
∑ n = 1 ∞ 1 / n p diverges if p ≤ 0 . ∑ n = 1 ∞ 1 / n p diverges if p ≤ 0 .If p > 0 , p > 0 , then f ( x ) = 1 / x p f ( x ) = 1 / x p is a positive, continuous, decreasing function. Therefore, for p > 0 , p > 0 , we use the integral test, comparing
∑ n = 1 ∞ 1 n p and ∫ 1 ∞ 1 x p d x . ∑ n = 1 ∞ 1 n p and ∫ 1 ∞ 1 x p d x .We have already considered the case when p = 1 . p = 1 . Here we consider the case when p > 0 , p ≠ 1 . p > 0 , p ≠ 1 . For this case,
∫ 1 ∞ 1 x p d x = lim b → ∞ ∫ 1 b 1 x p d x = lim b → ∞ 1 1 − p x 1 − p | 1 b = lim b → ∞ 1 1 − p [ b 1 − p − 1 ] . ∫ 1 ∞ 1 x p d x = lim b → ∞ ∫ 1 b 1 x p d x = lim b → ∞ 1 1 − p x 1 − p | 1 b = lim b → ∞ 1 1 − p [ b 1 − p − 1 ] .
b 1 − p → 0 if p > 1 and b 1 − p → ∞ if p < 1 , b 1 − p → 0 if p >1 and b 1 − p → ∞ if p < 1 ,we conclude that
∫ 1 ∞ 1 x p d x = < 1 p − 1 if p >1 ∞ if p ≤ 1 . ∫ 1 ∞ 1 x p d x = < 1 p − 1 if p >1 ∞ if p ≤ 1 .Therefore, ∑ n = 1 ∞ 1 / n p ∑ n = 1 ∞ 1 / n p converges if p > 1 p > 1 and diverges if 0 < p < 1 . 0 < p < 1 .
∑ n = 1 ∞ 1 n p < converges if p >1 diverges if p ≤ 1 . ∑ n = 1 ∞ 1 n p < converges if p >1 diverges if p ≤ 1 .For each of the following series, determine whether it converges or diverges.
Does the series ∑ n = 1 ∞ 1 n 5 / 4 ∑ n = 1 ∞ 1 n 5 / 4 converge or diverge?
Suppose we know that a series ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n converges and we want to estimate the sum of that series. Certainly we can approximate that sum using any finite sum ∑ n = 1 N a n ∑ n = 1 N a n where N N is any positive integer. The question we address here is, for a convergent series ∑ n = 1 ∞ a n , ∑ n = 1 ∞ a n , how good is the approximation ∑ n = 1 N a n ? ∑ n = 1 N a n ? More specifically, if we let
R N = ∑ n = 1 ∞ a n − ∑ n = 1 N a n R N = ∑ n = 1 ∞ a n − ∑ n = 1 N a nbe the remainder when the sum of an infinite series is approximated by the N th N th partial sum, how large is R N ? R N ? For some types of series, we are able to use the ideas from the integral test to estimate R N . R N .
Suppose ∑ n = 1 ∞ a n ∑ n = 1 ∞ a n is a convergent series with positive terms. Suppose there exists a function f f satisfying the following three conditions:
Let S N S N be the Nth partial sum of ∑ n = 1 ∞ a n . ∑ n = 1 ∞ a n . For all positive integers N , N ,
S N + ∫ N + 1 ∞ f ( x ) d x < ∑ n = 1 ∞ a n < S N + ∫ N ∞ f ( x ) d x . S N + ∫ N + 1 ∞ f ( x ) d x < ∑ n = 1 ∞ a n < S N + ∫ N ∞ f ( x ) d x .
In other words, the remainder R N = ∑ n = 1 ∞ a n − S N = ∑ n = N + 1 ∞ a n R N = ∑ n = 1 ∞ a n − S N = ∑ n = N + 1 ∞ a n satisfies the following estimate:
∫ N + 1 ∞ f ( x ) d x < R N < ∫ N ∞ f ( x ) d x . ∫ N + 1 ∞ f ( x ) d x < R N < ∫ N ∞ f ( x ) d x .This is known as the remainder estimate .
We illustrate Remainder Estimate from the Integral Test in Figure 5.15. In particular, by representing the remainder R N = a N + 1 + a N + 2 + a N + 3 + ⋯ R N = a N + 1 + a N + 2 + a N + 3 + ⋯ as the sum of areas of rectangles, we see that the area of those rectangles is bounded above by ∫ N ∞ f ( x ) d x ∫ N ∞ f ( x ) d x and bounded below by ∫ N + 1 ∞ f ( x ) d x . ∫ N + 1 ∞ f ( x ) d x . In other words,
R N = a N + 1 + a N + 2 + a N + 3 + ⋯ > ∫ N + 1 ∞ f ( x ) d x R N = a N + 1 + a N + 2 + a N + 3 + ⋯ > ∫ N + 1 ∞ f ( x ) d x
R N = a N + 1 + a N + 2 + a N + 3 + ⋯ < ∫ N ∞ f ( x ) d x . R N = a N + 1 + a N + 2 + a N + 3 + ⋯ < ∫ N ∞ f ( x ) d x .
We conclude that
∫ N + 1 ∞ f ( x ) d x < R N < ∫ N ∞ f ( x ) d x . ∫ N + 1 ∞ f ( x ) d x < R N < ∫ N ∞ f ( x ) d x . ∑ n = 1 ∞ a n = S N + R N , ∑ n = 1 ∞ a n = S N + R N ,where S N S N is the N th N th partial sum, we conclude that
S N + ∫ N + 1 ∞ f ( x ) d x < ∑ n = 1 ∞ a n < S N + ∫ N ∞ f ( x ) d x . S N + ∫ N + 1 ∞ f ( x ) d x < ∑ n = 1 ∞ a n < S N + ∫ N ∞ f ( x ) d x .
Figure 5.15 Given a continuous, positive, decreasing function f f and a sequence of positive terms a n a n such that a n = f ( n ) a n = f ( n ) for all positive integers n , n , (a) the areas a N + 1 + a N + 2 + a N + 3 + ⋯ < ∫ N ∞ f ( x ) d x , a N + 1 + a N + 2 + a N + 3 + ⋯ < ∫ N ∞ f ( x ) d x , or (b) the areas a N + 1 + a N + 2 + a N + 3 + ⋯ >∫ N + 1 ∞ f ( x ) d x . a N + 1 + a N + 2 + a N + 3 + ⋯ > ∫ N + 1 ∞ f ( x ) d x . Therefore, the integral is either an overestimate or an underestimate of the error.
Consider the series ∑ n = 1 ∞ 1 / n 3 . ∑ n = 1 ∞ 1 / n 3 .
S 10 = 1 + 1 2 3 + 1 3 3 + 1 4 3 + ⋯ + 1 10 3 ≈ 1.19753 . S 10 = 1 + 1 2 3 + 1 3 3 + 1 4 3 + ⋯ + 1 10 3 ≈ 1.19753 .
∫ 10 ∞ 1 x 3 d x = lim b → ∞ ∫ 10 b 1 x 3 d x = lim b → ∞ [ − 1 2 x 2 ] N b = lim b → ∞ [ − 1 2 b 2 + 1 2 N 2 ] = 1 2 N 2 . ∫ 10 ∞ 1 x 3 d x = lim b → ∞ ∫ 10 b 1 x 3 d x = lim b → ∞ [ − 1 2 x 2 ] N b = lim b → ∞ [ − 1 2 b 2 + 1 2 N 2 ] = 1 2 N 2 .
For ∑ n = 1 ∞ 1 n 4 , ∑ n = 1 ∞ 1 n 4 , calculate S 5 S 5 and estimate the error R 5 . R 5 .
For each of the following series, if the divergence test applies, either state that lim n → ∞ a n lim n → ∞ a n does not exist or find lim n → ∞ a n . lim n → ∞ a n . If the divergence test does not apply, state why.
a n = n n + 2 a n = n n + 2