Infinite Sequences and Series — AP Calculus BC Unit Overview
For: AP Calculus BC candidates sitting AP Calculus BC.
Covers: This unit overview covers all 15 core sub-topics of AP Calculus BC’s Infinite Sequences and Series: convergence tests, geometric/p/harmonic series, alternating series, absolute/conditional convergence, error bounds, power series, and Taylor/Maclaurin series.
You should already know: How to compute limits of sequences and functions at infinity. How to evaluate improper integrals. How to compute nth derivatives of elementary functions.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus BC style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. Why This Matters
Infinite Sequences and Series is the final capstone unit of AP Calculus BC, worth 17–18% of your total exam score, and it appears regularly on both multiple-choice (MCQ) and all free-response (FRQ) sections, often as the final, multi-part FRQ that ties together all prior calculus concepts. This unit is fundamentally about working with infinitely many terms: how we can add infinitely many numbers and get a finite result, how we can approximate any sufficiently smooth function arbitrarily well with a polynomial, and how to bound the error of those approximations. Beyond the exam, these techniques are the backbone of almost all real-world scientific computing: any time you calculate , , or the probability of an event on a calculator or computer, it uses a Taylor series approximation under the hood. This unit also unifies all the concepts you’ve learned up to this point: you’ll use limits, derivatives, integrals, and improper integrals to answer core questions about convergence and approximation.
2. Concept Map
This unit builds logically from foundational definitions to advanced approximation techniques, with every subtopic depending on mastery of the previous steps in this sequence:
- Foundations: We start with the core definition of convergent and divergent infinite series, establishing what it means to add infinitely many terms and get a finite result. Without this shared definition, no further work makes sense.
- Convergence testing for positive-term series: First we master the simplest infinite series, geometric series, which has a closed-form sum for convergent series. Next, the nth term test for divergence gives a quick, easy first check to rule out convergence immediately. We then connect series to improper integrals with the integral test, which we use to derive the convergence rules for harmonic series and p-series, our first set of reference series for testing other series. Comparison tests for convergence build on these reference series to test convergence of series that are similar to known convergent/divergent examples.
- Non-positive-term series and classification: Next, we extend convergence testing to alternating series with the alternating series test for convergence, followed by the ratio test for convergence, which is especially useful for series with factorials or exponential terms. We then learn to classify convergence as absolute or conditional convergence, building on all prior tests to categorize the behavior of series with both positive and negative terms.
- Error bounds and power series: We then turn to approximation, starting with the alternating series error bound for partial sums of alternating convergent series. Next, we learn to find Taylor polynomial approximations of functions, which requires fluency with nth derivatives. We extend this to the Lagrange error bound to quantify how accurate a Taylor approximation is. Finally, we move to infinite power series: we first find the radius and interval of convergence of a power series (almost always using the ratio test we learned earlier), then learn how to find Taylor or Maclaurin series for a function directly, and finally how to represent existing functions as power series using manipulation of geometric series.
3. A Guided Tour
We work through a typical multi-part exam problem to show how 3 of the most central sub-topics connect sequentially to solve it:
Problem: For the power series , (a) find the radius of convergence, (b) find the interval of convergence, (c) classify convergence at each endpoint as absolute or conditional.
Step 1: Radius of Convergence (uses ratio test + interval of convergence)
The ratio test is the standard method for finding radius of convergence for power series, because it cleanly handles terms with powers of . We compute the limit of the absolute value of consecutive terms: $$ L = \lim_{n \to \infty} \left| \frac{(-2x)^{n+1}}{(n+1)\sqrt{n+1}} \cdot \frac{n \sqrt{n}}{(-2x)^n} \right| = \lim_{n \to \infty} 2|x| \cdot \frac{n}{n+1} \cdot \sqrt{\frac{n}{n+1}} = 2|x| $$ By the ratio test, the series converges absolutely when , so . This gives a radius of convergence .
Step 2: Test Endpoint Convergence (uses p-series + alternating series test)
We now test the endpoints of our interval and :
- For , the series becomes . This is an alternating p-series with , so the series of absolute values converges by the p-series test.
- For , the series becomes , which is also a convergent p-series.
Step 3: Classify Convergence (uses absolute/conditional convergence classification)
Since the series of absolute values converges at both endpoints, the entire interval converges absolutely. The final interval of convergence is , with absolute convergence everywhere on the interval.
Exam tip: Most multi-part series FRQs on the AP exam follow this exact structure: you use earlier convergence tests to get the radius, then test endpoints with reference tests, then classify convergence. Points are almost always awarded separately for each endpoint check, so never skip this step.
4. Common Cross-Cutting Pitfalls
- Wrong move: Stating that if the nth term of a series goes to as , the series must converge. Why: Students confuse the nth term test’s logic: the nth term test only proves divergence when the limit is non-zero, it never proves convergence. Correct move: Always remember the nth term test is only a divergence test: if , conclude divergence. If , you still need another test to confirm convergence.
- Wrong move: Forgetting to check convergence at the endpoints of a power series interval of convergence. Why: Students get the radius from the ratio test and stop, assuming endpoints are always divergent or always included. AP exam always awards points for explicit endpoint testing. Correct move: After finding the open interval of convergence, always plug each endpoint into the original series and test convergence with an appropriate test before writing your final interval.
- Wrong move: Claiming a convergent alternating series is conditionally convergent just because it is alternating. Why: Students confuse conditional convergence with alternating convergence; conditional convergence only applies when the series of absolute values diverges. Correct move: To classify convergence, always test the series of absolute values first. If the absolute value series converges, the original series converges absolutely, regardless of whether it is alternating.
- Wrong move: Using the integral test on a series with negative terms. Why: Students memorize the test but forget its core requirements: the corresponding function must be positive, continuous, and decreasing for all sufficiently large . Correct move: Only use the integral test for series with all positive terms starting at some index. For series with negative terms, test for absolute convergence first, then apply the integral test to the absolute value series if it meets requirements.
- Wrong move: When building a Taylor series centered at , using derivatives evaluated at instead of at . Why: Students memorize common Maclaurin series (which are centered at 0) and forget that Taylor series centered at other points require derivatives at the center. Correct move: Always check the center of the Taylor series before computing terms: if centered at , evaluate for each , not .
5. Quick Check: When to Use Which Test
For each scenario below, what is the first test you should reach for?
- You have a series with factorial terms or terms raised to the nth power
- You have an alternating series and need to check if it converges
- You have a positive-term series that looks like a multiple of
- You need to find the interval of convergence for a power series
- You have a positive-term series where the corresponding function is easy to integrate
Answers:
- Ratio test: Ratio test simplifies factorials and exponents that cancel when taking the ratio of consecutive terms.
- Alternating series test: Only need to confirm terms are decreasing and approach 0 to prove convergence.
- Limit comparison test: Compare your series to the p-series , which you already know converges or diverges based on .
- Ratio test: The ratio test cleanly solves for the range of where convergence holds, before you check endpoints.
- Integral test: If the function meets the positivity, continuity, and decreasing requirements, you directly connect series convergence to an improper integral you can evaluate.
6. Practice Questions (AP Calculus BC Style)
Question 1 (Multiple Choice)
Which of the following series diverges? (A) (B) (C) (D)
Worked Solution: Check each option sequentially: (A) is an alternating p-series with , so it converges absolutely. (B) Applying the ratio test gives , so the series converges. (C) Use limit comparison with the divergent harmonic series : , a finite positive value, so this series diverges by limit comparison. (D) is a convergent geometric series with ratio . Correct answer:
Question 2 (Free Response)
Consider the series . (a) Explain why the series converges. (b) Classify the convergence of the series as absolute or conditional. Justify your answer. (c) If you approximate the sum of the series by its 10th partial sum , what is the maximum possible error of the approximation?
Worked Solution: (a) This is an alternating series, so we apply the alternating series test. First, because the denominator grows to infinity. Second, the sequence is decreasing for all , which is confirmed by the negative derivative of for . Both conditions of the alternating series test are satisfied, so the series converges.
(b) To check for absolute convergence, test the convergence of . Use the integral test: is positive, continuous, and decreasing for , so we evaluate the improper integral: $$ \int_{2}^{\infty} \frac{1}{x (\ln x)^2} dx = \lim_{b \to \infty} \left[ -\frac{1}{\ln x} \right]_{2}^{b} = \frac{1}{\ln 2} $$ The integral converges, so the absolute value series converges. The original series converges absolutely.
(c) By the alternating series error bound, the maximum error .
Question 3 (Application / Real-World Style)
A civil engineer is designing a dam that needs to withstand repeated small earthquakes. The total horizontal displacement of the dam after infinitely many earthquakes is given by the infinite series meters. What is the total long-term displacement of the dam that the engineer needs to design for? If the dam can only withstand a total displacement of 8 meters, will it survive long-term?
Worked Solution: This is an infinite geometric series with first term and common ratio . Since , the series converges, and its sum is: $$ D = \frac{a}{1 - r} = \frac{1.2}{1 - 0.8} = 6 \text{ meters} $$ The total long-term displacement is 6 meters, which is less than the dam's 8 meter maximum capacity, so the dam will survive long-term.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Geometric Series Sum | Converges only for $ | |
| nth Term Test | If , series diverges | Only proves divergence, never proves convergence |
| p-Series Convergence | Converges if , diverges if | |
| Alternating Series Error Bound | $ | S - S_n |
| Lagrange Error Bound | $ | R_n(x) |
| Ratio Test | $L = \lim_{n \to \infty} \left | \frac{a_{n+1}}{a_n} \right |
| Power Series Interval of Convergence | Always test endpoints | Open interval comes from ratio test, endpoints require separate testing |
| Maclaurin Series for | Interval of convergence: |
8. See Also (All Sub-Topics in This Unit)
- Defining convergent and divergent infinite series
- Working with geometric series
- The nth term test for divergence
- Integral test for convergence
- Harmonic series and p-series
- Comparison tests for convergence
- Alternating series test for convergence
- Ratio test for convergence
- Determining absolute or conditional convergence
- Alternating series error bound
- Finding Taylor polynomial approximations of functions
- Lagrange error bound
- Radius and interval of convergence of power series
- Finding Taylor or Maclaurin series for a function
- Representing functions as power series