Radius of Convergence Calculator

Analyze a power series term, separate the radius calculation from endpoint checks, and visualize the interval.

Results are calculated automatically as you enter data.

Step-by-step test
IntervalEnter a power series term.

▼ See explanations and tips below ▼

What Is Radius of Convergence?

A power series is an infinite series built from powers of a variable. A common form is:

$$ \sum_{n=0}^{\infty} a_n(x-c)^n $$

Here, \(c\) is the center of the series, \(x\) is the variable, and \(a_n\) is the coefficient for the \(n\)th term. The radius of convergence tells you how far \(x\) can move away from the center before the series stops converging.

In plain language, the radius of convergence is a distance. If the radius is \(R\), then the series converges for values of \(x\) inside the interval from \(c-R\) to \(c+R\). What happens exactly at the two endpoints requires a separate check.

The interval of convergence is the full set of real \(x\) values where the power series converges. The radius gives the size of the interval around the center, while the interval tells you whether the endpoints are included.

For example, if a power series has center \(2\) and radius \(3\), then the main convergence region is:

$$ |x-2|<3 $$

This means:

$$ -1

The interval could be \((-1,5)\), \([-1,5)\), \((-1,5]\), or \([-1,5]\), depending on what happens at \(x=-1\) and \(x=5\).


Why Radius of Convergence Matters

Power series are used in calculus to represent functions, build Taylor and Maclaurin series, approximate values, and study functions through infinite polynomial-like expressions. A series representation is only useful on the values of \(x\) where it actually converges.

The radius of convergence helps answer questions such as:

  • Where is this power series valid?
  • How far can \(x\) move from the center?
  • Does the series converge only at one point, on a finite interval, or for all real values?
  • Which endpoint values need separate testing?

This is especially important in calculus courses because the algebraic expression for a series can look valid everywhere even when the infinite sum only converges on a limited interval.


Key Terms to Know

  • Power series: An infinite series of the form \(\sum a_n(x-c)^n\).
  • Center: The value \(c\) in \((x-c)^n\). The series is always centered around this value.
  • Coefficient: The part \(a_n\) multiplying the power term \((x-c)^n\).
  • Radius of convergence: The distance \(R\) from the center to the boundary of convergence.
  • Interval of convergence: The real interval of \(x\) values where the series converges.
  • Endpoint: One of the boundary values \(c-R\) or \(c+R\).
  • Ratio test: A convergence test based on the limit of consecutive term ratios.
  • Root test: A convergence test based on the \(n\)th root of the absolute value of the terms.
  • p-series: A series of the form \(\sum 1/n^p\), which is often used when checking endpoints.

How Radius of Convergence Works

For a power series

$$ \sum_{n=0}^{\infty} a_n(x-c)^n $$

the main question is how fast the coefficients \(a_n\) grow or shrink. The variable part \((x-c)^n\) also grows or shrinks depending on how far \(x\) is from \(c\).

A common ratio-test approach studies the coefficient growth limit:

$$ L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right| $$

When this limit exists, applying the ratio test to the power series usually leads to:

$$ L|x-c|<1 $$

Solving for the distance from the center gives:

$$ |x-c|<\frac{1}{L} $$

So the radius of convergence is:

$$ R=\frac{1}{L} $$

There are two important special cases:

$$ L=0 \quad \Rightarrow \quad R=\infty $$
$$ L=\infty \quad \Rightarrow \quad R=0 $$

The root-test version uses a related coefficient growth idea:

$$ L=\limsup_{n\to\infty}\sqrt[n]{|a_n|} $$

This also leads to the same radius relationship:

$$ R=\frac{1}{L} $$

The ratio and root tests decide convergence inside the radius and divergence outside the radius. They do not, by themselves, decide what happens at the endpoints.

Common coefficient patterns

Series pattern Typical growth limit \(L\) Radius \(R\) What it suggests
\(\sum a^n(x-c)^n\) $ a $ $\frac{1}{ a }$ Exponential growth in the numerator shrinks the radius.
\(\sum \frac{(x-c)^n}{a^n}\) $\frac{1}{ a }$ $ a $ Exponential growth in the denominator expands the radius.
\(\sum \frac{(x-c)^n}{n!}\) \(0\) \(\infty\) Factorial growth in the denominator can make the series converge for all real \(x\).
\(\sum n!(x-c)^n\) \(\infty\) \(0\) Factorial growth in the numerator can make the series converge only at the center.
\(\sum \frac{(x-c)^n}{n^p}\) \(1\) \(1\) The radius is usually \(1\), but endpoints depend on \(p\) and signs.

These patterns are helpful because many classroom power series are built from exponentials, factorials, or powers of \(n\).


Examples of Radius of Convergence in Practice

Example 1: A geometric-style power series

Consider:

$$ \sum_{n=0}^{\infty}\frac{(x+1)^n}{3^n} $$

Rewrite the power term around the center:

$$ x+1=x-(-1) $$

So the center is:

$$ c=-1 $$

The denominator \(3^n\) means the coefficient behaves like:

$$ a_n=\frac{1}{3^n} $$

The coefficient growth limit is:

$$ L=\frac{1}{3} $$

Therefore:

$$ R=\frac{1}{L}=\frac{1}{1/3}=3 $$

The interval before checking endpoints is:

$$ -1-3

So:

$$ -4

At \(x=-4\), the series becomes a repeating alternating sequence whose terms do not approach zero. At \(x=2\), the terms also do not approach zero. Both endpoints are excluded.

The interval of convergence is:

$$ (-4,2) $$

Example 2: A series with factorial in the denominator

Consider:

$$ \sum_{n=0}^{\infty}\frac{x^n}{n!} $$

This is centered at \(0\). Use the ratio test:

$$ \left|\frac{x^{n+1}/(n+1)!}{x^n/n!}\right| = \left|\frac{x}{n+1}\right| $$

As \(n\) grows, this expression approaches \(0\) for every fixed real \(x\):

$$ \lim_{n\to\infty}\left|\frac{x}{n+1}\right|=0 $$

So the series converges for all real \(x\). Its radius of convergence is:

$$ R=\infty $$

Its interval of convergence is:

$$ (-\infty,\infty) $$

Example 3: A p-series endpoint check

Consider:

$$ \sum_{n=1}^{\infty}\frac{(x-2)^n}{n^2} $$

The center is:

$$ c=2 $$

The coefficient \(1/n^2\) does not change the radius the way an exponential factor does, so the radius is:

$$ R=1 $$

The open interval before endpoint testing is:

$$ 1

Now check the endpoints.

At \(x=1\):

$$ \sum_{n=1}^{\infty}\frac{(1-2)^n}{n^2} = \sum_{n=1}^{\infty}\frac{(-1)^n}{n^2} $$

This converges absolutely because the absolute-value series is \(\sum 1/n^2\).

At \(x=3\):

$$ \sum_{n=1}^{\infty}\frac{(3-2)^n}{n^2} = \sum_{n=1}^{\infty}\frac{1}{n^2} $$

This also converges.

So the interval of convergence is:

$$ [1,3] $$

Example 4: A zero-radius case

Consider:

$$ \sum_{n=0}^{\infty} n!x^n $$

The factorial in the numerator grows very quickly. For any \(x\ne0\), the terms do not shrink fast enough to make the series converge. At \(x=0\), all positive-power terms vanish, so the series converges at the center only.

The radius is:

$$ R=0 $$

The interval is just the center:

$$ \{0\} $$

How to Interpret the Result

The result should be read as a combination of the center, radius, interval, coefficient-growth limit, and endpoint status.

  • Center \(c\): The point the power series is built around. For example, \((x-2)^n\) has center \(2\), while \((x+1)^n\) has center \(-1\).
  • Radius \(R\): The distance from the center to the convergence boundary.
  • Ratio/root limit \(L\): The coefficient growth value used in \(R=1/L\).
  • Interval: The real values of \(x\) where the series is reported to converge.
  • Endpoint table: A separate check of \(x=c-R\) and \(x=c+R\) when the radius is finite and positive.
  • Detected pattern: A copyable short description of the coefficient pattern used to estimate the radius. It is shown in the result summary when the calculator recognizes one.

A finite positive radius means the series converges inside the interval and diverges outside it. The endpoints must still be checked separately.

An infinite radius means the series converges for every real value of \(x\):

$$ (-\infty,\infty) $$

A zero radius means the series converges only at the center:

$$ \{c\} $$

For finite intervals, brackets matter. Parentheses mean an endpoint is not included; square brackets mean it is included.

For example:

$$ (1,3) $$

excludes both endpoints, while

$$ [1,3] $$

includes both endpoints.

If an endpoint is marked uncertain, treat the interval as incomplete until you test that endpoint by substituting the endpoint value into the original series and applying an appropriate convergence test.


Common Mistakes and Misconceptions

Assuming the radius test decides the endpoints

The ratio or root test usually gives the open interval of convergence, not the final interval. Endpoint values often make the ratio or root test inconclusive. You still need to substitute \(x=c-R\) and \(x=c+R\) into the original series and test the resulting numerical series.

Confusing the sign of the center

The expression \((x-2)^n\) is centered at \(2\), not \(-2\).

The expression \((x+1)^n\) can be rewritten as:

$$ (x+1)^n=(x-(-1))^n $$

So its center is \(-1\).

Treating the radius and interval as the same thing

The radius is a distance. The interval is a set of \(x\) values.

For a center \(c=4\) and radius \(R=2\), the radius is just \(2\), while the open interval is:

$$ (2,6) $$

Rounding too early

When a radius or endpoint involves a decimal, rounding too early can change the displayed interval or make an endpoint look different from its exact value. Keep exact values such as \(\frac{1}{3}\) as long as possible when doing your own work.

Expecting every algebraic form to be recognized

A term may be mathematically valid but fall outside the supported symbolic grammar. The calculator now stops with an explanatory error instead of guessing. Rewrite the term as one coefficient times exactly one affine power \((ax+b)^n\); supported coefficient factors include polynomial powers, constant-base exponentials, factorials, square roots, absolute values, and common sine or cosine factors.

Treating an unsupported form as a unit-radius series

The calculator does not use \(R=1\) as a fallback. If it cannot justify the coefficient growth or isolate exactly one power-series factor, it reports that the form is unsupported. This prevents a generic-looking answer from being mistaken for a proof.

Using a zero exponential base

Expressions such as \(0^n\) do not behave like ordinary nonzero exponential bases in radius calculations. Use a nonzero finite base when working with patterns involving \(a^n\).

An identically zero coefficient sequence, such as \(0\cdot x^n\) or \(\sin(0n)\,x^n\), is the zero series. The calculator reports infinite radius and convergence for every real \(x\).


When to Use Radius of Convergence

Use radius of convergence when working with:

  • Power series in calculus.
  • Taylor and Maclaurin series.
  • Series representations of functions.
  • Intervals where a series formula is valid.
  • Endpoint convergence questions.
  • Ratio-test or root-test practice.
  • Comparisons between geometric, factorial, and p-series behavior.
  • Classroom examples involving \((x-c)^n\), \(a^n\), \(n!\), or \(n^p\).

It is especially useful when you need to move from a formal infinite expression to a concrete statement about the allowed values of \(x\).


Limitations and Things to Keep in Mind

The radius of convergence is a powerful concept, but it is not the whole convergence story.

First, the radius describes the distance from the center. It does not automatically decide endpoint convergence. Endpoint values must be checked with tests such as the p-series test, alternating series test, comparison tests, or other appropriate tools.

Second, calculator results should be read as a structured aid, not as a substitute for a full proof. This calculator focuses on common recognizable patterns, such as powers of \(x\), exponential bases, factorials, and simple p-series denominators. It is not a full symbolic convergence engine for every possible coefficient sequence.

Third, algebraically equivalent inputs may not always be interpreted the same way. A clean form such as

$$ \frac{(x-2)^n}{n^2} $$

is easier to analyze than a heavily rearranged or nonstandard expression.

Fourth, endpoint checks are limited to supported patterns. Absolute values and even powers of sine or cosine are treated as nonnegative oscillatory factors: a boundary may be reported as divergent or left unresolved rather than being incorrectly included by a signed Dirichlet test. If an endpoint is uncertain, or if the original term contains logarithms, trigonometric terms, piecewise coefficients, recursive coefficients, symbolic exponential bases, or other complex behavior, do the endpoint analysis separately.

Fifth, the output is a real interval. In complex analysis, power series are often described using disks of convergence in the complex plane, but this calculator reports real-number intervals.

Finally, displayed numbers may be rounded or formatted. Ordinary finite values may appear with up to seven decimal places, while very large or very small values may appear in scientific notation. Values extremely close to zero may be displayed as \(0\). For exact homework or proof writing, keep exact fractions and symbolic values when possible.


How to Use This Calculator

  1. Enter the general term of the power series using \(x\) and \(n\) notation.
  2. Leave the center field blank if the center is clear from a form such as \(x^n\) or \((x\pm\text{number})^n\).
  3. Enter a finite numeric center manually if you want to override the detected center.
  4. Use the example buttons to load common p-series, geometric, factorial, or inverse-factorial patterns.
  5. Review the interval, radius, center, ratio/root limit, and the displayed, copyable detected pattern.
  6. If a method option appears, use the reported detected pattern and limit as the main guide; do not assume the option changes the mathematical analysis.
  7. Check the endpoint table to see whether the boundary values are included, excluded, or uncertain.
  8. Use the number-line visualization to understand the interval, but rely on the endpoint table and your convergence test for the mathematical conclusion.
  9. If the result looks unexpected, rewrite the term in a clearer power-series form and calculate again.

Frequently Asked Questions

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

The radius of convergence is a distance from the center. The interval of convergence is the set of real \(x\) values where the series converges. The interval uses the radius to find the boundary values, then uses endpoint checks to decide whether those boundary values are included.


Why do endpoints need separate checks?

At the endpoints, the ratio or root test often gives a borderline value and becomes inconclusive. Substituting each endpoint into the original power series turns it into an ordinary numerical series. That resulting series must be tested on its own.


What does an infinite radius of convergence mean?

An infinite radius means the power series converges for every real value of \(x\). Its real interval of convergence is \(\left(-\infty,\infty\right)\).


What does a radius of zero mean?

A radius of zero means the series converges only at its center. If the center is \(c\), the interval is the single point \(\{c\}\).


Why did the calculator report an uncertain endpoint?

An uncertain endpoint means the calculator did not detect enough supported pattern information to classify that endpoint. Substitute the endpoint into the original series and apply a convergence test manually.


Can the calculator analyze every power series?

No. It is designed for common calculus patterns such as exponential factors, factorials, powers of \(x-c\), and simple p-series endpoint behavior. More complicated coefficients may require a manual ratio test, root test, comparison test, or another convergence method.


How should I enter a center such as \(-1\)?

A series containing \((x+1)^n\) is centered at \(-1\). You can either enter the term in that form and let the calculator infer the center, or enter -1 as the center override if you want to be explicit.


Sources and References

Books and Open Textbooks

  1. Gilbert Strang and Edwin “Jed” Herman. Calculus Volume 2. OpenStax, 2016. Sections 5.3 “The Divergence and Integral Tests,” 5.6 “Ratio and Root Tests,” and 6.1 “Power Series and Functions.” Accessed July 4, 2026.
  1. Gregory Hartman, Brian Heinold, Troy Siemers, and Dimplekumar Chalishajar. APEX Calculus. 4th ed., APEX Calculus/Open Textbook, 2018. Section 9.6 “Power Series.” Accessed July 4, 2026.