Radius and Interval of Convergence

College Depth 81 in the knowledge graph I know this Set as goal
Unlocks 288 downstream topics
series power-series convergence radius

Core Idea

Every power series sum of c_n * (x - a)^n has a radius of convergence R such that the series converges absolutely for |x - a| < R and diverges for |x - a| > R. The interval of convergence is (a - R, a + R) with the endpoints requiring separate testing. R is found using the ratio test or root test applied to the general term. R can be 0 (converges only at a), infinity (converges everywhere), or any positive number.

How It's Best Learned

Apply the ratio test to |c_n (x - a)^n| and solve for the values of x where the resulting limit is less than 1. This gives R. Then test each endpoint individually using known series tests (p-series, alternating series, etc.). Practice until the three-step process (find R, determine interval, test endpoints) is systematic.

Common Misconceptions

Explainer

A power series Σ cₙ(x − a)ⁿ is not a fixed number — it is a function of x, and whether the series converges depends on which x you plug in. You already know the ratio test: it determines convergence for a fixed series by looking at the ratio of successive terms. Apply the ratio test to a power series, and something remarkable happens — the test produces a condition on x itself, carving the real line into a region where the series converges and a region where it diverges. The threshold between those regions is the radius of convergence R.

To find R, form the ratio |cₙ₊₁(x − a)ⁿ⁺¹ / cₙ(x − a)ⁿ| = |cₙ₊₁/cₙ| · |x − a|. For the series to converge, you need this ratio to be less than 1 as n → ∞. If |cₙ₊₁/cₙ| → L as n → ∞, then the condition becomes L · |x − a| < 1, or |x − a| < 1/L. So R = 1/L. The series converges absolutely for all x within distance R of the center a, and diverges for all x farther than R from a. Three special cases: if L = 0, then R = ∞ (converges everywhere); if L = ∞, then R = 0 (converges only at x = a itself); otherwise R is a positive finite number.

Here is the critical subtlety: at the boundary points x = a + R and x = a − R, the ratio test gives exactly 1 — which is inconclusive. You must test each endpoint separately using whatever series test fits the resulting series. At x = a + R, the series becomes Σ cₙ Rⁿ, a fixed numerical series. At x = a − R, it becomes Σ cₙ (−R)ⁿ, which has alternating signs if R > 0. One endpoint might give a convergent alternating series; the other might give a divergent p-series. Each endpoint is an independent question. The interval of convergence is the full set of x-values where the series converges — it is always an interval centered at a, but its endpoints may be included, excluded, or one of each.

A useful mental picture: the power series is "centered" at a and extends equally in both directions. The radius R tells you how far you can travel from the center before the series breaks down. Think of it like a circle on the real line: inside the circle, convergence is guaranteed; outside, divergence is guaranteed; on the boundary, anything is possible and you must check. This picture also previews what happens in complex analysis — power series in the complex plane literally converge inside a disk of radius R centered at a in the complex plane, which is where the term "radius" comes from. The boundary behavior is richer and more subtle in that setting, but the core structure — a convergence region, a divergence region, and a boundary requiring case-by-case analysis — carries over exactly.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-SeriesComparison TestLimit Comparison TestAbsolute vs. Conditional ConvergencePower SeriesRadius and Interval of Convergence

Longest path: 82 steps · 349 total prerequisite topics

Prerequisites (3)

Leads To (1)