Defining Convergent and Divergent Infinite Series
Imagine students watching a video that keeps loading forever π±. A regular sum has a stopping point, but an infinite series keeps adding terms without end. In AP Calculus BC, your job is to decide whether that endless sum settles to a finite value or keeps growing without bound. That idea is at the heart of convergent and divergent infinite series.
By the end of this lesson, students will be able to:
- Explain what an infinite series is and what it means for it to converge or diverge.
- Use clear AP Calculus BC reasoning to test whether a series has a finite sum.
- Connect series behavior to sequences, partial sums, and later topics like power series and Taylor series.
- Use examples and evidence to justify conclusions about convergence or divergence.
What an Infinite Series Really Means
A series is the sum of the terms of a sequence. If the terms of a sequence are $a_1, a_2, a_3, \dots$, then the infinite series is written as
$$\sum_{n=1}^{\infty} a_n.$$
This notation does not mean we literally add infinitely many numbers all at once. Instead, we look at the partial sums:
$$S_1 = a_1,$$
$$S_2 = a_1 + a_2,$$
$$S_3 = a_1 + a_2 + a_3,$$
and in general,
$$S_n = \sum_{k=1}^{n} a_k.$$
The key question is: what happens to $S_n$ as $n \to \infty$?
If the partial sums approach a finite number $L$, then the series converges and we write
$$\sum_{n=1}^{\infty} a_n = L.$$
If the partial sums do not approach a finite number, then the series diverges.
This is the big idea: a series is judged by the behavior of its partial sums, not by any single term alone.
Convergent Series: Finite Sums from Infinite Terms
A series is convergent if the sequence of partial sums has a limit.
Formally, if
$$\lim_{n\to\infty} S_n = L,$$
then
$$\sum_{n=1}^{\infty} a_n = L.$$
That means the infinite process of adding terms gets closer and closer to a fixed number. This may seem surprising, but it happens often in calculus.
Example: Geometric Series
A geometric series has the form
$$\sum_{n=0}^{\infty} ar^n,$$
where $a$ is the first term and $r$ is the common ratio.
If $|r|<1$, the series converges to
$$\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r}.$$
For example,
$$\sum_{n=0}^{\infty} \left(\frac{1}{2}\right)^n = 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots$$
converges because the partial sums approach $2$.
This kind of series is useful in real life. A bouncing ball that loses half its height each bounce creates a model with a convergent geometric series. Even though the ball keeps bouncing, the total distance traveled can approach a finite value.
What Convergence Means Intuitively
Convergence means the added terms become small enough that the total stops changing much. But it is important to remember that convergence is about the whole series, not just about βsmall terms.β A series can have terms that go to $0$ and still diverge, so more evidence is needed.
Divergent Series: No Finite Limit
A series is divergent if the partial sums do not approach a finite limit.
There are several ways this can happen:
- The partial sums grow without bound, like $1 + 1 + 1 + \cdots$.
- The partial sums bounce around and never settle to one number.
- The terms do not shrink to $0$, which makes convergence impossible.
Example: The Harmonic Series
The harmonic series is
$$\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \cdots$$
Its terms get smaller and smaller, and in fact
$$\lim_{n\to\infty} \frac{1}{n} = 0,$$
but the series still diverges. Its partial sums grow without bound, although very slowly.
This is one of the most important facts in AP Calculus BC:
$$\lim_{n\to\infty} a_n = 0$$
is necessary for convergence, but not sufficient.
Example: A Divergent Constant Series
Consider
$$\sum_{n=1}^{\infty} 5 = 5 + 5 + 5 + \cdots$$
The partial sums are
$$S_n = 5n,$$
and since
$$\lim_{n\to\infty} 5n = \infty,$$
this series diverges.
The Necessary Condition for Convergence
A very useful first check is the nth-term test for divergence. If
$$\lim_{n\to\infty} a_n \neq 0$$
or the limit does not exist, then
$$\sum_{n=1}^{\infty} a_n$$
diverges.
Why? If a series converged, then the terms would have to shrink to $0$. Otherwise, the partial sums could not settle to one finite value.
Example
Consider
$$\sum_{n=1}^{\infty} \frac{n}{n+1}.$$
Since
$$\lim_{n\to\infty} \frac{n}{n+1} = 1,$$
the terms do not go to $0$. Therefore the series diverges.
This test is powerful because it is quick. However, if the terms do go to $0$, the test does not prove convergence. students should always remember that this test can only reject a series, not confirm one.
Partial Sums and Patterns
Looking at partial sums is the most direct way to define convergence. Sometimes the pattern is easy to see.
Example: Telescoping Behavior
Consider
$$\sum_{n=1}^{\infty} \left(\frac{1}{n} - \frac{1}{n+1}\right).$$
The partial sums are
$$S_n = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \cdots + \left(\frac{1}{n} - \frac{1}{n+1}\right).$$
Most terms cancel, leaving
$$S_n = 1 - \frac{1}{n+1}.$$
Then
$$\lim_{n\to\infty} S_n = 1,$$
so the series converges to $1$.
This example shows a useful AP idea: if you can find a formula for $S_n$, then you can determine the fate of the series exactly.
How This Fits Into Infinite Sequences and Series
Infinite series are closely tied to sequences. A sequence is a list of numbers, while a series adds those numbers.
For the sequence $\{a_n\}$:
- If $\lim_{n\to\infty} a_n = 0$, the terms may be suitable for a convergent series.
- If the partial sums $S_n$ approach a limit, the series converges.
- If the partial sums fail to approach a limit, the series diverges.
This relationship is important because later topics in AP Calculus BC build on it:
- Geometric series give a first exact family of convergent series.
- Harmonic and $p$-series provide important examples and counterexamples.
- Convergence tests help analyze more complicated series.
- Error bounds measure how close partial sums are to the true sum.
- Taylor and Maclaurin series represent functions as infinite sums.
- Power series use the same convergence ideas to find intervals of convergence.
So even though this lesson focuses on defining convergence and divergence, it is really the foundation for the entire series unit.
Reasoning Like an AP Calculus BC Student
When students sees a series, a strong strategy is:
- Check whether the terms $a_n$ go to $0$.
- Identify special forms like geometric series or $p$-series.
- Look for a pattern in the partial sums if the series is simple.
- Use a convergence test when needed.
Example Comparison
Consider these two series:
$$\sum_{n=1}^{\infty} \frac{1}{n^2}$$
and
$$\sum_{n=1}^{\infty} \frac{1}{n}.$$
Both have terms that approach $0$, but only the first converges. The first is a $p$-series with $p=2$, which converges; the second is the harmonic series, which diverges.
This comparison teaches an important lesson: the speed at which terms shrink matters.
Conclusion
Defining convergent and divergent infinite series begins with a simple question: do the partial sums approach a finite limit? If yes, the series converges; if not, it diverges. This idea connects directly to sequences, geometric series, the nth-term test, and the more advanced convergence tools used throughout AP Calculus BC. For students, mastering this definition is essential because every later series topic depends on it π.
Study Notes
- An infinite series is written as $\sum_{n=1}^{\infty} a_n$.
- The partial sums are $S_n = \sum_{k=1}^{n} a_k$.
- A series converges if $\lim_{n\to\infty} S_n = L$ for some finite number $L$.
- A series diverges if the partial sums do not approach a finite limit.
- If $\sum_{n=1}^{\infty} a_n$ converges, then $\lim_{n\to\infty} a_n = 0$.
- If $\lim_{n\to\infty} a_n \neq 0$ or does not exist, then $\sum_{n=1}^{\infty} a_n$ diverges.
- The harmonic series $\sum_{n=1}^{\infty} \frac{1}{n}$ diverges even though $\lim_{n\to\infty} \frac{1}{n} = 0$.
- A geometric series $\sum_{n=0}^{\infty} ar^n$ converges when $|r|<1$, and its sum is $\frac{a}{1-r}$.
- Checking partial sums is the most direct way to understand convergence.
- This lesson is the foundation for convergence tests, error bounds, Taylor series, and power series.
