Interval of Convergence
Interval of Convergence
For a power series in one variable, the set of values of the variable for which the series converges. The interval of convergence may be as small as a single point or as large as the set of all real numbers.

See also
Convergence tests, power series convergence, radius of convergence, Taylor series, Maclaurin series, interval notation
Key Formula
n=0∑∞an(x−c)nconverges when x∈(c−R,c+R)
Where:
- an = The coefficient of the nth term of the power series
- x = The variable whose values determine convergence
- c = The center of the power series
- R = The radius of convergence, found using the Ratio Test or Root Test
Worked Example
Problem: Find the interval of convergence of the power series ∑ (x^n) / n from n = 1 to ∞.
Step 1: Apply the Ratio Test to find the radius of convergence. Compute the limit of |a_{n+1}/a_n|.
xn/nxn+1/(n+1)=∣x∣⋅n+1n→∣x∣ as n→∞
Step 2: The Ratio Test says the series converges when the limit is less than 1. So convergence occurs when |x| < 1, giving a radius of convergence R = 1. The open interval is (−1, 1).
∣x∣<1⟹R=1
Step 3: Check the left endpoint x = −1. Substituting gives the alternating harmonic series, which converges by the Alternating Series Test.
n=1∑∞n(−1)nconverges (alternating harmonic series)
Step 4: Check the right endpoint x = 1. Substituting gives the harmonic series, which diverges.
n=1∑∞n1diverges (harmonic series)
Step 5: Include the left endpoint and exclude the right endpoint to form the interval of convergence.
Interval of convergence: [−1,1)
Answer: The interval of convergence is [−1, 1).
Another Example
This example shows an edge case where the interval of convergence is just a single point, illustrating that not every power series converges on an interval of positive length.
Problem: Find the interval of convergence of ∑ (n! · x^n) from n = 0 to ∞.
Step 1: Apply the Ratio Test. Compute the limit of the ratio of consecutive terms.
n!⋅xn(n+1)!⋅xn+1=(n+1)∣x∣
Step 2: As n → ∞, the limit (n+1)|x| → ∞ for every x ≠ 0. The Ratio Test says the series diverges whenever this limit exceeds 1.
n→∞lim(n+1)∣x∣=∞for all x=0
Step 3: At x = 0, every term after the first is 0, so the series trivially converges to the value of the n = 0 term.
n=0∑∞n!⋅0n=1
Answer: The interval of convergence is the single point {0}, and the radius of convergence is R = 0.
Frequently Asked Questions
What is the difference between the interval of convergence and the radius 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, which starts as the open interval (c − R, c + R) and then may include one or both endpoints after separate testing. In short, R gives the half-width; the interval gives the precise set.
Do you always have to check the endpoints?
Yes, whenever the radius of convergence R is a finite positive number. The Ratio Test and Root Test are inconclusive at the endpoints (the limit equals exactly 1), so you must substitute each endpoint into the series and use another convergence test—such as the Alternating Series Test, p-series test, or Comparison Test—to decide inclusion.
Can the interval of convergence be all real numbers?
Yes. If R = ∞, the power series converges for every real x, so the interval of convergence is (−∞, ∞). Common examples include the Maclaurin series for e^x, sin x, and cos x. In this case there are no finite endpoints to check.
Interval of Convergence vs. Radius of Convergence
| Interval of Convergence | Radius of Convergence | |
|---|---|---|
| What it is | A set (interval) of x-values | A single number R ≥ 0 (or ∞) |
| Includes endpoints? | May include one, both, or neither endpoint | Does not address endpoints |
| How to find it | Find R, then test each endpoint separately | Use the Ratio Test or Root Test on the general term |
| Notation | An interval like [c − R, c + R) or (c − R, c + R] | A number, e.g. R = 3 |
| Possible extreme cases | Single point {c} or all of (−∞, ∞) | R = 0 or R = ∞ |
Why It Matters
You encounter the interval of convergence in AP Calculus BC and college calculus courses whenever you work with power series, Taylor series, or Maclaurin series. Knowing the interval tells you precisely which x-values you can safely substitute into a power series representation of a function. Using a power series outside its interval of convergence gives meaningless results, so this concept is essential for applications in physics, engineering, and numerical analysis.
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 series and apply a separate convergence test (e.g., p-series, Alternating Series Test) to determine whether each endpoint is included.
Mistake: Assuming the interval is always symmetric with both endpoints included or both excluded.
Correction: While the open interval (c − R, c + R) is always symmetric, the two endpoints can behave differently. One endpoint might converge while the other diverges, leading to a half-open interval like [c − R, c + R).
Related Terms
- Radius of Convergence — Half-width of the interval of convergence
- Power Series — The type of series this interval applies to
- Taylor Series — Power series expansion of a function at a point
- Maclaurin Series — Taylor series centered at c = 0
- Convergence Tests — Methods used to test endpoints and find R
- Power Series Convergence — General theory behind when power series converge
- Interval Notation — Notation used to express the interval
- Series — Broader concept of summing infinite terms
