Comparison tests for convergence
AP Calculus BCΒ· AP Calculus BC CED β Infinite Sequences and SeriesΒ· 14 min read
1. Overview of Comparison Testsβ β ββββ± 2 min
Comparison tests for convergence are a pair of related methods for determining whether an infinite series converges or diverges, by comparing an unknown series to a second series with known convergence behavior. This topic accounts for 17-18% of the total AP Calculus BC exam score, appearing regularly in both multiple-choice and free-response sections.
Unlike the Integral Test, which requires integrating the general term, comparison tests rely on algebraic simplification and knowledge of standard series (p-series, geometric series), making them faster to apply for most rational, radical, and exponential series. All comparison tests are initially designed for series with non-negative terms, with extensions to other series via absolute convergence.
2. The Direct Comparison Testβ β ββββ± 4 min
Direct Comparison Test
for all , for some finite
For two non-negative series, if converges, then also converges. If diverges, then also diverges. The inequality only needs to hold for all sufficiently large , as early terms do not change convergence behavior.
Example:
Best used when you can easily bound the unknown series terms above by a convergent series or below by a divergent series.
The intuition for this rule is straightforward: if a larger upper bound series does not diverge, then a smaller series bounded above by it cannot diverge either. Conversely, if the smaller lower bound series already diverges, any larger series must also diverge.
Determine if converges using the Direct Comparison Test.
- 1
Confirm all terms are non-negative for , which satisfies the test's core requirement.
- 2
For all , , so taking reciprocals preserves the inequality:
- 3
- 4
The comparison series is a p-series with , which is known to converge.
- 5
By the Direct Comparison Test, since the original series is smaller than a convergent series with non-negative terms, the original series converges.
Exam tip:
Always check inequality direction before drawing a conclusion
3. The Limit Comparison Testβ β β βββ± 5 min
Limit Comparison Test
, for non-negative
If , and have the same convergence behavior. For edge cases: if and converges, converges; if and diverges, diverges. All other edge cases are inconclusive.
Example:
Ideal for rational functions where bounding for Direct Comparison is algebraically messy.
The intuition here is that for very large , , so the overall series grow at the same rate. This makes it perfect for rational functions of , where the leading terms of the numerator and denominator dominate the behavior for large .
Determine if converges using the Limit Comparison Test.
- 1
For large , the leading term of the numerator is , and the leading term of the denominator is , so . We choose , a known convergent p-series term.
- 2
Confirm all are positive for (after the first two terms, which do not affect convergence), so the test applies.
- 3
Compute the limit of the ratio:
- 4
- 5
The limit is positive and finite, so the series have the same behavior. converges, so the original series converges.
4. Extending Comparison Tests to Series with Negative Termsβ β β βββ± 3 min
The core comparison tests only work for series with all non-negative (or all non-positive) terms, because they rely on bounding to draw conclusions. To apply comparison methods to series with mixed positive and negative terms, we use the link between absolute convergence and convergence.
If the series of absolute values converges, then the original series converges absolutely, and therefore converges. Since has all non-negative terms, we can apply direct or limit comparison to this transformed series to test for convergence.
The key limitation to remember: if diverges, comparison tests cannot tell you anything about the convergence of the original alternating/mixed series. You will need another test (like the Alternating Series Test) to check for conditional convergence in that case.
Does the comparison test approach confirm convergence of ?
- 1
This is a series with mixed terms, so we test absolute convergence by analyzing .
- 2
For all , , so . We use the Direct Comparison Test with , a known convergent series.
- 3
By Direct Comparison, converges, so the original series converges (absolutely). The comparison approach confirms convergence.
5. AP-Style Concept Checkβ β ββββ± 2 min
Test your understanding of comparison test rules with this multiple-choice question:
Which of the following statements about the series is true?
A. The series converges by the Direct Comparison Test with the convergent geometric series
B. The series converges by the Direct Comparison Test with the convergent geometric series
C. The series diverges by the Direct Comparison Test with the divergent geometric series
D. The series diverges by the nth Term Test, because does not exist
6. Common Pitfalls
Wrong move:
Using the Direct Comparison Test to claim converges because and converges.
Why:
Students memorize that comparison to p-series works, but forget the inequality direction is wrong for their desired conclusion.
Correct move:
Always confirm: to prove convergence, your unknown series must be smaller than a known convergent; reverse for divergence. Use Limit Comparison instead if your inequality is the wrong direction.
Wrong move:
Applying the Limit Comparison Test when and the comparison series diverges, then concluding the original series diverges.
Why:
Students generalize the rule incorrectly to edge cases.
Correct move:
Only draw conclusions for edge cases: if , only conclude convergence if the comparison series converges; if , only conclude divergence if the comparison series diverges. For all other combinations, the test is inconclusive.
Wrong move:
Applying comparison tests directly to an alternating series without taking absolute values first.
Why:
Students forget the non-negative term requirement for all comparison methods.
Correct move:
Any series with mixed positive/negative terms must be tested by applying comparison to the series of absolute values of its terms first.
Wrong move:
Claiming divergence because your original series is larger than a convergent comparison series.
Why:
Students mix up what information each comparison gives.
Correct move:
If your original series is larger than a convergent series, you learn nothing: the original series could still converge or diverge, so you need to try a new comparison series or switch tests.
Wrong move:
Comparing to instead of .
Why:
Students forget to add the exponents of in the denominator to find the correct p-series.
Correct move:
For any product of powers/radicals of , simplify the total exponent of in the denominator minus the exponent in the numerator to get for your comparison p-series.
7. Quick Reference Cheatsheet
Category | Rule / Details | Notes |
|---|---|---|
Direct Comparison Test (non-negative terms) | for all | If converges, converges; if diverges, diverges. Only needs to hold for large . |
Limit Comparison Test (non-negative terms) | , | Both series have the same convergence behavior. |
Limit Comparison Edge 1: | Only conclude convergence if converges | No conclusion if diverges. |
Limit Comparison Edge 2: | Only conclude divergence if diverges | No conclusion if converges. |
All-negative terms | Apply tests to | Convergence is identical to . |
Mixed positive/negative terms | Test convergence of | If converges via comparison, original series converges. If diverges, test is inconclusive. |
Common convergent comparison series | p-series: ; geometric: | Go-to options for most AP problems. |
Common divergent comparison series | p-series: ; geometric: | Use these to prove divergence. |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 Β· BC MCQ
Convergence conclusion via comparison
- 2021 Β· BC FRQ
Justify convergence with comparison
What's Next
Comparison tests are the foundational tool for analyzing the behavior of series with general terms that cannot be easily evaluated with the nth Term Test or Integral Test. Mastery of comparison tests is an absolute prerequisite for the next topics in Unit 10, starting with absolute and conditional convergence, followed by the Ratio and Root Tests used to find intervals of convergence for power series. This topic also forms the basis for bounding the error of partial sums of convergent Taylor series, a common FRQ question on the AP exam.
