Welcome to Binomial Expansions!

Have you ever had to multiply out \((a + b)^2\)? You probably know it by heart as \(a^2 + 2ab + b^2\). But what if your teacher asked you to expand \((a + b)^{10}\) or even \((a + b)^{50}\)? Multiplying that many brackets by hand would take forever!

The Binomial Theorem is like a "shortcut" or a magic formula that lets us expand these expressions quickly and accurately. In this chapter, we will learn how to use this theorem to find full expansions or just specific parts of them. Don't worry if it looks like a lot of symbols at first—once you see the pattern, it's as easy as following a recipe!

1. The Building Blocks: Factorials and Combinations

Before we use the theorem, we need two important tools. If you look at your scientific calculator, you'll see buttons for these!

A. Factorials: the "!" Symbol

In math, an exclamation mark isn't for shouting! \(n!\) (read as "n factorial") means multiplying a whole number by every whole number below it down to 1.
Example: \(4! = 4 \times 3 \times 2 \times 1 = 24\)
Example: \(5! = 5 \times 4 \times 3 \times 2 \times 1 = 120\)
Note: By definition, \(0! = 1\).

B. Combinations: "n Choose r"

The notation \(\binom{n}{r}\) represents the number of ways to choose \(r\) items from a group of \(n\) items. You might also see this written as \(^nC_r\) on your calculator.

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

Quick Tip: You don't usually need to calculate this by hand. Use the nCr button on your calculator! For example, to find \(\binom{5}{2}\), press [5] [nCr] [2] [=]. You should get 10.

Key Takeaway: Factorials and combinations are the "ingredients" used to find the coefficients (the numbers in front of the letters) in our expansion.

2. The Binomial Theorem

The Binomial Theorem allows us to expand \((a + b)^n\) where \(n\) is a positive integer.

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

How to spot the pattern:

  • Powers of \(a\): Start at \(n\) and decrease by 1 in each term (e.g., \(a^5, a^4, a^3...\)).
  • Powers of \(b\): Start at 0 and increase by 1 in each term (e.g., \(b^0, b^1, b^2...\)).
  • The Magic Check: In every single term, the powers of \(a\) and \(b\) must add up to \(n\).
  • Number of terms: There are always \(n + 1\) terms in the full expansion. If the power is 4, you will have 5 terms.

Did you know? The coefficients follow a famous pattern called Pascal’s Triangle. Each number is the sum of the two numbers directly above it!

Key Takeaway: To expand, simply decrease the power of the first term while increasing the power of the second term, and use \(\binom{n}{r}\) for the numbers in front.

3. The General Term: Finding a Specific Part

Sometimes, a question won't ask for the whole expansion. It might just ask: "Find the 4th term" or "Find the coefficient of \(x^2\)". For this, we use the General Term formula.

The Formula:
The \((r + 1)\)-th term is: \(T_{r+1} = \binom{n}{r} a^{n-r} b^r\)

Wait! Why is it \(r + 1\)?

This is a common "trap" for students. Because the very first term has \(r = 0\), the term number is always one higher than the value of \(r\).
- If you want the 1st term, \(r = 0\).
- If you want the 4th term, \(r = 3\).
- If you want the 10th term, \(r = 9\).

Example: Find the 3rd term of \((x + 2)^5\).
1. Here, \(n = 5\), \(a = x\), and \(b = 2\).
2. Since we want the 3rd term, \(r = 2\).
3. Plug into the formula: \(T_3 = \binom{5}{2} (x)^{5-2} (2)^2\)
4. Calculate: \(T_3 = 10 \cdot x^3 \cdot 4 = 40x^3\).
The 3rd term is \(40x^3\). The coefficient is \(40\).

Key Takeaway: Always remember that \(r\) is Term Number minus 1!

4. Common Pitfalls and How to Avoid Them

Binomial expansions aren't usually hard, but it's easy to make small "careless" mistakes. Watch out for these:

1. The "Negative Sign" Trap

If your bracket is \((x - 3)^n\), you must treat \(b\) as \(-3\). When you raise a negative number to a power, remember:
- \((-3)^2 = 9\) (Positive)
- \((-3)^3 = -27\) (Negative)
Pro-tip: Always use brackets on your calculator when dealing with negative numbers!

2. The "Independent of \(x\)" Term

If a question asks for the term "independent of \(x\)", it just means the term where the power of \(x\) is zero (\(x^0\)). This is also called the "constant term." To find it, set your total power of \(x\) to 0 and solve for \(r\).

3. Term vs. Coefficient

If the question asks for the term, include the \(x\) (e.g., \(12x^2\)). If it asks for the coefficient, only give the number (e.g., \(12\)).

5. Quick Review Checklist

Before you finish, check if you can:
• Use your calculator to find \(\binom{n}{r}\) and \(n!\).
• Expand a binomial expression like \((1 + 2x)^4\) fully.
• Use the General Term formula \(T_{r+1} = \binom{n}{r} a^{n-r} b^r\) to find specific terms.
• Remember to set \(r = (\text{term number} - 1)\).
• Correctily handle negative signs inside the brackets.

Don't worry if this seems tricky at first! Binomial expansion is all about practice. Once you do three or four full expansions, the pattern will start to feel like second nature.