# Infinite Sequences and Series Overview

> AP Calculus BC · AP Calculus BC
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u10-overview/
> Weight: 17-18% of total AP Calculus BC exam

This unit introduces infinite sequences and series, core tools for approximating functions and evaluating infinite sums that cannot be calculated directly, a heavily tested topic on the AP Calculus BC exam.

**Prerequisites:** [Limits and continuity](https://www.owlsprep.com/study/ap-calculus-bc-u1-limits-and-continuity-overview/); [Basic differentiation and integration](https://www.owlsprep.com/study/ap-calculus-bc-u3-differentiation-overview/)

## Learning objectives

- Classify infinite sequences and series as convergent or divergent using standard convergence tests
- Approximate functions with Taylor and Maclaurin polynomials and calculate bounds for approximation error
- Represent functions as power series and determine their radius and interval of convergence
- Apply series concepts to solve AP-style problems and approximate quantities that cannot be calculated exactly

## Unit at a Glance

We start with foundational definitions of convergence and divergence for infinite series, then build up a full toolkit of common convergence tests you will use repeatedly throughout the unit. After mastering convergence tests for numeric series, we move to power series, Taylor and Maclaurin polynomials and series, and methods to bound approximation error.

The logical flow builds from basic definitions to more complex applications, so it is important to master earlier topics before moving to more advanced concepts like error bounds and Taylor series. Each new test builds on previous knowledge to expand your ability to classify any series you encounter on the exam.

Below are all sub-topics in this unit, ordered from foundational to advanced concepts:
- [AP Calculus BC Defining convergent and divergent infinite series](https://www.owlsprep.com/study/ap-calculus-bc-u10-defining-convergent-and-divergent-infinite/) — Master core definitions of convergence, divergence, and partial sums for infinite series.
- [AP Calculus BC The nth term test for divergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-the-nth-term-test-for/) — Use the nth term test to quickly identify obviously divergent series.
- [AP Calculus BC Working with geometric series](https://www.owlsprep.com/study/ap-calculus-bc-u10-working-with-geometric-series/) — Find sums and determine convergence for infinite geometric series.
- [AP Calculus BC Harmonic series and p-series](https://www.owlsprep.com/study/ap-calculus-bc-u10-harmonic-series-and-p-series/) — Learn convergence rules for the harmonic series and general p-series.
- [AP Calculus BC Integral test for convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-integral-test-for-convergence/) — Apply the integral test to determine convergence of positive, decreasing series.
- [AP Calculus BC Comparison tests for convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-comparison-tests-for-convergence/) — Use direct and limit comparison to classify series relative to known convergent/divergent series.
- [AP Calculus BC Alternating series test for convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-alternating-series-test-for-convergence/) — Apply the alternating series test to determine convergence of alternating series.
- [AP Calculus BC Alternating series error bound](https://www.owlsprep.com/study/ap-calculus-bc-u10-alternating-series-error-bound/) — Calculate the maximum error when approximating convergent alternating series.
- [AP Calculus BC Ratio test for convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-ratio-test-for-convergence/) — Use the ratio test for series with factorial or exponential terms.
- [AP Calculus BC Determining absolute or conditional convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-determining-absolute-or-conditional-convergence/) — Distinguish between absolute convergence and conditional convergence.
- [AP Calculus BC Radius and interval of convergence of power series](https://www.owlsprep.com/study/ap-calculus-bc-u10-radius-and-interval-of-convergence/) — Calculate the radius and full interval of convergence for power series.
- [AP Calculus BC Representing functions as power series](https://www.owlsprep.com/study/ap-calculus-bc-u10-representing-functions-as-power-series/) — Manipulate known series to write power series representations for new functions.
- [AP Calculus BC Finding Taylor polynomial approximations of functions](https://www.owlsprep.com/study/ap-calculus-bc-u10-finding-taylor-polynomial-approximations-of/) — Construct finite Taylor polynomials to approximate functions around a point.
- [AP Calculus BC Finding Taylor or Maclaurin series for a function](https://www.owlsprep.com/study/ap-calculus-bc-u10-finding-taylor-or-maclaurin-series/) — Derive infinite Taylor and Maclaurin series representations for functions.
- [AP Calculus BC Lagrange error bound](https://www.owlsprep.com/study/ap-calculus-bc-u10-lagrange-error-bound/) — Calculate the maximum error for Taylor polynomial approximations.

## Common pitfalls

- **Wrong:** Assuming any series with terms approaching 0 must converge.
  - Why it fails: The nth term test only proves divergence when terms do not approach 0; it cannot confirm convergence.
  - Correct: Always use an additional convergence test if the nth term approaches 0 to confirm convergence.
- **Wrong:** Forgetting to test endpoints when finding the interval of convergence.
  - Why it fails: The ratio test only gives the radius of convergence; endpoints can still converge or diverge.
  - Correct: Always test each endpoint of the interval separately with an appropriate convergence test.
- **Wrong:** Confusing Taylor polynomials with Taylor series.
  - Why it fails: A Taylor polynomial is a finite approximation, while a Taylor series is an infinite representation of a function.
  - Correct: Clarify whether you need a finite approximation or infinite series when solving problems.

## Cheatsheet

| Concept / Formula | Common Use Case |
| --- | --- |
| Geometric series sum: $S = \frac{a}{1-r}$ for $\|r\|<1$ | Calculate the sum of a convergent infinite geometric series |
| p-series: converges if $p>1$, diverges if $p \leq 1$ | Quickly classify p-series for use in comparison tests |
| nth Term Test: If $\lim_{n \to \infty} a_n \neq 0$, diverge | Fast check for obvious divergence of infinite series |
| Alternating Series Error Bound: $\|R_n\| \leq \|a_{n+1}\|$ | Bound approximation error for alternating convergent series |
| Lagrange Error Bound: $\|R_n(x)\| \leq \frac{M \|x-a\|^{n+1}}{(n+1)!}$ | Bound error for nth-degree Taylor polynomial approximations |
| Maclaurin Series: $f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(0)}{n!} x^n$ | Construct Taylor series centered at $a=0$ for common functions |
| Base Power Series: $\frac{1}{1-x} = \sum_{n=0}^\infty x^n$ for $\|x\|<1$ | Starting point for building power series for other functions |
| Ratio Test: $L = \lim_{n \to \infty} \|\frac{a_{n+1}}{a_n}\|$, converges if $L<1$ | Test convergence of power series and series with factorial terms |

## What's next

Start with the first foundational sub-topic in this unit to build your knowledge of infinite sequences and series from the ground up. Once you complete all sub-topics in this unit, you will have covered all core content on the AP Calculus BC exam and can move to final review.

- [AP Calculus BC Defining convergent and divergent infinite series](https://www.owlsprep.com/study/ap-calculus-bc-u10-defining-convergent-and-divergent-infinite/)
- [Working with Geometric Series](https://www.owlsprep.com/study/ap-calculus-bc-u10-working-with-geometric-series/)
- [The nth term test for divergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-the-nth-term-test-for/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u10-overview/
