Welcome to the World of Infinite Series!
Welcome to Unit 10! This is often considered the "final boss" of AP Calculus BC, but don't let that scare you. In this unit, we are going to explore what happens when we add up an infinite list of numbers. It sounds impossible—how can you add forever and get a finite answer? Surprisingly, you can! We will learn how to turn complicated functions (like \( \sin(x) \) or \( e^x \)) into simple polynomials. This is exactly how your calculator figures out the values of these functions.
Quick Review: Before we start, remember that a sequence is just a list of numbers, while a series is the sum of those numbers.
10.1 - 10.3: The Basics of Convergence and Geometric Series
If an infinite sum adds up to a specific number, we say it converges. If the sum keeps growing forever (to infinity) or bounces around and never settles, we say it diverges.
The Geometric Series (The Easiest One!)
A geometric series looks like this: \( \sum_{n=0}^{\infty} ar^n \). Each term is found by multiplying the previous term by a "common ratio," \( r \).
- If \( |r| < 1 \), the series converges.
- If \( |r| \geq 1 \), the series diverges.
- The Formula: If it converges, the sum is \( S = \frac{a}{1-r} \), where \( a \) is the first term.
The nth Term Test (The "Vibe Check")
This is the very first thing you should check for any series. If the individual terms you are adding don't eventually shrink to zero, there is no way the sum will ever settle down.
Rule: If \( \lim_{n \to \infty} a_n \neq 0 \), then the series diverges.
Common Mistake: Just because the terms go to zero does not mean the series converges! It just means it has a chance. Think of this test as a "divergence test" only.
Key Takeaway: Always check the limit of the terms first. If it's not zero, you're done—it diverges!
10.4 - 10.6: P-Series and Comparison Tests
Sometimes series aren't geometric, so we need other tools.
The P-Series
A p-series looks like \( \sum \frac{1}{n^p} \). These are very predictable:
- Converges if \( p > 1 \).
- Diverges if \( p \leq 1 \).
- The Harmonic Series: \( \sum \frac{1}{n} \) (where \( p = 1 \)) always diverges, even though the terms go to zero! It’s the most famous "slow" divergent series.
Comparison Tests
If you have a messy series, compare it to a simple one (like a p-series or geometric series).
1. Direct Comparison: If your series is "smaller" than a convergent series, yours converges too. If it's "bigger" than a divergent series, yours diverges.
2. Limit Comparison Test (LCT): If the direct comparison is too messy, take the limit of (Your Series / Known Series). If you get a positive constant, both series do the same thing!
Analogy: Think of comparison tests like "following the leader." If the leader (the known series) is heading toward a finite destination, and you are staying close to them, you will too!
10.7 - 10.8: Alternating Series and the Ratio Test
Alternating Series Test (AST)
An alternating series switches between positive and negative terms (look for \( (-1)^n \)). To converge, it only needs to satisfy two things:
- The terms must be getting smaller (decreasing).
- The limit of the terms must be 0.
The Ratio Test (The "Heavy Hitter")
This is the most powerful test in your toolbox, especially when you see factorials (\( n! \)) or exponentials (\( 3^n \)).
Calculate \( L = \lim_{n \to \infty} | \frac{a_{n+1}}{a_n} | \):
- If \( L < 1 \), it converges.
- If \( L > 1 \), it diverges.
- If \( L = 1 \), the test is inconclusive (try something else!).
Key Takeaway: Use the Ratio Test whenever you see factorials! It simplifies them beautifully.
10.11 - 10.12: Taylor Polynomials and Error Bounds
What if we could turn \( \cos(x) \) into a simple polynomial like \( 1 - x^2/2 \)? That's what Taylor Polynomials do!
Taylor and Maclaurin Series
A Taylor Polynomial centered at \( x=c \) is built using derivatives:
\( P_n(x) = f(c) + f'(c)(x-c) + \frac{f''(c)}{2!}(x-c)^2 + \dots + \frac{f^{(n)}(c)}{n!}(x-c)^n \)
A Maclaurin Series is just a Taylor Series centered at \( x=0 \).
Error Bounds (How wrong are we?)
Since a polynomial is just an approximation, there is some "error."
1. Alternating Series Error Bound: The error is simply less than the absolute value of the first omitted term. Easy!
2. Lagrange Error Bound: Used for non-alternating series. The formula is \( |R_n(x)| \leq \frac{M}{(n+1)!} |x-c|^{n+1} \), where \( M \) is the maximum value of the \( (n+1) \)-th derivative.
Don't worry if this seems tricky! Just remember: Error bound is just a way of saying "The real answer is within this distance of my approximation."
10.13 - 10.15: Power Series
A Power Series is a series with a variable \( x \), like \( \sum c_n(x-c)^n \). It's like a polynomial that goes on forever.
Radius and Interval of Convergence
A power series might only converge for certain values of \( x \).
- Radius (\( R \)): The distance from the center where the series works.
- Interval: The set of all \( x \)-values where it converges. Always test the endpoints! (The Ratio Test doesn't help at the very edges).
Common Maclaurin Series (Memorize These!)
- \( \frac{1}{1-x} = 1 + x + x^2 + \dots \)
- \( e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots \)
- \( \sin(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots \) (Odd functions have odd powers)
- \( \cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \dots \) (Even functions have even powers)
Did you know? You can differentiate or integrate these series term-by-term to find series for other functions. For example, if you integrate the series for \( \cos(x) \), you get the series for \( \sin(x) \)!
Summary Checklist for Success
1. Can you identify a Geometric Series and find its sum?
2. Do you always start with the nth Term Test for divergence?
3. Do you know when to use the Ratio Test (factorials!)?
4. Can you write the first four terms of a Taylor Polynomial?
5. Did you remember to check the endpoints for the interval of convergence?
Final Tip: Practice is key! Series look like a mess of symbols at first, but after a few problems, you'll start seeing the patterns. You've got this!