Infinite Series & Convergence: Chapter Study Guide
Infinite Series
Learning Objectives
By the end of this study guide, you should be able to:
- Explain the meaning of the sum of an infinite series using partial sums.
- Calculate the limits of sequences of partial sums to determine convergence or divergence.
- Evaluate the sum of a geometric series using the standard formula.
- Distinguish between the rapidly converging geometric series and the slowly diverging harmonic series.
Key Terms & Glossary
- Infinite Series: An expression representing the sum of an infinite sequence of numbers, denoted by .
- Partial Sum: The sum of the first $k terms of an infinite series, written as S_k = \sum_{n=1}^k a_n.
- Sequence of Partial Sums: The ordered list of all partial sums {S_1, S_2, S_3, \dots}, used to evaluate the behavior of the infinite series.
- Convergence: A property of an infinite series where its sequence of partial sums approaches a finite real number Sk \to \infty.
- Divergence: A property of an infinite series where its sequence of partial sums does not approach a finite number (e.g., grows unbounded).
- Geometric Series: A specific type of series where each term is found by multiplying the previous term by a constant ratio r.
- Harmonic Series: The specific, infinitely diverging series formed by the sum of the reciprocals of positive integers: \sum_{n=1}^\infty \frac{1}{n}.
The "Big Idea"
[!IMPORTANT] How is it mathematically possible to add together an infinite number of things and end up with a finite result?
The central "Big Idea" of infinite series is replacing the impossible task of adding infinite numbers directly with the calculus concept of a limit. By looking at a finite portion of the sum (the partial sum) and calculating the limit as the number of terms approaches infinity, we can definitively assign a sum to an infinite series. If the numbers shrink fast enough, the "running total" hits a ceiling (convergence). If not, the running total grows forever (divergence).
Formula / Concept Box
| Concept | Mathematical Notation | Condition / Rules |
|---|---|---|
| General Infinite Series | \sum_{n=1}^\infty a_n = a_1 + a_2 + \dots | Formal expression of infinite addition. |
| Partial Sum (k$-th) | Must be calculated for a finite index $k. | |
| Series Convergence | \lim_{k \to \infty} S_k = S | Series converges to S if the limit exists. |
| Geometric Series | \sum_{n=1}^\infty a r^{n-1}$ | Converges if $ |
| Sum of Geometric Series | S = \frac{a}{1 - r}$ | Only valid when $ |
| Harmonic Series | \sum_{n=1}^\infty \frac{1}{n} | Always diverges, despite terms approaching 0. |
Hierarchical Outline
- 1. Anatomy of an Infinite Series
- From Sequences to Series
- The Role of Partial Sums (S_k)
- 2. The Test for Convergence
- Analyzing the Sequence of Partial Sums
- Limits approaching a real number S (Convergence)
- Limits becoming unbounded or undefined (Divergence)
- 3. Special Cases: Geometric and Harmonic
- Geometric Series: Exponentially shrinking terms
- Identifying the first term (a) and common ratio (r$)
- Harmonic Series: The deceptive divergence
- Proving divergence through unbounded grouping
Visual Anchors
Diagram 1: The Logic of Convergence
Diagram 2: Graphing the Sequence of Partial Sums
Notice how the running total $S_k (blue points) gets arbitrarily close to the limit asymptote (red dashed line) as k gets larger. This illustrates a converging series.
Definition-Example Pairs
- Geometric Series
- Definition: A series where the ratio between consecutive terms is constant.
- Real-world Example: A bouncing ball. If you drop a ball from 10 feet, and every bounce reaches exactly 50% of the previous height, the total vertical distance traveled over infinite bounces is modeled by a geometric series.
- Harmonic Series
- Definition: The infinite sum of the reciprocals of natural numbers.
- Real-world Example: The "Book Stacking Problem." If you try to stack identical books over the edge of a table so they lean outward, the harmonic series proves you can mathematically create an infinitely long overhang without the stack tipping over!
- Partial Sum
- Definition: The sum of a finite, specific number of terms at the beginning of a series.
- Real-world Example: A running bank balance. If your daily deposits are an infinite sequence, your bank balance at the end of Day 30 is the 30^{th} partial sum.
Worked Examples
Example 1: Evaluating a Geometric Series
Problem: Determine if the series \sum_{n=1}^\infty 4\left(\frac{1}{3}\right)^{n-1} converges or diverges. If it converges, find its sum.
Step-by-step Solution:
- Identify the series type: This is in the form \sum a r^{n-1}, making it a geometric series.
- **Identify ara = 4r = \frac{1}{3}.
- Test for convergence: The rule states a geometric series converges if |r| < 1|\frac{1}{3}| < 1, the series converges.
- Calculate the sum: Use the formula S = \frac{a}{1 - r}$. Conclusion: The series converges to 6.
▶Deep Dive: Proving the Divergence of the Harmonic Series
Even though the terms of the harmonic series $\frac{1}{n} shrink to zero, the sum \sum_{n=1}^\infty \frac{1}{n} diverges. Why?
Look at the sequence of partial sums and group the terms in powers of 2: S_n = 1 + \frac{1}{2} + (\frac{1}{3} + \frac{1}{4}) + (\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8}) + \dots$
Notice that:
So the sum is strictly greater than $1 + \frac{1}{2} + \frac{1}{2} + \frac{1}{2} + \dots which clearly grows infinitely large. Therefore, the harmonic series diverges!
Checkpoint Questions
[!TIP] Cover up the text above and see if you can answer these recall questions aloud.
- What is the fundamental difference between a sequence and a series?
- If a sequence of partial sums forms the pattern {0.5, 0.75, 0.875, 0.9375, \dots}$, what number do you think the corresponding infinite series converges to?
- Why doesn't the Harmonic Series converge, even though its individual terms get closer and closer to zero?
- What is the only condition under which a geometric series will diverge?