Calculus II  ·  Power Series Analysis

Interval of Convergence Calculator

Determine the radius and interval of convergence for any power series using calculus-based convergence tests — Ratio Test, Root Test, and Endpoint Analysis.

Ratio Test Root Test Radius Finder Endpoint Analysis Power Series Calculus II
Educational Tool
Research Based
Student Friendly
Engineering Ready
n=0
an(x − c)n
[ c−R, c+R ]
Converges Absolutely Inside
R π n!

Compute Your Convergence Interval

Enter the power series parameters below and select the convergence behavior at each endpoint.

Interval of Convergence Calculator
Calculus II
The point c around which the series is expanded
Must be ≥ 0. Found via Ratio or Root Test
Does the series converge at x = c − R?
Does the series converge at x = c + R?

Convergence Analysis Complete

Your step-by-step interval of convergence results

Final Interval of Convergence

Step-by-Step Solution

Endpoint Summary

Frequently Asked Questions

Common questions about intervals of convergence, power series, and convergence tests

Complete Guide to Interval of Convergence

A comprehensive reference for students, educators, and engineers working with power series

What Is an Interval of Convergence?

The interval of convergence of a power series is the complete set of real numbers x for which the series produces a finite (convergent) sum. A power series takes the general form:

n=0 an(x − c)n = a0 + a1(x−c) + a2(x−c)2 + a3(x−c)3 + …

where c is the center of the series and an are the coefficients. The convergence interval is always symmetric about c, forming the open interval (c−R, c+R) where R is the radius of convergence. Endpoint behavior must be tested separately using additional convergence tests.

Understanding the Radius of Convergence

The radius of convergence R determines how far from the center the series converges absolutely. There are exactly three cases:

  • R = 0: The series converges only at the single point x = c and diverges everywhere else.
  • R = ∞: The series converges for every real number, giving the interval (−∞, +∞).
  • 0 < R < ∞: The series converges on the open interval (c−R, c+R) and diverges outside. Each endpoint must be tested individually using other convergence criteria.

The Ratio Test for Radius of Convergence

The Ratio Test is the most widely applied method for finding R in a Calculus II course. For a power series ∑an(x−c)n, apply the limit:

L = limn→∞ |an+1 / an|

The series converges absolutely when L·|x−c| < 1, which yields the radius R = 1/L. Special cases: if L = 0 then R = ∞; if L = ∞ then R = 0. When L = 1, the Ratio Test is inconclusive and the Root Test or another method must be used.

The Root Test (Cauchy-Hadamard Formula)

The Root Test — also called the Cauchy-Hadamard theorem — is especially useful when series terms involve exponentials or high powers:

R = 1 / limn→∞ |an|1/n

This formula directly yields the radius of convergence. Where both the Ratio Test and Root Test are applicable, they always produce the same value of R. The Root Test is preferred when the Ratio Test leads to indeterminate forms.

Endpoint Analysis: The Critical Step

The Ratio and Root Tests are inconclusive at the boundary points x = c±R (where the tests yield exactly L = 1). Each endpoint must be evaluated independently by substituting that x-value into the original series and applying appropriate tests:

  • p-Series Test: ∑1/np converges if p > 1, diverges if p ≤ 1.
  • Alternating Series Test: If terms alternate in sign, decrease in magnitude, and approach zero, the series converges.
  • Comparison Test: Bound the series above or below by a known convergent or divergent series.
  • Divergence Test: If terms do not approach zero, the series must diverge.

Open vs. Closed Intervals in Convergence Notation

The final interval of convergence uses standard interval notation where square brackets indicate inclusion and round parentheses indicate exclusion of the endpoint:

  • (c−R, c+R) — Open interval: both endpoints diverge.
  • [c−R, c+R) — Half-open: left endpoint converges, right diverges.
  • (c−R, c+R] — Half-open: right endpoint converges, left diverges.
  • [c−R, c+R] — Closed interval: both endpoints converge.

Mixed intervals arise frequently — for example, the alternating series ∑(−1)nxn/n converges conditionally at one endpoint but diverges at the other.

Absolute vs. Conditional Convergence

Inside the open interval (c−R, c+R), every power series converges absolutely — meaning both the original series and the series of absolute values converge. At the endpoints, the series may converge only conditionally, where the series converges but ∑|an(x−c)n| does not.

The alternating harmonic series ∑(−1)n+1/n is the canonical example of conditional convergence. It sums to ln(2) but its absolute-value counterpart — the harmonic series — diverges.

Engineering and Applied Science Applications

Power series convergence underpins a wide range of engineering and scientific computations:

  • Taylor and Maclaurin Series: The Taylor expansion of ex, sin(x), cos(x), and ln(1+x) each converge on specific intervals essential for approximation in numerical computing.
  • Signal Processing: The Z-transform uses power series with a region of convergence analogous to the interval of convergence.
  • Control Theory: Transfer functions can be expanded as power series; instability arises if operating outside the convergence radius.
  • Perturbation Methods: In quantum mechanics and fluid dynamics, perturbation series must remain within their convergence radius for physical validity.
  • Numerical ODE Solvers: Power series methods for differential equations require careful convergence radius estimation to bound errors.

Worked Example: Full Solution

Problem: Find the interval of convergence for ∑n=0 xn/3n.

Step 1 — Apply the Ratio Test: Compute lim|an+1/an| = lim|xn+1/3n+1 · 3n/xn| = |x|/3. The series converges when |x|/3 < 1, i.e. |x| < 3. So R = 3 and c = 0.

Step 2 — Open Interval: (−3, 3).

Step 3 — Test x = −3: The series becomes ∑(−1)n. Since the terms do not approach 0, the series diverges by the Divergence Test. Left endpoint: excluded.

Step 4 — Test x = 3: The series becomes ∑1n = ∑1, which diverges. Right endpoint: excluded.

Conclusion: Both endpoints diverge. The interval of convergence is (−3, 3) — an open interval.

Disclaimer

This Interval of Convergence Calculator is designed exclusively for educational and informational purposes. All results are based solely on the input values you provide — specifically the center (c), radius (R), and your manual endpoint convergence assessments.

This tool does not perform symbolic computation on series expressions. It does not replace formal mathematical proof, rigorous convergence analysis, or professional academic validation. Endpoint convergence must be determined independently using the Alternating Series Test, p-Series Test, Comparison Test, or other suitable criteria before entering your selections.

Always verify your results independently using course materials, textbooks, or certified mathematical software before submitting academic work. This tool is not a substitute for instruction by a qualified mathematics educator or professional.

Educational Use Only Input-Dependent Results Verify Independently Not a Formal Proof