Divergence Test Calculator
nth Term Test for Divergence
Apply the divergence test to determine if a series diverges by checking if the limit of its nth term approaches zero.
Divergence Test Result
Test Conditions:
Step-by-Step Calculation:
Test Interpretation:
The divergence test checks if the limit of the nth term approaches zero. If not, the series definitely diverges.
What is the Divergence Test?
The Divergence Test (also called the nth term test) is the simplest test for determining if an infinite series diverges. It states: If the limit of the sequence aₙ as n approaches infinity is not zero (or does not exist), then the infinite series ∑ aₙ diverges.
Divergence Test Rules
Test Condition
If limit is not zero
Series definitely diverges
Inconclusive Case
Test is inconclusive
Need other tests
Limit Does Not Exist
Limit doesn't exist
Series diverges
Important Note
lim aₙ = 0
does NOT guarantee convergence
Divergence Test Logic
1. The Theorem Statement
Formal statement of the divergence test:
For the infinite series ∑ aₙ:
• If lim aₙ ≠ 0 as n→∞, then ∑ aₙ diverges
• If lim aₙ = 0, the test is INCONCLUSIVE
• The converse is NOT true: lim aₙ = 0 does NOT imply convergence
2. When to Use the Divergence Test
Use this test when:
• You suspect a series diverges
• The nth term clearly doesn't approach zero
• As a quick check before applying other tests
• For series with obvious non-zero limits
3. Common Misconceptions
Important clarifications:
• lim aₙ = 0 ⇒ test inconclusive (NOT convergence!)
• Harmonic series: lim 1/n = 0 but series diverges
• Alternating harmonic: lim (-1)ⁿ/n = 0 but converges
• Always check limit carefully
Step-by-Step Application
Example 1: Clear Divergence
- Series: ∑ n/(n+1)
- Find nth term: aₙ = n/(n+1)
- Calculate limit: lim n/(n+1) as n→∞
- Simplify: = lim 1/(1 + 1/n) = 1
- Since limit = 1 ≠ 0
- Conclusion: Series DIVERGES by divergence test
Example 2: Inconclusive Case
- Series: ∑ 1/n (harmonic series)
- Find nth term: aₙ = 1/n
- Calculate limit: lim 1/n as n→∞ = 0
- Since limit = 0
- Divergence test is INCONCLUSIVE
- Must use integral test or p-series test
- Actual result: Harmonic series diverges
Example 3: Limit Does Not Exist
- Series: ∑ (-1)ⁿ (alternating 1 and -1)
- Find nth term: aₙ = (-1)ⁿ
- Calculate limit: lim (-1)ⁿ as n→∞ does not exist
- Limit oscillates between 1 and -1
- Since limit DNE (not zero)
- Conclusion: Series DIVERGES by divergence test
Common Series Examples
| Series ∑ aₙ | nth term aₙ | lim aₙ | Divergence Test Result | Actual Behavior |
|---|---|---|---|---|
| ∑ n/(n+1) | n/(n+1) | 1 | Diverges | Diverges |
| ∑ 1/n | 1/n | 0 | Inconclusive | Diverges |
| ∑ 1/n² | 1/n² | 0 | Inconclusive | Converges |
| ∑ (-1)ⁿ | (-1)ⁿ | DNE | Diverges | Diverges |
| ∑ 1/√n | 1/√n | 0 | Inconclusive | Diverges |
| ∑ (n²+1)/(2n²) | (n²+1)/(2n²) | 1/2 | Diverges | Diverges |
Related Convergence Tests
| Test Name | When to Use | Condition | Conclusion |
|---|---|---|---|
| Divergence Test | First check, quick test | lim aₙ ≠ 0 | Series diverges |
| Integral Test | Positive decreasing terms | ∫f(x)dx converges | Series converges |
| Comparison Test | Compare with known series | 0 ≤ aₙ ≤ bₙ | If ∑bₙ converges, ∑aₙ converges |
| Ratio Test | Factorials, exponentials | lim |aₙ₊₁/aₙ| < 1 | Absolute convergence |
| Root Test | Terms with nth powers | lim |aₙ|¹/ⁿ < 1 | Absolute convergence |
| Alternating Series | Alternating signs | |aₙ| decreasing, lim aₙ=0 | Conditional convergence |
Practical Applications
Mathematics & Analysis
- Series convergence: First step in analyzing infinite series
- Power series: Determining radius of convergence
- Fourier series: Checking term behavior at infinity
- Numerical analysis: Error analysis in series approximations
Physics & Engineering
- Quantum mechanics: Series solutions to Schrödinger equation
- Signal processing: Fourier series convergence
- Control theory: Stability analysis of systems
- Electromagnetism: Multipole expansions
Computer Science
- Algorithm analysis: Summation bounds for time complexity
- Numerical methods: Convergence of iterative algorithms
- Machine learning: Convergence of gradient descent series
- Cryptography: Infinite series in number theory
Economics & Finance
- Present value: Infinite stream of payments
- Economic models: Convergence of iterative solutions
- Time series: Infinite moving averages
- Risk analysis: Tail behavior of distributions
Common Mistakes to Avoid
1. The Harmonic Series Fallacy
Mistake: "Since lim 1/n = 0, the harmonic series converges."
Truth: Divergence test is inconclusive when limit = 0. Harmonic series actually diverges (use integral test).
2. Assuming Converse is True
Mistake: "If lim aₙ = 0, then the series converges."
Truth: This is FALSE. lim aₙ = 0 is necessary but not sufficient for convergence.
3. Not Checking Limit Properly
Mistake: Approximating limit instead of calculating exactly.
Solution: Use limit laws, L'Hôpital's rule, or algebraic manipulation to find exact limit.
4. Forgetting About Oscillation
Mistake: Assuming limit exists when it oscillates.
Example: For aₙ = (-1)ⁿ, limit doesn't exist, so series diverges by divergence test.
Related Calculators
Frequently Asked Questions (FAQs)
Q: What does it mean when the divergence test is inconclusive?
A: When lim aₙ = 0, the divergence test cannot determine whether the series converges or diverges. You must use other convergence tests (integral test, comparison test, ratio test, etc.) to determine the actual behavior.
Q: Can a series converge if lim aₙ ≠ 0?
A: No. This is the contrapositive of the divergence test. If a series converges, then lim aₙ must equal 0. So if lim aₙ ≠ 0, the series definitely diverges.
Q: Why is the harmonic series important for understanding this test?
A: The harmonic series ∑ 1/n has lim 1/n = 0 but still diverges. This shows why the test is inconclusive when the limit is zero - it doesn't guarantee convergence.
Q: When should I use the divergence test versus other tests?
A: Use the divergence test first as a quick check. If it shows divergence (lim aₙ ≠ 0), you're done. If it's inconclusive (lim aₙ = 0), proceed to other tests like integral, comparison, or ratio tests.
Quickly determine series divergence with Toolivaa's free Divergence Test Calculator, and explore more mathematical analysis tools in our Math Calculators collection.