Welcome to Binomial Expansion!

Ever found yourself staring at something like \((x + 2)^2\) and thinking, "That’s easy, it's just \(x^2 + 4x + 4\)"? But then you see \((x + 2)^{10}\) and feel a bit of a headache coming on? Don't worry! That is exactly where Binomial Expansion comes to the rescue.

In this chapter, we are going to learn a powerful "shortcut" that lets us expand brackets with high powers without having to multiply them manually for hours. Whether you're aiming for an A* or just trying to get your head around the basics, these notes will guide you step-by-step.

Did you know? The word "Binomial" just means "two terms" (like bicycle means two wheels). So, we are simply "expanding" two terms inside a bracket.


1. The Building Blocks: Factorials and Combinations

Before we jump into the big formula, we need two "tools" in our math toolkit. If these seem tricky, just think of them as special buttons on your calculator!

A. Factorials (\(n!\))

The exclamation mark in math isn't because the number is excited! It's called a factorial. It means you multiply that 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\). It sounds weird, but it makes the formulas work!

B. Combinations (\(nCr\) or \(\binom{n}{r}\))

This is a way of calculating how many ways we can choose \(r\) items from a total of \(n\). In binomial expansion, these numbers become our coefficients (the numbers in front of the variables).

The formula for it is: \(\binom{n}{r} = \frac{n!}{r!(n-r)!}\)

Analogy: If you have 5 different candies (\(n=5\)) and you are allowed to pick 2 (\(r=2\)), \(\binom{5}{2}\) tells you how many different pairs you could make.

Key Takeaway: You can find the \(nCr\) button on your scientific calculator (usually above the division sign). Practice finding \(\binom{6}{2}\). You should get 15!


2. Pascal’s Triangle: The Visual Map

If you don't like formulas, you'll love Pascal's Triangle. It’s a triangle of numbers 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

These rows give you the coefficients for the expansion. For example, if you are expanding something to the power of 3, you look at Row 3: 1, 3, 3, 1.

Key Takeaway: Pascal's Triangle is great for small powers like 3 or 4, but for \((a+bx)^{10}\), the \(\binom{n}{r}\) formula is much faster!


3. The Binomial Expansion Formula

The syllabus requires you to expand \((a + bx)^n\) where \(n\) is a positive integer. Here is the general "recipe":

\((a + b)^n = a^n + \binom{n}{1}a^{n-1}b^1 + \binom{n}{2}a^{n-2}b^2 + ... + b^n\)

Don't panic! Just look at the pattern of the powers:
1. The power of the first term (\(a\)) starts high and goes down (\(n, n-1, n-2...\)).
2. The power of the second term (\(b\)) starts at zero and goes up (\(0, 1, 2...\)).
3. The two powers in any term always add up to \(n\).

Step-by-Step Example: Expand \((2 + x)^3\)
Step 1: Identify your parts. \(a = 2\), \(b = x\), and \(n = 3\).
Step 2: Use the coefficients from Pascal's Row 3 (1, 3, 3, 1) or calculate \(\binom{3}{r}\).
Step 3: Set up the terms:
Term 1: \(1 \times (2^3) \times (x^0) = 8\)
Term 2: \(3 \times (2^2) \times (x^1) = 3 \times 4 \times x = 12x\)
Term 3: \(3 \times (2^1) \times (x^2) = 3 \times 2 \times x^2 = 6x^2\)
Term 4: \(1 \times (2^0) \times (x^3) = 1 \times 1 \times x^3 = x^3\)
Final Answer: \(8 + 12x + 6x^2 + x^3\)

Key Takeaway: Always use brackets for your terms, especially if one is negative or has a number attached to \(x\), like \((3x)^2\).


4. Common Pitfalls to Avoid

Even the best students make these mistakes. Keep an eye out for them!

1. The Negative Sign Trap: If you have \((1 - 2x)^3\), treat the second term as \((-2x)\).
Remember: \((-2x)^2\) becomes \(+4x^2\), but \((-2x)^3\) stays negative: \(-8x^3\).
2. Forgetting to Square the Number: In the term \((3x)^2\), you must square both the 3 and the \(x\) to get \(9x^2\). Many students accidentally write \(3x^2\).
3. Starting at \(\binom{n}{1}\) instead of \(\binom{n}{0}\): The very first coefficient is always 1 (which is \(\binom{n}{0}\)).


5. Finding a Specific Term

Sometimes the exam doesn't want the whole expansion. It might just ask: "Find the coefficient of the \(x^3\) term in the expansion of \((2 + 5x)^{10}\)."

To do this, use the General Term formula:
Term containing \(x^r\) is: \(\binom{n}{r} a^{n-r} (bx)^r\)

Example Solution:
• We want \(x^3\), so \(r = 3\).
• \(n = 10, a = 2, bx = 5x\).
• Calculation: \(\binom{10}{3} \times (2^7) \times (5x)^3\)
• \(120 \times 128 \times 125x^3 = 1,920,000x^3\).
• The coefficient is just the number: \(1,920,000\).

Quick Review: The "coefficient" is the number part only. Don't include the \(x\) in your final answer if they only ask for the coefficient!


Summary Checklist

• Can you calculate \(n!\) and \(nCr\) on your calculator?
• Do you remember that powers of \(a\) decrease and powers of \(b\) increase?
• Are you using brackets around negative terms and terms like \(2x\)?
• Do you check that your powers always add up to \(n\)?

Don't worry if this seems like a lot of steps at first. Binomial expansion is like a rhythm—once you get the pattern of the powers and coefficients, it becomes one of the most predictable and satisfying topics in P2!