All 10 Calculus BC units
AP Calculus BC · Unit 10 of 10

Infinite Sequences & Series

15–20% of the exam7 lessons · 108 min63 terms

What this unit covers

The topics below follow the published Calculus BC course framework for Unit 10. This unit is worth 15–20% of the exam, so budget your time against that rather than against how long the unit takes to teach.

Convergence testsTaylor & MaclaurinPower seriesError bounds

Lessons in this unit

Formulas in Unit 10

Geometric series and the nth-term test
Σ arⁿ = a/(1 − r) for |r| < 1, divergent otherwise · lim aₙ ≠ 0 ⇒ Σaₙ diverges
aₙ → 0 does NOT imply convergence. The nth-term test proves divergence only.
Two benchmark series
geometric Σ arⁿ: converges ⟺ |r| < 1, to a/(1 − r) · p-series Σ 1/nᵖ: converges ⟺ p > 1
These two are the reference points most comparison and ratio arguments lean on.
The tests, with their conditions
p-series: Σ1/n^p converges ⟺ p > 1 · Ratio: lim|aₙ₊₁/aₙ| = L, converges if L < 1, diverges if L > 1, inconclusive if L = 1 · Alternating: terms decreasing in magnitude AND → 0
The ratio test at L = 1 says nothing at all — that is exactly where p-series live, and where a comparison is needed instead.
Taylor series centered at a
f(x) = Σ (n=0 to ∞) [ fⁿ(a) / n! ] (x − a)ⁿ = f(a) + f′(a)(x−a) + [f″(a)/2!](x−a)² + …
The nth coefficient is fⁿ(a)/n!. Setting a = 0 gives the Maclaurin series.
Alternating series error bound
| S − Sₙ | ≤ | a_{n+1} |
For a convergent alternating series, the error after n terms is no larger than the absolute value of the first omitted term.
Lagrange error bound
| Rₙ(x) | ≤ ( M / (n+1)! ) · | x − a |ⁿ⁺¹
M is a bound on |f^(n+1)| on the interval between a and x. Controls the error of the nth-degree Taylor polynomial.
Radius of convergence via the ratio test
lim |cₙ₊₁(x − a)ⁿ⁺¹ / cₙ(x − a)ⁿ| < 1 ⟹ |x − a| < R
Apply the ratio test, solve the resulting inequality for |x − a|; the bound is R. Then test x = a ± R by hand.
The four required Maclaurin series
e^x = Σ xⁿ/n! (all x) · sin x = Σ (−1)ⁿx^(2n+1)/(2n+1)! (all x) · cos x = Σ (−1)ⁿx^(2n)/(2n)! (all x) · 1/(1−x) = Σ xⁿ (|x| < 1)
sin has odd powers and cos has even ones — checking the parity of the exponents catches a swapped pair instantly.

Every term in Unit 10

All 63 terms we publish for Infinite Sequences & Series, with definitions. Reading them through is the fastest way to find the ones you cannot define — then drill those in cram mode until you can produce them without the prompt.

Lagrange error bound
|Rₙ(x)| ≤ M|x − a|ⁿ⁺¹/(n + 1)!, where M bounds the (n+1)th derivative on the interval. State what M is and why.
Geometric series
Σarⁿ converges to a/(1 − r) when |r| < 1 and diverges otherwise. The only common series whose exact sum is easy to state.
p-series
Σ1/nᵖ converges for p > 1 and diverges for p ≤ 1. The harmonic series p = 1 diverges, which is the case worth memorizing.
Ratio test
Compute lim|aₙ₊₁/aₙ| = L: converges absolutely if L < 1, diverges if L > 1, inconclusive if L = 1. The workhorse for radius of convergence.
Interval of convergence endpoints
The ratio test says nothing at the endpoints, so substitute each one and test the resulting numerical series separately.
nth term test for divergence
If the terms do not approach zero, the series diverges. It can NEVER prove convergence — terms approaching zero proves nothing.
Integral test
For positive, decreasing, continuous terms, the series and ∫f(x)dx converge together. The integral's value is not the series sum.
Direct comparison test
Requires positive terms. Smaller than a convergent series means convergent; larger than a divergent series means divergent. The other two combinations conclude nothing.
Limit comparison test
If lim(aₙ/bₙ) is a positive finite number, both series do the same thing. Easier than direct comparison because no inequality must be proved.
Alternating series test
Terms alternate, decrease in absolute value, and approach zero — then the series converges. It cannot establish absolute convergence.
Alternating series error bound
The error after n terms is less than the absolute value of the first omitted term. Applies only to alternating series meeting the test's conditions.
Absolute vs conditional convergence
Absolute means Σ|aₙ| converges. Conditional means Σaₙ converges but Σ|aₙ| does not — the alternating harmonic series is the standard example.
Radius and interval of convergence
Apply the ratio test and solve L < 1 for x. The endpoints must then be tested separately, since the ratio test is inconclusive there.
Power series centered at a
Σcₙ(x − a)ⁿ converges on an interval centered at a. Inside the radius it converges absolutely; outside it diverges.
Taylor series
f(x) = Σ f⁽ⁿ⁾(a)(x − a)ⁿ/n!. A Maclaurin series is the special case a = 0.
Maclaurin series to know
eˣ = Σxⁿ/n!, sin x = Σ(−1)ⁿx^(2n+1)/(2n+1)!, cos x = Σ(−1)ⁿx^(2n)/(2n)!, 1/(1 − x) = Σxⁿ for |x| < 1.
Building new series from known ones
Substitute, multiply by a power of x, differentiate or integrate a known series term by term — far faster than computing derivatives.
Taylor polynomial vs Taylor series
A polynomial is a finite truncation used to approximate; the series is the infinite sum, which equals the function only where it converges to it.
Term-by-term differentiation and integration
Valid inside the interval of convergence, and the radius is unchanged — though endpoint behavior can change.
Sequence vs series
A sequence is a list of terms; a series is their sum. A sequence can converge while its series diverges — 1/n is the standard case.
Telescoping series
Consecutive terms cancel, leaving a few. Write out several partial sums to see the pattern before taking the limit.
Partial sums
Sₙ is the sum of the first n terms. A series converges exactly when the sequence of partial sums converges.
Choosing a convergence test
Terms not approaching zero → nth term test. Factorials or powers of n → ratio test. Looks like 1/nᵖ → comparison or limit comparison. Alternating signs → alternating series test.
Root test
L = lim ⁿ√|aₙ|; same conclusions as the ratio test. Useful when the whole term is raised to the nth power.
Error bound for a Taylor polynomial
Lagrange: |Rₙ| ≤ M|x − a|ⁿ⁺¹/(n + 1)!. Identify M as a bound on the (n+1)th derivative and say why it bounds it.
Alternating series error bound in practice
The error is smaller than the first omitted term, so a required accuracy determines how many terms are needed.
Series for a definite integral
Substituting into a known Maclaurin series and integrating term by term evaluates integrals with no elementary antiderivative, such as ∫e^(−x²)dx.
Common series to recognize instantly
Σ1/n diverges, Σ1/n² converges, Σ(−1)ⁿ⁺¹/n converges conditionally, and Σ1/n! converges to e − 1 without the n = 0 term.
Manipulating the geometric series
From 1/(1 − x) = Σxⁿ, substituting −x² gives 1/(1 + x²), and integrating that gives the arctan series.
Taylor series centered elsewhere
Expanding about a ≠ 0 uses powers of (x − a) and derivatives evaluated at a. Convergence is fastest near the center.
Test-selection order
nth-term, then geometric or p-series, then alternating, then ratio if factorials or nth powers, then limit comparison for rational terms.
nth-term test proves divergence only
If aₙ → 0 the test is inconclusive. "Terms go to zero, so it converges" is the costliest false sentence in the unit.
The harmonic counterexample
1/n → 0 and Σ1/n diverges. The standing refutation of the false converse.
Geometric series sum
Σarⁿ = a/(1 − r) for |r| < 1. The only common test that also gives the sum, which is why sums asked for are usually geometric.
First term matters for the sum
a is the first term actually present. A series starting at n = 2 has a different a from one starting at n = 0.
p-series threshold
Σ1/nᵖ converges exactly when p > 1, linked to the p-integral by the integral test.
Ratio test at L = 1
Inconclusive — and it is always 1 at the endpoints of a power series, which is why endpoints need a different test.
Ratio test is for factorials and nth powers
They cancel cleanly in the ratio. For a rational function of n the ratio tends to 1 and the test says nothing.
Limit comparison choice
Compare with the p-series matching the degrees: for (3n² + 1)/(n⁴ − 2) compare with 1/n².
Direct comparison direction
Smaller than a convergent series proves convergence; larger than a divergent series proves divergence. The other two combinations prove nothing.
Integral test conditions
f must be positive, continuous and decreasing on the interval. Skipping the check is a common rubric loss.
Absolute convergence implies convergence
If Σ|aₙ| converges then Σaₙ converges. The converse fails — the alternating harmonic series is the example.
Conditional convergence
Σaₙ converges while Σ|aₙ| diverges. The alternating harmonic series is the canonical case.
Alternating series test conditions
Terms must decrease in magnitude AND tend to zero. Both are required; either alone is insufficient.
Alternating error bound
The error after n terms is less than the magnitude of the first OMITTED term. No derivatives needed.
Lagrange bound: which n to use
Both the power and the factorial use n + 1, the degree of the first OMITTED term — not n. Using n is the most frequent error in applying the bound.
Which error bound to use
A visibly alternating series takes the simpler bound. A given bound on a higher derivative signals Lagrange.
Taylor polynomial construction
Each term needs a derivative value at the center, a power of (x − a), and a factorial. Dropping the factorial is the usual error.
Center matters
Powers of (x − a), not of x, whenever the center is not 0. A Maclaurin series is the special case a = 0.
Maclaurin for eˣ
Σxⁿ/n!, converging for all real x. Radius infinite, so there are no endpoints to test.
Maclaurin for sin x
x − x³/3! + x⁵/5! − …, odd powers only, alternating. Converges everywhere.
Maclaurin for cos x
1 − x²/2! + x⁴/4! − …, even powers only, alternating. Converges everywhere.
Maclaurin for 1/(1 − x)
Σxⁿ, the geometric series, converging for |x| < 1. The parent of most manipulation questions.
Sine and cosine skip degrees
P₃ and P₄ for sin x are the same polynomial, so the first omitted term after P₃ is the x⁵ term. Overlooking this makes an error bound far too loose.
Radius then endpoints
The ratio test gives R. The endpoints must then be substituted and tested separately, because the ratio test is inconclusive there.
Endpoints can disagree
Σxⁿ/n has interval [−1, 1): divergent harmonic at x = 1, convergent alternating harmonic at x = −1.
Radius zero or infinite
R = 0 means convergence only at the center; R = ∞ means convergence everywhere and no endpoints to check.
Substitution into a known series
For e^(x²) put x² wherever x appears: Σx²ⁿ/n!. Squaring the whole term would also square the factorial, which is different.
Radius survives term-by-term operations
Differentiating or integrating a power series term by term leaves R unchanged, but can change what happens AT the endpoints, so those must be retested.
Series for ln(1 + x)
Obtained by integrating the geometric series for 1/(1 + x) term by term. A standard manipulation rather than a memorized series.
Multiplying by a power of x
x·sin x shifts every exponent up by one. Radius is unchanged.
Using a series to evaluate a hard integral
Expand the integrand as a series and integrate term by term — the standard route for ∫sin(x²)dx and similar, which have no elementary antiderivative.
A Taylor polynomial is finite
A polynomial approximates near the center; the series is the infinite object. Questions about error concern the polynomial.

What examiners penalize here

Practice Calculus BC

Our practice bank is drawn from across the whole course rather than filtered to one unit, which is closer to how the exam asks anyway — it will not tell you which unit a question is testing.

Questions about this unit

How much of the AP Calculus BC exam is Unit 10?

Unit 10, Infinite Sequences & Series, is worth 15–20% of the Calculus BC multiple-choice section according to the published course framework. Across all 10 units that makes it one of the heaviest units on the exam, and worth front-loading.

What topics are covered in Calculus BC Unit 10?

Infinite Sequences & Series covers Convergence tests, Taylor & Maclaurin, Power series and Error bounds. We publish 63 terms with definitions for this unit, all of them on this page.

How should I study Calculus BC Unit 10?

Read the 7 lessons below first — about 110 minutes — then drill the 63 terms in cram mode until you can produce each definition from memory rather than just recognize it. Recognition is what makes a unit feel finished when it is not. Finish with practice questions and read the explanation for every one you get right by elimination as well as the ones you miss.

All 10 units of AP Calculus BC

  1. Unit 1 · Limits & Continuity
  2. Unit 2 · Differentiation: Definition & Fundamental Properties
  3. Unit 3 · Differentiation: Composite, Implicit & Inverse Functions
  4. Unit 4 · Contextual Applications of Differentiation
  5. Unit 5 · Analytical Applications of Differentiation
  6. Unit 6 · Integration & Accumulation of Change
  7. Unit 7 · Differential Equations
  8. Unit 8 · Applications of Integration
  9. Unit 9 · Parametric, Polar & Vector-Valued Functions
  10. Unit 10 · Infinite Sequences & Series

Unit names, topics and exam weights follow the published College Board course framework for AP Calculus BC. AP® is a trademark registered by the College Board, which does not endorse this site.