Fiveable

♾️AP Calculus AB/BC Unit 10 Review

QR code for AP Calculus AB/BC practice questions

10.13 Radius and Interval of Convergence of Power Series

10.13 Radius and Interval of Convergence of Power Series

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

A power series converges on an interval centered at its center point, often written as rr, and the Ratio Test helps find the radius of convergence RR. After you find RR, you get an open interval, then test both endpoints separately to decide whether the interval is open, closed, or half-open. For AP Calculus BC, show the Ratio Test setup and endpoint tests clearly because endpoint behavior can differ.

How Do You Find Radius and Interval of Convergence?

To find the radius and interval of convergence, apply the Ratio Test to the power series and solve the inequality that makes the limit less than 1. That gives the radius RR and the open interval centered at rr.

Then test both endpoints separately in the original series. The Ratio Test is inconclusive at the endpoints, so the final interval can be open, closed, or half-open depending on whether each endpoint series converges.

Why This Matters for the AP Calculus Exam

Radius and interval of convergence is a BC-only topic, and it pulls together almost every convergence test you have learned in this unit. When a problem hands you a power series, you need to find where it converges before you can use it to approximate a function. On the exam you may need to set up the Ratio Test, solve an absolute value inequality for the radius, and then run separate endpoint checks using tools like the alternating series test, the harmonic series, or p-series reasoning. This rewards clean setup and careful justification, which matters for both multiple-choice and free-response work.

Key Takeaways

  • A power series has the form n=0an(xr)n\sum_{n=0}^{\infty} a_n(x-r)^n, where r is the center and ana_n is a sequence of real numbers.
  • The Ratio Test gives you the radius of convergence R from the inequality xr<R|x-r| < R.
  • A converging power series either converges at the single point x = r or on a full interval centered at r.
  • The radius gives you an open interval, but you must test both endpoints separately to find the complete interval of convergence.
  • Endpoint behavior can differ: one endpoint may converge while the other diverges, so check each one with the right test.
  • Term-by-term differentiation or integration keeps the same radius of convergence as the original series.

What's a Power Series?

A power series is a series of the form

n=0an(xr)n\sum_{n=0}^{\infty} a_n(x-r)^n

where nn is a non-negative integer, ana_n is a sequence of real numbers, and rr is a real number.

Here ana_n can be any sequence, most of which you have already seen in earlier topics. The value rr tells you where the power series is centered. For example, a power series centered at x=3x = 3 uses (x3)(x - 3) inside each term. A series centered at r=0r = 0 is a Maclaurin series.

Radius and Interval of Convergence

A key question about power series is where the series actually converges. For a given series, you find the radius of convergence R first, then the full interval of convergence.

If a power series converges, it either converges at a single point or has an interval of convergence. The Ratio Test is the standard tool for finding R.

For a power series centered at x=rx = r, the one point where you are guaranteed convergence is x=rx = r itself. The Ratio Test lets you expand that to a range of x values. If the radius is positive, the power series is the Taylor series of the function it converges to on that open interval.

Recap: The Ratio Test

For a series an\sum a_n, let L=limnan+1anL=|\lim\limits_{n\to \infty}\frac{a_{n+1}}{a_n}|.

  • If L<1L < 1, the series converges.
  • If L>1L > 1, the series diverges.
  • If L=1L = 1, the test is inconclusive.

To review the Ratio Test in depth, check out 10.8 Ratio Test for Convergence.

How to Use This on the AP Calculus Exam

Worked Example

Find the interval, radius of convergence, and center for the series:

n=12nn(4x8)n\sum^{\infty}_{n=1}\frac{2^n}{n}(4x-8)^n

First, apply the Ratio Test and identify ana_n and an+1a_{n+1}:

an=2nn(4x8)na_{n}=\frac{2^{n}}{n}(4x-8)^{n} an+1=2n+1n+1(4x8)n+1=2n2n+1(4x8)n(4x8)a_{n+1}=\frac{2^{n+1}}{n+1}(4x-8)^{n+1}=\frac{2^n*2}{n+1}(4x-8)^n(4x-8)

Then find LL:

L=limnan+1an=limn2n2n+1(4x8)n(4x8)2nn(4x8)nL=\lim\limits_{n\to \infty}|\frac{a_{n+1}}{a_n}|=\lim\limits_{n\to \infty}|\frac{\frac{2^n*2}{n+1}(4x-8)^n(4x-8)}{\frac{2^{n}}{n}(4x-8)^{n}}|

This looks messy, but 2n2^n and (4x8)n(4x-8)^n cancel, leaving:

L=limn2nn+1(4x8)L=\lim\limits_{n\to \infty}|\frac{2n}{n+1}(4x-8)|

Since (4x8)(4x - 8) does not depend on nn, factor it out of the limit. Evaluating the remaining limit gives 2:

L=(4x8)limn2nn+1=(4x8)2L=(4x-8)*\lim\limits_{n\to \infty}|\frac{2n}{n+1}|=(4x-8)*2

The series converges when L<1L < 1:

L<1|L|<1 2(4x8)<1|2(4x-8)|<1 24(x2)<1|2*4(x-2)|<1 x2<18|x-2|<\frac{1}{8}

This gives a radius of convergence of 18\frac{1}{8} and a center at x=2x = 2.

To find the interval, use the absolute value inequality x2<18|x-2|<\frac{1}{8}:

x2<18=x<18+168=x<178x-2<\frac{1}{8}=x<\frac{1}{8}+\frac{16}{8}=x<\frac{17}{8} x2>18=x>18+168=x>158x-2>-\frac{1}{8}=x>-\frac{1}{8}+\frac{16}{8}=x>\frac{15}{8}

Testing the Endpoints

The Ratio Test says nothing about x=158x = \frac{15}{8} and x=178x = \frac{17}{8}, so plug each into the original series.

At x=15/8x = 15/8:

n=12nn(4(158)8)n\sum^{\infty}_{n=1}\frac{2^n}{n}(4(\frac{15}{8})-8)^n n=12nn(1528)n\sum^{\infty}_{n=1}\frac{2^n}{n}(\frac{15}{2}-8)^n n=12nn(12)n\sum^{\infty}_{n=1}\frac{2^n}{n}(\frac{-1}{2})^n n=12nn((1)n2n)\sum^{\infty}_{n=1}\frac{2^n}{n}(\frac{(-1)^n}{2^n}) n=1(1)nn\sum^{\infty}_{n=1}\frac{(-1)^n}{n}

This is the alternating harmonic series, which converges. So x=15/8x = 15/8 is included in the interval.

At x=17/8x = 17/8:

n=12nn(4(178)8)n\sum^{\infty}_{n=1}\frac{2^n}{n}(4(\frac{17}{8})-8)^n n=12nn(1728)n\sum^{\infty}_{n=1}\frac{2^n}{n}(\frac{17}{2}-8)^n n=12nn(12)n\sum^{\infty}_{n=1}\frac{2^n}{n}(\frac{1}{2})^n n=12nn(12n)\sum^{\infty}_{n=1}\frac{2^n}{n}(\frac{1}{2^n}) n=11n\sum^{\infty}_{n=1}\frac{1}{n}

This is the harmonic series, which diverges. So x=17/8x = 17/8 is not included.

Putting it together, the interval of convergence is [158,178)[\frac{15}{8},\frac{17}{8}) or 158x<178\frac{15}{8}\leq x <\frac{17}{8}.

Problem Solving Routine

When a problem asks for the radius and interval of convergence, follow this order:

  1. Apply the Ratio Test to the general term.
  2. Solve the resulting inequality xr<R|x-r| < R to get the radius and the open interval.
  3. Plug each endpoint back into the original series and test it separately.
    • If the endpoint series converges, that endpoint is included (use a bracket).
    • If the endpoint series diverges, that endpoint is not included (use a parenthesis).
    • Pick the right test for each endpoint using your toolkit from 10.3 through 10.9.

Common Trap

Many students stop after finding the radius and report an open interval. The Ratio Test gives L=1L = 1 at both endpoints, which is inconclusive, so you cannot skip the endpoint checks. Show that work clearly, since each endpoint can behave differently.

Common Misconceptions

  • The radius of convergence is not the interval of convergence. The radius is a single number R; the interval is the actual set of x values, found only after endpoint testing.
  • Endpoints are not automatic. The Ratio Test is inconclusive when xr=R|x-r| = R, so you must test each endpoint with a separate convergence test.
  • Both endpoints do not always behave the same way. One can converge while the other diverges, which gives a half-open interval.
  • The center r is where the series is guaranteed to converge, not where it diverges. Every power series converges at least at x = r.
  • Differentiating or integrating a power series term by term keeps the same radius of convergence, but the endpoint behavior can change, so recheck endpoints if needed.
  • A radius of convergence can be 0, a finite number, or infinite. R = ∞ means the series converges for all real x, like the series for exe^x.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

interval of convergence

The set of all x-values for which a power series converges, determined by testing the radius of convergence and checking the endpoints.

power series

An infinite series of the form Σ(aₙ(x-c)ⁿ) where aₙ are coefficients, x is a variable, and c is the center of the series.

radius of convergence

The value that determines the distance from the center of a power series within which the series converges.

ratio test

A convergence test used to determine the radius of convergence of a power series by examining the limit of the ratio of consecutive terms.

Taylor series

A power series representation of a function that converges to that function over an open interval with positive radius of convergence.

term-by-term differentiation

The process of differentiating a power series by differentiating each term individually, which preserves the radius of convergence.

term-by-term integration

The process of integrating a power series by integrating each term individually, which preserves the radius of convergence.

Frequently Asked Questions

How do you find radius and interval of convergence?

Use the Ratio Test on the power series to get an inequality of the form absolute value of x minus r is less than R. That gives the radius and open interval. Then test both endpoints separately in the original series.

What is a power series?

A power series has the form sum from n equals 0 to infinity of a_n times x minus r to the n. The value r is the center, and the coefficients a_n form a sequence of real numbers.

Why do you test endpoints for interval of convergence?

The Ratio Test is inconclusive at the endpoints because the limit usually equals 1 there. Each endpoint must be substituted into the original series and tested with an appropriate convergence test.

What is the difference between radius and interval of convergence?

The radius of convergence is a distance from the center. The interval of convergence is the actual set of x-values where the series converges, including any endpoints that pass separate tests.

Can endpoint behavior change after differentiating or integrating a power series?

Yes. Term-by-term differentiation or integration keeps the same radius of convergence, but endpoint behavior can change. Recheck endpoints when the interval matters.

How is interval of convergence tested on AP Calculus BC?

AP Calculus BC may ask for the radius, center, open interval, and endpoint checks. Show the Ratio Test setup, solve the absolute value inequality, then justify each endpoint with a convergence test.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot