Welcome to Binomial Expansion!
Ever looked at an expression like \((x + 2)^2\) and known immediately it's \(x^2 + 4x + 4\)? That’s great! But what if you were asked to expand \((x + 2)^{10}\)? Multiplying that out by hand would take a long time and it would be very easy to make a small mistake that ruins the whole thing.
Binomial Expansion is our mathematical "cheat code." It is a powerful formula that lets us expand brackets with high powers quickly and accurately. In this chapter, we will focus on expanding expressions where the power (which we call \(n\)) is a positive integer (a whole counting number like 1, 2, 3...).
1. The Building Blocks: Factorials and Combinations
Before we jump into the big formula, we need two small tools in our kit. Don't worry if these look new; they are quite simple once you get the hang of them!
Factorials (\(n!\))
A factorial (written with an exclamation mark) simply means "multiply this number by every whole number below it down to 1."
Example: \(4! = 4 \times 3 \times 2 \times 1 = 24\)
Quick Review:
\(3! = 3 \times 2 \times 1 = 6\)
\(1! = 1\)
Important Memory Aid: By definition, \(0! = 1\). It might seem strange, but it makes the formulas work!
Combinations (\(^nC_r\))
This is often called "n choose r." It tells us how many ways we can pick \(r\) items from a group of \(n\). In binomial expansion, these numbers become our coefficients (the numbers in front of the \(x\) terms).
You might see it written in three ways: \(^nC_r\), \(C_n,r\), or \(\binom{n}{r}\). They all mean the same thing!
Did you know? You can find the \(nCr\) button on your scientific calculator! To find \(\binom{5}{2}\), you would press [5] [nCr] [2]. The answer is 10.
Key Properties to Remember:
- \(\binom{n}{0} = 1\) (There is only 1 way to choose nothing!)
- \(\binom{n}{n} = 1\) (There is only 1 way to choose everything!)
Key Takeaway: Factorials and Combinations are just the "ingredients" we need to find the numbers in our expansion.
2. Pascal’s Triangle
If you don't want to use a calculator for combinations, you can use Pascal’s Triangle. It’s a beautiful number pattern where each number 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
The numbers in Row \(n\) of the triangle are exactly the same as the values of \(\binom{n}{r}\). For example, Row 3 gives us the coefficients for expanding something to the power of 3.
Quick Tip: Always remember that the "first" row is actually Row 0. If you are expanding \((a+b)^4\), look for the row that starts with "1, 4..."
Key Takeaway: Pascal’s Triangle is a visual map of the coefficients for your expansion.
3. The Binomial Expansion Formula
Now, let's look at the main event. To expand \((a + bx)^n\), we use this pattern:
\((a + bx)^n = \binom{n}{0}a^n(bx)^0 + \binom{n}{1}a^{n-1}(bx)^1 + \binom{n}{2}a^{n-2}(bx)^2 + \dots + \binom{n}{n}a^0(bx)^n\)
Don't worry if this seems tricky at first! Just look at the rhythm of the formula:
- The Coefficients: These follow the pattern \(\binom{n}{0}, \binom{n}{1}, \binom{n}{2} \dots\)
- The First Term (\(a\)): Starts at power \(n\) and goes down by 1 each time.
- The Second Term (\(bx\)): Starts at power 0 and goes up by 1 each time.
Analogy: Imagine two people on a see-saw. As the power of \(a\) goes down, the power of \(bx\) must go up. The two powers always add up to \(n\).
Step-by-Step Example: Expand \((2 + x)^3\)
Step 1: Identify your parts. Here, \(a = 2\), \(b = 1\), and \(n = 3\).
Step 2: Set up the terms.
Term 1: \(\binom{3}{0}(2)^3(x)^0 = 1 \times 8 \times 1 = 8\)
Term 2: \(\binom{3}{1}(2)^2(x)^1 = 3 \times 4 \times x = 12x\)
Term 3: \(\binom{3}{2}(2)^1(x)^2 = 3 \times 2 \times x^2 = 6x^2\)
Term 4: \(\binom{3}{3}(2)^0(x)^3 = 1 \times 1 \times x^3 = x^3\)
Step 3: Write it out.
\((2 + x)^3 = 8 + 12x + 6x^2 + x^3\)
Key Takeaway: Every term is a "sandwich" made of a combination, a power of the first part, and a power of the second part.
4. Dealing with Negatives and Coefficients
The syllabus mentions expanding \((a + bx)^n\). A common trap is when \(b\) is negative or when there is a number in front of the \(x\).
Common Mistake: The Bracket Trap
If you are expanding \((2 - 3x)^4\), the "second term" is \((-3x)\). When you square or cube this, the whole thing must be raised to the power.
Example: \((-3x)^2\) is \(9x^2\), NOT \(-3x^2\) or \(-9x^2\).
Finding a Specific Term
Sometimes the exam doesn't want the whole expansion. It might ask: "Find the coefficient of the \(x^3\) term in \((2 - 3x)^7\)."
To find the \(x^3\) term, we know the power of the \((-3x)\) part must be 3.
Since the powers must add up to 7, the power of the first term (\(2\)) must be 4.
The coefficient is therefore \(\binom{7}{3}\).
Calculation: \(\binom{7}{3} \times (2)^4 \times (-3x)^3\)
\(35 \times 16 \times (-27x^3) = -15,120x^3\)
The coefficient is -15,120.
Key Takeaway: Always use brackets for the \((bx)\) part to avoid losing minus signs or forgetting to square the number.
5. Link to Probability
Why are we learning this? Aside from being great for algebra, binomial expansion is the foundation for Binomial Probability in Statistics. The coefficients we find (\(^nC_r\)) tell us the number of different ways a certain number of successes can happen in an experiment!
Quick Review Box
1. Factorials: \(n!\) is the product of all integers up to \(n\). Remember \(0! = 1\).
2. Coefficients: Use \(\binom{n}{r}\) or Pascal's Triangle.
3. The Pattern: Powers of \(a\) decrease, powers of \(bx\) increase. Total power is always \(n\).
4. Negatives: Be careful! \((-2)^2 = 4\), but \((-2)^3 = -8\). Always use brackets!
Great job! You've covered the essentials of Binomial Expansion for AS Level. Practice a few expansions with different values of \(a\) and \(b\) to build your confidence!