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