The Binomial Theorem: Your Ultimate Guide

Hey there! Ever looked at something like (a + b)7 and thought, "There has to be a better way to expand this than multiplying it out seven times"? Well, you're in luck! That's exactly what the Binomial Theorem is for. It's a powerful shortcut that helps you expand expressions like this easily and accurately.

In these notes, we'll break down this amazing theorem step-by-step. We'll start with a simple visual tool, learn the main formula, and see how to use it to solve typical exam questions. Don't worry if it looks complicated at first – we'll make it simple and clear. Let's get started!


1. The Building Blocks: Pascal's Triangle and Combinations

Before we jump into the main theorem, let's look at a cool pattern that forms its foundation. It helps to see where the numbers in the expansion come from.

A Visual Start: Pascal's Triangle

Imagine you expand a few simple binomials:

(a + b)0 = 1
(a + b)1 = 1a + 1b
(a + b)2 = 1a2 + 2ab + 1b2
(a + b)3 = 1a3 + 3a2b + 3ab2 + 1b3
(a + b)4 = 1a4 + 4a3b + 6a2b2 + 4ab3 + 1b4

If you just look at the numbers in front (the coefficients), they form a beautiful triangle called Pascal's Triangle.

How to build it:

  1. Start with a 1 at the top.
  2. Each new row starts and ends with a 1.
  3. Every other number is found by adding 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
Row 5:       1   5   10   10   5   1

Notice that the numbers in Row `n` are the coefficients for the expansion of (a + b)n. Pretty cool, right? But what if you need to expand (a + b)20? Building the triangle would take ages! We need a more direct method.

A Quick Review: Combinations (C(n, r))

Remember combinations from your junior form studies? The notation C(n, r) or $$ \binom{n}{r} $$ means "the number of ways to choose r items from a set of n items".

The formula is:

$$ C(n, r) = \binom{n}{r} = \frac{n!}{r!(n-r)!} $$

Where n! (n factorial) means n × (n-1) × ... × 2 × 1. Most calculators have a button for this (often `nCr`).

Connection to Pascal's Triangle:
Each number in Pascal's Triangle is actually a combination value!

For Row n, the numbers (from left to right, starting at position r=0) are:

$$ C(n,0), C(n,1), C(n,2), ..., C(n,n) $$

Example: For Row 4, the numbers are:
C(4,0)=1, C(4,1)=4, C(4,2)=6, C(4,3)=4, C(4,4)=1

This is fantastic because now we don't need to build the whole triangle. We can find any coefficient directly! This is the key that unlocks the Binomial Theorem.

Key Takeaway

Pascal's Triangle gives us the coefficients for binomial expansions. The numbers in the triangle aren't random; they are combination values C(n,r), which we can calculate directly. This allows us to find coefficients for any power, no matter how large.


2. The Binomial Theorem: The Master Formula

Alright, let's put it all together. The Binomial Theorem gives us a complete formula to expand (a + b)n for any positive integer n.

The formula is:

$$ (a+b)^n = \sum_{r=0}^{n} C(n, r) a^{n-r} b^r $$

Okay, that Sigma notation (Σ) might look scary. It just means "sum up all the terms". Let's write it out the long way, which is often easier to understand:

$$ (a+b)^n = C(n,0)a^n b^0 + C(n,1)a^{n-1}b^1 + C(n,2)a^{n-2}b^2 + ... + C(n,n)a^0 b^n $$
Breaking Down the Formula

Let's look at each piece of a single term: $$ C(n, r) a^{n-r} b^r $$

  • C(n, r): This is the binomial coefficient. It's the number part of the term, which we get from the combination formula.
  • an-r: This is the power of the first term in the bracket. Notice its power starts at `n` and decreases by 1 in each subsequent term.
  • br: This is the power of the second term in the bracket. Its power starts at `0` and increases by 1 in each term.
Memory Aid: The Power Check

A super helpful trick to check your work: In every single term of the expansion, the powers of `a` and `b` must add up to `n`.
Example: In the term $$ C(n, r) a^{n-r} b^r $$, the powers are (n-r) and r. And (n-r) + r = n. It always works!

Step-by-Step Example: Expanding (x + 2)4

Let's use the theorem. Don't worry, we'll go slow.

  1. Identify a, b, and n.
    Here, a = x, b = 2, and n = 4.

  2. Write out the structure of the expansion.
    Use the formula as a template. $$ (x+2)^4 = C(4,0)x^4 2^0 + C(4,1)x^3 2^1 + C(4,2)x^2 2^2 + C(4,3)x^1 2^3 + C(4,4)x^0 2^4 $$
  3. Calculate the coefficients C(n, r).
    You can use your calculator or Pascal's Triangle (Row 4).
    C(4,0) = 1
    C(4,1) = 4
    C(4,2) = 6
    C(4,3) = 4
    C(4,4) = 1

  4. Substitute the coefficients and simplify each term.
    Term 1: $$ 1 \cdot x^4 \cdot 1 = x^4 $$ Term 2: $$ 4 \cdot x^3 \cdot 2 = 8x^3 $$ Term 3: $$ 6 \cdot x^2 \cdot 4 = 24x^2 $$ Term 4: $$ 4 \cdot x^1 \cdot 8 = 32x $$ Term 5: $$ 1 \cdot 1 \cdot 16 = 16 $$
  5. Write the final answer.
    $$ (x+2)^4 = x^4 + 8x^3 + 24x^2 + 32x + 16 $$
Common Mistakes to Avoid
  • Forgetting the sign: If you expand (x - 2)4, remember that your 'b' term is -2, not just 2. This means terms with odd powers of 'b' will be negative. E.g., $$ C(4,1)x^3(-2)^1 = -8x^3 $$.
  • Power on the whole term: In (3x + 5y)3, the first term is `a = 3x`. When you calculate `a^3`, it must be `(3x)^3 = 27x^3`, not `3x^3`. The power applies to the number as well!

3. Finding a Specific Term in the Expansion

Most of the time, you won't be asked to write out the full expansion. A more common question is to find a single, specific term, like "the term with x5" or "the constant term".

For this, we use the General Term Formula. It's just one piece of the main Binomial Theorem.

$$ T_{r+1} = C(n, r) a^{n-r} b^r $$
Why Tr+1? A Quick Explanation

This is a small but important detail. We write Tr+1 because the term number is one more than the value of `r`.

  • The 1st term is when r = 0.
  • The 2nd term is when r = 1.
  • The 3rd term is when r = 2.

So, the (r+1)-th term uses `r` in the formula. Don't let it confuse you!

Step-by-Step Example: Finding a specific term

Question: Find the term containing x7 in the expansion of (2x - 1)10.

  1. Identify a, b, n and write the General Term formula.
    a = 2x, b = -1, n = 10.
    The general term is: $$ T_{r+1} = C(10, r) (2x)^{10-r} (-1)^r $$
  2. Isolate the parts with 'x' and set the power to the one you need.
    First, let's tidy up the expression: $$ T_{r+1} = C(10, r) \cdot 2^{10-r} \cdot x^{10-r} \cdot (-1)^r $$ The part with `x` is $$ x^{10-r} $$. We want this power to be 7.
    So, we set up the equation: $$ 10 - r = 7 $$
  3. Solve for r.
    $$ r = 3 $$
  4. Substitute this value of r back into the full General Term formula.
    We need to find the 4th term (since r=3). $$ T_{3+1} = C(10, 3) (2x)^{10-3} (-1)^3 $$ $$ T_4 = C(10, 3) (2x)^7 (-1) $$
  5. Calculate and simplify.
    $$ C(10, 3) = \frac{10 \cdot 9 \cdot 8}{3 \cdot 2 \cdot 1} = 120 $$ $$ T_4 = 120 \cdot (128x^7) \cdot (-1) $$ $$ T_4 = -15360x^7 $$ So, the term containing x7 is -15360x7.
Did you know?

The binomial theorem is used in probability theory. The expansion of (p + q)n where p+q=1 can help calculate the probabilities of getting a certain number of successes in `n` trials. It's a cornerstone of what's called the binomial distribution!


4. Proof of the Binomial Theorem (Using Mathematical Induction)

The syllabus requires us to know how to prove the theorem. We'll use Mathematical Induction, which is a powerful proof technique you've learned. This part is a bit more abstract, so take your time with it.

Proposition P(n): $$ (a+b)^n = \sum_{r=0}^{n} C(n, r) a^{n-r} b^r $$ for all positive integers n.

Step 1: Base Case

Show that P(1) is true.

L.H.S. = $$ (a+b)^1 = a+b $$

R.H.S. = $$ \sum_{r=0}^{1} C(1, r) a^{1-r} b^r = C(1,0)a^1b^0 + C(1,1)a^0b^1 = (1)a(1) + (1)(1)b = a+b $$

Since L.H.S. = R.H.S., P(1) is true.

Step 2: Inductive Hypothesis

Assume P(k) is true for some positive integer k.

That is, we assume: $$ (a+b)^k = \sum_{r=0}^{k} C(k, r) a^{k-r} b^r $$

Step 3: Inductive Step

We need to prove that P(k+1) is true. That is, we need to show:

$$ (a+b)^{k+1} = \sum_{r=0}^{k+1} C(k+1, r) a^{k+1-r} b^r $$

Let's start with the L.H.S. of P(k+1):

$$ (a+b)^{k+1} = (a+b)(a+b)^k $$

Now, substitute our assumption for (a+b)k:

$$ = (a+b) \left( \sum_{r=0}^{k} C(k, r) a^{k-r} b^r \right) $$

Let's expand this out to see what's happening:

$$ = a \left( \sum_{r=0}^{k} C(k, r) a^{k-r} b^r \right) + b \left( \sum_{r=0}^{k} C(k, r) a^{k-r} b^r \right) $$ $$ = \sum_{r=0}^{k} C(k, r) a^{k+1-r} b^r + \sum_{r=0}^{k} C(k, r) a^{k-r} b^{r+1} $$

This is the tricky part. We need to combine the terms. Let's write out the first few terms of each sum:

First sum: $$ C(k,0)a^{k+1} + C(k,1)a^k b^1 + C(k,2)a^{k-1} b^2 + ... $$

Second sum: $$ C(k,0)a^k b^1 + C(k,1)a^{k-1} b^2 + ... $$

Now, let's group terms with the same powers of a and b. For a general term like $$ a^{k+1-j}b^j $$, the coefficient comes from the `r=j` term of the first sum and the `r=j-1` term of the second sum.

The combined coefficient for this term is $$ C(k,j) + C(k, j-1) $$.

Here we use a key identity called Pascal's Identity: $$ C(n,r) + C(n, r-1) = C(n+1, r) $$

So, $$ C(k,j) + C(k,j-1) = C(k+1, j) $$.

By applying this to all the middle terms and including the first term ($$C(k,0)a^{k+1} = C(k+1,0)a^{k+1}$$) and the last term ($$C(k,k)b^{k+1} = C(k+1,k+1)b^{k+1}$$), we get:

$$ (a+b)^{k+1} = \sum_{j=0}^{k+1} C(k+1, j) a^{k+1-j} b^j $$

This is exactly the R.H.S. of P(k+1). So, P(k+1) is true.

Step 4: Conclusion

By the principle of mathematical induction, the Binomial Theorem is true for all positive integers n.


Summary and Key Takeaways

You've made it! Let's quickly review the most important points.

Quick Review Box
  • The Binomial Theorem Formula:
    $$ (a+b)^n = \sum_{r=0}^{n} C(n, r) a^{n-r} b^r $$

  • The General Term Formula (for finding one specific term):
    $$ T_{r+1} = C(n, r) a^{n-r} b^r $$

  • The Power Check: In any term, the power of `a` plus the power of `b` must equal `n`.

  • Watch out for:
    • Negative signs inside the bracket (e.g., `(x-y)`).
    • Coefficients inside the bracket (e.g., `(2x+3y)`). The power applies to them too!

The Binomial Theorem is a fundamental tool in algebra and beyond. Practice using it with different examples, especially finding specific terms, and you'll master it in no time. Good luck!