<< Chapter < Page Chapter >> Page >

Visit this website for more information on testing series for convergence, plus general information on sequences and series.

Using convergence tests

For each of the following series, determine which convergence test is the best to use and explain why. Then determine if the series converges or diverges. If the series is an alternating series, determine whether it converges absolutely, converges conditionally, or diverges.

  1. n = 1 n 2 + 2 n n 3 + 3 n 2 + 1
  2. n = 1 ( −1 ) n + 1 ( 3 n + 1 ) n !
  3. n = 1 e n n 3
  4. n = 1 3 n ( n + 1 ) n
  1. Step 1. The series is not a p series or geometric series.
    Step 2. The series is not alternating.
    Step 3. For large values of n , we approximate the series by the expression
    n 2 + 2 n n 3 + 3 n 2 + 1 n 2 n 3 = 1 n .

    Therefore, it seems reasonable to apply the comparison test or limit comparison test using the series n = 1 1 / n . Using the limit comparison test, we see that
    lim n ( n 2 + 2 n ) / ( n 3 + 3 n 2 + 1 ) 1 / n = lim n n 3 + 2 n 2 n 3 + 3 n 2 + 1 = 1 .

    Since the series n = 1 1 / n diverges, this series diverges as well.
  2. Step 1.The series is not a familiar series.
    Step 2. The series is alternating. Since we are interested in absolute convergence, consider the series
    n = 1 3 n ( n + 1 ) ! .

    Step 3. The series is not similar to a p -series or geometric series.
    Step 4. Since each term contains a factorial, apply the ratio test. We see that
    lim n ( 3 ( n + 1 ) ) / ( n + 1 ) ! ( 3 n + 1 ) / n ! = lim n 3 n + 3 ( n + 1 ) ! · n ! 3 n + 1 = lim n 3 n + 3 ( n + 1 ) ( 3 n + 1 ) = 0 .

    Therefore, this series converges, and we conclude that the original series converges absolutely, and thus converges.
  3. Step 1. The series is not a familiar series.
    Step 2. It is not an alternating series.
    Step 3. There is no obvious series with which to compare this series.
    Step 4. There is no factorial. There is a power, but it is not an ideal situation for the root test.
    Step 5. To apply the divergence test, we calculate that
    lim n e n n 3 = .

    Therefore, by the divergence test, the series diverges.
  4. Step 1. This series is not a familiar series.
    Step 2. It is not an alternating series.
    Step 3. There is no obvious series with which to compare this series.
    Step 4. Since each term is a power of n , we can apply the root test. Since
    lim n ( 3 n + 1 ) n n = lim n 3 n + 1 = 0 ,

    by the root test, we conclude that the series converges.
Got questions? Get instant answers now!

For the series n = 1 2 n 3 n + n , determine which convergence test is the best to use and explain why.

The comparison test because 2 n / ( 3 n + n ) < 2 n / 3 n for all positive integers n . The limit comparison test could also be used.

Got questions? Get instant answers now!

In [link] , we summarize the convergence tests and when each can be applied. Note that while the comparison test, limit comparison test, and integral test require the series n = 1 a n to have nonnegative terms, if n = 1 a n has negative terms, these tests can be applied to n = 1 | a n | to test for absolute convergence.

Summary of convergence tests
Series or Test Conclusions Comments
Divergence Test
For any series n = 1 a n , evaluate lim n a n .
If lim n a n = 0 , the test is inconclusive. This test cannot prove convergence of a series.
If lim n a n 0 , the series diverges.
Geometric Series
n = 1 a r n 1
If | r | < 1 , the series converges to
a / ( 1 r ) .
Any geometric series can be reindexed to be written in the form a + a r + a r 2 + , where a is the initial term and r is the ratio.
If | r | 1 , the series diverges.
p -Series
n = 1 1 n p
If p > 1 , the series converges. For p = 1 , we have the harmonic series n = 1 1 / n .
If p 1 , the series diverges.
Comparison Test
For n = 1 a n with nonnegative terms, compare with a known series n = 1 b n .
If a n b n for all n N and n = 1 b n converges, then n = 1 a n converges. Typically used for a series similar to a geometric or p -series. It can sometimes be difficult to find an appropriate series.
If a n b n for all n N and n = 1 b n diverges, then n = 1 a n diverges.
Limit Comparison Test
For n = 1 a n with positive terms, compare with a series n = 1 b n by evaluating
L = lim n a n b n .
If L is a real number and L 0 , then n = 1 a n and n = 1 b n both converge or both diverge. Typically used for a series similar to a geometric or p -series. Often easier to apply than the comparison test.
If L = 0 and n = 1 b n converges, then n = 1 a n converges.
If L = and n = 1 b n diverges, then n = 1 a n diverges.
Integral Test
If there exists a positive, continuous, decreasing function f such that a n = f ( n ) for all n N , evaluate N f ( x ) d x .
N f ( x ) d x and n = 1 a n both converge or both diverge. Limited to those series for which the corresponding function f can be easily integrated.
Alternating Series
n = 1 ( −1 ) n + 1 b n or n = 1 ( −1 ) n b n
If b n + 1 b n for all n 1 and b n 0 , then the series converges. Only applies to alternating series.
Ratio Test
For any series n = 1 a n with nonzero terms, let
ρ = lim n | a n + 1 a n | .
If 0 ρ < 1 , the series converges absolutely. Often used for series involving factorials or exponentials.
If ρ > 1 or ρ = , the series diverges.
If ρ = 1 , the test is inconclusive.
Root Test
For any series n = 1 a n , let
ρ = lim n | a n | n .
If 0 ρ < 1 , the series converges absolutely. Often used for series where | a n | = b n n .
If ρ > 1 or ρ = , the series diverges.
If ρ = 1 , the test is inconclusive.
Practice Key Terms 2

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Calculus volume 2. OpenStax CNX. Feb 05, 2016 Download for free at http://cnx.org/content/col11965/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Calculus volume 2' conversation and receive update notifications?

Ask