The nth Term Test is the simplest divergence test: if the terms of the series do not approach zero, the series cannot converge. The Integral Test connects series to improper integrals and is especially useful for series like $\sum 1/n^p$ ($p$-series).

🎯 In this section you will learn

📌 nth Term Test for Divergence

$$ \text{If } \lim_{n \to \infty} a_n \neq 0, \text{ then } \sum a_n \text{ diverges} $$
If the terms don't approach zero, the series cannot converge
💡 Important: The converse is false

If $\lim a_n = 0$, the series may converge or diverge. The nth term test cannot prove convergence.

Example 1nth Term Test (Divergence)

Show that $\sum_{n=1}^\infty \frac{n}{n+1}$ diverges.

Example 2nth Term Test Inconclusive

For $\sum_{n=1}^\infty \frac{1}{n}$, $\lim a_n = 0$, but the series diverges (harmonic series). The nth term test is inconclusive.

📌 The Integral Test

$$ \text{If } f(x) \text{ is positive, continuous, and decreasing for } x \ge 1, \text{ then } \sum_{n=1}^\infty f(n) \text{ converges } \iff \int_1^\infty f(x) dx \text{ converges} $$
📌 Requirements for Integral Test
Example 3Integral Test: Convergent Series

Test $\sum_{n=1}^\infty \frac{1}{n^2}$ for convergence.

Check conditions
$f(x) = \frac{1}{x^2}$ is positive, continuous, and decreasing for $x \ge 1$.
Evaluate the integral
$\int_1^\infty \frac{1}{x^2} dx = \lim_{b \to \infty} \left[-\frac{1}{x}\right]_1^b = \lim_{b \to \infty} \left(-\frac{1}{b} + 1\right) = 1$
Conclusion
Since the integral converges, the series $\sum \frac{1}{n^2}$ converges.
Example 4Integral Test: Divergent Series

Test $\sum_{n=1}^\infty \frac{1}{n}$ for convergence.

📌 The $p$-Series Test

$$ \sum_{n=1}^\infty \frac{1}{n^p} \text{ converges if } p > 1, \text{ diverges if } p \le 1 $$
This follows directly from the Integral Test
Example 5$p$-Series Examples
⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page