AP CALCULUS BC • INFINITE SEQUENCES AND SERIES

Radius and Interval of Convergence of Power Series

Determining precisely where a power series converges transforms infinite polynomials into powerful function representations.

Historical Context & Motivation

The idea of representing functions as infinite sums of powers dates back centuries, long before the formal machinery of convergence was established. Early mathematicians such as Isaac Newton and James Gregory manipulated power series freely, expanding functions like sin x and ln(1 + x) into infinite polynomials and using them for computation. These expansions yielded remarkably accurate numerical results within certain ranges, yet produced wildly divergent nonsense outside those ranges. The central question that eventually crystallized was deceptively simple: for which values of x does a given power series actually converge to a finite sum? Answering that question rigorously required new mathematical ideas about limits, absolute convergence, and careful endpoint analysis — ideas that took over a century to mature.

1669
Newton's Series Expansions
Isaac Newton develops the generalized binomial series and uses power series to solve differential equations, treating convergence informally.
1715
Brook Taylor's Formula
Taylor publishes his theorem expressing functions as infinite polynomial expansions about a point, though without addressing convergence criteria.
1821
Cauchy's Rigorous Analysis
Augustin-Louis Cauchy introduces the root test and formalizes the notion of a radius of convergence, establishing that every power series has a definite disk of convergence in the complex plane.
1826
Abel's Theorem on Endpoints
Niels Henrik Abel proves his celebrated theorem on continuity of power series at the boundary of convergence, clarifying subtle endpoint behavior.
1851
Ratio Test Codified
The ratio test, refined by multiple analysts, becomes the standard practical tool for computing the radius of convergence of power series on the AP curriculum and beyond.

The fundamental gap these mathematicians addressed is one you will master in this lesson: given a power series Σ cₙ(x − a)ⁿ, how do we determine the precise set of x-values for which the series converges? The answer splits naturally into two tasks — finding the radius of convergence R, and then checking the endpoints to pin down the full interval of convergence. This two-step process is a cornerstone of the AP Calculus BC exam.

Core Principles & Definitions

A power series centered at a has the general form Σ cₙ(x − a)ⁿ for n = 0, 1, 2, …, where the coefficients cₙ are constants and a is the center of the series. The series always converges at x = a itself (every term after the zeroth is zero), but the crucial question is how far from a the convergence extends. A celebrated theorem guarantees that exactly one of three scenarios holds: the series converges only at x = a, it converges for all real x, or there exists a positive number R such that the series converges absolutely for |x − a| < R and diverges for |x − a| > R. That number R is the radius of convergence.

1

Power Series Form

Σ cₙ(x − a)ⁿ from n = 0 to ∞, where a is the center and cₙ are the coefficients. When a = 0 the series is Σ cₙxⁿ.
2

Radius of Convergence (R)

The non-negative number (or ∞) such that the series converges absolutely when |x − a| < R and diverges when |x − a| > R. Found via the Ratio or Root Test.
3

Interval of Convergence

The set of all x-values for which the series converges. It equals the open interval (a − R, a + R) plus whichever endpoints converge, determined by separate tests.
4

Three Convergence Scenarios

R = 0 (converges only at x = a), 0 < R < ∞ (converges on an interval centered at a), or R = ∞ (converges for all real x).
5

Endpoint Testing

The Ratio/Root Test is inconclusive at x = a ± R. Substitute each endpoint into the series and apply convergence tests such as the Alternating Series Test or p-series test.
KEY TAKEAWAY
Think of the radius of convergence R as the broadcast range of a radio tower located at x = a. Within distance R, the signal (the series) comes through loud and clear — convergence is guaranteed. Beyond distance R, you get only static — the series diverges. But right at the boundary, you must physically test reception at each endpoint to decide whether the signal reaches those exact locations.

Visualizing the Interval of Convergence

The following diagram illustrates the anatomy of a power series interval of convergence on the real number line. The center a sits at the midpoint, and the radius R extends symmetrically in both directions. Within the open interval (a − R, a + R), absolute convergence is guaranteed. Outside, the series diverges. The two endpoints require individual investigation and may independently converge or diverge, yielding four possible interval shapes.

The number line shows the center a in violet, the radius R extending symmetrically, and the four possible endpoint combinations in green. The yellow open circles at the endpoints remind you that endpoint convergence must be tested separately.

Notice the perfect symmetry about the center a: the open interval of absolute convergence always has equal half-width R on both sides. This symmetry is a consequence of the Ratio and Root Tests depending only on |x − a|, which measures distance from the center regardless of direction. However, the endpoints break this symmetry — one may converge while the other diverges — because substituting x = a − R and x = a + R into the series can produce structurally different numerical series (e.g., an alternating series on one side but a divergent p-series on the other).

Mathematical Framework

The two primary tools for computing the radius of convergence are the Ratio Test and the Root Test. Both are applied to the general term of the power series and produce a limit that depends on |x − a|. Setting that limit less than 1 yields absolute convergence, and solving for x identifies the open interval (a − R, a + R). In nearly every AP Calculus BC problem, the Ratio Test is the method of choice.

POWER SERIES GENERAL FORM
Σ (n=0 to ∞) cₙ(x − a)ⁿ = c₀ + c₁(x − a) + c₂(x − a)² + c₃(x − a)³ + ⋯
cₙ = coefficient of the nth term; a = center of the series; x = variable.
RATIO TEST FOR RADIUS OF CONVERGENCE
L = lim (n→∞) |aₙ₊₁ / aₙ| where aₙ = cₙ(x − a)ⁿ
If L < 1, the series converges absolutely. If L > 1, it diverges. If L = 1, the test is inconclusive. Typically L simplifies to |x − a| × (some limit of coefficients), and setting L < 1 gives |x − a| < R.
FORMULA FOR R VIA RATIO TEST
R = lim (n→∞) |cₙ / cₙ₊₁| (when this limit exists)
This compact formula emerges from the Ratio Test after canceling the (x − a) factors. If the limit is ∞, then R = ∞ and the series converges for all x. If the limit is 0, then R = 0.
ROOT TEST ALTERNATIVE
1/R = lim sup (n→∞) |cₙ|^(1/n)
The Cauchy–Hadamard formula uses the lim sup (limit superior) and always works, even when the Ratio Test limit does not exist. On the AP exam, the Ratio Test is generally sufficient.

Step-by-Step Procedure

  1. Step 1: Identify the general term aₙ = cₙ(x − a)ⁿ and write out aₙ₊₁.
  2. Step 2: Compute lim (n→∞) |aₙ₊₁ / aₙ| and simplify. The result will typically be |x − a| multiplied by a constant.
  3. Step 3: Set the limit < 1 and solve for x to find the open interval (a − R, a + R). Extract R.
  4. Step 4: Test x = a − R: substitute into the original series and use an appropriate convergence test (p-series, AST, comparison, etc.).
  5. Step 5: Test x = a + R: substitute and test convergence separately.
  6. Step 6: State the interval of convergence using the correct bracket/parenthesis notation based on endpoint results.

Endpoint Analysis & Classification

The most common source of errors on the AP exam is neglecting the endpoint analysis or applying the wrong test at each endpoint. Once R has been found, substituting x = a + R into Σ cₙ(x − a)ⁿ gives Σ cₙRⁿ, and substituting x = a − R gives Σ cₙ(−R)ⁿ = Σ (−1)ⁿcₙRⁿ. These are ordinary numerical series (no x remaining), and you must test each with standard convergence tools. The following diagram and table summarize the most frequently encountered endpoint series types and the corresponding tests.

This flowchart guides the endpoint testing process. After substituting x = a ± R, classify the resulting numerical series and apply the appropriate convergence test. Use brackets for convergent endpoints and parentheses for divergent ones.
Common endpoint series and their convergence behavior
Endpoint Series FormTest to ApplyResult
Σ 1/n (harmonic series)p-series with p = 1Diverges
Σ (−1)ⁿ/n (alternating harmonic)Alternating Series TestConverges (conditionally)
Σ 1/n² (p-series, p = 2)p-series with p > 1Converges
Σ (−1)ⁿ (constant alternating)Divergence Test (terms ↛ 0)Diverges
Σ 1/(n × 2ⁿ)Comparison with geometric or Ratio TestConverges
📝 AP Exam Tip
On the free-response section, always show your endpoint work explicitly. Simply stating the interval without testing both endpoints will cost you rubric points. Write the substituted series, name the test you are using, verify its conditions, and state your conclusion for each endpoint.

Worked Example

Let us find the radius and interval of convergence of the power series Σ (n=1 to ∞) (x − 3)ⁿ / (n × 2ⁿ). This example is representative of the difficulty level you will encounter on the AP Calculus BC exam.

Finding the Radius and Interval of Convergence
1
Step 1 — Identify the General TermThe general term is aₙ = (x − 3)ⁿ / (n × 2ⁿ). Here the center is a = 3 and the coefficient of (x − 3)ⁿ is cₙ = 1/(n × 2ⁿ). We also write aₙ₊₁ = (x − 3)ⁿ⁺¹ / ((n + 1) × 2ⁿ⁺¹).
2
Step 2 — Apply the Ratio TestCompute |aₙ₊₁ / aₙ| = |(x − 3)ⁿ⁺¹ / ((n+1) × 2ⁿ⁺¹)| × |(n × 2ⁿ) / (x − 3)ⁿ|. Simplify: = |x − 3| × n / (2(n + 1)). Take the limit as n → ∞: L = |x − 3| × lim (n→∞) [n / (2(n+1))] = |x − 3| × (1/2) = |x − 3| / 2.
L = |x − 3| / 2
3
Step 3 — Find R and the Open IntervalSet L < 1: |x − 3| / 2 < 1, so |x − 3| < 2. This gives the open interval (3 − 2, 3 + 2) = (1, 5). The radius of convergence is R = 2.
R = 2, open interval (1, 5)
4
Step 4 — Test x = 1 (Left Endpoint)Substitute x = 1: Σ (1 − 3)ⁿ / (n × 2ⁿ) = Σ (−2)ⁿ / (n × 2ⁿ) = Σ (−1)ⁿ / n. This is the alternating harmonic series. By the Alternating Series Test, the terms 1/n decrease to 0, so the series converges (conditionally).
x = 1: Converges (alternating harmonic series)
5
Step 5 — Test x = 5 (Right Endpoint)Substitute x = 5: Σ (5 − 3)ⁿ / (n × 2ⁿ) = Σ 2ⁿ / (n × 2ⁿ) = Σ 1/n. This is the harmonic series, which diverges (p-series with p = 1).
x = 5: Diverges (harmonic series)
6
Step 6 — State the Interval of ConvergenceThe left endpoint converges (use bracket) and the right endpoint diverges (use parenthesis).
Interval of convergence: [1, 5)

Common Pitfalls & Comparisons

Students frequently lose points on the AP exam not because they cannot apply the Ratio Test, but because of avoidable procedural mistakes. Understanding these common pitfalls — and how they contrast with correct practice — will significantly improve your accuracy.

Common errors in radius/interval of convergence problems
Common MistakeWhy It's WrongCorrect Approach
Skipping endpoint testsThe Ratio Test is inconclusive when L = 1, which occurs precisely at the endpoints.Always substitute both endpoints and apply separate convergence tests.
Forgetting absolute valuesThe Ratio Test requires |aₙ₊₁/aₙ|. Dropping absolute values can give incorrect R.Maintain absolute values throughout the Ratio Test computation until you solve for x.
Confusing R with the intervalR is a single non-negative number; the interval includes center ± R with endpoint information.State R separately and then give the full interval with correct bracket/parenthesis notation.
Using the Ratio Test at endpointsThe Ratio Test gives L = 1 at endpoints, which is always inconclusive.Switch to the AST, p-series test, Comparison Test, or Divergence Test at endpoints.
Mishandling factorials or exponentialsAlgebra errors in (n+1)!/n! or simplifying 2ⁿ⁺¹/2ⁿ lead to wrong R.Write out simplifications carefully: (n+1)!/n! = n+1 and bⁿ⁺¹/bⁿ = b.
KEY TAKEAWAY
The Ratio Test is your workhorse for finding R, but it deliberately goes silent at the boundary — like a GPS that says "you have arrived" without specifying whether you should enter through the front door or the back. You need different tools (AST, p-series, comparison) to check each entrance. On the AP exam, the endpoint analysis is where the points live; never skip it.

Connection to Taylor Series & Advanced Theory

The radius and interval of convergence are not isolated technical curiosities — they sit at the heart of the theory connecting power series to the functions they represent. Every Taylor series is a power series whose coefficients are derived from the derivatives of a function at a center: cₙ = f⁽ⁿ⁾(a)/n!. The radius of convergence then tells you the largest open interval on which the Taylor series actually equals the original function. Understanding R thus becomes the gateway to using series for approximation, integration of non-elementary functions, and solving differential equations — all key topics in BC Calculus and beyond.

AP vs. advanced perspectives on radius of convergence
ConceptAP Calculus BC LevelAdvanced / College Level
Domain of validityInterval of convergence on the real lineDisk of convergence in the complex plane
Computing RRatio Test or Root TestCauchy–Hadamard formula: 1/R = lim sup |cₙ|^(1/n)
Why R has a specific valueObserved from applying convergence testsR equals the distance from center to the nearest singularity in the complex plane
Operations on seriesTerm-by-term differentiation and integration preserve RAnalytic continuation extends functions beyond R using overlapping disks

A particularly elegant fact — explored in complex analysis — explains why R has the value it does. Consider f(x) = 1/(1 + x²). Its Taylor series centered at 0 is Σ (−1)ⁿx²ⁿ with R = 1, even though f(x) is perfectly smooth for all real x. The mystery resolves in the complex plane: f(z) has singularities at z = ±i, which are exactly distance 1 from the center z = 0. The radius of convergence always equals the distance to the nearest complex singularity. While this is beyond the AP exam, knowing it provides deep intuition for why certain "well-behaved" functions have finite R.

🔗 AP Exam Connection
Term-by-term differentiation and integration of a power series do not change the radius of convergence R, although they may change endpoint behavior. This means if you know R for Σ cₙxⁿ, you immediately know R for Σ n·cₙxⁿ⁻¹ (the derivative) and Σ cₙxⁿ⁺¹/(n+1) (the antiderivative). This fact is tested frequently on AP BC free-response questions.

Practice Problems

1
A power series Σ cₙ(x − 5)ⁿ has radius of convergence R = 3. Which of the following statements must be true?
2
Find the radius of convergence of the power series Σ (n=0 to ∞) xⁿ / 3ⁿ.
3
Determine the interval of convergence of Σ (n=1 to ∞) (−1)ⁿ(x + 2)ⁿ / (n × 4ⁿ).
PROBLEM 4APPLIED
A function f is defined by the power series f(x) = Σ (n=0 to ∞) (n+1)xⁿ / 5ⁿ. (a) Find the radius of convergence R. (b) Find the interval of convergence. (c) Determine the radius of convergence of the series obtained by integrating f(x) term by term. (d) Evaluate f(0) using the series.
PROBLEM 5CRITICAL THINKING
Consider the power series Σ (n=1 to ∞) xⁿ / (n² × 2ⁿ). (a) Find the radius of convergence R. (b) Determine the full interval of convergence, justifying endpoint behavior. (c) Explain why differentiating this series term by term produces a series with the same R but potentially different endpoint behavior. Verify by analyzing the endpoints of the differentiated series.

Summary & Review

A power series Σ cₙ(x − a)ⁿ always converges at its center a and may converge for additional x-values determined by the radius of convergence R. The Ratio Test is the primary tool: compute L = lim |aₙ₊₁/aₙ|, express it in terms of |x − a|, set L < 1, and solve. The resulting inequality |x − a| < R defines the open interval of absolute convergence, and R can be 0, a positive number, or ∞.

The full interval of convergence requires testing both endpoints x = a − R and x = a + R individually using the Alternating Series Test, p-series test, or other convergence criteria — the Ratio Test is always inconclusive at the boundary. Term-by-term differentiation and integration preserve R but may alter endpoint convergence. On the AP exam, always show complete endpoint analysis for full credit.

Varsity Tutors • AP Calculus BC • Radius and Interval of Convergence of Power Series