zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Radius and Interval of Convergence of Power Series

Abigail Young

Abigail Young

7 min read

Listen to this study note

Study Guide Overview

This study guide covers power series, including their radius and interval of convergence. It explains how to use the ratio test to determine these values and how to test the endpoints of the interval of convergence. The guide also provides a practice question and a summary of key concepts related to power series convergence.

#10.13 Radius and Interval of Convergence of Power Series

Oooookay, that title definitely had a lot of buzzwords… namely, radius of convergence, interval of convergence, and power series. You haven’t seen them in any of the previous study guides, either, so they’re definitely new to you. Let’s define them one by one! 😉

#👊 What’s a Power Series?

A power series is a series of the form ∑n=0∞an(x−r)n\sum^{\infty}_{n=0}a_n(x-r)^n∑n=0∞​an​(x−r)n, where n is a non-negative integer, ana_nan​ is a sequence of real numbers, and r is a real number.

In this case, ana_nan​ can be any sequence, most of which you’ve already seen in previous study guides! r refers to where we center our power series function (e.g., a “power series centered at x = 3” will give us (x - 3) at that part of the series).

#🔵 Radius and Interval of Convergence

One of the questions we have about power series approximations of functions is where the approximation is valid, or in other words, where the power series converges. For a given x, we can find the radius, and then the interval of convergence for a power series.

For a Taylor series centered at x = r, the only place where we are entirely sure that it converges to is at x = r, but we can expand this to a greater range using our knowledge of the ratio test. Let’s make an example to demonstrate this!

#Recap: The Ratio Test

For a series ∑an\sum a_n∑an​, let L=∣lim⁡n→∞an+1an∣L=|\lim\limits_{n→ \infty}\frac{a_{n+1}}{a_n}|L=∣n→∞lim​an​an+1​​∣.

  • If L < 1, then the series converges.
  • If L > 1, then the series diverges.
  • If L = 1, then the test is indeterminate. To review the ratio test in depth, check out 10.8 Ratio Test for Convergence.

#❓ Power Series Practice Question

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

∑n=0∞2nn(4x−8)n\sum^{\infty}_{n=0}\frac{2^n}{n}(4x-8)^nn=0∑∞​n2n​(4x−8)n

First, we use the Ratio Test and identify our ana_nan​ and an+1a_{n+1}an+1​:

an=2nn(4x−8)na_{n}=\frac{2^{n}}{n}(4x-8)^{n}an​=n2n​(4x−8)n

an+1=2n+1n+1(4x−8)n+1=2n∗2n+1(4x−8)n(4x−8)a_{n+1}=\frac{2^{n+1}}{n+1}(4x-8)^{n+1}=\frac{2^n*2}{n+1}(4x-8)^n(4x-8)an+1​=n+12n+1​(4x−8)n+1=n+12n∗2​(4x−8)n(4x−8)

Then, we find L:

L=lim⁡n→∞∣an+1an∣=lim⁡n→∞∣2n∗2n+1(4x−8)n(4x−8)2nn(4x−8)n∣L=\lim\limits_{n→ \infty}|\frac{a_{n+1}}{a_n}|=\lim\limits_{n→ \infty}|\frac{\frac{2^n*2}{n+1}(4x-8)^n(4x-8)}{\frac{2^{n}}{n}(4x-8)^{n}}|L=n→∞lim​∣an​an+1​​∣=n→∞lim​∣n2n​(4x−8)nn+12n∗2​(4x−8)n(4x−8)​∣

Seems complicated at first but we actually cancel out a couple terms: 2n,(4x−8)n2^n,(4x-8)^n2n,(4x−8)n. This leaves us with:

L=lim⁡n→∞∣2nn+1(4x−8)∣L=\lim\limits_{n→ \infty}|\frac{2n}{n+1}(4x-8)|L=n→∞lim​∣n+12n​(4x−8)∣

Since (4x - 8) is not in terms of n, we can factor it out of the limit term. We, then, evaluate the limit using L’hopital’s Rule, which gives us 2:

L=(4x−8)∗lim⁡n→∞∣2nn+1∣=(4x−8)∗2L=(4x-8)*\lim\limits_{n→ \infty}|\frac{2n}{n+1}|=(4x-8)*2L=(4x−8)∗n→∞lim​∣n+12n​∣=(4x−8)∗2

Remember, the series converges when L < 1, which we can simplify:

∣L∣<1|L|<1∣L∣<1

∣2(4x−8)∣<1|2(4x-8)|<1∣2(4x−8)∣<1

∣2∗4(x−2)∣<1|2*4(x-2)|<1∣2∗4(x−2)∣<1

∣x−2∣<18|x-2|<\frac{1}{8}∣x−2∣<81​

This gives us a radius of converge of 1/8, a center of the interval of convergence at x = 2

To find the interval of convergence, we use our knowledge of absolute values and the expression ∣x−2∣<18|x-2|<\frac{1}{8}∣x−2∣<81​ to get:

x−2<18=x<18+168=x<178x-2<\frac{1}{8}=x<\frac{1}{8}+\frac{16}{8}=x<\frac{17}{8}x−2<81​=x<81​+816​=x<817​

x−2>−18=x>−18+168=x>158x-2>-\frac{1}{8}=x>-\frac{1}{8}+\frac{16}{8}=x>\frac{15}{8}x−2>−81​=x>−81​+816​=x>815​

One last thing: we need to test these endpoints—namely, the two extreme points of a line segment or interval—by plugging the values into the original series to see if they are included in our solution or not:

At x = 15/8:

∑n=0∞2nn(4(158)−8)n\sum^{\infty}_{n=0}\frac{2^n}{n}(4(\frac{15}{8})-8)^nn=0∑∞​n2n​(4(815​)−8)n

∑n=0∞2nn(152−8)n\sum^{\infty}_{n=0}\frac{2^n}{n}(\frac{15}{2}-8)^nn=0∑∞​n2n​(215​−8)n

∑n=0∞2nn(−12)n\sum^{\infty}_{n=0}\frac{2^n}{n}(\frac{-1}{2})^nn=0∑∞​n2n​(2−1​)n

∑n=0∞2nn((−1)n2n)\sum^{\infty}_{n=0}\frac{2^n}{n}(\frac{(-1)^n}{2^n})n=0∑∞​n2n​(2n(−1)n​)

∑n=0∞(−1)nn\sum^{\infty}_{n=0}\frac{(-1)^n}{n}n=0∑∞​n(−1)n​

From our previous encounter with the alternate harmonic series above, we can say that the series converges at x = 15/8. In other words, 15/8 is included in our interval of convergence. What about x = 17/8?

At x = 17/8:

∑n=0∞2nn(4(178)−8)n\sum^{\infty}_{n=0}\frac{2^n}{n}(4(\frac{17}{8})-8)^nn=0∑∞​n2n​(4(817​)−8)n

∑n=0∞2nn(172−8)n\sum^{\infty}_{n=0}\frac{2^n}{n}(\frac{17}{2}-8)^nn=0∑∞​n2n​(217​−8)n

∑n=0∞2nn(12)n\sum^{\infty}_{n=0}\frac{2^n}{n}(\frac{1}{2})^nn=0∑∞​n2n​(21​)n

∑n=0∞2nn(12n)\sum^{\infty}_{n=0}\frac{2^n}{n}(\frac{1}{2^n})n=0∑∞​n2n​(2n1​)

∑n=0∞1n\sum^{\infty}_{n=0}\frac{1}{n}n=0∑∞​n1​

Another familiar face: the harmonic series! We can, thus, say that the series diverges at x = 17/8. In other words, 17/8 is not included in our interval of convergence.

Altogether, our interval of convergence is 158,178)\frac{15}{8},\frac{17}{8})815​,817​) or 158≤x<178.\frac{15}{8}\leq x <\frac{17}{8}.815​≤x<817​.


#⭐ Summing Up Power Series

To summarize what we introduced above:

To make things easier for you, here’s a quick guide on what you should do when you encounter a power series problem that asks you to find the radius & interval of convergence:

  1. Apply the ratio test!
  2. Use the ratio test to find your radius of convergence and endpoints.
  3. Plug endpoints back into your original series to see if they are included in the solution or not… this’ll help you finalize your interval of convergence!
  • If the endpoint series converges, that endpoint is included.
  • If the endpoint series diverges, that endpoint is not included.
  • Use your “series and tests” (study guides [10.3 to 10.9) toolkit! That’s it! While the journey to the answer seems long and arduous, you’ll notice that the building blocks from earlier study guides and math courses like the p-series test, the ratio test, and even absolute values all come together in the concept of power series. As always, mastery comes with practice, and becoming an expert at this topic will help you brush up on the prior concepts in this unit as well.

Good luck! 🎈

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 11

Which of the following series is a power series? 🤔

∑n=0∞n22n\sum_{n=0}^{\infty} \frac{n^2}{2^n}∑n=0∞​2nn2​

∑n=0∞(x−2)nn!\sum_{n=0}^{\infty} \frac{(x-2)^n}{n!}∑n=0∞​n!(x−2)n​

∑n=1∞1np\sum_{n=1}^{\infty} \frac{1}{n^p}∑n=1∞​np1​

∑n=1∞(−1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{n}∑n=1∞​n(−1)n​