The AP Calculus harmonic and p-series problem family sits inside the BC-only Unit 10 on infinite series, and it is one of the few places on the exam where a single convergence test decides the answer. Students who walk into the test room uncertain about when to use the integral test, the direct comparison, or the limit comparison routinely throw away points on multiple-choice items that are designed to be solved in under two minutes. This walkthrough builds the framework from the ground up: what a p-series is, why the harmonic series is its boundary case, how the integral test works on these families, and how the BC FRQ rewards candidates who can chain one test to the next.
Where the harmonic and p-series live in the AP Calculus BC syllabus
Unit 10 of the AP Calculus BC course description dedicates roughly 8–10% of the overall exam weighting to infinite sequences and series. Within that unit, the harmonic series and the more general p-series function as the foundational counter-examples that every other convergence test is built around. If a candidate cannot tell at a glance whether the series 1/n, 1/n^2, 1/sqrt(n), or 1/(n^2 + 1) converges, the rest of Unit 10 — comparison tests, ratio test, alternating series, radius of convergence, Taylor polynomials — becomes much harder to reason about.
On the multiple-choice section, harmonic and p-series questions usually appear in the early-to-middle band of Unit 10 items, where the difficulty is calibrated to reward pattern recognition rather than algebraic gymnastics. A typical item asks the candidate to identify which of four series converges, where two are harmonic-like, one is geometric, and one is a p-series with p slightly greater than 1. A 90-second solve is realistic once the student has internalised the p > 1 rule.
On the free-response section, the harmonic and p-series are almost never the final answer. Instead, they are scaffolding: a BC FRQ will ask the student to determine the convergence of a series that looks unfamiliar, but the first move is to compare it to a known p-series. Candidates who skip the comparison step and reach for the ratio test immediately lose 1–2 points per FRQ simply on classification. In my experience grading practice FRQs, the most common error in this family is using the wrong test on the wrong series, not making an arithmetic mistake once the right test is chosen.
Defining the harmonic and p-series precisely
The harmonic series is the infinite sum of the reciprocals of the positive integers: sum from n=1 to infinity of 1/n. It is the canonical divergent p-series, sitting exactly on the boundary between convergence and divergence. The p-series is its generalisation: sum from n=1 to infinity of 1/n^p, where p is a real number.
Three behaviours matter for the AP Calculus exam:
- If p > 1, the p-series converges. The most common exam-relevant case is p = 2, the Basel-style sum 1/n^2, which converges to π^2/6, though the candidate is never expected to know that closed form.
- If p ≤ 1, the p-series diverges. The harmonic case p = 1 diverges, as do p = 0 (the constant series 1 + 1 + 1 + …) and p < 0 (where the terms do not even tend to zero).
- If p is not a positive constant — for example p = n in 1/n^n, or p varies with n — the term is not a p-series, and the student must reach for a different test.
For most candidates, the p > 1 rule is the only thing that needs to be memorised. The test does not require a proof of why p = 1 diverges, only the recognition that it does. That said, the integral test provides the cleanest justification, and writing it out on an FRQ shows the grader that the candidate understands the underlying reason, which can rescue a borderline score.
Why the harmonic series is the boundary case
The harmonic series is the p-series at p = 1, and it is the slowest possible divergence among positive-power p-series. The partial sums grow like ln(n) — the natural logarithm of the number of terms — which means they diverge, but extraordinarily slowly. After 10^6 terms, the partial sum is only about 14. After 10^12 terms, it is about 28. This is why the harmonic series is a perennial favourite for trick questions on the AP exam: a series can look like it is converging because the first few thousand terms behave well, but the divergence is real.
On the AP Calculus exam, the harmonic series shows up most often as a comparison target. A problem will give a series whose terms are slightly smaller than 1/n — for example 1/(n+5) or 1/(2n+1) — and ask whether it converges. The candidate who recognises that 1/(n+5) is asymptotically equivalent to 1/n and applies the limit comparison test will see the divergence in about 30 seconds. The candidate who tries to apply the ratio test will get an inconclusive limit of 1 and waste two minutes before falling back to direct comparison.
A second place the harmonic series appears is in alternating form: sum of (-1)^(n+1)/n. This is the alternating harmonic series, which converges conditionally by the alternating series test, even though the absolute value series (the ordinary harmonic series) diverges. AP candidates should expect at least one item per exam cycle that tests the distinction between absolute and conditional convergence using exactly this series. The bookkeeping is simple: the alternating test gives convergence, but the absolute value series is harmonic, which diverges, so the original series converges conditionally rather than absolutely.
The integral test applied to p-series
The integral test is the most direct convergence test for p-series, and the one the AP Calculus exam expects candidates to be able to write out cleanly. The test states that for a series sum a_n with a_n = f(n) where f is continuous, positive, and decreasing on [1, infinity), the series converges if and only if the improper integral from 1 to infinity of f(x) dx converges.
For the p-series with p ≠ 1, the integral is straightforward:
- Integral of 1/x^p from 1 to infinity = integral of x^(-p) dx = [x^(-p+1) / (-p+1)] from 1 to infinity.
- If p > 1, then -p+1 < 0, and the limit as x → infinity of x^(-p+1) is 0, giving a finite value of 1/(p-1).
- If p < 1, then -p+1 > 0, and the limit is infinity, giving divergence.
For p = 1, the integral of 1/x from 1 to infinity is ln(x) evaluated from 1 to infinity, which diverges. The harmonic series is the case where the integral test produces a logarithm, and that logarithm is the most direct way to see why the harmonic series itself diverges.
On a BC FRQ, the integral test is a high-value move. A question might present the series sum of 1/(n ln n) — the classic borderline series — and ask whether it converges. The integral test gives the integral of 1/(x ln x) dx, which is ln(ln x) from some lower bound to infinity, which diverges. The candidate who sets up the substitution u = ln x, du = dx/x, and reduces the integral to 1/u is showing the grader a full understanding of the test. The candidate who just writes "diverges by the integral test" without setup gets partial credit at best.
Direct and limit comparison tests on p-series
The comparison tests are where the harmonic and p-series do most of their silent work on the AP Calculus exam. The direct comparison test says that if 0 ≤ b_n ≤ a_n and sum a_n converges, then sum b_n converges; and if 0 ≤ a_n ≤ b_n and sum a_n diverges, then sum b_n diverges. The limit comparison test says that if a_n and b_n are positive and the limit of a_n/b_n exists and is a finite positive number, then the two series share a convergence behaviour.
For a typical exam item, the candidate sees a series like sum of 1/(n^2 + n) or sum of n/(n^3 + 1) and must decide. The cleanest move is to compare against a p-series:
| Series | Comparison target | Result |
|---|---|---|
| sum 1/(n^2 + n) | 1/n^2 (since 1/(n^2+n) ≤ 1/n^2) | Converges (p = 2) |
| sum n/(n^3 + 1) | 1/n^2 (asymptotically equivalent) | Converges (p = 2) |
| sum 1/(2n + 1) | 1/n (asymptotically equivalent) | Diverges (harmonic) |
| sum 1/sqrt(n + 4) | 1/sqrt(n), i.e. 1/n^(1/2) | Diverges (p = 1/2) |
| sum 1/(n^1.5 + n^0.5) | 1/n^1.5 (since denominator ≥ n^1.5) | Converges (p = 1.5) |
The pattern is mechanical: identify the dominant power of n in the denominator, treat everything else as a bounded constant, and read off the effective p. For most candidates reading this, the key habit is to write down the comparison explicitly on the page. FRQ graders cannot award points for reasoning that does not appear on the page, and "the series converges because the terms go to zero" is not an acceptable justification — the harmonic series is itself a counter-example to that reasoning.
Common pitfalls and how to avoid them
Three errors account for the majority of lost points on harmonic and p-series questions.