Divergence Test: Determining If a Series Converges or Diverges
Ray is a licensed engineer in the Philippines. He loves to write about mathematics and civil engineering.
What Is a Divergence Test?
The Divergence Test is a method used to determine whether the sum of a series diverges, and if it does, it is impossible to converge. If the series does not diverge, then the test is inconclusive. Take note that the divergence test is not a test for convergence.
We have learned that if a series converges, then the summed sequence's terms must converge to 0. How about when the series converges to a non-zero or does not exist?
Nth Term Test for Divergence Definition
The nth term for Divergence states that if limn→∞ an does not exist, or if limn→∞ (an ≠ 0), then the series ∑n=1∞ (an) is divergent. In other words, if the limit of an is not zero or does not exist, then the sum diverges.
Suppose we have a series ∑n=1∞ (an) where the sequence an converges to a non-zero limit. For instance, let us try to test the divergence of the constant an=5. The partial sums of the series are 2n (unbounded), so the series doesn’t converge. Generally, any constant sequence an = a (a ≠ 0) will diverge.
How to Do a Divergence Test
Remember to use the Divergence Test when it seems like the series terms' limit does not converge to zero. Take note to use the Divergence Test if a glance suggests that a series's limit is not zero or does not exist. Indicated below is how one would know if a series is a convergence or divergence.
- In performing the Divergence Test, replace the sigma notation with a limit.
- Find the limit of the series using the different methods. Remember that one may encounter problems that use pure algebraic simplification to solve the limit, and some utilize the L'Hopital's Rule.
- If the series's limit is not equal to zero or does not exist, then the series is divergent. Always be careful with two of the few mistakes when solving for the Divergence Test:
- When the limit equals zero, the series converges.
- When the limit equals zero, the convergence of the given series cannot be established.
When using the Nth Term Divergence Test and the limit results to zero, the test yields no conclusion, or the series is inconclusive. However, use a different test to determine the convergence or divergence of a series.
Example 1: Using the Test for Divergence
Show that the series ∑n=1∞ [n2] / [5n2+4] diverges.
Solution 1
The divergence test asks whether the nth term of the series has a non-zero limit. If the result is a non-zero value, then the series diverges. Using L’Hopital’s Rule, find the limit of the given function.
limn→∞ (an) = limn→∞ (n2) / (5n2+4)
limn→∞ (an) = limn→∞ (n2) / (5n2+4) = limn→∞ [(d/dn) n2] / [(d/dn) (5n2+4)]
limn→∞ [(d/dn) n2] / [(d/dn) (5n2+4)] = limn→∞ [(d/dn) 2n] / [(d/dn) (10n)]
limn→∞ [(d/dn) 2n] / [(d/dn) (10n)] = 1/5 ≠ 0
Answer
Since the function’s limit is not equal to zero using L’Hopital’s Rule, the series diverges by the Test for Divergence.
Solution 2
Another solution aside from using L’Hospital’s Rule is rewriting the equation.
limn→∞ (an) = limn→∞ (n2) / (5n2+4)
limn→∞ (n2) / (5n2+4) = limn→∞ (1) / [5 + (4/n2)]
limn→∞ (1) / [5 + (4/n2)] = 1/5 ≠ 0
Answer
Since the limit of the function is not equal to zero, the series diverges by the Test for Divergence.
Example 2: Application of Divergence Test
Using the divergence test, determine whether or not the following series diverges.
∑x=1∞ [1] / [√1 + x2]
Solution
The first step in applying the divergence test, replace the sigma notation of the function with a limit.
∑x=1∞ [1] / [√1 + x2] = limx→∞ [1] / [√1 + x2]
Simplify the algebraic expression. Divide both the numerator and denominator by the highest power of k, which is 1.
limx→∞ [1] / [√1 + x2] = limx→∞ [1] / [√1 + x2] x [(1/x) / (1/x)]
limx→∞ [1] / [√1 + x2] = limx→∞ (1/x) / [(1/x) √1 + x2]
limx→∞ [1] / [√1 + x2] = limx→∞ (1/x) / [(√1/x2) √1 + x2]
limx→∞ [1] / [√1 + x2] = limx→∞ (1/x) / [√(1/k2) + 1]
limx→∞ [1] / [√1 + x2] = 0
Answer
Since the limit results to zero, the divergence test is inconclusive.
Example 3: Determining If a Series Diverges or Converges
Determine whether the series diverges using the Divergence Test for series.
∑x=1∞ [x + 1] / [x]
Solution
Apply the Divergence Test and replace the sigma notation with the limit of the function as x approaches ∞.
∑x=1∞ [x + 1] / [x] = limx→∞ [x + 1] / [x]
Use the L’Hopital’s Rule and differentiate both the numerator and the denominator.
limx→∞ [x + 1] / [x] = limx→∞ [(d/dx) (x + 1)] / [(d/dx) (x)]
limx→∞ [x + 1] / [x] = 1/1
limx→∞ [x + 1] / [x] = 1
Answer
The sum of the given series diverges since the limit results in 1.
Example 4: Application of Divergence Test
For each of the following series, apply the divergence test.
a. ∑n=1∞(n) / (4n-1)
b. ∑n=1∞(1 /n3)
Solution
The divergence test merely asks whether the nth term of the series has a non-zero limit. If the result is a non-zero value, then the series diverges. Using L’Hopital’s Rule, find the limit of the functions shown above. Start with the series ∑n=1∞(n) / (4n-1).
∑n=1∞(n) / (4n-1) = limn→∞ (n) / (4n-1)
limn→∞ (n) / (4n-1) = ¼
∑n=1∞(1 /n3) = limn→∞ (1 /n3)
limn→∞ (1 /n3) = 1/∞ = 0
Answer
The sum of series ∑n=1∞(n) / (4n-1) diverges since the limit of (n) / (4n-1) as n approaches infinity is ¼ ≠ 0. On the other hand, the limit of the series ∑n=1∞(1 /n3) is equal to 0 which means the series is inconclusive.
Example 5: Evaluating a Series Using the Divergence Test
Determine if the given series converges or diverges.
∑n=0∞(−1)n
Solution
In solving this series’s divergence or convergence, the general formula for the partial sums is needless. Write down manually the first few partial sums of the series.
S0 = (−1)0
S0 = 1
S1 = (−1)0 + (−1)1
S1 = 1 – 1
S1 = 0
S2 = (−1)0 + (−1)1 + (−1)2
S2 = 1 – 1 + 1
S2 = 1
S3 = (−1)0 + (−1)1 + (−1)2 + (−1)3
S3 = 1 – 1 + 1 – 1
S3 = 0
The solution above shows that the sequence of partial sums is {Sn} = {1,0,1,0,1,0,1, 0…}.
Answer
The sequence ∑n=0∞(−1)n diverges since the limn→∞ does not exist.
Example 6: Applying the Divergence Test
Does the series ∑n=1∞[2n2 + n3] / [4n3 – 3n] converge?
Solution
Use the L’Hopital’s Rule in testing the divergence of the limit of the series as n approaches ∞. Find the limit of the given function. Observe from the solution below that you have to use L’Hopital’s Rule 2 times to finally get an answer. Remember that you apply L’Hopital’s Rule many times if the previous results are still indeterminate.
∑n=1∞[2n2 + n3] / [4n3 – 3n] = limn→∞ [2n2 + n3] / [4n3 – 3n]
limn→∞ [2n2 + n3] / [4n3 – 3n] = limn→∞ [4n + 3n2] / [12n2 – 3]
limn→∞ [4n + 3n2] / [12n2 – 3] = limn→∞ [4 + 6n] / [24n]
Apply the laws of limits for the final evaluation of limit. Divide the equation by the highest denominator power which is 24, leaving 4/x + 6 in the limit equation.
limn→∞ [4 + 6n] / [24n] = (1/24) limn→∞ (4/x) + 6
limn→∞ [4 + 6n] / [24n] = (1/24) [limn→∞ (4/x) + limn→∞ (6)]
limn→∞ [4 + 6n] / [24n] = (1/24) [0 + 6]
limn→∞ [4 + 6n] / [24n] = 1/4
Answer
Since the limit of the series is not zero, we can safely say that the series does not converge, and therefore diverges.
Example 7: Evaluating If a Series Diverges or Converges Using the Divergence Test
Determine if the series ∑n=0∞[5n2 – n3] / [3 + 8n3] is convergent or divergent.
Solution
Take the limit of the series given and use the Divergence Test in identifying if the series is divergent or convergent. Divide the given equation by the highest denominator power which is n3.
∑n=0∞[5n2 – n3] / [3 + 8n3] = limn→∞ [5n2 – n3] / [3 + 8n3]
limn→∞ [5n2 – n3] / [3 + 8n3] = limn→∞ [5/n – 1] / [(3/n3) + 8]
With the exception of indeterminate form,
limn→∞ [5/n – 1] / [(3/n3) + 8] = limn→∞ [5/n – 1] / limn→∞ [(3/n3) + 8]
limn→∞ [5/n – 1] / [(3/n3) + 8] = -1/8
Answer
The limit of the series ∑n=0∞[5 – 6n2] / [3 - 8n2] is not zero and so by the Divergence Test the series diverges.
- A Full Guide to the 30-60-90 Triangle (With Formulas and Examples)
This article is a full guide to solving problems on 30-60-90 triangles. It includes pattern formulas and rules necessary to understand the concept of 30-60-90 triangles. There are also examples provided to show the step-by-step procedure on how to so - Using the Factor Theorem in Finding the Factors of Polynomials (With Examples)
This article is a full guide in solving problems involving the use of the factor theorem. It includes the definition, proof, examples and solutions about the factor theorem. - Solving Related Rates Problems in Calculus
Learn to solve different kinds of related rates problems in Calculus. This article is a full guide that shows the step-by-step procedure of solving problems involving related/associated rates. - Same-Side Interior Angles: Theorem, Proof, and Examples
In this article, you can learn the concept of the Same-Side Interior Angles Theorem in Geometry through solving various examples provided. The article also includes the Converse of the Same-Side Interior Angles Theorem and its proof. - Limit Laws and Evaluating Limits
This article will help you learn to evaluate limits by solving various problems in Calculus that require applying the limit laws. - Power-Reducing Formulas and How to Use Them (With Examples)
In this article, you can learn how to use the power-reducing formulas in simplifying and evaluating trigonometric functions of different powers. - The Derivative of a Constant (With Examples)
This article can help you learn how to find the derivative of constants in various forms. - Linear Approximation and Differentials in Calculus
Learn how to find the linear approximation or differentials of a function at a given point. This article also includes formulas, proof, and examples with solutions that can help you fully understand the Linear Approximation topic in Calculus.
This content is accurate and true to the best of the author’s knowledge and is not meant to substitute for formal and individualized advice from a qualified professional.
© 2021 Ray