Unit 10: Infinite Sequences and Series

Convergence tests, power series, Taylor and Maclaurin series, and error bounds

Unit Resources

Select a resource below to start studying.

📚Study Guide: Infinite Sequences and Series

Unit 10: Infinite Sequences and Series

Infinite sequences and series represent the pinnacle of AP Calculus BC, blending limits with infinite processes. You will analyze the convergence and divergence of sequences, then extend this to infinite series, understanding partial sums and remainders. A suite of convergence tests--nth term, geometric, p-series, integral, comparison, limit comparison, alternating series, and ratio tests--provides a toolkit for determining behavior. Power series, including Taylor and Maclaurin series, allow you to represent functions as infinite polynomials, enabling approximation and integration of otherwise intractable functions. You will also estimate errors using the Lagrange error bound. This unit requires meticulous algebraic skill and careful application of test conditions.

Key Concepts

  • Sequence Convergence: A sequence {a_n} converges to L if lim(n->inf) a_n = L.
  • Series Convergence: A series sum a_n converges if its sequence of partial sums converges to a finite limit.
  • Geometric Series: Sum of ar^n converges to a/(1-r) if |r| < 1; diverges otherwise.
  • p-Series: Sum of 1/n^p converges if p > 1 and diverges if p <= 1.
  • Integral Test: If f is positive, continuous, and decreasing, then sum f(n) and integral f(x) dx share convergence behavior.
  • Comparison Tests: Compare to a known benchmark series; limit comparison is often easier for rational expressions.
  • Alternating Series Test: If terms decrease in absolute value to 0, the alternating series converges.
  • Ratio Test: Excellent for factorials and exponentials; inconclusive when the limit equals 1.
  • Taylor Series: f(x) = sum [f^(n)(a)/n!] * (x-a)^n centered at a.
  • Lagrange Error Bound: |R_n(x)| <= max|f^(n+1)(z)| * |x-a|^(n+1) / (n+1)!.

Vocabulary

  • Sequence: An ordered list of numbers indexed by natural numbers.
  • Series: The sum of the terms of a sequence.
  • Partial sum: The sum of the first n terms of a series.
  • Conditional convergence: A series converges but does not converge absolutely.
  • Absolute convergence: A series converges even when all terms are replaced by their absolute values.
  • Power series: A series of the form sum c_n*(x-a)^n centered at a.
  • Radius of convergence: The distance from the center within which a power series converges absolutely.
  • Taylor polynomial: A finite truncation of the Taylor series used to approximate functions.

Formulas

  • Geometric series: sum ar^n = a/(1-r) for |r| < 1
  • Maclaurin e^x: sum x^n / n!
  • Maclaurin sin(x): sum (-1)^n * x^(2n+1) / (2n+1)!
  • Maclaurin cos(x): sum (-1)^n * x^(2n) / (2n)!
  • Maclaurin 1/(1-x): sum x^n for |x| < 1
  • Maclaurin ln(1+x): sum (-1)^(n+1) * x^n / n for |x| < 1
  • Taylor series: sum [f^(n)(a)/n!]*(x-a)^n
  • Lagrange error: |R_n(x)| <= M * |x-a|^(n+1) / (n+1)! where M bounds |f^(n+1)|

Common Mistakes

  • Assuming that terms approaching zero guarantees series convergence; the harmonic series is the classic counterexample.
  • Forgetting to check that the conditions of the Integral Test (positive, continuous, decreasing) are satisfied.
  • Confusing the radius of convergence with the interval of convergence; always test endpoints separately.
  • Using the wrong center a when constructing a Taylor series or estimating error.

AP Exam Strategies

  • Memorize the Maclaurin series for e^x, sin(x), cos(x), 1/(1-x), and ln(1+x); they appear constantly.
  • When determining convergence, follow a hierarchy: nth term test first, then match the series form to geometric, p-series, or alternating, and use ratio or comparison for others.
  • For error bound questions, identify n (degree), a (center), and x (evaluation point) before applying the Lagrange formula.
  • Always state the name of the test you are using and verify its conditions in FRQ justifications.

Real-World Applications

  • Numerical Methods: Taylor series approximate solutions to differential equations that lack closed-form solutions.
  • Signal Processing: Fourier series (related to power series) decompose complex signals into simple waves.
  • Computer Graphics: Series approximations compute trigonometric and exponential functions efficiently in hardware.

Practice Quiz: Infinite Sequences and Series

Answer each question one at a time. Click an option to select your answer.

Question 1 of 150

📝Practice Exam 1 Answers

Download and work through this full-length AP-style practice exam. Time yourself and review your answers afterwards.

📝Practice Exam 1

Download and work through this full-length AP-style practice exam. Time yourself and review your answers afterwards.

📝Practice Exam 2 Answers

Download and work through this full-length AP-style practice exam. Time yourself and review your answers afterwards.

📝Practice Exam 2

Download and work through this full-length AP-style practice exam. Time yourself and review your answers afterwards.

Question
Loading...
Click to flip
Answer
Loading...
Click to flip back 🔀 Shuffle
1 / 80

🎥Free Video Lessons: Infinite Sequences and Series

Watch these unit review videos directly on our site.

AP Calculus BC Unit 10 (Review for AP Exam) by ProjectExplained

AP Calculus BC Unit 10 Rapid Review by Infinite Sequences and Series

Calculus 2 - Geometric Series, P-Series, Ratio Test, Root Test, Alternating Series, Integral Test by The Organic Chemistry Tutor

🔒Ultimate Review Packet Videos

Exclusive videos from Jacob Clifford's Ultimate Review Packet. You'll need URP access to watch these.

📄Cheat Sheet: Infinite Sequences and Series

Quick reference for Infinite Sequences and Series. Print this out and review before the exam!

Infinite Sequences and Series Cheat Sheet

Essential Formulas

  • Geometric: sum ar^n = a/(1-r), |r|<1
  • e^x = sum x^n/n!
  • sin(x) = sum (-1)^n x^(2n+1)/(2n+1)!
  • cos(x) = sum (-1)^n x^(2n)/(2n)!
  • 1/(1-x) = sum x^n, |x|<1
  • ln(1+x) = sum (-1)^(n+1) x^n/n
  • Taylor: sum [f^(n)(a)/n!]*(x-a)^n
  • Lagrange error <= M*|x-a|^(n+1)/(n+1)!

Key Definitions

  • Converges: limit of partial sums exists finitely
  • Absolute convergence: sum |a_n| converges
  • Radius of convergence: half-width of convergence interval

Problem-Solving Steps

  1. nth term test: if lim a_n != 0, diverges.
  2. Identify geometric, p-series, or alternating forms.
  3. Use integral, comparison, limit comparison, or ratio test as needed.
  4. For power series, find radius with ratio test, then check endpoints.

Calculator Tips

  • Use summation notation (sum(seq(...))) to compute partial sums numerically for estimation.
  • Store Taylor polynomials in Y= to graph approximations and compare to original functions.

🔬Ultimate Review Packet Materials

Download official review materials for this unit.

📄

Unit 10 Practice Questions - Answers

PDF · Unit 10 Practice Questions (Answers and Explanations).pdf

📄

Unit 10 Practice Questions

PDF · Unit 10 Practice Questions.pdf

📄

Unit 10 Review Video Study Guide - Answers

PDF · Unit 10 Review Video Study Guide (Answers).pdf

📄

Unit 10 Review Video Study Guide

PDF · Unit 10 Review Video Study Guide.pdf

← Back to AP Calculus BC