A power series is like a polynomial with infinitely many terms, and it usually converges only for x-values near its center x = a. The radius of convergence R tells how far left and right from a the series is guaranteed to converge. The interval of convergence gives the complete set of x-values where the series converges, including any endpoints that work.
This matters because functions represented by power series are only equal to those series inside their intervals of convergence.
The Ratio Test is one of the most common tools for finding R because power series terms often contain powers, factorials, or exponential patterns. For a series sum c_n(x - a)^n, the Ratio Test studies the limit L = lim as n goes to infinity of |u_(n+1)/u_n|. The series converges when L < 1 and diverges when L > 1, which usually produces an inequality involving |x - a|.
After finding the open interval, each endpoint must be tested separately because the Ratio Test is often inconclusive when L = 1.
Understanding Calculus: Radius and Interval of Convergence
The coefficients control how much room a power series has to work. Terms with coefficients that grow rapidly usually force the powers of the input to shrink more strongly. Factorials are especially important because they grow very fast.
A series whose coefficients contain a factorial in the denominator often works for every real input. By contrast, coefficients that grow like a fixed number raised to the term number usually create a finite boundary. This is connected to the geometric series, where repeated multiplication by a number with size less than one makes terms approach zero.
The boundary points can behave in completely different ways, even though they are the same distance from the center. Consider a series with terms x to the power n divided by n. Its radius is one.
At positive one, the series becomes one plus one half plus one third and continues. That series diverges. At negative one, the signs alternate, giving negative one plus one half minus one third and continuing.
That series converges. This is why a radius alone does not settle the full answer. Each boundary creates an ordinary infinite series with its own behavior.
There are two extreme cases worth recognizing. A radius of zero means the series converges only at its center. This can happen when the coefficients grow faster than any fixed exponential pattern.
An infinite radius means there is no finite boundary to test. The exponential function, sine, and cosine have this property.
Differentiating or integrating a power series term by term keeps the same radius. The endpoint behavior can still change after these operations, because multiplying or dividing coefficients by the term number affects the resulting boundary series.
Power series appear whenever a calculator, computer, or scientific model approximates a function using a limited number of terms. Near the center, a few terms may give a useful estimate. Closer to a boundary, more terms are often needed.
Convergence means that infinitely many terms approach a fixed value. It does not mean that a short approximation is automatically accurate. When solving exercises, keep the center visible, find the distance condition, then test the left and right boundaries in the original series.
Watch for sign changes, harmonic type terms, factorial cancellation, and geometric patterns. Those details usually decide whether a boundary is included or excluded.
Key Facts
- A power series has the form sum c_n(x - a)^n, where a is the center.
- The radius of convergence R is the distance from the center a to either end of the convergence region.
- Use the Ratio Test with L = lim as n goes to infinity |u_(n+1)/u_n|.
- The series converges when L < 1 and diverges when L > 1.
- If the Ratio Test gives |x - a| < R, the open interval is (a - R, a + R).
- Endpoints x = a - R and x = a + R must be checked by substituting each value into the original series.
Vocabulary
- Power series
- An infinite series of the form sum c_n(x - a)^n, centered at x = a.
- Center
- The value a in a power series, which is the midpoint of the interval of convergence.
- Radius of convergence
- The nonnegative number R that gives the distance from the center to the edge of the convergence interval.
- Interval of convergence
- The full set of x-values for which a power series converges.
- Ratio Test
- A convergence test that uses the limit of the absolute value of consecutive term ratios to decide whether a series converges.
Common Mistakes to Avoid
- Forgetting to check endpoints. The Ratio Test usually finds only the open interval, and the endpoint behavior can be different on the left and right.
- Using the simplified inequality as the final interval too soon. First solve for |x - a| < R, then translate that into an interval centered at a.
- Testing endpoints in the ratio limit instead of the original series. At endpoints the Ratio Test often gives L = 1, so you must substitute the endpoint into the original power series and use another test.
- Assuming both endpoints behave the same way. One endpoint may create an alternating series while the other creates a p-series or harmonic series, so each endpoint needs its own check.
Practice Questions
- 1 Find the radius and interval of convergence for sum from n = 1 to infinity of (x - 2)^n/n.
- 2 Find the radius and interval of convergence for sum from n = 0 to infinity of n!(x + 1)^n/5^n.
- 3 A Ratio Test calculation gives convergence for |x - 3| < 4 and is inconclusive when |x - 3| = 4. Explain what values must be checked next and why the Ratio Test alone is not enough.