CalculatorsPopularNewClient-SideTested: September 2026

Interval of Convergence Calculator

Find the radius of convergence (R) and interval of convergence for power series using the Ratio Test and endpoint convergence analysis.

Browser-First Privacy: This tool executes 100% locally inside your web browser. No text, images, or documents are ever transmitted or stored on remote servers.
Initializing tool...

Power Series Interval of Convergence, Radius (R) & Endpoint Convergence Solver

In university-level single-variable and multi-variable calculus (Calculus II, Calculus BC, and introductory real analysis), an infinite power series is an infinite series of the general form $\sum_{n=0}^{\infty} a_n (x - c)^n$, where $c$ represents the center of the expansion and $a_n$ denotes the sequence of coefficients. Determining the exact domain of values of $x$ for which this power series converges to a finite value is one of the most critical topics in series calculus, leading directly to Taylor polynomials, analytic functions, and differential equation solutions.

According to the fundamental Convergence Theorem for Power Series, exactly three possibilities exist for any power series centered at $c$: (1) the series converges solely at the single point $x = c$ (Radius $R = 0$); (2) the series converges absolutely for all real numbers $x \in (-\infty, \infty)$ (Radius $R = \infty$); or (3) there exists a strictly positive finite real number $R > 0$ such that the series converges absolutely for $|x - c| < R$ and diverges for $|x - c| > R$. Within this third case, the behavior at the boundary endpoints $x = c - R$ and $x = c + R$ must be tested individually.

ToolQix's Interval of Convergence Calculator provides rigorous step-by-step mathematical proofs. Featuring one-click presets for classic benchmark series (Harmonic, Geometric, p-Series, and Maclaurin expansions for $e^x$, $\sin x$, and $\ln(1+x)$) alongside custom center and radius solvers, the engine derives the Radius of Convergence via the Ratio Test limit and executes endpoint divergence testing using the Alternating Series Test, Integral Test, and p-Series theorems.

Ratio Test Formalism, Radius Limit Formulation & Endpoint Boundary Analysis

To find the radius of convergence $R$, apply the Ratio Test to the absolute terms of the power series: $L = \lim_{n \to \infty} \left| \frac{u_{n+1}}{u_n} \right| = |x - c| \cdot \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|$. For absolute convergence, the Ratio Test requires $L < 1$. Thus, $|x - c| < R$, where $R = \lim_{n \to \infty} \left| \frac{a_n}{a_{n+1}} \right|$ (or via the Cauchy-Hadamard root formula, $R = 1 / \limsup_{n \to \infty} \sqrt[n]{|a_n|}$). Once $R$ is determined, the preliminary open interval is $(c - R, c + R)$. Because the Ratio Test is inconclusive when $L = 1$, each endpoint $x = c - R$ and $x = c + R$ must be substituted back into the original series and evaluated using auxiliary convergence tests.

Mathematical Formula / Algorithmic Pipeline:General Power Series: ∑_{n=0}^{∞} a_n (x - c)^n Ratio Test Limit: L = lim_{n→∞} | u_{n+1} / u_n | = |x - c| * lim_{n→∞} | a_{n+1} / a_n | Convergence Condition: L < 1 => |x - c| < R Radius of Convergence: R = 1 / lim_{n→∞} | a_{n+1} / a_n | Endpoint Evaluation: At x = c - R: Test ∑ a_n (-R)^n At x = c + R: Test ∑ a_n (R)^n Possible Interval Forms: (c-R, c+R), [c-R, c+R), (c-R, c+R], or [c-R, c+R]

How to Use Interval of Convergence Calculator Step-by-Step

1

1. Select a Benchmark Preset or Custom Mode

Choose from classic calculus series (Geometric, Alternating Harmonic, p-Series, Exponential) or enter custom center and radius parameters.

2

2. Define Center of Expansion (c)

Specify the expansion center $c$. For Maclaurin series, $c = 0$; for Taylor series expanded about $x = a$, $c = a$.

3

3. Evaluate the Ratio Test Limit

Examine the limit derivation $\lim_{n \to \infty} |u_{n+1} / u_n|$ to establish the Radius of Convergence $R$.

4

4. Verify Endpoint Inclusion

Inspect the mathematical justification testing whether endpoints converge (closed bracket $[$) or diverge (open parenthesis $($).

5

5. Export Step-by-Step Mathematical Proof

Click 'Copy Proof' to paste complete mathematical notation directly into homework assignments, LaTeX documents, or study guides.

Key Industry & Real-World Use Cases

AP Calculus BC Exam Unit 10 Preparation

Mastering free-response and multiple-choice questions requiring the ratio test and endpoint testing on power series.

University Calculus II Homework Verification

Verifying analytical derivations for power series expansions, Taylor series, and Maclaurin representations.

Differential Equations Series Solutions

Determining the valid domain of convergence for Frobenius and power series solutions to linear second-order differential equations.

Mathematical Proof Writing

Reviewing structured, rigorous justifications using the Alternating Series Test, Divergence Test, and p-Series test.

Best Practices & Operational Tips

  • Never forget to test the endpoints separately; the Ratio Test is strictly inconclusive when the limit equals 1 ($L = 1$), meaning it cannot determine whether boundary points converge or diverge.
  • If a series involves factorials (like $n!$ in the denominator), the radius of convergence is almost always infinite ($R = \infty$) because factorials grow faster than any polynomial or exponential term.
  • For geometric series $\sum x^n$, remember that endpoints $x = -1$ and $x = 1$ always diverge because terms do not approach zero, resulting in an open interval $(-1, 1)$.
  • Use bracket notation correctly: parentheses $($ and $)$ denote strictly open non-inclusive boundaries, while square brackets $[$ and $]$ denote inclusive convergent endpoints.

Canonical Power Series Expansions, Radii & Intervals of Convergence

Series NameMathematical ExpressionCenter (c)Radius (R)Interval of ConvergenceEndpoint Behavior
Geometric Series∑_{n=0}^{∞} xⁿc = 0R = 1(-1, 1)Diverges at both x = ±1 (nth term test)
Alternating Harmonic∑_{n=1}^{∞} (-1)ⁿ⁺¹ (x - 2)ⁿ / nc = 2R = 1(1, 3]Diverges at x = 1; Converges at x = 3
p-Series (p = 2)∑_{n=1}^{∞} (x - 1)ⁿ / n²c = 1R = 1[0, 2]Converges at both x = 0 and x = 2 (p-series)
Exponential (eˣ)∑_{n=0}^{∞} xⁿ / n!c = 0R = ∞(-∞, ∞)Converges everywhere (L = 0 < 1)
Sine Expansion (sin x)∑_{n=0}^{∞} (-1)ⁿ x²ⁿ⁺¹ / (2n+1)!c = 0R = ∞(-∞, ∞)Converges everywhere for all real x
Natural Log ln(1+x)∑_{n=1}^{∞} (-1)ⁿ⁺¹ xⁿ / nc = 0R = 1(-1, 1]Diverges at x = -1; Converges at x = 1

Frequently Asked Questions about Interval of Convergence Calculator

What is the difference between the radius of convergence and the interval of convergence?

The radius of convergence ($R$) is a non-negative number (or infinity) representing the distance from the center $c$ to the boundary of convergence. The interval of convergence is the set of all specific real values of $x$ for which the power series converges, explicitly indicating whether the endpoints $c - R$ and $c + R$ are included (using brackets) or excluded (using parentheses).

Why can't the Ratio Test be used to test the endpoints of a power series?

At the boundary endpoints $x = c - R$ and $x = c + R$, substituting the value of $x$ into the Ratio Test limit yields exactly $L = 1$. The Ratio Test is inconclusive whenever $L = 1$, providing no information about convergence. Therefore, auxiliary tests (such as the Alternating Series Test, Integral Test, or p-Series Test) must be used.

What does a radius of convergence of R = 0 mean?

A radius of convergence of $R = 0$ means that the power series diverges for all real numbers except at the expansion center $x = c$ itself, where the series collapses to its constant first term $a_0$.

What is the Cauchy-Hadamard theorem for power series?

The Cauchy-Hadamard theorem provides a direct formula for the radius of convergence $R$ using the limit superior of the nth root of the coefficients: $1/R = \limsup_{n \to \infty} \sqrt[n]{|a_n|}$. If the limit is 0, $R = \infty$; if the limit is $\infty$, $R = 0$.

Verified Algorithm & Client-Side Sandbox

Tested: September 2026

This utility operates 100% locally inside your browser with zero remote data transmission. Calculation and transformation logic adheres strictly to ISO/NIST, W3C, and central banking standards under our Editorial & Testing Policy.

Report an Issue
Engineered ByToolQix Core Systems Engineering
Reviewed ByTechnical & Accuracy Editorial Board

Key Concepts & Defined Terms

Related Calculators

View all