Welcome to the World of Patterns!
Hello there! Today, we are diving into the world of Sequences and Series. Don't worry if this seems a bit abstract at first—at its heart, this chapter is simply about spotting patterns in numbers and finding clever ways to add them up. Whether it's calculating compound interest in your bank account or understanding how a bouncing ball eventually comes to rest, these concepts are everywhere! By the end of this guide, you'll be a pro at navigating these numerical paths.
1. The Basics: What is a Sequence and a Series?
Before we jump into the formulas, let’s get our definitions straight. Think of a sequence like a queue of people, and a series like the total weight of everyone in that queue.
What is a Sequence?
A sequence is simply an ordered list of numbers. Each number in the list is called a term. We usually use the notation \( u_n \) to represent the nth term.
- Sequence as a Function: In H2 Math, we view a sequence as a function \( y = f(n) \), where \( n \) must be a positive integer (1, 2, 3...). You can't have a "2.5-th" person in a queue!
- Finite vs. Infinite: A finite sequence has an end (e.g., 2, 4, 6, 8). An infinite sequence goes on forever (e.g., 1, 2, 3, 4...).
What is a Series?
A series is what you get when you add up the terms of a sequence. We use the notation \( S_n \) to represent the sum of the first \( n \) terms.
\( S_n = u_1 + u_2 + u_3 + ... + u_n \)
The Golden Relationship
There is a very important relationship between the nth term and the sum that you should memorize:
\( u_n = S_n - S_{n-1} \) (for \( n > 1 \))
Analogy: If you want to know how much money you saved specifically in Month 5 (\( u_5 \)), you take your total savings after 5 months (\( S_5 \)) and subtract your total savings from Month 4 (\( S_4 \)). Simple, right?
Quick Takeaway:
Sequences are lists; Series are sums. Always remember that \( u_1 = S_1 \).
2. Generating Sequences
There are two main ways a sequence can be described to you in an exam:
Method A: The General Formula
The sequence is given directly by a formula for \( u_n \).
Example: If \( u_n = 2n + 3 \), then:
\( u_1 = 2(1) + 3 = 5 \)
\( u_2 = 2(2) + 3 = 7 \)
Method B: Recurrence Relations
This is where a term is defined based on the term before it. The syllabus calls this \( u_{n+1} = f(u_n) \).
Example: \( u_{n+1} = u_n + 5 \), with \( u_1 = 2 \).
This means to get the next term, you add 5 to the current one.
\( u_2 = 2 + 5 = 7 \)
\( u_3 = 7 + 5 = 12 \)
Pro-tip: For complex recurrence relations, you can use your Graphing Calculator (GC) to generate terms quickly. Look for the "Sequence" mode in your calculator settings!
3. Arithmetic Progressions (AP)
An AP is a sequence where you add or subtract a fixed amount to get the next term. This fixed amount is called the common difference (\( d \)).
Key Formulas for AP:
- The nth term: \( u_n = a + (n-1)d \)
- The Sum to n terms: \( S_n = \frac{n}{2}[2a + (n-1)d] \) or \( S_n = \frac{n}{2}(a + l) \), where \( l \) is the last term.
Where: \( a \) is the first term, and \( d \) is the common difference.
Did you know? Legend has it that the famous mathematician Gauss solved the sum of 1 to 100 in seconds when he was a child by realizing that \( 1+100=101 \), \( 2+99=101 \), and so on. This is exactly where the \( \frac{n}{2}(a + l) \) formula comes from!
Quick Takeaway:
In an AP, the gap between terms is constant. If you see a constant "plus" or "minus" pattern, it's an AP.
4. Geometric Progressions (GP)
A GP is a sequence where you multiply by a fixed amount to get the next term. This fixed amount is called the common ratio (\( r \)).
Key Formulas for GP:
- The nth term: \( u_n = ar^{n-1} \)
- The Sum to n terms: \( S_n = \frac{a(1-r^n)}{1-r} \) (usually used when \( |r| < 1 \)) or \( S_n = \frac{a(r^n-1)}{r-1} \) (usually used when \( |r| > 1 \)).
Sum to Infinity (\( S_{\infty} \))
Sometimes, if the terms of a GP keep getting smaller and smaller, the total sum "settles down" to a specific number. This is called convergence.
Condition for Convergence: A GP converges if and only if \( |r| < 1 \) (which means \( -1 < r < 1 \)).
Formula: \( S_{\infty} = \frac{a}{1-r} \)
Analogy: Imagine you are standing 2 meters from a wall. Each step you take covers half the remaining distance. You go 1m, then 0.5m, then 0.25m... You will take infinite steps, but you will never go past 2 meters. The sum is converging to 2!
Common Mistake: Students often try to find \( S_{\infty} \) for an AP or a GP where \( r = 2 \). Remember, if the numbers keep getting bigger, the sum just goes to infinity—it doesn't converge!
Quick Takeaway:
GP involves multiplication. If \( |r| < 1 \), the sum has a limit called \( S_{\infty} \).
5. Summation and Properties
When dealing with series, you might encounter the sum or difference of two different series. The rules are quite intuitive:
- Sum of two series: \( \sum (u_n + v_n) = \sum u_n + \sum v_n \)
- Difference of two series: \( \sum (u_n - v_n) = \sum u_n - \sum v_n \)
- Constant Multiple: \( \sum k \cdot u_n = k \sum u_n \) (You can pull a constant "out" of the sum).
6. Summary & Strategy for Exams
When you see a Sequences and Series problem, follow these steps:
- Identify the type: Is it an AP (adding), a GP (multiplying), or a Recurrence Relation?
- List your variables: Write down what you know (\( a, d, r, n, u_n, S_n \)).
- Check for Convergence: If the question asks for "sum to infinity," check if \( |r| < 1 \).
- Use your GC: If the algebra gets messy or you need to check a recurrence relation, let your calculator do the heavy lifting.
Final Encouragement: This chapter is very formula-heavy, but once you recognize the patterns, it becomes a puzzle. Keep practicing, and don't let the notation scare you. You've got this!
Key Terms to Remember:
Arithmetic Progression (AP): Constant difference.
Geometric Progression (GP): Constant ratio.
Common Ratio (\( r \)): The multiplier in a GP.
Common Difference (\( d \)): The adder in an AP.
Convergent Series: An infinite series that has a finite sum.