All the Tools You Need

Divergence Test Calculator - nth Term Test | Toolivaa

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.

If lim aₙ ≠ 0, then ∑ aₙ diverges
The divergence test: If lim aₙ ≠ 0 as n→∞, then the series ∑ aₙ diverges. If lim aₙ = 0, the test is inconclusive.

Harmonic Series

aₙ = 1/n
lim = 0 (test inconclusive)

Divergent Series

aₙ = n/(n+1)
lim = 1 ≠ 0 ⇒ diverges

Alternating Series

aₙ = (-1)ⁿ/n
lim = 0 (inconclusive)

Divergence Test Result

Limit of aₙ
0
Test Result
Inconclusive
Series Behavior
Unknown
lim aₙ = Calculating...

Test Conditions:

?
lim aₙ exists
?
lim aₙ = 0 or ≠ 0
?
Series terms defined

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

lim aₙ ≠ 0 ⇒ diverges

If limit is not zero

Series definitely diverges

Inconclusive Case

lim aₙ = 0 ⇒ ?

Test is inconclusive

Need other tests

Limit Does Not Exist

lim aₙ DNE ⇒ diverges

Limit doesn't exist

Series diverges

Important Note

Converse false!

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

  1. Series: ∑ n/(n+1)
  2. Find nth term: aₙ = n/(n+1)
  3. Calculate limit: lim n/(n+1) as n→∞
  4. Simplify: = lim 1/(1 + 1/n) = 1
  5. Since limit = 1 ≠ 0
  6. Conclusion: Series DIVERGES by divergence test

Example 2: Inconclusive Case

  1. Series: ∑ 1/n (harmonic series)
  2. Find nth term: aₙ = 1/n
  3. Calculate limit: lim 1/n as n→∞ = 0
  4. Since limit = 0
  5. Divergence test is INCONCLUSIVE
  6. Must use integral test or p-series test
  7. Actual result: Harmonic series diverges

Example 3: Limit Does Not Exist

  1. Series: ∑ (-1)ⁿ (alternating 1 and -1)
  2. Find nth term: aₙ = (-1)ⁿ
  3. Calculate limit: lim (-1)ⁿ as n→∞ does not exist
  4. Limit oscillates between 1 and -1
  5. Since limit DNE (not zero)
  6. Conclusion: Series DIVERGES by divergence test

Common Series Examples

Series ∑ aₙnth term aₙlim aₙDivergence Test ResultActual Behavior
∑ n/(n+1)n/(n+1)1DivergesDiverges
∑ 1/n1/n0InconclusiveDiverges
∑ 1/n²1/n²0InconclusiveConverges
∑ (-1)ⁿ(-1)ⁿDNEDivergesDiverges
∑ 1/√n1/√n0InconclusiveDiverges
∑ (n²+1)/(2n²)(n²+1)/(2n²)1/2DivergesDiverges

Related Convergence Tests

Test NameWhen to UseConditionConclusion
Divergence TestFirst check, quick testlim aₙ ≠ 0Series diverges
Integral TestPositive decreasing terms∫f(x)dx convergesSeries converges
Comparison TestCompare with known series0 ≤ aₙ ≤ bₙIf ∑bₙ converges, ∑aₙ converges
Ratio TestFactorials, exponentialslim |aₙ₊₁/aₙ| < 1Absolute convergence
Root TestTerms with nth powerslim |aₙ|¹/ⁿ < 1Absolute convergence
Alternating SeriesAlternating signs|aₙ| decreasing, lim aₙ=0Conditional 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.

Scroll to Top