Calculus, Linear Algebra & Discrete Math Limits, Sequences & Series Ratio test, root test and the Cauchy–Hadamard theorem

Radius & Interval of Convergence Calculator

Give this calculator the coefficient formula aₙ of a power series, its centre, and the exponent pattern, and it returns the radius of convergence from the ratio test, the interval that follows, and a separate verdict at each endpoint. Endpoints are the part textbooks make you check by hand, because the ratio test is silent there; this page estimates the decay rate of the endpoint terms and applies the p-series and alternating-series criteria to them.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Coefficient aₙWrite the index as n. Available: + - * / ^, sqrt, ln, exp, abs, fact(n) for n factorial, pi, e.1/n
Centre cThe series is Σ aₙ (x − c)^(pn); c = 0 gives a Maclaurin series.0
Exponent multiplier pUse 2 for a series in even powers only, such as the cosine series.1 — terms in (x − c)ⁿ
First index nStart at 1 when aₙ divides by n, at 0 otherwise.1
Base index for the limitThe limit is extrapolated from this index, twice it and four times it. Lower it if factorials overflow.40

It returns

  • Radius of convergence R — The series converges for |x − c| < R and diverges for |x − c| > R.
  • Left endpoint c − R
  • Right endpoint c + R
  • Ratio test limit |aₙ / aₙ₊₁| — This is R raised to the power p; for p = 1 it is R itself.
  • Radius from the root test — 1 / |aₙ|^(1/n) at a large index, then raised to 1/p. It converges slowly, so treat it as a cross-check.
  • Endpoint decay exponent q — Endpoint terms behave like n^(−q). Absolute convergence needs q > 1.

The formula

R=limn|anan+1|
|xc|<R

In plain text: R = lim(n→∞) |aₙ / aₙ₊₁| (ratio test), or R = 1 / limsup |aₙ|^(1/n) (Cauchy–Hadamard)

  • aₙCoefficient of the n-th term of the power series
  • cCentre of the series
  • RRadius of convergence: the series converges for |x − c| < R
  • pExponent multiplier — the powers present are (x − c)^(pn)
  • qEstimated decay exponent of the endpoint terms, which behave like n^(−q)

The ratio test limit gives R^p directly, so with p = 2 (even powers only) the radius in x is the square root of the ratio limit.

Updated Category Limits, Sequences & Series Verified against published test cases Reading time 12 min

What the radius of convergence tells you

A power series Σ aₙ(x − c)ⁿ is a function only where it converges, and the set on which it converges is always an interval centred at c. That is the substantial theorem here: convergence is never patchy. There is a number R, possibly 0 and possibly unbounded, such that the series converges absolutely for |x − c| < R, diverges for |x − c| > R, and does something that has to be checked case by case at the two endpoints.

That number matters because it bounds where a Taylor series is usable. The geometric series Σxⁿ equals 1/(1 − x) only on (−1, 1); feeding it x = 2 gives the notorious "1 + 2 + 4 + … = −1". The Maclaurin series for ln(1 + x) converges on (−1, 1], so it computes ln 2 at the right endpoint and nothing at all at x = 2. Any numerical method that truncates a series inherits its radius as a hard limit.

The radius also carries information about the function itself. For a real analytic function the radius equals the distance from the centre to the nearest singularity in the complex plane. That is why 1/(1 + x²), which is perfectly smooth for every real x, still has a Maclaurin series that stops working at |x| = 1: the poles sit at ±i, one unit away. The real graph gives no warning at all.

The ratio test, the root test, and where each one wins

Apply the ratio test to the terms of the series, not to the coefficients alone. The n-th term is aₙ(x − c)^(pn), so the ratio of consecutive magnitudes is |aₙ₊₁/aₙ|·|x − c|^p. Convergence requires that to be below 1, which rearranges to |x − c|^p < lim|aₙ/aₙ₊₁|. With p = 1 the radius is the ratio limit itself; with p = 2 it is the square root of it.

The root test gives the same radius by a different route: R = 1/limsup|aₙ|^(1/n), which is the Cauchy–Hadamard theorem. It is the stronger statement, because a limsup always exists while the ratio limit may not — a series whose coefficients alternate between two patterns can defeat the ratio test entirely. In exchange it converges very slowly numerically, since n^(1/n) creeps towards 1 like 1 + (ln n)/n. This page reports both and treats the ratio value as primary, which is the right choice for coefficients built from powers, polynomials and factorials.

Neither test says anything at the endpoints, because the ratio is exactly 1 there and the test is inconclusive by construction. Endpoints have to be handled by a test that sees the terms themselves. This calculator estimates the exponent q in |aₙRⁿ| ≈ n^(−q) from the slope of the terms on a log-log scale between two widely separated indices, then applies the standard criteria: q > 1 means absolute convergence by comparison with a p-series; q ≤ 1 with terms that alternate in sign and shrink monotonically means conditional convergence by the alternating series test; anything else diverges.

That is a numerical estimate, not a proof, and the page says so. It is reliable for the coefficient families that appear in coursework and it will mislead you on a coefficient with a logarithmic factor, where the true behaviour is 1/(n ln n) and the fitted exponent reads slightly above 1 while the series still diverges. Confirm an endpoint verdict by hand before you quote it.

Worked example: Σ (x − 3)ⁿ / n²

Take aₙ = 1/n², centre c = 3, ordinary powers so p = 1.

  1. Form the ratio. |aₙ/aₙ₊₁| = (1/n²)·(n+1)² = (n+1)²/n² = (1 + 1/n)².
  2. Take the limit. As n → ∞, (1 + 1/n)² → 1. So R = 1.
  3. Write the open interval. |x − 3| < 1, that is 2 < x < 4.
  4. Test the right endpoint, x = 4. The series becomes Σ 1ⁿ/n² = Σ 1/n², a p-series with p = 2 > 1. It converges — to π²/6, in fact. Include the endpoint.
  5. Test the left endpoint, x = 2. The series becomes Σ(−1)ⁿ/n², which converges absolutely because Σ|(−1)ⁿ/n²| = Σ1/n² converges. Include it too.
  6. State the interval of convergence. [2, 4], closed at both ends.

Now change one thing: use aₙ = 1/n instead, still centred at 3. The ratio is (n+1)/n → 1, so R = 1 again and the open interval is unchanged. But the right endpoint now gives the harmonic series Σ1/n, which diverges, while the left endpoint gives Σ(−1)ⁿ/n, which converges conditionally to −ln 2. The interval is [2, 4) — half open. Two series with the same radius and different intervals, which is exactly why endpoints get their own step.

Check the decay exponent the calculator reports against this. For aₙ = 1/n² at the endpoint, the terms are 1/n², so q = 2; the log-log slope between n = 40 and n = 160 is [ln(1/1600) − ln(1/25600)]/ln 4 = ln(16)/ln(4) = 2 exactly. For aₙ = 1/n the same calculation gives ln(4)/ln(4) = 1. The threshold q > 1 separates them correctly.

Reading the radius, the interval and the endpoints

Read the radius first. A finite positive radius is the ordinary case and gives you an interval with two endpoints to check. A radius reported as unbounded means the ratio grows without limit — the signature of a factorial in the denominator — and the series converges for every real x, as the exponential, sine and cosine series do. A radius of zero means the ratio collapses to zero, the signature of a factorial in the numerator, and the series is useless except at the centre itself.

Then read the two endpoint verdicts together, because they are often different and the difference is the whole point of the exercise. A series can converge absolutely at both ends, diverge at both, or converge at one and diverge at the other. What it cannot do is converge conditionally at both ends with p = 1, because the terms at one end are the terms at the other with alternating signs, and alternating signs are what makes conditional convergence possible.

The decay exponent is the number doing the work. Values comfortably above 1 mean absolute convergence at both endpoints and a closed interval. Values at or below 0 mean the terms do not even tend to zero, so both endpoints diverge by the divergence test — that is the geometric case, where aₙRⁿ is constant. Values between 0 and 1 are the interesting band: divergence on the non-alternating side, conditional convergence on the alternating side.

Finally, compare the two radii. Large disagreement between the ratio and root estimates is normal and not an error: the root test estimate at n = 160 for aₙ = 1/n is about 1.032 rather than 1, because n^(1/n) converges too slowly to do better. Treat the root value as a cross-check on the order of magnitude, and the ratio value as the answer.

Reference: standard series, their radii and their intervals

All centred at 0 unless stated. Endpoint behaviour is the classical result, not a numerical estimate.
SeriesaₙRInterval of convergence
Σ xⁿ (geometric)11(−1, 1)
Σ xⁿ/n1/n1[−1, 1)
Σ xⁿ/n²1/n²1[−1, 1]
Σ xⁿ/n! (eˣ)1/n!unbounded(−∞, ∞)
Σ n! xⁿn!0{0} only
Σ xⁿ/2ⁿ1/2ⁿ2(−2, 2)
Σ n²xⁿ/3ⁿn²/3ⁿ3(−3, 3)
Σ (−1)ⁿx²ⁿ/(2n)! (cos x)(−1)ⁿ/(2n)!unbounded(−∞, ∞)
Σ (x−3)ⁿ/n²1/n²1[2, 4]

The three rows with R = 1 have the same radius and three different intervals — open, half-open and closed. That is why the endpoints are checked separately and why the radius alone is never a complete answer.

Pitfalls and the limits of the numerical approach

  • Reporting the radius as the answer. The question usually asks for the interval of convergence, which requires both endpoints tested. A radius with no endpoint work is an incomplete answer.
  • Applying the ratio test to aₙ instead of to the full term. The (x − c)^(pn) factor is what makes the inequality depend on x at all. Leaving it out loses the p-th root when p ≠ 1.
  • Assuming a series in even powers has radius equal to the ratio limit. With p = 2 the ratio limit bounds |x − c|², so the radius is its square root.
  • Trusting the numerical endpoint verdict on a borderline coefficient. A factor of ln n shifts the fitted exponent slightly without changing the divergence, and no finite sample can see the difference. Verify borderline cases by hand.
  • Overflow in factorials. Double precision stops representing n! above n = 170. The calculator halves its sample index automatically when that happens, but very large sample settings will still fail.
  • Expecting a coefficient with two interleaved patterns to work. If aₙ is zero for odd n, the ratio is undefined at every other index. Rewrite the series so that every coefficient is non-zero and use the exponent multiplier.

Endpoints are where absolute and conditional convergence separate

Inside the interval, convergence is always absolute. Exactly at an endpoint it may be merely conditional, which means the series converges but the series of absolute values does not — and a conditionally convergent series can be rearranged to sum to any value you like, by Riemann's rearrangement theorem. That is not a curiosity: it means term-by-term manipulation that is safe inside the interval is unsafe at an endpoint. If you need to resolve an indeterminate limit built from such a series, the L'Hôpital's rule calculator works from derivatives instead and sidesteps the issue.

Where the radius comes from and what it constrains

The radius is the bridge between series and functions. Term-by-term differentiation and integration of a power series are both valid on the open interval and both preserve the radius exactly — the derivative of Σaₙxⁿ is Σn aₙxⁿ⁻¹ with the same R, even though the coefficients have changed. What can change is endpoint behaviour: differentiating Σxⁿ/n² gives Σxⁿ⁻¹/n, and the closed interval becomes half-open.

In practice the radius sets the useful range of a truncated series. A Taylor polynomial used for numerical evaluation is trustworthy well inside the interval and useless outside it, and near the boundary the number of terms needed grows without limit. That is the same trade-off you meet when choosing a step size for a numerical derivative or a panel count for a Riemann sum: an error that shrinks with effort until something else stops it.

Series also give the cleanest route to many limits. Expanding numerator and denominator and comparing leading coefficients resolves a 0/0 form in one step, which is often faster than repeated differentiation — the two approaches are compared on the L'Hôpital's rule page. And knowing where a series converges tells you where that substitution is legitimate in the first place.

One assumption is worth naming: this calculator treats x as real. The theory is genuinely complex-analytic — the region of convergence is a disc in the complex plane and the radius is its radius, which is where the word comes from. On the real line you see only the diameter of that disc, and the singularity that determines it may be nowhere near the real axis.

Frequently asked questions

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

The radius is a single number R; the interval is the actual set of x where the series converges, namely (c − R, c + R) plus whichever endpoints pass their own test. Three series can share R = 1 and have intervals (−1, 1), [−1, 1) and [−1, 1]. Answering with the radius alone leaves the question half done.

Why does the ratio test say nothing at the endpoints?

Because at |x − c| = R the limiting ratio of consecutive terms is exactly 1, and the ratio test is explicitly inconclusive at 1. That is not a weakness of the test but a fact about the boundary: series with ratio limit 1 include both convergent ones like Σ1/n² and divergent ones like Σ1/n. You need a test that looks at the terms themselves.

How do I handle a series with only even powers?

Set the exponent multiplier to 2 and give the coefficient of (x − c)²ⁿ. The ratio test then bounds |x − c|² rather than |x − c|, so the radius is the square root of the ratio limit. For Σx²ⁿ/2ⁿ the ratio limit is 2 and the radius is √2 ≈ 1.4142. Trying to enter it as an ordinary series fails, because every odd coefficient is zero and the ratio is undefined.

What does an unbounded radius mean?

That the series converges for every real x, so the interval is the whole line. It happens when the coefficients shrink faster than any geometric sequence — typically because of a factorial in the denominator. The exponential, sine and cosine series are the standard examples, which is why their Taylor polynomials can be used at any argument, given enough terms.

Can the radius be zero?

Yes, and then the series converges only at its centre. Σn!xⁿ is the standard example: the ratio |aₙ/aₙ₊₁| = 1/(n+1) tends to zero, so no non-zero x works. Such series still matter — they arise as asymptotic expansions, where a few terms give an excellent approximation even though the full series diverges everywhere.

Why does the root test give a slightly different number?

Because it converges much more slowly than the ratio test. The root test needs |aₙ|^(1/n), and the n-th root of any polynomial factor approaches 1 only like 1 + (ln n)/n. At n = 160 that is still about 3% away for aₙ = 1/n. Both tests give the same limit in theory; the ratio version reaches it far sooner in practice.

How reliable are the endpoint verdicts on this page?

They are numerical estimates and are stated as such. The method fits an exponent q to the endpoint terms across a factor of four in n, then applies the p-series and alternating-series criteria. It is dependable for coefficients built from powers, polynomials and factorials, and it can be fooled by a logarithmic factor: Σ1/(n ln n) diverges but fits an exponent slightly above 1. Confirm borderline cases analytically.

Does differentiating a power series change its radius?

No. Term-by-term differentiation and integration both preserve the radius exactly. What they can change is the behaviour at the endpoints: integrating tends to improve it, differentiating tends to spoil it. Differentiating Σxⁿ/n², whose interval is [−1, 1], gives Σxⁿ⁻¹/n, whose interval is [−1, 1).

Why does 1/(1 + x²) have a radius of only 1 when it is smooth everywhere?

Because the radius is set by the nearest singularity in the complex plane, and 1 + x² vanishes at x = ±i, both at distance 1 from the origin. The real graph is perfectly well behaved and gives no hint of it. This is the clearest evidence that power series are complex-analytic objects viewed along the real axis.

References