Series (mathematics) - Foundations of Series
Understand the definition of a series, how convergence (absolute and conditional) is determined, and key examples such as geometric and harmonic series.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the definition of a series in mathematics?
1 of 17
Summary
An Introduction to Series and Their Convergence
What is a Series?
A series is an infinite sum of terms from a sequence. If you have a sequence $\{an\}$, you can write its corresponding series as:
$$\sum{n=1}^{\infty} an = a1 + a2 + a3 + \cdots$$
This notation, called sigma notation, provides a compact way to represent infinite sums. The challenge with series is that we cannot simply add up infinitely many numbers the way we do with finite sums. Instead, we need a more sophisticated approach using the concept of limits.
Understanding Partial Sums
The key to making sense of infinite sums is to consider partial sums. The $n$th partial sum of a series $\sum{k=1}^{\infty} ak$ is defined as:
$$Sn = a1 + a2 + a3 + \cdots + an$$
In other words, $Sn$ is just the sum of the first $n$ terms. As $n$ increases, you're adding more and more terms to your partial sum, gradually building toward the complete infinite series.
The sequence of partial sums $\{S1, S2, S3, \ldots\}$ completely determines the behavior of the series. This is the crucial insight: instead of trying to understand an infinite sum directly, we examine what happens to the finite partial sums as we include more and more terms.
Example: For the series $\sum{n=1}^{\infty} \frac{1}{2^n}$, the first few partial sums are:
$S1 = \frac{1}{2}$
$S2 = \frac{1}{2} + \frac{1}{4} = \frac{3}{4}$
$S3 = \frac{1}{2} + \frac{1}{4} + \frac{1}{8} = \frac{7}{8}$
$S4 = \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \frac{1}{16} = \frac{15}{16}$
Notice how the partial sums are increasing and appear to be approaching 1.
Convergence and Divergence
A series converges when the limit of its partial sums exists and is finite. Formally, we say that $\sum{n=1}^{\infty} an$ converges if:
$$\lim{n \to \infty} Sn = L$$
for some finite number $L$. We call $L$ the sum of the series.
Conversely, a series diverges if the limit of the partial sums does not exist (or is infinite). This could happen in several ways:
The partial sums might increase without bound
The partial sums might oscillate and never settle to a single value
The partial sums might approach different limits depending on how you approach infinity
Key Insight: Understanding whether a series converges or diverges is about asking: "As I keep adding more and more terms, do my partial sums stabilize toward a particular value?"
Common Examples
To build intuition, here are three essential examples you should know:
The Geometric Series: The series $\sum{n=0}^{\infty} r^n$ (where $r$ is a constant) converges when $|r| < 1$, and its sum is:
$$\sum{n=0}^{\infty} r^n = \frac{1}{1-r} \quad \text{(when } |r| < 1\text{)}$$
When $|r| \geq 1$, the series diverges. Geometric series are important because they're one of the few series where we can compute the sum explicitly.
The Harmonic Series: The series $\sum{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \cdots$ diverges, even though the individual terms $\frac{1}{n}$ approach zero. This is a famous counterexample showing that terms approaching zero is not sufficient for convergence.
The Alternating Harmonic Series: The series $\sum{n=1}^{\infty} (-1)^{n+1}\frac{1}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots$ converges to $\ln 2$. This example is crucial because it shows that including alternating signs can rescue a divergent series into convergence.
Absolute vs. Conditional Convergence
Not all convergent series are created equal. There are two important distinctions:
Absolute Convergence: A series $\sum{n=1}^{\infty} an$ is absolutely convergent if the series of absolute values also converges:
$$\sum{n=1}^{\infty} |an| \text{ converges}$$
Absolute convergence is the "strongest" form of convergence. When a series converges absolutely, you have a guarantee: any rearrangement of the terms will produce the same sum. This makes absolutely convergent series behave predictably.
Conditional Convergence: A series is conditionally convergent (or semi-convergent) when it converges, but the series of absolute values diverges. In other words:
$\sum{n=1}^{\infty} an$ converges, but
$\sum{n=1}^{\infty} |an|$ diverges
The alternating harmonic series is a classic example: it converges to $\ln 2$, but $\sum{n=1}^{\infty} \frac{1}{n}$ (the absolute values) diverges.
Why This Matters: Here's the striking difference—a theorem called the Riemann Rearrangement Theorem states that if a series is only conditionally convergent, you can rearrange its terms to make it converge to any real number you choose, or even make it diverge. This shows that conditionally convergent series are fragile: their convergence depends on the order of the terms.
In contrast, absolutely convergent series are robust: rearrangement doesn't matter.
Truncation Error for Alternating Series
When you approximate a series by computing only its first $n$ terms (the $n$th partial sum $Sn$), you introduce an error, called the truncation error (or remainder). The truncation error is:
$$Rn = S - Sn$$
where $S$ is the true sum of the series and $Sn$ is your approximation.
For alternating series that satisfy the alternating series test (decreasing positive terms approaching zero), there's a useful bound: the truncation error in absolute value is bounded by the first omitted term:
$$|Rn| \leq |a{n+1}|$$
This is remarkably practical. It tells you that if you stop after $n$ terms, your error is no larger than the $(n+1)$th term itself.
Example: For the alternating harmonic series $\sum{n=1}^{\infty} (-1)^{n+1}\frac{1}{n}$, if you approximate the sum using only the first 10 terms, your error is at most $\frac{1}{11} \approx 0.091$. This gives you a concrete handle on how accurate your approximation is.
Flashcards
What is the definition of a series in mathematics?
An infinite sum of the terms of an ordered sequence.
How is a series typically represented using sigma notation?
$\sum{n=1}^{\infty} a{n}$
How is the $n$th partial sum $S{n}$ of a series $\sum{k=1}^{\infty} a{k}$ defined?
$S{n}=a{1}+a{2}+\dots +a{n}$
What mathematical object completely determines a series?
The sequence of partial sums.
Under what condition does a mathematical series converge?
When the limit of its partial sums exists as $n$ approaches infinity.
What is the "sum of the series" in the context of convergence?
The limit of the partial sums.
What term describes a series where the limit of the partial sums does not exist?
Divergent series.
When is a series considered to be absolutely convergent?
When the series of the absolute values of its terms converges.
What is the effect of rearranging terms in an absolutely convergent series?
Any rearrangement yields the same sum.
What is the definition of a conditionally convergent (or semi-convergent) series?
A series that converges, but does not converge absolutely.
According to the Riemann series theorem, what can happen when rearranging a conditionally convergent series?
It can be rearranged to produce any real number or to diverge.
How is the truncation error after $n$ terms calculated for a series?
The difference between the sum of the series and its $n$th partial sum.
How is the truncation error bounded for an alternating series that satisfies the alternating series test?
It is bounded in absolute value by the first omitted term.
Under what condition does the geometric series $\sum{n=0}^{\infty} r^{n}$ converge?
When $|r|<1$.
What is the sum of the geometric series $\sum{n=0}^{\infty} r^{n}$ when it converges?
$\frac{1}{1-r}$
Does the harmonic series $\sum{n=1}^{\infty} \frac{1}{n}$ converge or diverge?
It diverges.
What are the convergence properties of the alternating harmonic series $\sum{n=1}^{\infty} (-1)^{n+1}\frac{1}{n}$?
It converges to $\ln 2$.
It is conditionally convergent.
Quiz
Series (mathematics) - Foundations of Series Quiz Question 1: What does semi‑convergent (conditionally convergent) mean?
- The series converges but does not converge absolutely (correct)
- The series diverges
- The series converges absolutely
- The series has only a finite number of non‑zero terms
Series (mathematics) - Foundations of Series Quiz Question 2: How is the nth partial sum of a series defined?
- Sₙ = a₁ + a₂ + … + aₙ (correct)
- The product a₁·a₂·…·aₙ
- The limit of aₙ as n → ∞
- The difference aₙ₊₁ – aₙ
Series (mathematics) - Foundations of Series Quiz Question 3: What property does absolute convergence guarantee about rearranging the terms of a series?
- Any rearrangement of the terms yields the same sum (correct)
- Rearrangements may change the sum if the series is divergent
- Only alternating series retain the same sum after rearrangement
- Rearranging terms can double the sum
Series (mathematics) - Foundations of Series Quiz Question 4: Under what condition does a series converge?
- The limit of its partial sums exists as $n\to\infty$ (correct)
- The sequence of terms approaches zero
- The series is absolutely convergent
- The series has a finite number of non‑zero terms
Series (mathematics) - Foundations of Series Quiz Question 5: Which of the following best describes a mathematical series?
- An infinite sum of the terms of an ordered sequence (correct)
- A finite product of the terms of a sequence
- A list of numbers without any operation applied
- A limit of a sequence as the index approaches infinity
Series (mathematics) - Foundations of Series Quiz Question 6: Which of the following series is conditionally convergent?
- \displaystyle\sum_{n=1}^{\infty} (-1)^{n+1}\frac{1}{n} (correct)
- \displaystyle\sum_{n=0}^{\infty} \left(\tfrac12\right)^{n}
- \displaystyle\sum_{n=1}^{\infty} \frac{1}{n}
- \displaystyle\sum_{n=1}^{\infty} \frac{1}{n^{2}}
Series (mathematics) - Foundations of Series Quiz Question 7: Which of the following is NOT a possible outcome when the terms of a conditionally convergent series are rearranged?
- The series must always converge to its original sum. (correct)
- The series can be made to converge to any prescribed real number.
- The series can be made to diverge to +∞.
- The series can be made to diverge to –∞.
Series (mathematics) - Foundations of Series Quiz Question 8: What is the sum of the infinite geometric series $1+\tfrac12+\big(\tfrac12\big)^2+\big(\tfrac12\big)^3+\dots$?
- 2 (correct)
- 1
- \tfrac12
- It diverges
Series (mathematics) - Foundations of Series Quiz Question 9: Which statement about the harmonic series $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n}$ is correct?
- It diverges. (correct)
- It converges to $\ln 2$.
- It converges absolutely.
- It converges conditionally.
Series (mathematics) - Foundations of Series Quiz Question 10: The alternating harmonic series $\displaystyle\sum_{n=1}^{\infty}(-1)^{n+1}\frac{1}{n}$ converges to what value?
- $\ln 2$ (correct)
- $1$
- It diverges
- $\dfrac{\pi}{4}$
What does semi‑convergent (conditionally convergent) mean?
1 of 10
Key Concepts
Series Concepts
Series
Partial sum
Convergence (mathematics)
Absolute convergence
Conditional convergence
Truncation error
Types of Series
Geometric series
Harmonic series
Alternating series
Theorems and Properties
Riemann series theorem
Definitions
Series
An infinite sum of the terms of an ordered sequence, typically denoted by sigma notation.
Partial sum
The sum of the first n terms of a series, denoted Sₙ, which forms a sequence used to analyze convergence.
Convergence (mathematics)
The property of a series whose sequence of partial sums approaches a finite limit as n → ∞.
Absolute convergence
A series whose series of absolute values converges, guaranteeing that any rearrangement of terms yields the same sum.
Conditional convergence
A series that converges but whose series of absolute values diverges, allowing rearrangements to alter the sum.
Truncation error
The difference between the true sum of an infinite series and its n‑term partial sum.
Geometric series
A series of the form ∑ₙ₌₀^∞ rⁿ, which converges to 1/(1−r) when |r| < 1.
Harmonic series
The divergent series ∑ₙ₌₁^∞ 1/n.
Alternating series
A series whose terms alternate in sign, often analyzed with the alternating series test.
Riemann series theorem
The result that a conditionally convergent series can be rearranged to converge to any real number or to diverge.