Sequences
Hey students! š Ready to dive into the fascinating world of sequences? This lesson will help you understand what sequences are, explore the two most important types (arithmetic and geometric), and learn how to find patterns and formulas that describe them. By the end of this lesson, you'll be able to identify sequence types, write general formulas, and even calculate sums - skills that are super useful in everything from calculating loan payments to understanding population growth! š
What Are Sequences?
Think of a sequence as a list of numbers that follow a specific pattern or rule. Just like how your favorite playlist has songs in a particular order, sequences have numbers arranged according to mathematical rules! šµ
A sequence can be finite (having a specific number of terms, like the first 10 even numbers: 2, 4, 6, 8, 10, 12, 14, 16, 18, 20) or infinite (going on forever, like all positive even numbers: 2, 4, 6, 8, 10, 12, ...).
Each number in a sequence is called a term. We use subscript notation to identify terms: $a_1$ is the first term, $a_2$ is the second term, $a_n$ is the nth term, and so on. This notation helps us talk about any specific position in the sequence without having to write out all the numbers!
Real-world sequences are everywhere! Your age each year forms a sequence (if you're 16 now, the sequence might be 16, 17, 18, 19, ...), the number of followers on your social media account over time, or even the seating capacity of different sports stadiums can form sequences.
Arithmetic Sequences
An arithmetic sequence is like climbing stairs - you add the same amount each time to get to the next step! šŖ In mathematical terms, it's a sequence where each term after the first is obtained by adding a constant value called the common difference (usually denoted as $d$).
Let's look at some examples:
- 3, 7, 11, 15, 19, ... (common difference $d = 4$)
- 100, 95, 90, 85, 80, ... (common difference $d = -5$)
- 2.5, 5.0, 7.5, 10.0, 12.5, ... (common difference $d = 2.5$)
To find the common difference, simply subtract any term from the term that comes after it: $d = a_{n+1} - a_n$.
The general term formula for an arithmetic sequence is:
$$a_n = a_1 + (n-1)d$$
Where $a_1$ is the first term, $n$ is the position number, and $d$ is the common difference.
Let's say you're saving money and start with $50, then add $25 each week. Your savings form an arithmetic sequence: 50, 75, 100, 125, 150, ... Here, $a_1 = 50$ and $d = 25$. To find how much you'll have in week 10, use the formula: $a_{10} = 50 + (10-1) \times 25 = 50 + 225 = 275$ dollars! š°
Sometimes you need to find the sum of the first $n$ terms of an arithmetic sequence. The formula is:
$$S_n = \frac{n}{2}(2a_1 + (n-1)d)$$
Or alternatively: $S_n = \frac{n}{2}(a_1 + a_n)$
This formula comes in handy for problems like calculating the total distance traveled if you run 1 mile the first day, 2 miles the second day, 3 miles the third day, and so on for 30 days.
Geometric Sequences
While arithmetic sequences add the same amount each time, geometric sequences multiply by the same amount each time - like a snowball effect! āļø Each term after the first is obtained by multiplying the previous term by a fixed, non-zero number called the common ratio (usually denoted as $r$).
Here are some examples:
- 2, 6, 18, 54, 162, ... (common ratio $r = 3$)
- 100, 50, 25, 12.5, 6.25, ... (common ratio $r = 0.5$)
- 1, -4, 16, -64, 256, ... (common ratio $r = -4$)
To find the common ratio, divide any term by the term that comes before it: $r = \frac{a_{n+1}}{a_n}$.
The general term formula for a geometric sequence is:
$$a_n = a_1 \cdot r^{n-1}$$
Where $a_1$ is the first term, $n$ is the position number, and $r$ is the common ratio.
Geometric sequences model many real-world phenomena! For example, if a bacterial population doubles every hour and starts with 100 bacteria, the sequence is: 100, 200, 400, 800, 1600, ... Here, $a_1 = 100$ and $r = 2$. After 8 hours, the population would be: $a_8 = 100 \times 2^{8-1} = 100 \times 2^7 = 100 \times 128 = 12,800$ bacteria! š¦
For the sum of the first $n$ terms of a geometric sequence (when $r \neq 1$):
$$S_n = a_1 \cdot \frac{1-r^n}{1-r}$$
This formula is incredibly useful for calculating compound interest, population growth, or even the total number of people who might see a viral video as it spreads exponentially!
Identifying and Analyzing Sequences
When you encounter a sequence, students, the first step is determining whether it's arithmetic, geometric, or neither. Here's your detective toolkit! š
For arithmetic sequences:
- Check if the differences between consecutive terms are constant
- Look for linear growth patterns
- Common in situations involving steady increases or decreases
For geometric sequences:
- Check if the ratios between consecutive terms are constant
- Look for exponential growth or decay patterns
- Common in situations involving percentages, compound growth, or repeated multiplication
Sometimes sequences can be neither arithmetic nor geometric. For example, the Fibonacci sequence (1, 1, 2, 3, 5, 8, 13, ...) where each term is the sum of the two preceding terms, or quadratic sequences like 1, 4, 9, 16, 25, ... (perfect squares).
Understanding the behavior of sequences helps predict future terms and solve real-world problems. Arithmetic sequences grow linearly (steady rate), while geometric sequences with $|r| > 1$ grow exponentially (accelerating rate), and geometric sequences with $0 < |r| < 1$ decay toward zero.
Conclusion
Sequences are fundamental mathematical tools that help us understand patterns in numbers and model real-world situations. Arithmetic sequences, with their constant differences, are perfect for linear growth scenarios like saving money or steady progress. Geometric sequences, with their constant ratios, excel at modeling exponential phenomena like population growth, compound interest, or viral spread. By mastering the identification techniques and formulas for general terms and sums, you now have powerful tools to analyze patterns and solve practical problems involving sequential data.
Study Notes
⢠Sequence: An ordered list of numbers following a specific pattern
⢠Term: Each individual number in a sequence, denoted as $a_n$ for the nth term
⢠Arithmetic Sequence: Each term found by adding a common difference $d$ to the previous term
⢠Arithmetic General Term: $a_n = a_1 + (n-1)d$
⢠Arithmetic Sum Formula: $S_n = \frac{n}{2}(2a_1 + (n-1)d)$ or $S_n = \frac{n}{2}(a_1 + a_n)$
⢠Common Difference: $d = a_{n+1} - a_n$ (constant for arithmetic sequences)
⢠Geometric Sequence: Each term found by multiplying the previous term by a common ratio $r$
⢠Geometric General Term: $a_n = a_1 \cdot r^{n-1}$
⢠Geometric Sum Formula: $S_n = a_1 \cdot \frac{1-r^n}{1-r}$ (when $r \neq 1$)
⢠Common Ratio: $r = \frac{a_{n+1}}{a_n}$ (constant for geometric sequences)
⢠Identification: Check differences for arithmetic, ratios for geometric sequences
⢠Applications: Arithmetic for linear growth, geometric for exponential growth/decay
