Radius and interval of convergence sit in a small corner of the AP Calculus BC syllabus, but they ask a candidate to do something most other units do not: hold a single algebraic expression in two different ways at once. The series must be analysed globally, to find a radius, and then locally, to test each endpoint of the resulting interval. That double demand is the reason the topic appears on the BC exam as a free-response staple, and the reason students who race through Unit 10 of the College Board framework often lose points they expected to keep. This article walks through the working method I teach for these problems, the three tests that decide nearly every radius-of-convergence answer, and the endpoint logic that turns a half-correct solution into full marks. Throughout, the framing borrows deliberately from LNAT preparation habits, because the same disciplined reading of a passage — isolate the claim, then test the boundary — translates almost one-for-one into the way a careful student should attack a power series on test day.
What "radius" and "interval" of convergence actually mean
A power series in x has the form ∑ aₙ (x − c)ⁿ, where aₙ are the coefficients, x is the variable, and c is the centre of the series. For any fixed value of x the series becomes an ordinary numerical series, and the central question is: for which x does it converge, and for which x does it diverge? The answer is never a scattered set of points; it is always a single interval, which can degenerate to a point or expand to the entire real line. The radius of convergence, conventionally written R, is the distance from the centre c to the nearest point where the series stops converging. The interval of convergence is the actual set of x values, including the centre and possibly the endpoints, where the series converges.
This is the bit students often miss. The radius is a non-negative number, possibly zero, possibly infinite, and it is measured in the same units as x. The interval of convergence is a set, written in the form (c − R, c + R), [c − R, c + R), (c − R, c + R], or [c − R, c + R], depending on what happens at the two boundaries. The radius answers "how far can I go from the centre?"; the interval answers "given that distance, what specific x values are inside?" Both questions appear on the AP Calculus BC exam, and the College Board's scoring guidelines routinely award a point for the radius and a separate point for each correctly classified endpoint.
A useful mental picture is a torch beam pointed at a wall. The torch sits at c, the beam has half-width R, and the lit-up strip on the wall is the open interval. Endpoints behave like the very edges of the beam: they may or may not actually catch light, and you have to test them individually. The arithmetic that produces R is almost always mechanical; the judgement that decides the interval lives at the boundary, and that is where most lost points accumulate.
The three convergence tests that decide nearly every AP problem
For AP Calculus BC purposes, three tests cover roughly 95% of radius-of-convergence prompts. A student who is fluent with all three, and who knows when to switch between them, will rarely face a problem that does not bend to one of them. The tests are the ratio test, the root test, and direct comparison with a known geometric or p-series.
Ratio test as the default
The ratio test is the workhorse. Given ∑ aₙ (x − c)ⁿ, compute the limit L of |aₙ₊₁ / aₙ|, multiplied by |x − c|. Converges when L < 1, diverges when L > 1, and is inconclusive when L = 1. The condition L < 1 is what produces the radius. Solve |x − c| < 1 / (limit) to get the open interval, then probe the two endpoints separately. For an AP free-response, write out the limit calculation explicitly; the readers want to see the absolute value signs, the cancellation, and the final inequality in x.
Root test when factorials meet powers
When the general term contains a power of n alongside a power of (x − c), the root test is often faster than the ratio test. The form nth-root(|aₙ (x − c)ⁿ|) is the natural one, and factorials disappear cleanly because nth-root(n!) approaches 1 as n grows. The College Board framework labels this as an alternative method, and a student who recognises the trigger — terms like nⁿ or nⁿ inside the coefficient — can save a full algebraic minute per problem.
Comparison with a known series as a sanity check
Direct comparison with the geometric series ∑ rⁿ, which converges when |r| < 1, is the third route. It rarely produces the radius on its own in AP problems, but it is the cleanest way to justify what happens at an endpoint. If a candidate substitutes x = c + R and gets a series whose behaviour is obvious, comparison lets them argue convergence or divergence without invoking integral or alternating-series machinery.
Working a radius-of-convergence problem step by step
Take the series ∑ (x − 3)ⁿ / (n · 2ⁿ), a textbook AP-style example. The first move is mechanical: set up the ratio test by writing aₙ = 1 / (n · 2ⁿ). Then aₙ₊₁ / aₙ simplifies to n / ((n + 1) · 2), which tends to 1/2 as n grows. Multiplying by |x − 3| gives L = |x − 3| / 2. Convergence requires |x − 3| / 2 < 1, which simplifies to |x − 3| < 2. The radius is 2, and the open interval is (1, 5).
The second move is the one most candidates skip or rush. Substitute x = 1, giving ∑ (−2)ⁿ / (n · 2ⁿ) = ∑ (−1)ⁿ / n. This is the alternating harmonic series, which converges by the alternating series test. Substitute x = 5, giving ∑ 2ⁿ / (n · 2ⁿ) = ∑ 1/n, which is the harmonic series and diverges. The interval of convergence is therefore [1, 5). On the AP exam this is the difference between earning 1 point (radius only) and earning 4 points (radius plus three endpoint decisions).
The pattern holds for any centre c. Converges for |x − c| < R, then test x = c − R and x = c + R separately, using the simplest test that applies at each endpoint. The LNAT parallel is deliberate: the LNAT multiple-choice section rewards the candidate who first locates the structural feature of a passage and then probes its boundary cases. Power-series problems reward the candidate who first locates the radius and then probes its boundary points. Same cognitive move, different subject.
Endpoint behaviour: the place where most points are lost
Three endpoint archetypes cover almost every AP prompt. A candidate who can recognise each by sight, and who knows which test to reach for, will not be ambushed by a College Board free-response. The archetypes are: the alternating geometric or alternating p-series, the non-alternating geometric or p-series, and the series that reduces to a constant non-zero term.
Alternating archetypes
When the boundary value of x produces a factor of (−1)ⁿ, the alternating series test is usually decisive. Convergence requires the absolute value of the terms to be decreasing and to approach zero. The classic trap is to forget the "decreasing" condition; a candidate who writes "terms go to zero, so it converges" is implicitly assuming monotonic decrease, which is a separate step and must be shown or at least noted.
Non-alternating archetypes
When the boundary value produces only positive terms — for example x = 5 in the example above — comparison with a known series is the natural test. The integral test, where applicable, is also acceptable on the AP, but comparison is faster and earns the same credit. If the candidate can rewrite the boundary series as a multiple of a p-series or a geometric series, that single observation is enough to justify divergence or convergence in one line.
Constant-term archetypes
When the boundary value makes |x − c| = 1 and the coefficient does not contain n in the denominator, the series becomes a sum of constants, which diverges by the nth-term test. The candidate who writes "the terms do not approach zero" has just earned the point. This is the easiest endpoint to handle, and the one most often missed because students assume endpoint questions must involve clever tests.