CALCULUS 2 • SEQUENCES & SERIES

Radius & Interval of Convergence — Radius and Interval of Convergence of Power Series

Determining exactly where a power series converges transforms infinite sums into powerful function representations.

Historical Context & Motivation

The question of when an infinite series converges has occupied mathematicians since the earliest days of analysis. Long before the formal machinery of limits was in place, scholars such as Newton and Leibniz manipulated power series — expressions of the form ∑ aₙ(x − c)ⁿ — to represent familiar functions like sin x, eˣ, and ln(1 + x). These series worked beautifully for some values of x, yet produced nonsensical, divergent results for others. Pinpointing the boundary between convergence and divergence became one of the central problems of nineteenth-century mathematics, and the tools developed to solve it remain indispensable in modern analysis, differential equations, and applied science.

1715
Brook Taylor's Series Expansion
Brook Taylor publishes Methodus Incrementorum, formally introducing polynomial expansions of functions about a point, though without rigorous convergence analysis.
1821
Cauchy's Cours d'analyse
Augustin-Louis Cauchy provides the first rigorous treatment of series convergence, introducing the root test (now called the Cauchy–Hadamard criterion) and establishing that every power series has a definite radius of convergence.
1826
Abel's Theorem on Continuity
Niels Henrik Abel proves that a power series converging at an endpoint of its interval defines a continuous function up to that endpoint, clarifying endpoint behavior and laying groundwork for careful interval analysis.
1892
Hadamard's Formula
Jacques Hadamard publishes the Cauchy–Hadamard formula 1/R = lim sup |aₙ|^(1/n), giving a universal expression for the radius of convergence that applies even when the ratio test fails.

The central question these mathematicians sought to answer is deceptively simple: given a power series centered at c, for which values of x does the series converge to a finite sum, and for which does it diverge? The answer always takes the form of an interval centered at c, and the half-width of that interval is the radius of convergence. Understanding this structure is essential for everything from solving differential equations via series methods to engineering applications in signal processing and control theory.

Core Principles & Definitions

A power series centered at c is an infinite series of the form ∑ aₙ(x − c)ⁿ for n = 0, 1, 2, …, where the coefficients aₙ are constants and x is the variable. Unlike a Taylor polynomial, which truncates after finitely many terms, a power series is an infinite object whose behavior depends critically on the choice of x. The fundamental theorem of power series guarantees that the set of x-values for which the series converges is always one of three types: just the center point, all real numbers, or an interval of finite width centered at c. This structural result is what makes the concepts of radius and interval of convergence so clean and powerful.

1

Power Series Form

∑ aₙ(x − c)ⁿ, where c is the center and aₙ are the coefficients. The series always converges at x = c (every term after n = 0 vanishes).
2

Radius of Convergence (R)

The non-negative number R (possibly ∞) such that the series converges absolutely when |x − c| < R and diverges when |x − c| > R. It measures the half-width of the convergence interval.
3

Interval of Convergence

The full set of x-values for which the series converges. It equals the open interval (c − R, c + R) plus any endpoints where convergence occurs. Endpoints must be checked individually.
4

Three Possible Cases

R = 0 (converges only at c), R = ∞ (converges for all x), or 0 < R < ∞ (converges on a finite interval). The finite case is the most interesting and common.
5

Absolute vs. Conditional Convergence

Inside the open interval |x − c| < R the series converges absolutely. At endpoints the convergence may be absolute, conditional, or fail entirely — requiring separate tests.
KEY TAKEAWAY
Think of a radio transmitter at position c on the number line. The radius of convergence R is the broadcast range: any listener within distance R of the tower receives a clear signal (convergence), anyone beyond R hears only static (divergence), and listeners exactly at distance R might or might not pick up the broadcast — you have to check each endpoint case by case.

Visual Explanation — The Number Line Picture

The convergence behavior of a power series is best understood through a number-line diagram. The center c sits in the middle, and the radius R extends symmetrically in both directions. The open interval (c − R, c + R) is the guaranteed zone of absolute convergence. Beyond c − R to the left and c + R to the right, the series diverges. The two endpoints themselves are boundary cases whose convergence must be determined by plugging them into the series and applying standard convergence tests such as the alternating series test, p-series comparison, or limit comparison test.

The number line shows the center c in violet, the open interval of absolute convergence in cyan, the divergence regions in red, and the two endpoints in pink that require individual testing. The golden dashed segment marks the radius R.

Notice the critical asymmetry: while the interior of the interval and the exterior are determined entirely by R, the endpoints can behave differently from each other. For example, the series ∑ xⁿ/n converges at x = −1 (by the alternating series test) but diverges at x = 1 (harmonic series). This is why the interval of convergence is not fully determined by R alone — endpoint analysis is always the final step.

Mathematical Framework

Two classical tests from the theory of series provide the primary tools for computing the radius of convergence: the Ratio Test and the Root Test. Both reduce the problem to evaluating a single limit involving the coefficients aₙ. In practice, the Ratio Test is used more frequently because it handles factorials and exponential terms cleanly, but the Root Test is theoretically more general and underlies the Cauchy–Hadamard formula.

RATIO TEST FOR RADIUS
R = lim (n→∞) |aₙ / aₙ₊₁|
Apply the ratio test to ∑|aₙ(x − c)ⁿ|. The series converges absolutely when L = lim |aₙ₊₁/aₙ| × |x − c| < 1, which gives |x − c| < lim |aₙ/aₙ₊₁|. That limit is R. If the limit is 0, then R = 0; if the limit diverges, R = ∞.
ROOT TEST (CAUCHY–HADAMARD FORMULA)
1/R = lim sup (n→∞) |aₙ|^(1/n)
This formula works for every power series, even when the ratio test is inconclusive. The lim sup (limit superior) always exists (as a value in [0, ∞]), so the radius of convergence is always well-defined. If lim sup = 0 then R = ∞; if lim sup = ∞ then R = 0.
INTERVAL OF CONVERGENCE
IOC ⊆ [c − R, c + R] (check each endpoint individually)
After finding R, substitute x = c − R and x = c + R into the original series. Each substitution produces a numerical series (no x). Test each with the alternating series test, p-series test, comparison, or other appropriate convergence tests to determine whether each endpoint is included.
⚠️ Common Pitfall
Students frequently forget that the Ratio Test and Root Test are inconclusive when the limit equals 1 — this is precisely the situation at the endpoints |x − c| = R. That is why a separate endpoint analysis is always required. Never assume endpoints are included or excluded without testing.

In summary, the three-step procedure for finding the interval of convergence is: (1) compute R using the Ratio or Root Test, (2) write the open interval (c − R, c + R), and (3) test each endpoint separately to determine whether the interval is open, half-open, or closed. This systematic approach works for any power series regardless of its coefficients.

Endpoint Analysis & Interval Types

Because the endpoints are the only places where the convergence question is not settled by the radius alone, they deserve special attention. Depending on the behavior at each endpoint, the interval of convergence can take four possible forms. The table below catalogs each case, along with classic examples that students frequently encounter in calculus courses.

The four possible interval types, determined by endpoint convergence behavior.
Interval TypeFormExample SeriesWhy?
Open(c − R, c + R)∑ xⁿ (geometric series)Both endpoints give |1| + |1| + … = ∞
Half-open (left closed)[c − R, c + R)∑ xⁿ/nx = −1: alternating harmonic converges; x = 1: harmonic diverges
Half-open (right closed)(c − R, c + R]∑ (−1)ⁿxⁿ/nx = 1: alternating harmonic converges; x = −1: harmonic diverges
Closed[c − R, c + R]∑ xⁿ/n²Both endpoints give convergent p-series with p = 2
The four possible interval types are illustrated on parallel number lines. Green filled circles indicate convergent (included) endpoints, while open red circles indicate divergent (excluded) endpoints. The cyan segment represents the interior of absolute convergence.

A useful heuristic: when the coefficients aₙ decay like 1/nᵖ for p > 1, the endpoints tend to converge absolutely; when they decay like 1/n, one endpoint typically converges conditionally (via the alternating series test) while the other diverges; and when the coefficients do not decay at all (e.g., the geometric series), both endpoints diverge. While this heuristic is not a substitute for formal testing, it provides useful intuition for checking your work.

Worked Example

Let us find the radius and interval of convergence of the power series ∑ (n(x − 3)ⁿ) / 4ⁿ for n = 1, 2, 3, …. This example illustrates all three steps: computing R via the Ratio Test, identifying the open interval, and testing each endpoint.

Find the interval of convergence of ∑ n(x − 3)ⁿ / 4ⁿ
1
Step 1 — Identify the general termThe general term is aₙ(x − c)ⁿ where aₙ = n / 4ⁿ and c = 3. We need to find R = lim |aₙ / aₙ₊₁| as n → ∞.
2
Step 2 — Apply the Ratio Test to find RCompute the ratio of consecutive coefficients: |aₙ / aₙ₊₁| = |n/4ⁿ| / |(n+1)/4ⁿ⁺¹| = (n × 4ⁿ⁺¹) / ((n+1) × 4ⁿ) = 4n / (n+1). Taking the limit: lim (n→∞) 4n/(n+1) = lim 4/(1 + 1/n) = 4.
R = 4
3
Step 3 — Write the open intervalSince c = 3 and R = 4, the series converges absolutely for |x − 3| < 4, i.e., for x ∈ (3 − 4, 3 + 4) = (−1, 7). The series diverges for |x − 3| > 4, i.e., for x < −1 or x > 7.
Open interval: (−1, 7)
4
Step 4 — Test the left endpoint x = −1Substituting x = −1: ∑ n(−1 − 3)ⁿ / 4ⁿ = ∑ n(−4)ⁿ / 4ⁿ = ∑ n(−1)ⁿ. The terms n(−1)ⁿ do not approach zero as n → ∞ (they alternate in sign but grow in magnitude), so the series diverges by the Divergence Test.
x = −1: Diverges
5
Step 5 — Test the right endpoint x = 7Substituting x = 7: ∑ n(7 − 3)ⁿ / 4ⁿ = ∑ n(4)ⁿ / 4ⁿ = ∑ n. This is the series 1 + 2 + 3 + …, which diverges because the terms grow without bound.
x = 7: Diverges
6
Step 6 — State the interval of convergenceSince both endpoints produce divergent series, neither is included. The interval of convergence is the open interval (−1, 7) with radius of convergence R = 4, centered at c = 3.
R = 4, Interval of Convergence = (−1, 7)

Comparing the Ratio Test and Root Test

Both the Ratio Test and the Root Test can be used to find R, but each has practical strengths and limitations. Choosing the right tool for a given series can save significant computation. The table below summarizes the key differences.

Comparison of the Ratio Test and Root Test for computing radius of convergence.
CriterionRatio TestRoot Test (Cauchy–Hadamard)
FormulaR = lim |aₙ / aₙ₊₁|1/R = lim sup |aₙ|^(1/n)
Best forFactorials, products, exponentials in coefficientsn-th powers, coefficients that depend on arithmetic of n
GeneralityRequires the limit to exist; fails for some series with oscillating coefficientsAlways yields R via lim sup, even when the ordinary limit does not exist
Practical easeUsually simpler algebra — ratio of consecutive terms often cancels nicelyMay require evaluating n-th roots, which can be trickier
Example where it shines∑ n!xⁿ / nⁿ∑ (1 + (−1)ⁿ)ⁿ xⁿ (oscillating coefficients)
KEY TAKEAWAY
Think of the Ratio Test as a reliable sedan and the Root Test as a four-wheel-drive truck. The sedan handles most roads (most series) comfortably and with less effort. But when the road gets rough — oscillating coefficients, missing terms, unusual patterns — the truck (Root Test) can still get you through, because the lim sup always exists. In practice, try the Ratio Test first; if the limit fails to exist, switch to the Root Test.

Connections to Taylor Series & Complex Analysis

The radius of convergence is not merely a computational result — it carries deep theoretical meaning. For Taylor series, the radius of convergence tells you exactly where the Taylor series representation of a function is valid. Beyond that radius, the Taylor series either diverges or converges to a different function. In complex analysis, the radius equals the distance from the center c to the nearest singularity of the function in the complex plane, a stunning geometric fact that explains many otherwise mysterious convergence radii on the real line.

How the radius of convergence concept extends from Calculus 2 to complex analysis.
ConceptThis Course (Calculus 2)Advanced Setting
Domain of convergenceAn interval on the real lineA disk in the complex plane of radius R centered at c
What determines R?Cauchy–Hadamard formula applied to coefficientsDistance from c to the nearest singularity of f(z)
Endpoint behaviorTwo endpoints, each tested separatelyEntire boundary circle |z − c| = R; Abel's theorem and Tauberian theorems govern behavior
Example insight1/(1+x²) has R = 1 despite no real singularityBecause 1/(1+z²) has poles at z = ±i, distance 1 from the origin

The example of f(x) = 1/(1 + x²) is particularly illuminating. The function is perfectly smooth for all real x — there are no vertical asymptotes, no discontinuities, nothing visibly wrong. Yet its Maclaurin series ∑ (−1)ⁿx²ⁿ converges only for |x| < 1. The reason, invisible from the real line alone, is that the function has poles at x = ±i in the complex plane, exactly one unit from the origin. This is a powerful preview of how complex analysis deepens our understanding of real-variable phenomena.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why a power series always converges at its center x = c, regardless of the coefficients aₙ. What does this imply about the minimum possible radius of convergence?
PROBLEM 2BASIC CALCULATION
Find the radius of convergence of the power series ∑ (x − 2)ⁿ / 3ⁿ for n = 0, 1, 2, ….
PROBLEM 3INTERMEDIATE
Find the radius and interval of convergence of ∑ (−1)ⁿ xⁿ / (n · 2ⁿ) for n = 1, 2, 3, ….
PROBLEM 4APPLIED
The Bessel function J₀(x) of the first kind has the Maclaurin series J₀(x) = ∑ (−1)ⁿ x²ⁿ / (2²ⁿ (n!)²) for n = 0, 1, 2, …. This function arises in modeling circular drumhead vibrations. Find the radius of convergence of this series.
PROBLEM 5CRITICAL THINKING
Construct a power series centered at 0 whose interval of convergence is exactly [−3, 3). Justify your construction by verifying the radius and both endpoints.

Summary & Review

A power series ∑ aₙ(x − c)ⁿ always converges at its center c and may converge on a larger set determined by the radius of convergence R. The value of R can be computed via the Ratio Test (R = lim |aₙ/aₙ₊₁|) or the Root Test (1/R = lim sup |aₙ|^(1/n)). Within the open interval (c − R, c + R) the series converges absolutely; outside this interval it diverges.

The interval of convergence is obtained by testing the two endpoints x = c − R and x = c + R individually, yielding an interval that can be open, half-open, or closed. This three-step procedure — compute R, write the open interval, test endpoints — is the systematic approach to determining the full domain on which a power series representation of a function is valid, connecting naturally to Taylor series and laying the foundation for power series solutions of differential equations.

Varsity Tutors • Calculus 2 • Radius & Interval of Convergence