How to use the nth term test for divergence
What You Need to Know
The big idea (why this matters)
Before you try any “real” convergence test (ratio, integral, comparison, etc.), you should always check the nth term test for divergence. It’s the fastest way to prove a series cannot converge.
The theorem (necessary condition for convergence)
For an infinite series :
- If converges, then the terms must satisfy
Contrapositive (the actual “test” you use):
- If or the limit does not exist (DNE), then
Critical reminder: This test can only prove divergence. If the test is inconclusive (the series might converge or diverge).
When you use it
Use it immediately when you’re given a series. It’s especially useful when:
- The terms clearly approach a nonzero constant (like ).
- The terms oscillate and don’t settle to a limit (like ).
- The expression is complicated, but the limit is easy (dominant term thinking).
Step-by-Step Breakdown
How to apply the nth term test (every time)
Identify the general term .
- Your series must be written as .
- Ignore the sigma for the moment; focus on the expression being summed.
Compute the limit .
- Use algebra (dominant terms), known limits, or squeeze as needed.
Decide using the limit:
- If the limit is nonzero: series diverges.
- If the limit DNE: series diverges.
- If the limit is zero: test inconclusive → move on to another test.
Mini-annotated walkthroughs
Walkthrough A: limit is nonzero → immediate divergence
Series:
- Here
- Compute limit:
- Since , the series diverges.
Walkthrough B: limit is zero → inconclusive (do NOT claim convergence)
Series:
- nth term test says nothing else. (This series diverges, but for a different reason.)
Walkthrough C: limit does not exist → divergence
Series:
- The sequence oscillates between and , so
- Therefore the series diverges.
Key Formulas, Rules & Facts
Core rule table
| Rule / fact | When to use | What you can conclude |
|---|---|---|
| If converges, then | Always (necessary condition) | Convergence implies term limit is zero |
| If | Quick check | Series diverges |
| If DNE | Oscillating / undefined behavior | Series diverges |
| If | Common case | Inconclusive (could converge or diverge) |
Practical limit tools you’ll use a lot
| Situation for | Fast approach to | Notes |
|---|---|---|
| Rational function in , e.g. | Divide by highest power of (compare degrees) | If degrees equal, limit is ratio of leading coefficients; if numerator degree bigger, limit is (definitely not ) |
| Terms like with | Exponential dominates polynomial | Typically limit (then inconclusive) |
| Terms like or factorial vs exponential | Use growth intuition or ratio ideas | Often limit ; still inconclusive |
| Trig oscillation, e.g. , | Check whether it approaches a single value | If it keeps oscillating, limit DNE → divergence |
| Bounded oscillation times something going to , e.g. | Squeeze theorem: | Limit is → inconclusive |
What “diverges by nth term test” actually means
To say “diverges by nth term test,” you must show:
- Either
- Or does not exist
Then conclude:
You are not allowed to conclude “converges” from .
Examples & Applications
Example 1: Constant-ish terms (most common quick kill)
Determine if converges.
- Divide by :
- Since , the series diverges by nth term test.
Example 2: Oscillation (limit DNE)
Determine if converges.
- Limit does not exist (alternates between and )
- Therefore the series diverges by nth term test.
Example 3: A “sneaky” zero limit (inconclusive)
Determine what nth term test says about .
- Since , you have
- Both bounds go to , so by squeeze:
- nth term test is inconclusive (you need a different convergence test).
Example 4: Trap series where terms go to zero but it still diverges
Consider .
- For odd , so .
- For even , so .
- Limit:
(because along even terms and odd terms are ) - nth term test: inconclusive.
But notice the even-term subseries:
which diverges, so the original diverges too.
Exam takeaway: does not guarantee anything.
Common Mistakes & Traps
Mistake: Concluding convergence when
- What goes wrong: You treat the condition as “if and only if.”
- Why wrong: is necessary but not sufficient.
- Fix: Train yourself to say “inconclusive” automatically when the limit is .
Mistake: Using the test on the wrong expression (not the nth term)
- What goes wrong: You might take the limit of the partial sum or something else.
- Why wrong: The test is about (the term), not .
- Fix: Always rewrite as and explicitly label .
Mistake: Forgetting that “limit DNE” still forces divergence
- What goes wrong: You only check whether the limit is nonzero, not whether it exists.
- Why wrong: If oscillates, the terms do not approach .
- Fix: If you see , trig at integers, or piecewise behavior, consider DNE.
Mistake: Algebra errors in rational limits
- What goes wrong: You mis-handle dividing by powers of .
- Why wrong: One small algebra slip flips the conclusion.
- Fix: For , compare degrees or divide numerator and denominator by the highest power of in the denominator.
Mistake: Thinking is a special case
- What goes wrong: You hesitate because the rule mentions “not zero.”
- Why wrong: If , then definitely .
- Fix: Any nonzero or infinite limit means divergence.
Mistake: Confusing sequence convergence with series convergence
- What goes wrong: You mix up “ converges” with “ converges.”
- Why wrong: A convergent sequence can still have a divergent series (classic: ).
- Fix: Remember: series convergence is about partial sums, and nth term test is just a quick necessary check.
Mistake: Applying it to a shifted index incorrectly
- What goes wrong: You worry if the series starts at or .
- Why wrong: Finite starting index shifts don’t affect the limit.
- Fix: The limit as ignores the first finitely many terms.
Memory Aids & Quick Tricks
| Trick / mnemonic | What it helps you remember | When to use it |
|---|---|---|
| “Terms must go to Zero (TMZ)” | If a series converges, then | Every series problem, as your first check |
| “Nonzero limit = NO sum” | If , the series can’t converge | When looks like it approaches a constant |
| “DNE means Diverges” | Oscillating terms don’t settle to | When you see , , |
| “Degree check” | For : compare degrees quickly | Rational expressions in |
| Squeeze the wiggle | Bounded oscillation times something small goes to | Terms like |
Quick Review Checklist
- [ ] You rewrote the series as and clearly identified .
- [ ] You computed (or showed it DNE).
- [ ] If (including ): you concluded diverges.
- [ ] If DNE: you concluded diverges.
- [ ] If : you wrote inconclusive (and didn’t stop there).
- [ ] You didn’t confuse with partial sums .
- [ ] You remembered: nth term test never proves convergence.
One last push: check the term limit first—free points when it works.