Logo
Published on

Ultimate Guide to The Binomial Theorem in HSC Mathematics Extension 1

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

Expanding (x+y)2(x+y)^2 is easy. Expanding (x+y)3(x+y)^3 takes a little more effort. But what if you are asked to expand (x+y)12(x+y)^{12}, or to find the specific coefficient of x6x^6 in a massive expansion? Writing it all out by hand is impossible under exam conditions. This is where The Binomial Theorem comes in.

In the Mathematics Extension 1 course, the Binomial Theorem bridges the gap between basic algebra and advanced combinatorics. This ultimate guide will walk you through the entire Year 11 topic, giving you the algebraic tools to expand massive powers, pinpoint specific terms, and prove complex mathematical identities.

Executive Summary

The "Binomial Theorem" topic (aligned with outcome ME1-11-05) shifts your focus from simple expansions to finding deep structural patterns. You will explore Pascal's triangle, derive the formal Binomial Theorem using combinations (nCr^nC_r), and apply these concepts to find specific terms (like the constant term). The topic culminates in using substitution, coefficient comparison, and combinatorial logic to prove advanced identities.

What is this about?

This detailed guide is broken down into four key areas:

  1. Pascal's Triangle and Combinations: Unlocking the symmetry of binomial expansions and relating them to nCr^nC_r.
  2. The Binomial Theorem Expansion: Deriving and applying the formal formula to expand (x+y)n(x+y)^n.
  3. Finding Specific Terms: How to isolate single coefficients or terms independent of xx without expanding the whole expression.
  4. Proving Identities: Using substitution, comparing coefficients, or combinatorial arguments to prove complex relationships.

Let's dive into the mathematics.


Main Content

1. Pascal's Triangle and Combinations

A binomial is simply an algebraic expression containing exactly two terms (e.g., x+yx+y or 2a3b2a - 3b). A binomial expansion is what happens when you raise that binomial to a power.

If you manually expand (x+y)n(x+y)^n for n=0,1,2,3,4,5n = 0, 1, 2, 3, 4, 5 and look only at the coefficients, you will notice a perfectly symmetric pattern forming a triangle. This is Pascal’s Triangle.

  • Row 0 (n=0n=0): 1
  • Row 1 (n=1n=1): 1, 1
  • Row 2 (n=2n=2): 1, 2, 1
  • Row 3 (n=3n=3): 1, 3, 3, 1
  • Row 4 (n=4n=4): 1, 4, 6, 4, 1

Every number in Pascal's triangle (other than the 1s on the edge) is the sum of the two numbers directly above it.

The magic of the Binomial Theorem is that these coefficients in Pascal's triangle exactly match the combinations formula nCr^nC_r (or (nr)\binom{n}{r}). The coefficient of xnryrx^{n-r}y^r in the expansion of (x+y)n(x+y)^n is exactly nCr^nC_r. Because of this equivalence, we can confirm identities observed in Pascal's triangle algebraically:

  • Symmetry: nCr=nCnr^nC_r = ^nC_{n-r} (The triangle is horizontally symmetrical).
  • Pascal's Identity: nCr=n1Cr1+n1Cr^nC_r = ^{n-1}C_{r-1} + ^{n-1}C_r (A number is the sum of the two above it).

2. The Binomial Theorem Expansion

Instead of relying on drawing a massive triangle, we can formalise the expansion using combinations.

The Formula

For any positive integer nn, the Binomial Theorem states: (x+y)n=nC0xn+nC1xn1y+nC2xn2y2++nCn1xyn1+nCnyn(x + y)^n = ^nC_0 x^n + ^nC_1 x^{n-1}y + ^nC_2 x^{n-2}y^2 + \dots + ^nC_{n-1} xy^{n-1} + ^nC_n y^n Alternatively, written in summation notation, the general term Tk+1T_{k+1} is: Tk+1=nCkxnkykT_{k+1} = ^nC_k x^{n-k}y^k

When applying this theorem, be extremely careful with negative signs and coefficients inside the brackets. For example, to expand (2x3)4(2x - 3)^4, you must substitute (2x)(2x) for xx and (3)(-3) for yy. Always use brackets to avoid algebraic errors!

3. Finding Specific Terms

In HSC exams, you will rarely be asked to write out a full expansion if n>5n > 5. Instead, you will be asked to find a specific term or the term independent of xx (the constant term).

Example Problem: Find the term independent of xx and the coefficient of x6x^6 in the expansion of (2x1x2)12\left(2x - \frac{1}{x^2}\right)^{12}.

Step 1: Write the general term Tk+1T_{k+1} Tk+1=12Ck(2x)12k(x2)kT_{k+1} = ^{12}C_k (2x)^{12-k} \left(-x^{-2}\right)^k Step 2: Group the numbers and the xx powers Tk+1=12Ck×212k×(1)k×x12k×x2kT_{k+1} = ^{12}C_k \times 2^{12-k} \times (-1)^k \times x^{12-k} \times x^{-2k} Tk+1=[12Ck212k(1)k]×x123kT_{k+1} = \left[ ^{12}C_k \cdot 2^{12-k} \cdot (-1)^k \right] \times x^{12-3k} Step 3: Solve for kk

  • For the term independent of xx (where the power is 0): Set 123k=0    k=412 - 3k = 0 \implies k = 4. Substitute k=4k=4 back into the bracketed part to find the constant term.
  • For the coefficient of x6x^6: Set 123k=6    3k=6    k=212 - 3k = 6 \implies 3k = 6 \implies k = 2. Substitute k=2k=2 back into the bracketed part to find the coefficient.

4. Proving Identities

This is the most challenging part of the topic. You must prove identities involving binomial coefficients without using calculus (calculus proofs belong in Extension 2).

Method 1: Substituting Values

By taking the expansion (1+x)n=nC0+nC1x+nC2x2++nCnxn(1+x)^n = ^nC_0 + ^nC_1 x + ^nC_2 x^2 + \dots + ^nC_n x^n and substituting simple values like x=1x=1 or x=1x=-1, you can prove many basic identities.

  • Substituting x=1x=1 proves that the sum of all coefficients is 2n2^n.
  • Substituting x=1x=-1 proves that the alternating sum of coefficients is 00.

Method 2: Comparing Coefficients

You can multiply two polynomial expansions together and compare specific coefficients on both sides. Example: Use (1+x)4(1+x)9=(1+x)13(1+x)^4(1+x)^9 = (1+x)^{13} to show that 4C09C4+4C19C3+4C29C2+4C39C1+4C49C0=13C4^4C_0 ^9C_4 + ^4C_1 ^9C_3 + ^4C_2 ^9C_2 + ^4C_3 ^9C_1 + ^4C_4 ^9C_0 = ^{13}C_4. Approach: Find the coefficient of x4x^4 on the right side (which is directly 13C4^{13}C_4). Then, find the coefficient of x4x^4 on the left side by multiplying the x0x^0 term of the first bracket with the x4x^4 term of the second, the x1x^1 term with the x3x^3 term, etc. Since the expressions are identical, the coefficients must be equal.

Method 3: Combinatorial Arguments

You can prove the exact same identity above using logic. Approach: Imagine a group of 13 people comprising 4 men and 9 women. How many ways can you choose a committee of 4?

  • Method 1: Choose 4 from the total 13, which is 13C4^{13}C_4.
  • Method 2: Break it into cases. (0 men, 4 women) OR (1 man, 3 women) OR (2 men, 2 women) OR (3 men, 1 woman) OR (4 men, 0 women). Calculate the combinations for each case and add them up. Since both methods calculate the same committee, they must be equal!

mini-FAQ page

Q: Do I have to memorise Pascal's Triangle? A: You don't need to memorise it past the first few rows. Because the values in the triangle are exactly nCr^nC_r, it is much faster to calculate the coefficients using the nCrnCr button on your calculator.

Q: What is the difference between "the term" and "the coefficient"? A: If a question asks for the "term in x3x^3", your answer must include the x3x^3 (e.g., 40x3-40x^3). If it asks for the "coefficient of x3x^3", your answer is just the numerical part (e.g., 40-40).

Q: Why do we use (1+x)n(1+x)^n instead of (x+y)n(x+y)^n in proofs? A: Most identity proofs rely on isolating the combinatorial coefficients (nCr^nC_r). Setting the first term to 11 makes all the powers of 11 disappear, leaving a much cleaner equation to manipulate.

Common mistakes to avoid

  • Forgetting the negative sign: When finding the general term of (axb)n(ax - b)^n, students often forget to group the negative sign with the bb. It must be treated as (ax+(b))n(ax + (-b))^n, so your general term includes (b)k(-b)^k.
  • Not separating numbers from variables: When setting up your general term Tk+1T_{k+1}, always pull all the numbers, constants, and signs to the front in one massive bracket, leaving only a single xx term at the end. This prevents algebraic chaos when trying to solve for kk.
  • Confusing combinations with fractions: Ensure you write your combinations as nCr^nC_r or (nr)\binom{n}{r}. Do not write them as fractions nr\frac{n}{r}, as this will instantly lose you marks.

Practice on Vu's Maths Hub

The Binomial Theorem is heavily tested in HSC exams, particularly the "find the specific term" questions and identity proofs.

Ensure you are ready with our resources on Vu's Maths Hub:

  • Practice finding constant terms and manipulating expansions with our HSC Combinatorics booklet.
  • Review step-by-step proofs for the hardest identities in our massive database of Worked Solutions.
  • Test your algebraic stamina under exam conditions with our Extension 1 Trial Papers.

Further Readings

Connect with me

Struggling to wrap your head around combinatorial proofs? Join Vu's Maths Hub today and gain access to our extensive collection of Maths Booklets, Worked Solutions, and Trial Papers tailored specifically to help you master the NSW HSC curriculum.