Loading
A necessary condition for convergence that serves as the first line of defense when analyzing infinite series.
The study of infinite series stretches back to antiquity, but the rigorous tools for determining whether an infinite sum actually converges to a finite value only crystallized over the course of several centuries. Greek mathematicians such as Archimedes computed specific geometric sums, yet they lacked a general framework for deciding when adding infinitely many terms could yield a meaningful result. The development of the nth Term Test for Divergence arose naturally once mathematicians formalized the notion of limits, recognizing that a simple necessary condition could immediately rule out convergence for many series.
The critical insight that motivated the nth Term Test is deceptively simple: if you keep adding nonzero (or non-vanishing) quantities forever, the running total cannot stabilize at a finite number. This observation, once placed on rigorous footing by Cauchy, gave mathematicians a quick and powerful filter. Before investing effort in sophisticated convergence tests, one can check whether the individual terms of a series tend to zero. If they do not, the series must diverge, and no further analysis is needed.
The nth Term Test for Divergence is the most elementary test in the series-convergence toolkit, yet it is also one of the most frequently misapplied. To wield it correctly, you need to understand not only what it says but also — critically — what it does not say. The test is a one-directional logical gate: it can confirm divergence, but it can never confirm convergence. This asymmetry is the single most important conceptual point in the entire topic.
The diagram below contrasts two series: one whose general term tends to zero (the convergent geometric series Σ(1/2)ⁿ) and one whose general term does not tend to zero (the constant series Σ1). By plotting the partial sums, we see that the convergent series levels off toward a horizontal asymptote while the divergent series grows without bound. The nth Term Test captures precisely this intuition: if the individual terms being added are not shrinking to zero, the running total cannot stabilize.
Notice the stark visual difference: the red partial sums accelerate away from any finite bound because each term contributes a full unit, while the cyan partial sums asymptotically flatten. The nth Term Test formalizes this observation — if the terms fail to vanish, the partial sums cannot level off, and the series diverges.
Suppose Σaₙ converges to a finite limit S. Define the partial sums Sₙ = a₁ + a₂ + ⋯ + aₙ. By hypothesis, lim(n→∞) Sₙ = S. Observe that aₙ = Sₙ − Sₙ₋₁ for n ≥ 2. Taking the limit of both sides yields lim(n→∞) aₙ = lim(n→∞) Sₙ − lim(n→∞) Sₙ₋₁ = S − S = 0. This elegant argument relies only on the algebraic limit laws, and it demonstrates that lim(n→∞) aₙ = 0 is necessary for convergence. Therefore, by contrapositive logic, if the limit of aₙ is not zero (or fails to exist), the series must diverge.
In practice, the nth Term Test should be the very first test you apply to any series. It is computationally inexpensive — you only need to evaluate a single limit — and when it gives a definitive answer (divergence), it saves you from applying more elaborate tests unnecessarily. The flowchart below illustrates where the nth Term Test sits within the broader series-testing strategy on the AP exam.
| Series Pattern | lim(n→∞) aₙ | Conclusion |
|---|---|---|
| Σ c (constant, c ≠ 0) | c ≠ 0 | Diverges by NTT |
| Σ (−1)ⁿ | DNE (oscillates between −1 and 1) | Diverges by NTT |
| Σ n/(2n + 1) | 1/2 ≠ 0 | Diverges by NTT |
| Σ sin(n) | DNE (never settles) | Diverges by NTT |
| Σ eⁿ/(eⁿ + 1) | 1 ≠ 0 | Diverges by NTT |
Determine whether the series Σ(n=1 to ∞) (3n² + 1)/(5n² − 2n) converges or diverges using the nth Term Test.
| Strengths | Limitations |
|---|---|
| Extremely fast — requires only computing a single limit. | Can only prove divergence, never convergence. |
| Works on any series, not restricted by sign, monotonicity, or form of aₙ. | Inconclusive when lim aₙ = 0, which is the case for most interesting series on the AP exam. |
| Applies when the limit does not exist (e.g., oscillating sequences), not just when the limit is nonzero. | Cannot distinguish between conditional and absolute convergence. |
| Logically watertight — based on a direct consequence of the definition of convergence. | Provides no information about the rate of divergence or partial-sum behavior. |
The nth Term Test occupies a foundational position in the hierarchy of series tests, but it is only the beginning. Once the test is inconclusive (because lim aₙ = 0), you need to select an appropriate follow-up test. The table below situates the nth Term Test alongside the major convergence tests you will encounter on the AP Calculus BC exam, emphasizing what each test can and cannot determine.
| Test | What It Determines | Requirements / Restrictions |
|---|---|---|
| nth Term Test | Divergence only | None — applies to all series |
| Geometric Series Test | Convergence and divergence (with exact sum) | Series must be of the form Σarⁿ |
| p-Series Test | Convergence (p > 1) and divergence (p ≤ 1) | Series must be Σ(1/nᵖ) |
| Integral Test | Convergence and divergence | aₙ = f(n) must be positive, continuous, decreasing |
| Comparison / Limit Comparison | Convergence and divergence | Positive terms; need a known comparison series |
| Ratio / Root Test | Absolute convergence and divergence | Inconclusive when limit = 1 |
| Alternating Series Test | Convergence only | Terms must alternate sign; |aₙ| must be decreasing → 0 |
Looking ahead, the nth Term Test connects to deeper ideas in mathematical analysis. In a real analysis course, you will encounter the Cauchy criterion for convergence, which strengthens the necessary condition: not only must the individual terms tend to zero, but the partial sums over increasingly long stretches must also become arbitrarily small. For power series, the nth Term Test combined with the ratio or root test helps determine the radius of convergence, a concept central to Taylor and Maclaurin series on the BC exam. Mastering the nth Term Test builds the logical foundation for understanding these more advanced tools.
The nth Term Test for Divergence is the simplest and most widely applicable first step in analyzing an infinite series. It states that if lim(n→∞) aₙ ≠ 0 or the limit does not exist, then the series Σaₙ diverges. The proof follows from the observation that aₙ = Sₙ − Sₙ₋₁, so convergence of the partial sums forces the terms to vanish.
The test's greatest pitfall is the converse error: concluding convergence from lim aₙ = 0. The harmonic series Σ(1/n) is the classic counterexample, satisfying lim(1/n) = 0 yet diverging. When the nth Term Test is inconclusive, proceed to the integral, comparison, ratio, root, or alternating series tests to determine convergence. Always apply the nth Term Test first — it is quick, universal, and when it yields a verdict, it is definitive.
Keep learning with more lessons from the same subject.