Study Guide

Radius and interval of convergence of power series

AP Calculus BCΒ· AP Calculus BC CED β€” Infinite Sequences and SeriesΒ· 14 min read

1. Core Definitions of Power Series Convergenceβ˜…β˜…β˜†β˜†β˜†β± 3 min

A power series is an infinite series centered at constant , with constant coefficients . For any input , the series reduces to a numerical infinite series that either converges or diverges. This topic makes up 17-18% of the total AP Calculus BC exam score, and appears in both multiple-choice and free-response sections, almost always paired with other series topics like Taylor series.

πŸ“˜ Definition

Power Series

An infinite series centered at constant , where each term depends on powers of and constant coefficients .

πŸ“˜ Definition

Radius of Convergence

Half the length of the interval of convergence, equal to the maximum distance from the center where the series converges. If the series converges only at , ; if it converges for all real , .

πŸ“˜ Definition

Interval of Convergence

The set of all real for which the power series converges, which is always an interval centered at .

2. Finding Radius of Convergenceβ˜…β˜…β˜†β˜†β˜†β± 4 min

The standard method for finding on the AP exam is the Ratio Test, which works seamlessly for factorial, polynomial, and exponential terms common in Taylor and Maclaurin series. For any series , the Ratio Test calculates:

L=lim⁑nβ†’βˆžβˆ£an+1an∣L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|

The series converges absolutely if , diverges if , and is inconclusive if . For a power series, substituting the general term gives:

L=∣xβˆ’aβˆ£β‹…lim⁑nβ†’βˆžβˆ£cn+1cn∣L = |x - a| \cdot \lim_{n \to \infty} \left| \frac{c_{n+1}}{c_n} \right|

Requiring for convergence gives the radius of convergence formula:

R=1lim⁑nβ†’βˆžβˆ£cn+1cn∣R = \frac{1}{\lim_{n \to \infty} \left| \frac{c_{n+1}}{c_n} \right|}

The Root Test is an alternative for series with terms raised to the nth power: , but this is rarely tested on the AP exam. If the limit of the ratio is 0, (converges everywhere); if the limit is infinite, (converges only at the center).

πŸ“ Worked Example

Find the radius of convergence of the power series

  1. 1

    Identify the general term: , so .

  2. 2

    Simplify the ratio of absolute values:

  3. 3
    ∣an+1an∣=∣3n+1(xβˆ’4)n+1(n+1)!β‹…n!3n(xβˆ’4)n∣=3∣xβˆ’4∣n+1\left| \frac{a_{n+1}}{a_n} \right| = \left| \frac{3^{n+1} (x-4)^{n+1}}{(n+1)!} \cdot \frac{n!}{3^n (x-4)^n} \right| = \frac{3 |x-4|}{n+1}
  4. 4

    Evaluate the limit as :

  5. 5
    L=lim⁑nβ†’βˆž3∣xβˆ’4∣n+1=0 for any finite xL = \lim_{n \to \infty} \frac{3 |x-4|}{n+1} = 0 \text{ for any finite } x
  6. 6

    Since for all , .

Exam tip:

Always factor out of the limit before evaluatingβ€”this term does not depend on , so factoring it out simplifies your limit calculation and avoids algebraic errors.

3. Finding Interval of Convergence: Testing Endpointsβ˜…β˜…β˜…β˜†β˜†β± 5 min

Once you have the radius of convergence , you know the open interval of convergence is . For any inside this open interval, the Ratio Test guarantees absolute convergence. However, at the two endpoints and , , which means , and the Ratio Test is inconclusive.

You must test convergence at each endpoint separately using other convergence tests: the nth-Term Test for Divergence, Alternating Series Test, p-Series Test, or Comparison Test. At each endpoint, the series can converge absolutely, converge conditionally, or diverge. You include any endpoint that converges (either absolutely or conditionally) in your final interval. The AP exam explicitly tests whether you remember to check endpointsβ€”omitting this step costs points on FRQ.

πŸ“ Worked Example

Find the full interval of convergence for the power series , given that its radius of convergence is .

  1. 1

    Calculate the open interval: center , so the open interval is .

  2. 2

    Test the left endpoint : substitute into the series:

  3. 3
    βˆ‘n=1∞(βˆ’5+2)nnβ‹…3n=βˆ‘n=1∞(βˆ’3)nnβ‹…3n=βˆ‘n=1∞(βˆ’1)nn\sum_{n=1}^{\infty} \frac{(-5+2)^n}{n \cdot 3^n} = \sum_{n=1}^{\infty} \frac{(-3)^n}{n \cdot 3^n} = \sum_{n=1}^{\infty} \frac{(-1)^n}{n}
  4. 4

    This is the alternating harmonic series, which converges by the Alternating Series Test, so include .

  5. 5

    Test the right endpoint : substitute into the series:

  6. 6
    βˆ‘n=1∞(1+2)nnβ‹…3n=βˆ‘n=1∞3nnβ‹…3n=βˆ‘n=1∞1n\sum_{n=1}^{\infty} \frac{(1+2)^n}{n \cdot 3^n} = \sum_{n=1}^{\infty} \frac{3^n}{n \cdot 3^n} = \sum_{n=1}^{\infty} \frac{1}{n}
  7. 7

    This is the harmonic p-series with , which diverges, so exclude .

  8. 8

    Final interval of convergence: .

Exam tip:

When testing endpoints, simplify the series fully before applying a convergence testβ€” almost always cancels out completely, leaving you with a simple alternating or positive series that is easy to test.

4. Edge Cases of Convergenceβ˜…β˜…β˜…β˜†β˜†β± 3 min

Two edge cases appear regularly on the AP exam, and both are common sources of lost points. The first edge case is convergence only at the center, which gives and an interval of convergence that is just the single point . This occurs when coefficients grow so quickly that for any , the limit from the Ratio Test is greater than 1, so the series diverges everywhere except the center.

The second edge case is convergence for all real , which gives and an interval of convergence of . This occurs when coefficients decay very quickly (most commonly when denominators have factorials, as in the Maclaurin series for , , and ), so the limit is 0 for any , which is always less than 1.

A third less common edge case is a power series with non-zero coefficients only for even or odd powers of ; the method for finding does not change, but you will get an extra factor of in your ratio, so be careful to simplify correctly.

πŸ“ Worked Example

Find the radius and interval of convergence for the power series .

  1. 1

    Rewrite the series in standard form: , so center , .

  2. 2

    Apply the Ratio Test:

  3. 3
    lim⁑nβ†’βˆžβˆ£(n+1)!4n+1(xβˆ’2)n+1n!4n(xβˆ’2)n∣=lim⁑nβ†’βˆž4(n+1)∣xβˆ’2∣\lim_{n \to \infty} \left| \frac{(n+1)! 4^{n+1} (x-2)^{n+1}}{n! 4^n (x-2)^n} \right| = \lim_{n \to \infty} 4(n+1)|x-2|
  4. 4

    For any , this limit is , so the series diverges for all .

  5. 5

    At , the series becomes , which converges.

  6. 6

    Final result: radius of convergence , interval of convergence is (or ).

Exam tip:

Always explicitly confirm convergence at the center for casesβ€”remember that every power series converges at its center, even if it diverges everywhere else.

5. Check Your Understandingβ˜…β˜…β˜†β˜†β˜†β± 2 min

βœ“ Quick check

Try this AP-style multiple choice question:

  1. What is the radius of convergence of the power series ?

    Reveal answer
    $\frac{1}{2}$ β€”

    Correct: Rewrite the series as , apply the Ratio Test to get , so .

6. Common Pitfalls

Wrong move:

After finding , stopping and writing the interval as without testing endpoints

Why:

AP exam problems are designed to have one or both endpoints converge, explicitly testing this step, and omitting it loses points

Correct move:

Always substitute both endpoints into the original series and test for convergence with an appropriate non-Ratio Test, even if you think you know the result

Wrong move:

Forgetting the absolute value when applying the Ratio Test, leading to a negative limit and incorrect negative radius

Why:

Students drop the absolute value out of habit when working with positive terms, but can be negative

Correct move:

Always write the absolute value around the entire ratio before simplifying, and keep it until you have isolated

Wrong move:

When the series is given as , failing to factor out before calculating , leading to an incorrect interval

Why:

Students treat the same as without adjusting for the coefficient of

Correct move:

Rewrite the series to standard form before calculating the limit for

Wrong move:

When at an endpoint, concluding the endpoint diverges because the Ratio Test is inconclusive

Why:

Students confuse 'inconclusive' with 'divergent'β€”the Ratio Test just does not give an answer, not that the answer is divergence

Correct move:

If the Ratio Test is inconclusive at an endpoint, always use another test (p-Series, Alternating Series Test, Comparison Test) to determine convergence

Wrong move:

Claiming the interval of convergence is when the center is not 0, forgetting to shift the interval to the center

Why:

Students are used to working with Maclaurin series (center 0) and forget to adjust for Taylor series centered at a non-zero point

Correct move:

Always write the interval as where is the given center before testing endpoints

7. Quick Reference Cheatsheet

Category

Formula / Result

Notes

General Power Series Form

= center, = constant coefficients

Radius of Convergence (Ratio Test)

Use for factorials/polynomials; 90% of AP problems

Radius of Convergence (Root Test)

Use for terms raised to the nth power

Open Interval of Convergence

Absolute convergence guaranteed here

Convergence only at center

, Interval =

Diverges for all

Convergence for all real

, Interval =

Limit for all finite

Endpoint Testing Rule

Test and

Use non-Ratio tests: AST for alternating, p-Series for positive

Non-standard Form Adjustment

Factor out coefficient of first

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Find radius of convergence

  • 2022 Β· FRQ

    Find full interval of convergence

  • 2021 Β· MCQ

    Identify correct interval endpoints

What's Next

This topic is the foundational prerequisite for all work with Taylor and Maclaurin series, which make up the majority of the series unit on the AP Calculus BC exam. Without correctly finding the interval of convergence for a Taylor series, you cannot use that series to approximate functions, derivatives, or definite integrals, which is a common high-weight free-response question task. Mastering convergence testing also prepares you to distinguish between absolute and conditional convergence, a key skill for justifying your answers on the exam. After mastering this topic, you will move on to constructing Taylor polynomials and Taylor series, then using those series for approximations and error bounding.