Lesson 3.3: Arithmetic and Geometric Series; Convergence
Introduction
Welcome, students! In this lesson, we will delve into the fascinating world of sequences and series, specifically focusing on arithmetic and geometric series. Our objectives today are to understand how to sum both finite and infinite series and explore the concept of convergence. π€
Learning Objectives
By the end of this lesson, you should be able to:
- Understand and calculate sums of arithmetic and geometric progressions, both finite and infinite.
- Recognize the condition |r| < 1 for an infinite geometric series to converge.
- Informally recognize convergence and divergence in series.
- Sum arithmetic and finite/infinite geometric series.
- State and apply the convergence condition for a geometric series.
Arithmetic Series
What is an Arithmetic Series?
An arithmetic series is the sum of the terms of an arithmetic sequence, where the difference between consecutive terms is constant. This difference is called the common difference, denoted as $d$.
Formula for an Arithmetic Series
If the first term of an arithmetic series is $a_1$ and the number of terms is $n$, the sum $S_n$ can be calculated using the formula:
$$
$S_n = \frac{n}{2} (2a_1 + (n-1)d)$
$$
Alternatively, it can be expressed as:
$$
$S_n = \frac{n}{2} (a_1 + a_n)$
$$
where $a_n$ is the $n^{th}$ term of the series.
Example of an Arithmetic Series
Let's calculate the sum of the first 10 terms of an arithmetic series where the first term ($a_1$) is 5 and the common difference ($d$) is 3.
- First term: $a_1 = 5$
- Common difference: $d = 3$
- Number of terms: $n = 10$
Using the formula:
$$
S_{10} = $\frac{10}{2}$ ($2 \times 5$ + (10-1) $\times 3$) = 5(10 + 27) = $5 \times 37$ = 185.
$$
So, the sum of the first 10 terms is 185! π
Geometric Series
What is a Geometric Series?
A geometric series is the sum of the terms of a geometric sequence, where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio, denoted as $r$.
Formula for a Finite Geometric Series
For the first term $a_1$ and common ratio $r$, the sum $S_n$ of the first $n$ terms is given by:
$$
S_n = a_$1 \frac{1 - r^n}{1 - r}$ \quad (if \; r
eq 1)
$$
If $r = 1$, then the sum is simply:
$$
$S_n = n \cdot a_1.$
$$
Example of a Finite Geometric Series
Letβs find the sum of the first 5 terms of a geometric series where the first term ($a_1$) is 2 and the common ratio ($r$) is 3.
- First term: $a_1 = 2$
- Common ratio: $r = 3$
- Number of terms: $n = 5$
Using the formula:
$$
S_5 = $2 \frac{1 - 3^5}{1 - 3}$ = $2 \frac{1 - 243}{-2}$ = $2 \frac{-242}{-2}$ = 242.
$$
So, the sum of the first 5 terms is 242! π
Infinite Geometric Series and Convergence
An infinite geometric series continues indefinitely. Its sum is only finite if the absolute value of the common ratio is less than one, i.e., |r| < 1.
Formula for an Infinite Geometric Series
If |r| < 1, the sum $S$ of the infinite geometric series can be calculated as:
$$
$S = \frac{a_1}{1 - r}$
$$
Example of an Infinite Geometric Series
Letβs find the sum of the infinite series where the first term ($a_1$) is 5 and the common ratio ($r$) is 0.5.
- First term: $a_1 = 5$
- Common ratio: $r = 0.5$
Using the formula:
$$
S = $\frac{5}{1 - 0.5}$ = $\frac{5}{0.5}$ = 10.
$$
So, the sum of this infinite series is 10! π
Recognizing Convergence and Divergence
A geometric series diverges if |r| >= 1. This means that instead of approaching a finite sum, the series continues to grow indefinitely. For instance, if $r = 2$, the terms would grow like 2, 4, 8, 16, etc., leading to an infinite sum.
Conclusion
In this lesson, students, you learned about arithmetic and geometric series, their sums, and the importance of the common ratio for convergence. You now have the tools to calculate sums of finite and infinite series, and you understand when a series converges or diverges. Keep practicing, and you'll master this foundational concept!
Study Notes
- Arithmetic Series: Sum of an arithmetic sequence with common difference.
- Formula: $S_n = \frac{n}{2} (2a_1 + (n-1)d)$ or $S_n = \frac{n}{2} (a_1 + a_n)$.
- Geometric Series: Sum of a geometric sequence with common ratio.
- Finite Geometric Series Formula: $S_n = a_1 \frac{1 - r^n}{1 - r}$, if r
eq 1.
- Infinite Geometric Series Formula: $S = \frac{a_1}{1 - r}$, if |r| < 1.
- Convergence Condition: For an infinite geometric series to converge, |r| must be less than 1.
- Divergence: If |r| β₯ 1, the series diverges.
