Welcome to the Convergence Toolbox!

In our journey through Infinite Series, we’ve learned what it means for a series to converge (reach a finite sum) or diverge (go to infinity or wander forever). But how do we tell which is which without adding up a billion terms? In this chapter, we add four powerful tools to our "Convergence Toolbox": the Harmonic Series, the p-Series Test, the Direct Comparison Test, and the Limit Comparison Test. These tools are the bread and butter of Unit 10 and are frequently tested on the AP Calculus BC exam.

10.5: The Harmonic Series and p-Series

The Harmonic Series

The Harmonic Series is one of the most famous series in mathematics. It looks like this:

\(\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + ...\)

The Big Rule: The Harmonic Series always diverges. Even though the terms \(\frac{1}{n}\) are getting smaller and smaller (approaching zero), they don’t get small fast enough to stop the sum from growing to infinity.

Don't worry if this seems tricky! It’s a common trap. Remember: just because the individual terms go to zero (as required by the nth Term Test), it does NOT mean the series converges.

The p-Series Test

The Harmonic Series is actually just one member of a larger family called p-series. A p-series takes the form:

\(\sum_{n=1}^{\infty} \frac{1}{n^p} = \frac{1}{1^p} + \frac{1}{2^p} + \frac{1}{3^p} + ...\)

To determine if a p-series converges, you only need to look at the exponent \(p\):

  • If \(p > 1\), the series converges.
  • If \(p \leq 1\), the series diverges.

Example 1: \(\sum_{n=1}^{\infty} \frac{1}{n^2}\). Here, \(p = 2\). Since \(2 > 1\), this series converges.

Example 2: \(\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}} = \sum_{n=1}^{\infty} \frac{1}{n^{1/2}}\). Here, \(p = 1/2\). Since \(1/2 \leq 1\), this series diverges.

Did you know? The p-series test is actually a shortcut derived from the Integral Test (Topic 10.4). Instead of doing the calculus every time, we just memorize the \(p\) rule!

Key Takeaway:

For \(\sum \frac{1}{n^p}\), bigger exponents in the denominator (\(p > 1\)) pull the terms toward zero fast enough to converge. Smaller exponents (\(p \leq 1\)) do not.


10.6: Comparison Tests

Sometimes we see a series that looks almost like a p-series or a geometric series, but it has extra "junk" in it. Comparison tests allow us to compare a "messy" series (\(a_n\)) to a "clean" series (\(b_n\)) that we already understand.

The Direct Comparison Test (DCT)

The Direct Comparison Test is all about "The Sandwich Logic." Suppose we have two series with positive terms.

  1. Convergence: If you have a "messy" series that is smaller than a series known to converge, then the messy series must also converge.
  2. Divergence: If you have a "messy" series that is larger than a series known to diverge, then the messy series must also diverge.

Think of it this way: If a "ceiling" is falling down (converging), and you are underneath it, you must go down too. If the "floor" is exploding upward (diverging), and you are on top of it, you must go up too!

Common Mistake: Being "smaller than a divergent series" or "larger than a convergent series" tells you nothing. The test is inconclusive in those cases.

The Limit Comparison Test (LCT)

Sometimes the Direct Comparison Test fails because the inequality points the wrong way. That’s where the Limit Comparison Test shines. It’s often easier to use because you don't have to worry about "which is bigger."

To use LCT on a series \(\sum a_n\):

  1. Pick a "comparison series" \(\sum b_n\) (usually by keeping only the highest powers of \(n\)).
  2. Calculate the limit: \(L = \lim_{n \to \infty} \frac{a_n}{b_n}\).
  3. If \(L\) is a finite, positive number (\(0 < L < \infty\)), then both series behave exactly the same way! If \(\sum b_n\) converges, so does \(\sum a_n\). If \(\sum b_n\) diverges, so does \(\sum a_n\).

Example: Does \(\sum_{n=1}^{\infty} \frac{3n + 1}{n^2 - 5}\) converge or diverge?

Step 1: Identify the "dominant" terms. In the numerator, \(3n\) dominates. In the denominator, \(n^2\) dominates. So, we compare it to \(b_n = \frac{3n}{n^2} = \frac{3}{n}\).

Step 2: We know \(\sum \frac{3}{n}\) is a divergent harmonic series (constant multiples don't change divergence).

Step 3: Since the limit of the ratio of these two series as \(n \to \infty\) is \(1\) (a finite positive number), the original series diverges by the Limit Comparison Test.


Quick Review: When to use what?

  • Is it exactly \(\frac{1}{n^p}\)? Use the p-Series Test.
  • Is it a simple fraction with "extra" terms that clearly make it smaller/larger? Try Direct Comparison.
  • Is it a messy algebraic fraction? Use Limit Comparison with the highest powers of \(n\).
Final Justification Tip for the AP Exam:

When writing your answer on the Free-Response Section (FRQ), you must explicitly state the conditions. For example: "Since \(0 \leq \frac{1}{n^2+1} \leq \frac{1}{n^2}\) and \(\sum \frac{1}{n^2}\) converges as a p-series with \(p=2 > 1\), then \(\sum \frac{1}{n^2+1}\) converges by the Direct Comparison Test." This shows the readers you know the "why" behind the "what"!

Keep practicing! Infinite series can feel like a lot of rules, but the more you compare them, the more intuitive they become.