Introduction to Sequences and Series: The Binomial Expansion
Welcome to one of the most useful "shortcuts" in Pure Mathematics! In this chapter, we focus on the Binomial Expansion. You already know how to expand simple brackets like \( (x + y)^2 \), but what if you had to expand \( (x + y)^{10} \)? Multiplying that out by hand would take forever! The Binomial Expansion gives us a fast, efficient way to expand brackets raised to any positive whole number power. This is a foundational skill that pops up in calculus, probability, and even financial modeling.
1. The Building Blocks: Factorials and Combinations
Before we dive into the expansion itself, we need two vital tools. Don't worry if these look new; they are very simple once you try them.
Factorials \( (n!) \)
A factorial (written as an exclamation mark) simply means multiplying a whole number by every whole number below it, down to 1.
Example: \( 4! = 4 \times 3 \times 2 \times 1 = 24 \).
Quick Review: By definition, \( 0! = 1 \). This might seem weird, but it makes the formulas work!
Combinations \( \binom{n}{r} \)
Often called "n choose r," this is written as \( \binom{n}{r} \) or \( ^nC_r \). It tells us how many ways we can choose \( r \) items from a total of \( n \).
You can find the nCr button on your scientific calculator—it’s your best friend for this chapter!
Did you know? The number of ways to choose a starting 11 for a football team from a squad of 20 is exactly what \( \binom{20}{11} \) calculates!
Key Takeaway: Use your calculator for \( ^nC_r \) to save time and avoid arithmetic errors.
2. Pascal’s Triangle
If you don’t have a calculator handy, you can use Pascal’s Triangle to find the coefficients (the numbers in front of the terms) for your expansion.
To build the triangle:
1. Start with 1 at the top.
2. Each number below is the sum of the two numbers directly above it.
Row 0: 1
Row 1: 1 1
Row 2: 1 2 1
Row 3: 1 3 3 1
Row 4: 1 4 6 4 1
Memory Aid: The second number in each row tells you the power (\( n \)) it belongs to. For example, Row 2 starts "1, 2..." and is used for \( (a+b)^2 \).
3. The Binomial Expansion Formula
For any positive integer \( n \), the expansion of \( (a + bx)^n \) follows a very predictable pattern.
The formula looks like this:
\( (a+bx)^n = a^n + \binom{n}{1}a^{n-1}(bx) + \binom{n}{2}a^{n-2}(bx)^2 + ... + (bx)^n \)
Breaking it down step-by-step:
1. The Coefficients: These come from the \( n \)-th row of Pascal’s Triangle or by using \( \binom{n}{r} \).
2. The First Term (\( a \)): Starts at the highest power (\( a^n \)) and the power decreases by 1 in each term until it disappears.
3. The Second Term (\( bx \)): Starts at power 0 (invisible) and the power increases by 1 in each term until it reaches \( (bx)^n \).
Common Mistake to Avoid: When expanding something like \( (2 + 3x)^4 \), remember to square or cube the entire \( 3x \).
Incorrect: \( 3x^2 \)
Correct: \( (3x)^2 = 9x^2 \)
Key Takeaway: In every single term, the powers of \( a \) and \( bx \) must add up to \( n \).
4. Working with Large Powers
Sometimes the exam won't ask for the full expansion. They might only ask for the "first three terms" or the "coefficient of the \( x^3 \) term."
Step-by-Step for specific terms:
1. Identify the power \( n \).
2. If you need the \( x^2 \) term, your \( (bx) \) part must be raised to the power of 2.
3. This means your \( a \) part must be raised to \( n - 2 \).
4. Your coefficient will be \( \binom{n}{2} \).
5. Multiply them all together: \( \binom{n}{2} \times a^{n-2} \times (bx)^2 \).
Don't worry if this seems tricky at first! Just remember that the power on the \( (bx) \) term is always the same as the number at the bottom of the \( \binom{n}{r} \) bracket.
5. Linking to Binomial Probabilities
The numbers we find in the Binomial Expansion (\( ^nC_r \)) are the same ones used in Binomial Distribution in Statistics!
In Statistics, we use these values to calculate the number of ways a certain number of "successes" can happen in a set number of trials. It’s all the same math, just applied differently.
Quick Review Box:
- Binomial = Two terms (like \( a \) and \( b \)).
- Expansion = Writing it out as a long string of addition.
- \( n \) = The power (must be a positive whole number for this section).
- \( ^nC_r \) = The coefficient (the "multiplier" for the term).
Summary of Key Points
1. The expansion of \( (a+bx)^n \) has \( n+1 \) terms.
2. Use Pascal's Triangle for small powers and the nCr formula for larger ones.
3. Always use brackets when substituting \( (bx) \), especially if \( b \) is a fraction or a negative number.
4. The powers of the two terms in the expansion always sum to the total power of the bracket.