Welcome to the World of Series!
In this chapter, we are going to explore the beauty of number patterns. Whether it’s a sequence of numbers that grows by adding the same amount or a pattern that doubles every time, Mathematics helps us predict the "next step" and even find the total sum of thousands of numbers in seconds! Don't worry if this seems tricky at first—once you spot the pattern, the rest is just using the right "tool" (formula) for the job.
1. The Binomial Expansion
Sometimes in Math, we need to multiply out brackets like \((a + b)^2\) or \((a + b)^3\). But what if the power is 10 or 20? Multiplying by hand would take forever! The Binomial Expansion is our shortcut for expanding \((a + b)^n\) where \(n\) is a positive integer.
The Ingredients: Factorials and Combinations
Before we expand, we need two special tools:
- Factorial (\(n!\)): This means multiplying a whole number by every whole number below it down to 1. Example: \(4! = 4 \times 3 \times 2 \times 1 = 24\).
- Binomial Coefficient \(\binom{n}{r}\): This is often read as "\(n\) choose \(r\)." It tells us the "weight" or the coefficient of each term. The formula is: \(\binom{n}{r} = \frac{n!}{r!(n-r)!}\).
The Expansion Formula
To expand \((a + b)^n\), we use:
\((a + b)^n = a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + ... + b^n\)
A simple trick to remember: As you move from left to right, the power of \(a\) decreases (\(n, n-1, n-2...\)) and the power of \(b\) increases (\(0, 1, 2...\)). The powers in each term always add up to \(n\)!
Common Mistake to Avoid:
If the bracket has a minus sign, like \((x - 2)^4\), treat your "\(b\)" as \((-2)\). This means the signs in your final answer will usually alternate between positive and negative.
Quick Review:
- \(n!\) is the product of all integers down to 1.
- The total number of terms in the expansion of \((a+b)^n\) is always \(n+1\).
Key Takeaway: The Binomial Expansion is just a systematic way to multiply brackets. Keep track of your powers and your coefficients, and you'll get it right!
2. Arithmetic Progressions (AP)
An Arithmetic Progression is a sequence where the difference between one term and the next is a constant. Think of it like climbing a ladder where every step is the exact same height.
The Basics
- First term (\(a\)): The number the sequence starts with.
- Common difference (\(d\)): The amount we add (or subtract) to get to the next term.
The Formulae
1. To find the \(n\)th term (\(u_n\)):
\(u_n = a + (n - 1)d\)
2. To find the Sum of the first \(n\) terms (\(S_n\)):
\(S_n = \frac{n}{2}[2a + (n - 1)d]\)
or
\(S_n = \frac{n}{2}(a + l)\) where \(l\) is the last term.
Did you know?
If three numbers \(a, b,\) and \(c\) are in an Arithmetic Progression, then \(2b = a + c\). This is because the gap between \(a\) and \(b\) is the same as the gap between \(b\) and \(c\)!
Analogy: Saving money in a jar. If you start with \$10 (\(a=10\)) and add \$5 every week (\(d=5\)), your total savings follow an AP.
Key Takeaway: If you see a sequence adding or subtracting the same amount, use the AP formulas. Always identify \(a\) and \(d\) first!
3. Geometric Progressions (GP)
A Geometric Progression is a sequence where each term is found by multiplying the previous term by a fixed, non-zero number called the common ratio.
The Basics
- First term (\(a\)): The starting number.
- Common ratio (\(r\)): The number we multiply by. To find it, divide any term by the one before it (\(r = \frac{u_2}{u_1}\)).
The Formulae
1. To find the \(n\)th term (\(u_n\)):
\(u_n = ar^{n-1}\)
2. To find the Sum of the first \(n\) terms (\(S_n\)):
\(S_n = \frac{a(1 - r^n)}{1 - r}\) (This works for any \(r\) except \(r=1\)).
How to spot a GP
If three numbers \(a, b,\) and \(c\) are in a Geometric Progression, then \(b^2 = ac\). Example: 2, 6, 18. Here \(6^2 = 36\) and \(2 \times 18 = 36\). Perfect!
Analogy: A bouncing ball. If a ball always bounces back to 50% of its previous height, the heights of the bounces form a GP with \(r = 0.5\).
Key Takeaway: GPs grow (or shrink) very quickly because of multiplication. Always find \(a\) and \(r\) to unlock the rest of the problem.
4. Sum to Infinity (\(S_\infty\))
This is one of the most amazing concepts in Math! If you have a GP where the numbers are getting smaller and smaller (like 100, 50, 25, 12.5...), you can actually add up an infinite number of terms and get a finite answer.
The Condition for Convergence
A sum to infinity only exists if the sequence "converges" (gets closer to zero). This only happens if:
\(-1 < r < 1\) (also written as \(|r| < 1\)).
If \(r = 2\), the numbers just keep getting bigger, so the sum would be infinity!
The Formula
If the condition is met, the Sum to Infinity is:
\(S_\infty = \frac{a}{1 - r}\)
Don't worry if this seems tricky: Just remember that \(S_\infty\) is the "limit" of the sum. The sequence never actually reaches it, but it gets infinitely close.
Common Mistake to Avoid:
Always check if \(|r| < 1\) before using this formula. If the question asks "Explain why this series has a sum to infinity," simply show that \(r\) is between -1 and 1.
Quick Review:
- AP: Adding/Subtracting (\(d\)).
- GP: Multiplying (\(r\)).
- Sum to infinity: Only for GP where \(|r| < 1\).
Key Takeaway: The Sum to Infinity is a simple formula for an infinite process. It’s the "final destination" of a shrinking geometric series.