All calculators

Education

Interval of Convergence Calculator

Last updated: May 31, 2026

Written by Blake Boege

An interval of convergence calculator is a calculus tool that determines the full set of real numbers for which a power series converges. It first computes the radius of convergence using the Ratio Test and then evaluates the behavior of the series at the boundary endpoints by substituting their values into the general term. By evaluating the stabilization of numerical partial sums up to one thousand terms, the tool decides whether each endpoint converges or diverges. Students use this calculator to identify if intervals are open, closed, or half-open.

Determine the interval of convergence for a power series. Specify the general term and center to find the radius and check the endpoints.

Quick Answer

Find the complete interval of convergence for a power series, including boundary endpoints. Enter the general term and center point to compute the bracketed interval.

Must include variables x and n.

Try Examples

Endpoint Convergence Testing (Heuristic)

Left Endpoint (c - R): x = -1.007 (diverges)

S_100 = -0.6866
S_500 = -0.6638
S_1000 = -0.1599

Term a_1000 = 1.070214E0

Right Endpoint (c + R): x = 1.007 (diverges)

S_100 = 6.0298
S_500 = 18.8051
S_1000 = 193.2215

Term a_1000 = 1.070214E0

Interval of Convergence

Interval =

(-1.007, 1.007)

Radius of Convergence R = 1.007

General Term a_nx^n / n
Center Point c0
Radius of Convergence R1.007
Left Endpoint x₁-1.007 (diverges)
Right Endpoint x₂1.007 (diverges)
Interval of Convergence(-1.007, 1.007)

Notice: Endpoint testing is performed using a numerical partial sum heuristic. For rigorous mathematical proof, manual verification is highly recommended.

Example: For a_n = x^n/n centered at 0, the interval of convergence is [-1, 1).

Was this helpful?

Examples

x^n / n

Interval = [-1, 1)

x^n / n^2

Interval = [-1, 1]

x^n

Interval = (-1, 1)

(-1)^n * (x-3)^n / n

Interval = (2, 4]

How it works

The calculator uses the Ratio Test to find the radius of convergence R, then substitutes the endpoint values $x = c - R$ and $x = c + R$ back into the series to test for convergence:

Possible Interval Formats

  • Open: (c - R, c + R)
  • Closed: [c - R, c + R]
  • Half-open: [c - R, c + R) or (c - R, c + R]

Heuristic Nature of Numerical Convergence

Testing convergence numerically by summing the first 1000 terms is a heuristic approach. For extremely slowly diverging series (like the sub-harmonic series $\sum 1/(n \ln(n))$) or highly oscillatory series, 1000 terms might not be sufficient to show divergence. Always supplement this calculator with analytic checks for complete mathematical certainty.

Related Series Tools

For general series convergence testing (not involving variables x), visit our Convergence Calculator. To compute the radius of convergence alone, use the Radius of Convergence Calculator.

Related Calculators

More tools from Education

Frequently asked questions

The interval of convergence is the set of all real numbers x for which a power series converges. It is centered around c and has a width of 2R, where R is the radius of convergence.

The Ratio and Root Tests are inconclusive (limit equals 1) at the boundary points x = c - R and x = c + R. Therefore, the series might converge or diverge at these boundaries, and they must be analyzed separately.

The calculator substitutes the boundary values into the general term and evaluates the numerical partial sums (up to 1000 terms). If the sum stabilizes and the terms approach zero, it concludes that the endpoint converges.

Brackets [ ] indicate that the boundary point is included in the interval of convergence (the series converges at that point). Parentheses ( ) indicate that the boundary point is excluded (the series diverges at that point).