Welcome to Binomial Expansions!

Ever had to multiply out \((x + 2)^2\)? That’s easy: \(x^2 + 4x + 4\). But what if you had to do \((x + 2)^{10}\)? Multiplying that many brackets by hand would take forever and is a recipe for making mistakes!

Binomial Expansion is your mathematical "super-shortcut." It’s a way to write out these long expressions quickly using a specific formula. Whether the power is a positive whole number, a fraction, or even a negative number, these notes will help you master the patterns. Don’t worry if it seems like a lot of symbols at first—once you see the pattern, it’s just like following a recipe!

1. The Basics: Factorials and Combinations

Before we jump into the expansions, we need two tools from our "maths toolbox."

Factorials (\(n!\))

The exclamation mark in maths isn't for shouting! It means factorial. You multiply that number by every whole number below it down to 1.
Example: \(4! = 4 \times 3 \times 2 \times 1 = 24\).
Did you know? By definition, \(0! = 1\). It sounds strange, but it makes the formulas work!

Combinations (\({}^nC_r\))

This is a way of choosing \(r\) items from a group of \(n\). On your calculator, look for the nCr button.
The formula is: \( {}^nC_r = \frac{n!}{r!(n - r)!} \)
But honestly? Most of the time, you’ll just use your calculator or Pascal’s Triangle to find these values.

Quick Review:
• \(5! = 120\)
• \({}^4C_2 = 6\) (This means there are 6 ways to pick 2 items from 4).
• \({}^nC_0\) and \({}^nC_n\) are always 1.

2. Expanding \((a + bx)^n\) for Positive Whole Numbers

When \(n\) is a positive integer (like 1, 2, 3...), the expansion is finite—it has a clear start and end. There will always be \(n + 1\) terms.

The Pattern

Think of the expansion as a balanced scale between the first term (\(a\)) and the second term (\(bx\)):
1. The powers of \(a\) start at \(n\) and decrease to 0.
2. The powers of \(bx\) start at 0 and increase to \(n\).
3. The coefficients (the numbers in front) come from \({}^nC_r\).

The Formula:
\( (a + bx)^n = a^n + ({}^nC_1)a^{n-1}(bx)^1 + ({}^nC_2)a^{n-2}(bx)^2 + \dots + (bx)^n \)

Common Mistake to Avoid: When expanding something like \((2 + 3x)^4\), make sure you square or cube the entire \(3x\).
Example: \((3x)^2\) is \(9x^2\), NOT \(3x^2\)!

Key Takeaway:

For positive whole powers, use the \({}^nC_r\) formula. The powers of the first term go down, and the powers of the second term go up.

3. Expanding \((1 + x)^n\) for Any Rational Number

This is where A-Level Maths gets interesting! What if \(n\) is \(-1\) or \(\frac{1}{2}\)?
When \(n\) is negative or a fraction, the expansion never ends! It becomes an infinite series. Because we can't write forever, we usually just find the first few terms.

The "New" Formula

For \((1 + x)^n\), where \(n\) is any number:
\( (1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \dots \)

The Golden Rule: Validity

Because this series goes on forever, it only "works" (converges) if \(x\) is a small number. If \(x\) is too big, the numbers will just keep getting larger and larger!
The expansion is valid only when \(|x| < 1\) (which means \(x\) is between -1 and 1).

Analogy: Imagine a shrinking staircase. If each step is smaller than the one before (\(|x| < 1\)), you eventually reach the bottom. If each step is bigger, you’ll go off into infinity!

Key Takeaway:

Use this specific formula for negative or fractional powers. Always check the validity condition: \(|x| < 1\).

4. The "Divide by \(a\)" Trick for \((a + bx)^n\)

The formula above only works if the bracket starts with a 1. If you have something like \((4 + x)^{\frac{1}{2}}\), you have to force it to start with a 1 first.

Step-by-Step Process:

1. Factor out the \(a\): Pull the number out, but remember it stays under the power \(n\).
\( (a + bx)^n = a^n(1 + \frac{bx}{a})^n \)
2. Expand the inside: Use the \((1 + x)^n\) formula on the part inside the bracket.
3. Multiply back: Multiply every term by the \(a^n\) you pulled out at the start.

Example: To expand \((9 + x)^{\frac{1}{2}}\):
First, write it as \( 9^{\frac{1}{2}}(1 + \frac{x}{9})^{\frac{1}{2}} \).
Since \(9^{\frac{1}{2}} = 3\), you expand \( (1 + \frac{x}{9})^{\frac{1}{2}} \) and then multiply the final answer by 3.

Validity for this version: The expansion is valid when \(|\frac{bx}{a}| < 1\).

Key Takeaway:

Always convert \((a+bx)^n\) into the form \(a^n(1+\dots)^n\) before expanding if \(n\) is not a positive integer.

5. Using Expansions for Approximations

We can use binomial expansions to find approximate values for square roots or reciprocals without a calculator.

How to do it:
1. Expand the expression (usually up to the \(x^2\) or \(x^3\) term).
2. Pick a very small value for \(x\) that makes the bracket equal the number you want to find.
3. Plug that \(x\) value into your expansion.

Example: To find \(\sqrt{1.02}\), use the expansion of \((1 + x)^{\frac{1}{2}}\) and set \(x = 0.02\).

Don't worry if this seems tricky at first! The most important part is choosing an \(x\) value that is within the validity range. If you pick an \(x\) that is too large, your approximation will be completely wrong.

Summary: Common Pitfalls to Avoid

Forgetting Brackets: Squaring \(2x\) gives \(4x^2\), not \(2x^2\).
Sign Errors: Be extra careful when \(n\) or \(x\) is negative. \((-1) \times (-2)\) is positive!
Validity Check: Students often forget to state the range of \(x\) for which the expansion is valid.
Factorial Mix-ups: Remember that \(3! = 6\), not 3.

Quick Review Box:
Positive Integer \(n\): Finite series, use \({}^nC_r\). Valid for all \(x\).
Rational \(n\): Infinite series, starts with \(1 + nx \dots\). Only valid if the "x-part" is between -1 and 1.