Introduction: Finding the "End" of Infinity
Welcome to one of the most exciting parts of AP Calculus BC! In Unit 10, we are dealing with infinite series—which are essentially addition problems that never end. If you have an infinite list of numbers, how do you know if adding them all up results in a single, finite number (convergence) or if the sum just keeps growing forever (divergence)?
Think of it like a video game: you are trying to determine if your character can reach the "end" of an infinite level or if they are stuck running forever. Today, we will learn two essential tools to help us decide: The \(n\)th Term Test and The Integral Test. Don't worry if this seems tricky at first; these tests are just sets of rules that help us make a "Converge vs. Diverge" decision!
10.3: The \(n\)th Term Test for Divergence
The \(n\)th Term Test is usually the very first tool you should pull out of your calculus toolbox. It is a quick "sanity check" for any series.
The Concept: The "Scoop" Analogy
Imagine you are trying to fill a giant swimming pool with water using a bucket.
• If every time you walk to the pool, you throw in a full gallon of water, the pool will eventually overflow.
• Even if you decrease the amount to half a gallon, then a quarter gallon, then a tenth of a gallon... if the amount you are adding stays large, the pool will definitely overflow.
The only way the pool might stay at a finite level is if the amount of water you add gets smaller and smaller, eventually approaching zero.
The Rule
For a series \(\sum_{n=1}^{\infty} a_n\):
1. If \(\lim_{n \to \infty} a_n \neq 0\), then the series diverges.
2. If \(\lim_{n \to \infty} a_n = 0\), the test is inconclusive.
Wait, what does "inconclusive" mean? It means the test failed to give us an answer. If the terms go to zero, the series might converge, or it might diverge. You must try a different test! (Like the Integral Test, which we’ll see in a moment).
Example
Does the series \(\sum_{n=1}^{\infty} \frac{2n}{3n + 5}\) converge or diverge?
Take the limit of the terms: \(\lim_{n \to \infty} \frac{2n}{3n + 5} = \frac{2}{3}\).
Since \(\frac{2}{3} \neq 0\), the series diverges by the \(n\)th Term Test.
Quick Review: Common Mistakes
The "Zero Trap": A very common mistake is thinking that if the limit is zero, the series converges. This is not true! For example, in the series \(\sum \frac{1}{n}\) (the Harmonic Series), the terms go to zero, but the series actually diverges. Remember: The \(n\)th Term Test can only prove divergent; it can never prove convergence.
Key Takeaway: If the limit of the terms isn't zero, the series is "too big" to ever settle down. It diverges!
10.4: The Integral Test for Convergence
If the \(n\)th Term Test is inconclusive (the terms do go to zero), the Integral Test is a powerful way to investigate further. It creates a bridge between the world of discrete sums and the world of continuous integrals.
The "Big Three" Conditions
Before you can use the Integral Test, you must verify that the function \(f(x)\) (where \(a_n = f(n)\)) meets three specific criteria for \(x \geq 1\):
1. Positive: The terms must be greater than zero.
2. Continuous: There should be no holes or vertical asymptotes in the interval.
3. Decreasing: The terms must be getting smaller as \(x\) increases.
Mnemonic: Just remember P.C.D. (Positive, Continuous, Decreasing). On the AP Exam Free-Response section, you must state that you checked these conditions to get full credit!
The Rule
If the conditions are met, then the series \(\sum_{n=1}^{\infty} a_n\) and the improper integral \(\int_{1}^{\infty} f(x) dx\) do the same thing:
• If the integral converges (results in a number), the series converges.
• If the integral diverges (goes to \(\infty\)), the series diverges.
Example Step-by-Step
Does the series \(\sum_{n=1}^{\infty} \frac{1}{n^2+1}\) converge or diverge?
Step 1: Check conditions. \(f(x) = \frac{1}{x^2+1}\) is positive, continuous, and decreasing for \(x \geq 1\).
Step 2: Set up the integral.
\(\int_{1}^{\infty} \frac{1}{x^2+1} dx = \lim_{b \to \infty} [ \arctan(x) ]_1^b\)
Step 3: Evaluate.
\(\lim_{b \to \infty} (\arctan(b) - \arctan(1)) = \frac{\pi}{2} - \frac{\pi}{4} = \frac{\pi}{4}\).
Step 4: Conclusion. Since the integral converged to a finite value, the series converges by the Integral Test.
Did You Know?
The value of the integral is not the sum of the series! In the example above, the integral equals \(\frac{\pi}{4}\), but the actual sum of the series is a different number. The Integral Test only tells us if it converges, not what it converges to.
When to Use the Integral Test
The Integral Test is best used when the formula for \(a_n\) looks like a function that you already know how to integrate easily (especially those involving \(\ln(x)\), basic power rules, or inverse trig functions).
Key Takeaway: If a function is Positive, Continuous, and Decreasing, the infinite sum and the area under the curve share the same fate: they both converge or both diverge.
Summary Checklist for Students
1. Always start with the \(n\)th Term Test. If \(\lim_{n \to \infty} a_n \neq 0\), you are done—it diverges!
2. If the limit is zero, the \(n\)th Term Test failed you. Move on to another test.
3. Consider the Integral Test if the terms are easy to integrate.
4. Always list your conditions (P.C.D.) before applying the Integral Test on a free-response question.
5. Don't confuse the two! The \(n\)th Term Test uses a limit; the Integral Test uses an integral.
Up Next in Unit 10: We will use these concepts to look at specific types of series, like the Harmonic Series and p-series, which will make your life even easier!