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 n=1an\sum_{n=1}^{\infty} a_n:

  • If n=1an\sum_{n=1}^{\infty} a_n converges, then the terms must satisfy
    limnan=0.\lim_{n\to\infty} a_n = 0.

Contrapositive (the actual “test” you use):

  • If limnan0\lim_{n\to\infty} a_n \neq 0 or the limit does not exist (DNE), then
    n=1an diverges.\sum_{n=1}^{\infty} a_n \text{ diverges.}

Critical reminder: This test can only prove divergence. If limnan=0,\lim_{n\to\infty} a_n = 0, 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 nn+1\frac{n}{n+1}).
  • The terms oscillate and don’t settle to a limit (like (1)n(-1)^n).
  • 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)
  1. Identify the general term ana_n.

    • Your series must be written as an\sum a_n.
    • Ignore the sigma for the moment; focus on the expression being summed.
  2. Compute the limit limnan\lim_{n\to\infty} a_n.

    • Use algebra (dominant terms), known limits, or squeeze as needed.
  3. 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: n=1nn+1\sum_{n=1}^{\infty} \frac{n}{n+1}

  • Here an=nn+1a_n = \frac{n}{n+1}
  • Compute limit:
    limnnn+1=limn11+1n=1\lim_{n\to\infty} \frac{n}{n+1} = \lim_{n\to\infty} \frac{1}{1+\frac{1}{n}} = 1
  • Since liman=10\lim a_n = 1 \neq 0, the series diverges.
Walkthrough B: limit is zero → inconclusive (do NOT claim convergence)

Series: n=11n\sum_{n=1}^{\infty} \frac{1}{n}

  • an=1na_n = \frac{1}{n}
  • limn1n=0\lim_{n\to\infty} \frac{1}{n} = 0
  • nth term test says nothing else. (This series diverges, but for a different reason.)
Walkthrough C: limit does not exist → divergence

Series: n=1(1)n\sum_{n=1}^{\infty} (-1)^n

  • an=(1)na_n = (-1)^n
  • The sequence (1)n(-1)^n oscillates between 1-1 and 11, so
    limn(1)n DNE\lim_{n\to\infty} (-1)^n \text{ DNE}
  • Therefore the series diverges.

Key Formulas, Rules & Facts

Core rule table
Rule / factWhen to useWhat you can conclude
If n=1an\sum_{n=1}^{\infty} a_n converges, then limnan=0\lim_{n\to\infty} a_n = 0Always (necessary condition)Convergence implies term limit is zero
If limnan0\lim_{n\to\infty} a_n \neq 0Quick checkSeries diverges
If limnan\lim_{n\to\infty} a_n DNEOscillating / undefined behaviorSeries diverges
If limnan=0\lim_{n\to\infty} a_n = 0Common caseInconclusive (could converge or diverge)
Practical limit tools you’ll use a lot
Situation for ana_nFast approach to limnan\lim_{n\to\infty} a_nNotes
Rational function in nn, e.g. p(n)q(n)\frac{p(n)}{q(n)}Divide by highest power of nn (compare degrees)If degrees equal, limit is ratio of leading coefficients; if numerator degree bigger, limit is ±\pm\infty (definitely not 00)
Terms like nkcn\frac{n^k}{c^n} with c>1c>1Exponential dominates polynomialTypically limit =0=0 (then inconclusive)
Terms like n!nn\frac{n!}{n^n} or factorial vs exponentialUse growth intuition or ratio ideasOften limit =0=0; still inconclusive
Trig oscillation, e.g. sin(n)\sin(n), (1)n(-1)^nCheck whether it approaches a single valueIf it keeps oscillating, limit DNE → divergence
Bounded oscillation times something going to 00, e.g. sin(n)n\frac{\sin(n)}{n}Squeeze theorem: 1nsin(n)n1n-\frac{1}{n} \le \frac{\sin(n)}{n} \le \frac{1}{n}Limit is 00 → inconclusive
What “diverges by nth term test” actually means

To say “diverges by nth term test,” you must show:

  • Either limnan0\lim_{n\to\infty} a_n \neq 0
  • Or limnan\lim_{n\to\infty} a_n does not exist

Then conclude:
n=1an diverges.\sum_{n=1}^{\infty} a_n \text{ diverges.}

You are not allowed to conclude “converges” from liman=0\lim a_n = 0.

Examples & Applications

Example 1: Constant-ish terms (most common quick kill)

Determine if n=13n+1n2\sum_{n=1}^{\infty} \frac{3n+1}{n-2} converges.

  • an=3n+1n2a_n = \frac{3n+1}{n-2}
  • Divide by nn:
    limn3+1n12n=31=3\lim_{n\to\infty} \frac{3+\frac{1}{n}}{1-\frac{2}{n}} = \frac{3}{1} = 3
  • Since 303 \neq 0, the series diverges by nth term test.
Example 2: Oscillation (limit DNE)

Determine if n=1cos(nπ)\sum_{n=1}^{\infty} \cos(n\pi) converges.

  • an=cos(nπ)=(1)na_n = \cos(n\pi) = (-1)^n
  • Limit does not exist (alternates between 11 and 1-1)
  • Therefore the series diverges by nth term test.
Example 3: A “sneaky” zero limit (inconclusive)

Determine what nth term test says about n=1sin(n)n\sum_{n=1}^{\infty} \frac{\sin(n)}{n}.

  • an=sin(n)na_n = \frac{\sin(n)}{n}
  • Since 1sin(n)1-1 \le \sin(n) \le 1, you have
    1nsin(n)n1n-\frac{1}{n} \le \frac{\sin(n)}{n} \le \frac{1}{n}
  • Both bounds go to 00, so by squeeze:
    limnsin(n)n=0\lim_{n\to\infty} \frac{\sin(n)}{n} = 0
  • 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 n=11+(1)nn\sum_{n=1}^{\infty} \frac{1+(-1)^n}{n}.

  • an=1+(1)nna_n = \frac{1+(-1)^n}{n}
  • For odd nn, 1+(1)n=01+(-1)^n=0 so an=0a_n=0.
  • For even nn, 1+(1)n=21+(-1)^n=2 so an=2na_n=\frac{2}{n}.
  • Limit:
    limnan=0\lim_{n\to\infty} a_n = 0 (because along even terms 2n0\frac{2}{n}\to 0 and odd terms are 00)
  • nth term test: inconclusive.

But notice the even-term subseries:
k=1a2k=k=122k=k=11k\sum_{k=1}^{\infty} a_{2k} = \sum_{k=1}^{\infty} \frac{2}{2k} = \sum_{k=1}^{\infty} \frac{1}{k}
which diverges, so the original diverges too.

Exam takeaway: liman=0\lim a_n = 0 does not guarantee anything.

Common Mistakes & Traps

  1. Mistake: Concluding convergence when limnan=0\lim_{n\to\infty} a_n = 0

    • What goes wrong: You treat the condition as “if and only if.”
    • Why wrong: liman=0\lim a_n = 0 is necessary but not sufficient.
    • Fix: Train yourself to say “inconclusive” automatically when the limit is 00.
  2. Mistake: Using the test on the wrong expression (not the nth term)

    • What goes wrong: You might take the limit of the partial sum SnS_n or something else.
    • Why wrong: The test is about ana_n (the term), not SnS_n.
    • Fix: Always rewrite as an\sum a_n and explicitly label an=a_n=.
  3. 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 ana_n oscillates, the terms do not approach 00.
    • Fix: If you see (1)n(-1)^n, trig at integers, or piecewise behavior, consider DNE.
  4. Mistake: Algebra errors in rational limits

    • What goes wrong: You mis-handle dividing by powers of nn.
    • Why wrong: One small algebra slip flips the conclusion.
    • Fix: For p(n)q(n)\frac{p(n)}{q(n)}, compare degrees or divide numerator and denominator by the highest power of nn in the denominator.
  5. Mistake: Thinking ana_n \to \infty is a special case

    • What goes wrong: You hesitate because the rule mentions “not zero.”
    • Why wrong: If ana_n \to \infty, then definitely liman0\lim a_n \neq 0.
    • Fix: Any nonzero or infinite limit means divergence.
  6. Mistake: Confusing sequence convergence with series convergence

    • What goes wrong: You mix up “ana_n converges” with “an\sum a_n converges.”
    • Why wrong: A convergent sequence can still have a divergent series (classic: an=1na_n=\frac{1}{n}).
    • Fix: Remember: series convergence is about partial sums, and nth term test is just a quick necessary check.
  7. Mistake: Applying it to a shifted index incorrectly

    • What goes wrong: You worry if the series starts at n=0n=0 or n=5n=5.
    • Why wrong: Finite starting index shifts don’t affect the limit.
    • Fix: The limit as nn\to\infty ignores the first finitely many terms.

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use it
“Terms must go to Zero (TMZ)”If a series converges, then an0a_n\to 0Every series problem, as your first check
“Nonzero limit = NO sum”If liman0\lim a_n \neq 0, the series can’t convergeWhen ana_n looks like it approaches a constant
“DNE means Diverges”Oscillating terms don’t settle to 00When you see (1)n(-1)^n, sin(n)\sin(n), cos(nπ)\cos(n\pi)
“Degree check”For p(n)q(n)\frac{p(n)}{q(n)}: compare degrees quicklyRational expressions in nn
Squeeze the wiggleBounded oscillation times something small goes to 00Terms like sin(n)np\frac{\sin(n)}{n^p}

Quick Review Checklist

  • [ ] You rewrote the series as an\sum a_n and clearly identified ana_n.
  • [ ] You computed limnan\lim_{n\to\infty} a_n (or showed it DNE).
  • [ ] If liman0\lim a_n \neq 0 (including ±\pm\infty): you concluded diverges.
  • [ ] If liman\lim a_n DNE: you concluded diverges.
  • [ ] If liman=0\lim a_n = 0: you wrote inconclusive (and didn’t stop there).
  • [ ] You didn’t confuse ana_n with partial sums SnS_n.
  • [ ] You remembered: nth term test never proves convergence.

One last push: check the term limit first—free points when it works.