AP Calculus BC

Series Convergence Tests: The Complete Table (BC)

Eight tests cover AP Calculus BC series (CED 10.1 to 10.9): nth-term, geometric, p-series, integral, direct comparison, limit comparison, alternating, and ratio. Match the shape of the terms to the test, run the nth-term check first, and remember it proves divergence only, never convergence.

The eight tests at a glance

These eight are the only convergence tools the AP Calculus BC exam assesses. The CED (the College Board's Course and Exam Description) Topic 10.8 exclusion statement names the six formal tests it assesses (nth-term, integral, comparison, limit comparison, alternating series, and ratio); geometric series (10.2) and p-series (10.5) are the two known series you add to complete the toolkit. Read the table left to right: match the shape of the terms in an\sum a_n to a test, confirm what that test can actually conclude, then read the trap that costs the most points. Series live in Unit 10, worth 15 to 20 percent of the exam.

TestApplies toConcludesWatch out
nth-Term Test (10.3)Any series, as the opening checkIf limnan0\lim_{n \to \infty} a_n \ne 0 (or the limit does not exist), diverges. If the limit is 00, inconclusive.Never proves convergence. an0a_n \to 0 is necessary, not sufficient: the harmonic series obeys it and still diverges.
Geometric Series (10.2)A constant ratio rr between successive terms, arn\sum a r^nConverges to a1r\frac{a}{1-r} if r<1|r| < 1; diverges if r1|r| \ge 1.Before using a1r\frac{a}{1-r}, check the starting index: aa is the first term actually written out.
p-Series (10.5)Terms of the form 1np\frac{1}{n^p}Converges if p>1p > 1; diverges if p1p \le 1.p=1p = 1 is the harmonic series and diverges; p=12p = \frac{1}{2} (a 1n\frac{1}{\sqrt{n}} term) also diverges.
Integral Test (10.4)an=f(n)a_n = f(n) with ff positive, continuous, and decreasing for xkx \ge kan\sum a_n and kf(x)dx\int_k^\infty f(x)\,dx converge or diverge together.The integral's value is not the sum. You must be able to antidifferentiate ff for this to be usable.
Direct Comparison (10.6)Positive terms you can bound by a known seriesIf 0anbn0 \le a_n \le b_n and bn\sum b_n converges, then an\sum a_n converges; if 0bnan0 \le b_n \le a_n and bn\sum b_n diverges, then an\sum a_n diverges.Direction is everything: bound above by a convergent series to prove convergence, below by a divergent one to prove divergence. Any other pairing proves nothing.
Limit Comparison (10.6)Rational or algebraic terms close to a p-seriesWith bn>0b_n > 0, if L=limnanbnL = \lim_{n \to \infty} \frac{a_n}{b_n} and 0<L<0 < L < \infty, both series do the same thing.The limit must be finite and positive. Pick bnb_n from the leading powers of ana_n.
Alternating Series Test (10.7)Alternating signs, (1)nbn\sum (-1)^n b_n with bn>0b_n > 0Converges if bnb_n is decreasing and limnbn=0\lim_{n \to \infty} b_n = 0.Both conditions are required, and the rubric expects you to state that bnb_n decreases. Proves convergence only, never divergence.
Ratio Test (10.8)Factorials, exponentials, or nnth powersL=limnan+1anL = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|: L<1L < 1 converges absolutely, L>1L > 1 diverges, L=1L = 1 inconclusive.L=1L = 1 on every p-series and rational term. When it happens, switch to a comparison test.

Run the nth-term test first

It is one limit and it can finish the problem: if limnan0\lim_{n \to \infty} a_n \ne 0, the series diverges immediately. If the limit is 00, you have learned nothing yet, so keep going. Writing "the terms go to zero, so it converges" is the single most common lost point on series.

The two series you memorize

Two series are pure recall on the exam: you never derive them, you recognize them. Every comparison you set up eventually leans on one of these, so memorize the cutoffs cold.

SeriesFormConverges whenKey fact
Geometric Series (10.2)n=0arn\sum_{n=0}^{\infty} a r^nr<1|r| < 1Sum equals a1r\frac{a}{1-r}, the only series in this list with a general closed-form sum formula you can evaluate for any aa and rr.
p-Series (10.5)n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}p>1p > 1No exam-required closed sum; it is the benchmark almost every comparison targets.
Harmonic Series (10.5)n=11n\sum_{n=1}^{\infty} \frac{1}{n}Never (diverges)The p=1p = 1 case: terms shrink to 00, yet the series diverges. The canonical counterexample.
Alternating Harmonic Series (10.5)n=1(1)n1n\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n}Always (converges)Conditionally convergent: it converges to ln2\ln 2, but drop the signs and it diverges.
n=0arn=a1r,r<1\sum_{n=0}^{\infty} a r^n = \frac{a}{1-r}, \quad |r| < 1

Recognition cues: reading the terms

Method selection is the whole game: most lost time on series comes from starting the wrong test. Each pattern in the terms points to one test. Find the row that matches what ana_n looks like, then run it.

What the terms look likeReach forWhy it works
A constant multiplier between successive termsGeometric Series (10.2)Divide any term by the previous one; if it is always the same rr, convergence reads straight off r|r|.
1np\frac{1}{n^p}p-Series (10.5)Convergence is decided by a single number, pp, with the cutoff at 11.
A factorial n!n!, an exponential cnc^n, or an nnth powerRatio Test (10.8)Forming an+1an\frac{a_{n+1}}{a_n} cancels the growing factor and leaves a clean limit.
A rational or algebraic function of nnLimit Comparison (10.6)Strip to the leading powers to find the p-series it behaves like, then confirm with the limit.
Signs that flip through (1)n(-1)^n or (1)n1(-1)^{n-1}Alternating Series Test (10.7)Only two conditions to check; a series that fails other tests may still converge here.
an=f(n)a_n = f(n) with ff positive, decreasing, and easy to antidifferentiateIntegral Test (10.4)The improper integral settles it. Natural for 1nlnn\frac{1}{n \ln n}-type terms with a logarithm.
Terms trapped between a known series and 00Direct Comparison (10.6)When the bounding inequality is obvious, no limit is needed.
Anything, as the opening moventh-Term Test (10.3)One limit can end the problem before any real work begins.

Absolute versus conditional convergence (10.9)

Once a series converges, Topic 10.9 asks a second question: is the convergence absolute or conditional? Test the series of absolute values an\sum |a_n| and match your result to the table.

SituationClassificationWhat it means
an\sum |a_n| convergesAbsolutely convergentConvergence is guaranteed (absolute convergence implies convergence), and rearranging the terms keeps the same sum.
an\sum a_n converges but an\sum |a_n| divergesConditionally convergentThe series survives only through sign cancellation; the alternating harmonic series is the model case.
an\sum a_n divergesDivergentNeither classification applies.

A shortcut worth memorizing

Before running the alternating series test, try the ratio test on an|a_n|. If it returns L<1L < 1, you already have absolute convergence, which implies convergence, and you can skip the alternating series test entirely. If it returns L>1L > 1, the terms do not go to zero, so the series diverges by the nth-term test. If it returns L=1L = 1, fall back to the alternating series test.