The AP Calculus comparison tests for convergence are the workhorse tools of Unit 10 in BC and a recurring item family on the AP Calculus AB exam whenever a series with positive terms refuses to telescope or alternate neatly. They are also, in my experience marking mock FRQs, the technique that students reach for last and execute worst. The arithmetic looks harmless: compare a messy term to a clean p-series or geometric series and let a theorem do the rest. In practice, candidates mis-state the direction of the inequality, confuse absolute convergence with ordinary convergence, and forget that the comparison machinery only handles series whose terms are eventually positive. A clean treatment of when each version applies, and a small library of dominating series you can pull from on the exam, removes most of the avoidable errors in this corner of the syllabus.
Where the comparison tests sit in the AP Calculus syllabus and exam format
Comparison arguments appear inside the larger topic of series convergence, which is a Unit 9 and Unit 10 territory in AP Calculus BC and a lighter, mostly conceptual treatment in AP Calculus AB. On the multiple-choice section, the comparison tests are usually tested through a short series whose terms contain a polynomial in n in the denominator and a power or exponential in the numerator. The MCQ does not require a written proof, only a justified conclusion, so the skill being measured is pattern recognition: see the form, name the dominating series, state the verdict. The exam rewards candidates who can move fast here because each comparison problem is essentially a two-step decision — choose the comparison, state the conclusion — and most of the credit lives in picking the comparison correctly.
On the free-response section, the comparison tests earn their keep as supporting arguments inside a larger problem. A typical BC FRQ might give a recursively defined sequence whose explicit form is hard to obtain and ask whether the associated series converges; the comparison test is then the cleanest tool, because you can bound the recursive term above or below without ever solving the recurrence. In AB, the comparison tests are less central but still appear when the FRQ asks for a justification of convergence for a series written in summation notation. The rubric for such a justification is binary: either you name a valid dominating or minorant series with a known verdict and an inequality that points the right way, or you do not earn the point. Candidates who write a vague comparison like 'it behaves like a p-series' without identifying which p-series and without writing the inequality usually lose the point.
The exam format also matters tactically. The two comparison tests are not interchangeable, and a common MCQ trap presents a series for which only one of the two tests gives a clean answer. The direct comparison test (DCT) is the older, more rigid tool: it requires you to write a term-by-term inequality that holds for all sufficiently large n and a known series whose verdict matches the direction of that inequality. The limit comparison test (LCT) is more flexible: it requires the limit of the ratio of terms to be a finite, positive number, and the verdict then transfers. For most exam questions with messy closed forms, LCT is faster, but DCT remains the only option when the ratio oscillates or does not have a limit. Knowing which tool fits which shape is roughly half the skill.
Why 'eventually' is doing all the work
Both comparison tests allow the inequality or the limit to hold only for n greater than some N. The series tail from N to infinity converges if and only if the full series converges, so what happens to the first few terms is irrelevant. Most candidates who run into trouble are not wrong about the asymptotic behaviour of the term; they are wrong about the early terms. A term like (n + sin n)/n² looks larger than 1/n² near n = 1, but the test only requires the inequality to hold eventually. This subtle point is tested explicitly on the FRQ when the rubric language reads 'for all sufficiently large n' or 'eventually positive', and a candidate who insists on proving the inequality from n = 1 will often produce a false statement and lose the comparison point.
The direct comparison test: statement, direction of inequality, and what 'converges to a finite sum' really means
The direct comparison test is the simplest version, and on the exam it is usually the right tool when the given series has terms that are visibly smaller or larger than a p-series or geometric series whose verdict you know. Formally, suppose aₙ ≥ 0 for all n and you can find a comparison series bₙ with a known verdict such that 0 ≤ aₙ ≤ bₙ for all sufficiently large n. If the comparison series bₙ converges, then aₙ converges by direct comparison. Conversely, if aₙ ≥ cₙ ≥ 0 eventually and cₙ diverges, then aₙ diverges. The 'converges' direction is the one students confuse: a smaller series converges when dominated by a convergent one, while a larger series diverges when it dominates a divergent one. The inequalities have to point the right way, and the direction of the conclusion is opposite to the direction of the inequality, which is the single most common source of MCQ errors on this topic.
In practice on the AP exam, DCT works cleanly for series whose terms are eventually monotone in n. A typical example is the series whose n-th term is 1/(n² + 5n). A candidate who recognises that n² + 5n > n² for all positive n can write 1/(n² + 5n) < 1/n², and since the p-series with p = 2 converges, the given series converges. The MCQ might then present a near-miss like 1/(n² − 5n) for n ≥ 6, where the inequality flips at small n but eventually holds; here the test still applies because the first five terms are finite and do not affect convergence. A subtler MCQ is one where the comparison must be made on the side of a divergent series, for example showing that sin(n)/n is dominated in absolute value by 1/n and then noting the original series converges absolutely.
The common error pattern I see on FRQs is the inequality being written the wrong way. A candidate who writes 'aₙ ≤ bₙ and bₙ diverges, therefore aₙ diverges' is using the comparison test backwards, and the rubric reads it as a non-justification. The fix is mechanical: every time you write a comparison, write the conclusion that follows in the same sentence. 'aₙ ≤ 1/n³ for all n ≥ 1, and 1/n³ converges, so by direct comparison aₙ converges.' The conclusion is forced by the inequality, and writing the chain out loud removes almost all of the misdirection errors. The exam also accepts the contrapositive phrasing: 'aₙ ≥ 1/n for all sufficiently large n, and 1/n diverges, so by direct comparison aₙ diverges.' Both forms are correct, but only when the inequality direction is consistent with the conclusion.
The limit comparison test: when the ratio is finite and positive, the verdict transfers
The limit comparison test is the more flexible tool, and on the AP Calculus BC exam it is the workhorse for series with mixed polynomial, exponential, and factorial pieces. The statement is: given aₙ, bₙ > 0 for all sufficiently large n, if the limit L = lim (aₙ / bₙ) exists as a finite positive number, then aₙ and bₙ either both converge or both diverge. The 'finite positive' requirement is what trips students up. L = 0 is allowed but the conclusion is weaker: if L = 0 and bₙ converges, then aₙ converges; if L = 0 and bₙ diverges, you learn nothing. L = ∞ is symmetric: it tells you nothing if bₙ converges, but if bₙ diverges, then aₙ diverges. The exam rarely uses L = 0 or L = ∞ because the conclusions are partial, but the BC syllabus does include them, and a strong candidate will note which case they are in and choose DCT as a fallback.
For the AP exam, the most useful LCT template is: factor out the dominant piece, then compare. Given a series whose n-th term is, say, (3ⁿ + n⁵)/(5ⁿ + n), the dominant exponential in both numerator and denominator is the right comparison. The candidate writes aₙ / bₙ with bₙ = (3/5)ⁿ, computes the limit, and reads off the verdict. Most LCT problems reduce to choosing bₙ as a stripped-down version of aₙ: drop additive constants, drop subdominant polynomial factors, and keep the leading exponential or factorial piece. The reason this works is that the limit calculation collapses when the dominant pieces are aligned, and the rubric for FRQs gives credit for naming the chosen bₙ and computing the limit, even if the original series turns out to diverge.
The trap to watch for is the LCT ratio that is zero or infinite. A candidate who computes L = 0 and concludes 'so aₙ converges' without checking whether the comparison series converges has used the theorem incorrectly. LCT does not transfer divergence through an L = 0 limit, and a common MCQ exploits this by giving a series that is dominated by a divergent comparison but has L = 0. The right move in such a case is to fall back on DCT, or to recognise that the original series actually converges and use a different bₙ that converges. A strong student reads the limit before reaching for a conclusion, and if the limit is not a finite positive number, switches tools. This is the kind of test-day judgement that separates a 5 from a 4 on BC.
How to choose bₙ in under 60 seconds
The fastest way to pick a comparison series on the exam is to identify the dominant piece of aₙ. If aₙ has a polynomial denominator, compare to a p-series with p one less than the polynomial degree. If aₙ has an exponential factor rⁿ with r < 1, compare to the geometric series with ratio r. If aₙ has a factorial n! in the denominator, compare to itself stripped of all polynomial factors, because n! dominates any polynomial. The same logic extends to products: keep the fastest-decaying piece, drop the slow pieces, and use the stripped term as bₙ. This heuristic is not a theorem, but it covers about 80 percent of AP MCQ comparison problems, and the remaining 20 percent are the ones where DCT is the cleaner tool anyway.
When the comparison tests are the wrong tool: positive terms, alternating series, and the absolute-value question
Both comparison tests require non-negative terms. The theorems simply do not apply to series with mixed signs unless you first take absolute values. On the exam, this distinction is tested two ways. First, a series like Σ (−1)ⁿ / (n + sin n) cannot be handled by direct comparison as written; the candidate must first observe that the series converges absolutely because Σ 1/(n + sin n) converges by comparison to 1/n, and then conclude that the original series converges. Second, an MCQ might present a conditionally convergent series — one that converges but does not converge absolutely — and a candidate who reflexively applies DCT to the absolute-value series will reach the wrong verdict. The correct move is the alternating series test, not the comparison tests.