【Math B】From Foundations to Applications of Sequences: Let’s Solve the Number Puzzle!
Hello! Let's work together to tackle one of the major hurdles in Math B: "Sequences."
When you hear the word "sequence," you might imagine a wall of complex formulas. But in reality, it's just like a "puzzle where you find the rule behind a row of numbers."
It might feel tough at first, but once you grasp the patterns, it becomes as fun as solving a puzzle! Let’s take it one step at a time.
1. The Basics of Sequences and "Arithmetic Sequences"
A sequence is literally "a series of numbers arranged in a row." Among these, the simplest type is the arithmetic sequence.
What is an arithmetic sequence?
It’s a sequence that "increases (or decreases) by the same amount", such as "3, 5, 7, 9, ...". This constant difference is called the common difference.
Example: If it starts at 3 and increases by 2 each time, the first term is 3, and the common difference is 2.
【Formula for the General Term (\( n \)-th number)】
Letting the first term be \( a \) and the common difference be \( d \), the \( n \)-th term \( a_n \) is:
\( a_n = a + (n-1)d \)
【Pro-tip】
Why \( (n-1) \)? Because "to get from the 1st term to the \( n \)-th term, there are only \( n-1 \) 'differences' between them!"
(Example: When there are 3 houses in a row, there are only 2 spaces between them, right?)
【Formula for the Sum of an Arithmetic Sequence】
The sum \( S_n \) up to the \( n \)-th term is:
\( S_n = \frac{1}{2}n(\text{first term} + \text{last term}) \)
or
\( S_n = \frac{1}{2}n\{2a + (n-1)d\} \)
Fun Fact:
It is said that the genius mathematician Gauss, while still in elementary school, solved the problem of adding numbers from 1 to 100 instantly by pairing them up: "1+100=101, 2+99=101...". This is the logic behind the sum formula!
Summary for this section:
An arithmetic sequence follows the rule of adding a constant number!
2. Growing Doubly Fast: "Geometric Sequences"
Next, let's enter the world of multiplication. Geometric sequences grow or shrink by a constant ratio.
What is a geometric sequence?
It’s a sequence where you "keep multiplying by the same number," like "2, 6, 18, 54, ...". This number you multiply by is called the common ratio.
Example: Bacteria doubling in number is a perfect image of a geometric sequence.
【Formula for the General Term】
Letting the first term be \( a \) and the common ratio be \( r \):
\( a_n = ar^{n-1} \)
【Formula for the Sum of a Geometric Sequence】
When \( r \neq 1 \):
\( S_n = \frac{a(r^n - 1)}{r - 1} \) or \( S_n = \frac{a(1 - r^n)}{1 - r} \)
※Feel free to use whichever is easier to calculate (the one where the denominator results in a positive number)!
Common Mistake:
When the common ratio \( r \) is 1, you cannot use this formula (because you'd be dividing by zero!). When \( r=1 \), you are simply adding \( a \) to itself \( n \) times, so the formula becomes \( S_n = na \).
Summary for this section:
A geometric sequence follows the rule of multiplying by a constant number!
3. A Handy Symbol for Sums: "Summation (\( \sum \))"
Things might look a bit intimidating from here, but don't be scared!
\( \sum \) is just a command button that says "Add everything up!"
【Basic Formulas】
Memorizing these will make your calculations much easier:
1. \( \sum_{k=1}^n c = nc \) (Adding a constant repeatedly)
2. \( \sum_{k=1}^n k = \frac{1}{2}n(n+1) \)
3. \( \sum_{k=1}^n k^2 = \frac{1}{6}n(n+1)(2n+1) \)
4. \( \sum_{k=1}^n k^3 = \{\frac{1}{2}n(n+1)\}^2 \)
【Pro-tip】
The most important property of \( \sum \) calculations is that you can "break them apart to solve." Treat them just like polynomial calculations!
4. Focus on the Difference: "Sequences of Differences"
When you look at a sequence and think, "This isn't addition or multiplication...", try writing out the "difference between each number." That is a sequence of differences.
【Formula】
If the sequence of differences for sequence \( \{a_n\} \) is \( \{b_n\} \), then for \( n \geqq 2 \):
\( a_n = a_1 + \sum_{k=1}^{n-1} b_k \)
Common Mistake:
When using this formula, always include the note "for \( n \geqq 2 \)" and don't forget to check if the formula also holds for \( n=1 \) at the end! Missing this step is a common way to lose points.
5. Thinking Like Dominoes: "Recurrence Relations"
A recurrence relation is a rule that shows "how to create the next term from the previous term."
Representative patterns:
1. \( a_{n+1} = a_n + d \) → Arithmetic sequence (Add \( d \) to get to the next term)
2. \( a_{n+1} = ra_n \) → Geometric sequence (Multiply by \( r \) to get to the next term)
3. \( a_{n+1} = pa_n + q \) → The type that uses characteristic equations.
Set \( \alpha = p\alpha + q \) to find \( \alpha \), then rewrite it in the form \( a_{n+1} - \alpha = p(a_n - \alpha) \).
Tip for remembering:
Think of a recurrence relation like a "relay baton pass." Once you know how the baton is passed (the rule), you know exactly what state each runner is in.
6. Mathematical Induction
The last topic is your strongest weapon for "proving that a formula is true for all natural numbers."
【Two Steps for Proof】
Step [1]: Show that it holds true for \( n=1 \).
Step [2]: Assume it holds true for \( n=k \), and then prove that it must also hold true for \( n=k+1 \).
Analogy:
This is exactly like "infinite falling dominoes!"
- The 1st domino falls (Step 1).
- There is a mechanism where "if the previous domino falls, the next one is guaranteed to fall" (Step 2).
If you can prove these two things, you have proven that every single domino will fall!
Summary for this section:
Mathematical induction is a two-step process: "Confirm the 1st one" and "Confirm the baton pass."
Finally...
With sequences, instead of just memorizing formulas, it’s important to always be aware: "What term am I trying to find right now?" or "Am I looking for the sum?"
This is an area where calculation errors are common, so get into the habit of plugging in simple numbers (like \( n=1, 2, 3 \)) to check if your answer makes sense.
I'm rooting for you—you've got this!