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 constants ana_n are the coefficients. In almost every problem the real task is the same: find the values of xx for which the series converges.

When You Run the Convergence Procedure

You apply this method whenever you are handed a power series and asked where it converges — which covers most exam and homework prompts, plus the analysis behind Taylor and Maclaurin series. Convergence is organized by the radius of convergence RR:

  • 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.

The radius is a distance from the center, not a set of xx-values. For real-variable problems that distance becomes the interior interval

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

with the endpoints possibly included or not. This matters because inside the interval you can treat the series like a very long polynomial — differentiating, integrating, and approximating term by term are justified there, but not automatically everywhere.

The Steps

  1. Identify the center cc by writing the series as an(xc)n\sum a_n (x-c)^n.
  2. Find the radius RR using the ratio test (or root test) on xc|x-c|.
  3. Write the interior interval (cR,c+R)(c-R,\, c+R).
  4. Test each endpoint separately by substituting it in.

Full Worked Example: Find the Radius and Interval

Consider

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

This is centered at c=2c=2. Apply the ratio test to an=(x2)n3na_n = \frac{(x-2)^n}{3^n}:

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}.

Convergence requires

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

so the radius is

R=3,R = 3,

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

At x=5x=5:

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

which diverges.

At x=1x=-1:

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).

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

Where Each Step Goes Wrong, and How to Check

  • Mixing up radius and interval. The radius is a number like R=3R=3; the interval is a set like (1,5)(-1,5). Related, but different objects.
  • Forgetting the center cc. With (x2)n(x-2)^n, the distance test uses x2|x-2|, not x|x|. Re-read the exponent before testing.
  • Skipping the endpoint tests. The ratio and root tests usually say nothing at the endpoints, so check them individually after finding RR.
  • Assuming both endpoints behave the same. Even with the same radius, one endpoint may converge while the other diverges; the behavior depends on the series you get after substitution.

Try a Similar Series

Work through

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

Find the center, solve for the radius, and test the endpoints. Then look at a Taylor series and notice the same convergence ideas reappear — the procedure does not change, only the coefficients do.

Frequently Asked Questions

What is the difference between a series and a power series?
A power series is a special kind of infinite series built from powers of $(x-c)$, such as $\sum_{n=0}^{\infty} a_n (x-c)^n$. The center $c$ and the coefficients $a_n$ determine where it converges.
Is the radius of convergence the same as the interval of convergence?
No. The radius is a single nonnegative number $R$ measuring distance from the center. The interval of convergence is the actual set of real $x$-values that work, and it may include or exclude endpoints.

Need help with a problem?

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

Open GPAI Solver →