Radius of Convergence — Definition, Formula & Examples
Radius of Convergence
The distance between the center of a power series' interval of convergence and its endpoints. If the series only converges at a single point, the radius of convergence is 0. If the series converges over all real numbers, the radius of convergence is ∞.

See also
Convergence tests, power series convergence, Taylor series, Maclaurin series, infinity
Key Formula
R=n→∞limanan+11
Where:
- R = The radius of convergence
- an = The coefficient of the nth term of the power series
- an+1 = The coefficient of the (n+1)th term of the power series
Worked Example
Problem: Find the radius of convergence of the power series n=0∑∞3nxn.
Step 1: Identify the coefficients. Here the general term is 3nxn, so the coefficient is an=3n1.
an=3n1
Step 2: Apply the Ratio Test. Compute the limit of the absolute ratio of consecutive coefficients.
n→∞limanan+1=n→∞lim1/3n1/3n+1=n→∞lim3n+13n
Step 3: Simplify the limit.
n→∞lim3n+13n=n→∞lim31=31
Step 4: Take the reciprocal to find the radius of convergence.
R=1/31=3
Answer: The radius of convergence is R=3. The series converges for ∣x∣<3 and diverges for ∣x∣>3.
Another Example
This example shows the edge case where the factorial in the coefficients causes the series to diverge everywhere except the center. It illustrates that not every power series converges on a meaningful interval.
Problem: Find the radius of convergence of the power series n=0∑∞2nn!xn.
Step 1: Identify the coefficients: an=2nn!.
an=2nn!
Step 2: Compute the ratio of consecutive coefficients.
anan+1=n!/2n(n+1)!/2n+1=2(n+1)
Step 3: Evaluate the limit as n→∞.
n→∞lim2n+1=∞
Step 4: Since the limit is ∞, the radius of convergence is the reciprocal: R=∞1=0.
R=0
Answer: The radius of convergence is R=0. This series converges only at x=0 and diverges for every other value of x.
Frequently Asked Questions
What is the difference between radius of convergence and interval of convergence?
The radius of convergence R is a single non-negative number (or ∞) that tells you how far from the center the series converges. The interval of convergence is the actual set of x-values for which the series converges. For a series centered at c with radius R, the interval is contained in (c−R,c+R), but you must separately test each endpoint x=c−R and x=c+R to determine whether they are included.
Can you use the Root Test instead of the Ratio Test to find the radius of convergence?
Yes. The Root Test gives R=limn→∞∣an∣1/n1. This is sometimes easier, especially when the coefficients involve nth powers. Both methods yield the same radius when the limits exist.
What happens at x-values exactly on the boundary of the radius of convergence?
At x=c+R and x=c−R, the series may converge or diverge — you cannot tell from the radius alone. You must substitute each endpoint into the series and apply a separate convergence test (such as the Alternating Series Test or the p-series test) to decide.
Radius of Convergence vs. Interval of Convergence
| Radius of Convergence | Interval of Convergence | |
|---|---|---|
| What it is | A single number R≥0 (or ∞) | A set (interval) of x-values |
| What it tells you | How far from the center the series converges | Exactly which x-values make the series converge |
| Endpoint information | Does not determine convergence at endpoints | Includes or excludes endpoints based on testing |
| How to find it | Ratio Test or Root Test on the coefficients | Find R first, then test each endpoint separately |
| Example | R=3 | [−3,3) or (−3,3] or (−3,3) or [−3,3] |
Why It Matters
Radius of convergence appears throughout Calculus II and beyond whenever you work with power series, Taylor series, or Maclaurin series. Knowing the radius tells you the domain on which a function can be reliably represented or approximated by its series expansion. It is also essential in physics and engineering, where series solutions to differential equations are only valid within the radius of convergence around the expansion point.
Common Mistakes
Mistake: Forgetting to check the endpoints after finding the radius of convergence.
Correction: The Ratio or Root Test is inconclusive when ∣x−c∣=R. You must substitute each endpoint into the original series and apply a separate test (e.g., Alternating Series Test, comparison) to determine whether the interval of convergence is open, closed, or half-open.
Mistake: Applying the Ratio Test to the entire term anxn and forgetting to isolate ∣x∣.
Correction: When using the Ratio Test on a power series, the factor ∣x−c∣ should be pulled outside the limit. The series converges when ∣x−c∣⋅lim∣an+1/an∣<1, which you then solve for ∣x−c∣<R. Mixing up the algebra can give an incorrect radius.
Related Terms
- Power Series — The type of series the radius applies to
- Interval of Convergence — The full set of x-values where the series converges
- Convergence Tests — Methods (Ratio, Root) used to find the radius
- Taylor Series — A power series expansion whose convergence needs this radius
- Maclaurin Series — A Taylor series centered at 0 with its own radius
- Convergent Series — A series whose partial sums approach a finite limit
- Power Series Convergence — General theory governing where power series converge
- Series — The broader concept of summing infinitely many terms
