Understanding Sequences and Series βπ’
In Algebra 2, sequences and series are fundamental concepts. Let's break down the main types and how to work with them.
1. Arithmetic Sequences and Series β
An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant difference is called the common difference, often denoted as $d$.
*
Sequence: A list of numbers in a specific order.
*
Series: The sum of the numbers in a sequence.
Formula for the nth term ($a_n$) of an arithmetic sequence:
$a_n = a_1 + (n - 1)d$
Where:
* $a_n$ is the nth term
* $a_1$ is the first term
* $n$ is the term number
* $d$ is the common difference
Example:
Consider the arithmetic sequence: 2, 5, 8, 11, ...
* $a_1 = 2$
* $d = 5 - 2 = 3$
To find the 10th term ($a_{10}$):
$a_{10} = 2 + (10 - 1) * 3 = 2 + 9 * 3 = 2 + 27 = 29$
Sum of the first n terms ($S_n$) of an arithmetic series:
$S_n = \frac{n}{2}(a_1 + a_n)$
Or, alternatively:
$S_n = \frac{n}{2}[2a_1 + (n - 1)d]$
Example:
Find the sum of the first 10 terms of the sequence 2, 5, 8, 11, ...
$S_{10} = \frac{10}{2}(2 + 29) = 5 * 31 = 155$
2. Geometric Sequences and Series βοΈ
In a geometric sequence, each term is obtained by multiplying the previous term by a constant called the common ratio, denoted as $r$.
Formula for the nth term ($a_n$) of a geometric sequence:
$a_n = a_1 * r^{(n - 1)}$
Where:
* $a_n$ is the nth term
* $a_1$ is the first term
* $n$ is the term number
* $r$ is the common ratio
Example:
Consider the geometric sequence: 3, 6, 12, 24, ...
* $a_1 = 3$
* $r = \frac{6}{3} = 2$
To find the 8th term ($a_8$):
$a_8 = 3 * 2^{(8 - 1)} = 3 * 2^7 = 3 * 128 = 384$
Sum of the first n terms ($S_n$) of a geometric series:
$S_n = \frac{a_1(1 - r^n)}{1 - r}$, where $r \neq 1$
Example:
Find the sum of the first 8 terms of the sequence 3, 6, 12, 24, ...
$S_8 = \frac{3(1 - 2^8)}{1 - 2} = \frac{3(1 - 256)}{-1} = \frac{3(-255)}{-1} = 3 * 255 = 765$
3. Infinite Geometric Series βΎοΈ
An infinite geometric series is a geometric series with an infinite number of terms. The sum of an infinite geometric series can converge to a finite value if the absolute value of the common ratio is less than 1 (i.e., $|r| < 1$).
Formula for the sum of an infinite geometric series:
$S = \frac{a_1}{1 - r}$, where $|r| < 1$
Example:
Consider the infinite geometric series: 4, 2, 1, 0.5, ...
* $a_1 = 4$
* $r = \frac{2}{4} = 0.5$
Since $|0.5| < 1$, the series converges. The sum is:
$S = \frac{4}{1 - 0.5} = \frac{4}{0.5} = 8$
Summary π
- Arithmetic Sequences/Series: Constant difference between terms.
- Geometric Sequences/Series: Constant ratio between terms.
- Infinite Geometric Series: Converges if $|r| < 1$.
Understanding these concepts and formulas will help you solve a wide range of problems in Algebra 2. Practice with examples to solidify your knowledge!