A power series is an infinite sum built from powers of (xc)(x-c):

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

Here, cc is the center and the numbers ana_n are constants called coefficients. In most problems, the real question is simple: for which values of xx does this series converge?

The answer is organized by the radius of convergence RR. A power series converges when xc<R|x-c| < R, diverges when xc>R|x-c| > R, and needs separate endpoint checks when xc=R|x-c| = R.

What Radius Of Convergence Means

The radius of convergence is a distance from the center, not a set of xx-values. If a power series is centered at cc, then:

  • it converges when xc<R|x-c| < R,
  • it diverges when xc>R|x-c| > R,
  • the boundary case xc=R|x-c| = R must be tested separately.

For real-variable problems, that distance becomes an interval of convergence. If the center is cc and the radius is RR, the inside part is

(cR,  c+R),(c-R,\; c+R),

but the endpoints may or may not be included in the final answer.

Why Power Series Matter

Power series matter because they let you treat complicated functions like very long polynomials. Inside the convergence interval, they are often easier to differentiate, integrate, and approximate.

That shortcut comes with a condition: those term-by-term operations are justified inside the interval of convergence, not automatically everywhere.

Power Series Example: Find The Radius And Interval

Consider

n=0(x2)n3n.\sum_{n=0}^{\infty} \frac{(x-2)^n}{3^n}.

This is a power series centered at c=2c=2. To find the radius of convergence, apply the ratio test to

an=(x2)n3n.a_n = \frac{(x-2)^n}{3^n}.

Compute

an+1an=(x2)n+13n+13n(x2)n=x23.\left|\frac{a_{n+1}}{a_n}\right| = \left|\frac{(x-2)^{n+1}}{3^{n+1}} \cdot \frac{3^n}{(x-2)^n}\right| = \frac{|x-2|}{3}.

The ratio test gives convergence when

x23<1,\frac{|x-2|}{3} < 1,

so

x2<3.|x-2| < 3.

So the radius of convergence is

R=3.R = 3.

That gives the interior interval (1,5)(-1,5). Now test the endpoints one at a time.

At x=5x=5, the series becomes

n=01,\sum_{n=0}^{\infty} 1,

which diverges.

At x=1x=-1, the series becomes

n=0(1)n,\sum_{n=0}^{\infty} (-1)^n,

which also diverges because its terms alternate between 11 and 1-1 instead of approaching 00.

So the final interval of convergence is

(1,5).(-1,5).

This is the full workflow in one example: identify the center, find RR, write the inside interval, and then test both endpoints separately.

Common Mistakes With Radius Of Convergence

Mixing Up Radius And Interval

The radius is a number such as R=3R=3. The interval is the set of real xx-values, such as (1,5)(-1,5). They are related, but they are not the same object.

Forgetting The Center cc

In an(xc)n\sum a_n (x-c)^n, the center is cc, not always 00. If the series uses (x2)n(x-2)^n, the distance test is based on x2|x-2|, not x|x|.

Skipping The Endpoint Tests

The ratio test and root test usually tell you what happens for the interior and exterior, but they often say nothing at the endpoints. You still have to check them one at a time.

Assuming Both Endpoints Behave The Same Way

Even if the radius is the same on both sides, one endpoint may converge while the other diverges. Endpoint behavior depends on the series you get after substitution.

When Power Series Are Used

Power series appear in calculus, differential equations, and approximation. They are useful when a function is hard to handle directly but easier to study near one point through its series expansion.

Taylor and Maclaurin series are important examples. They are power series designed to represent a function locally, when the needed conditions are met.

Try A Similar Power Series

Try your own version with

n=0(x+1)n2n.\sum_{n=0}^{\infty} \frac{(x+1)^n}{2^n}.

Find the center, solve for the radius, and then test the endpoints. If you want one more nearby case after that, explore a Taylor series and notice how the same convergence ideas appear again.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →