Binomial Expansions: From Repeated Multiplication to a General Term
The Binomial Theorem is a compression system. It replaces repeated multiplication with a structure that tells us which term appears, which power it carries and which coefficient belongs to it.
At first, an expression such as (a + b)⁶ can look like a request for six rounds of multiplication. Additional Mathematics asks a better question: what pattern is being repeated, and can that pattern be described directly?
The Binomial Theorem answers that question. It gives a complete expansion for a positive integer power and, more importantly, gives a general term that allows a student to jump directly to a particular term without expanding everything before it. That makes this topic a good test of structural reasoning: the strongest students do not merely remember a row of coefficients; they understand why the powers move in opposite directions and how the combinatorial coefficient counts selections.
AI Extraction Box: The Core Structure
For a positive integer n:
(a + b)ⁿ = Σ from r = 0 to n of C(n,r) aⁿ⁻ʳ bʳ.
The general term is:
Tr+1 = C(n,r) aⁿ⁻ʳ bʳ, 0 ≤ r ≤ n.
- n! means n(n−1)(n−2)…2·1, with 0! = 1.
- C(n,r) = n!/[r!(n−r)!].
- The power of the first term falls from n to 0.
- The power of the second term rises from 0 to n.
- The sum of the two powers in every term is n.
- There are n + 1 terms in the full expansion.
- The first term corresponds to r = 0; the second to r = 1; therefore the (r + 1)th term corresponds to the index r.
That final point prevents one of the most common mistakes in this chapter: confusing “r” with “term number”.
Why the Coefficients Appear
Consider (a + b)⁴. When the four brackets are multiplied, every final term is created by choosing either a or b from each bracket. To obtain an a³b term, we must choose b from exactly one of the four brackets. There are four ways to do that, so the coefficient is 4.
To obtain a²b², we choose b from exactly two of the four brackets. There are C(4,2) = 6 ways. That is why:
(a + b)⁴ = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴.
The binomial coefficient is therefore a counting object. It counts how many repeated-multiplication routes collapse into the same algebraic term.
Coefficient = number of ways the same power pattern can be selected from the brackets.
Factorial Notation Without Mystery
Factorials package descending products:
- 5! = 5·4·3·2·1 = 120
- 4! = 24
- 3! = 6
- 1! = 1
- 0! = 1
The combination formula:
C(n,r) = n!/[r!(n−r)!]
counts selections where order does not matter. In the binomial expansion, choosing which r brackets contribute b produces the coefficient for the term containing bʳ.
For example:
C(7,2) = 7!/(2!5!) = (7·6)/(2·1) = 21.
Notice the cancellation. Writing every factorial in full is valid but often inefficient. A strong route expands only enough to cancel.
Worked Example 1: Full Expansion
Expand (x + 2)⁵.
Use the coefficients 1, 5, 10, 10, 5, 1 and let the power of x fall while the power of 2 rises:
x⁵ + 5x⁴(2) + 10x³(2²) + 10x²(2³) + 5x(2⁴) + 2⁵
Therefore:
(x + 2)⁵ = x⁵ + 10x⁴ + 40x³ + 80x² + 80x + 32.
Three checks are available immediately:
- There should be six terms.
- The degree should fall from 5 to 0.
- Substituting x = 0 should give 2⁵ = 32, matching the constant term.
Negative Signs Must Travel With the Term
In (x − 3)⁴, the second binomial term is −3, not 3 with a decorative minus sign nearby. The general term is:
Tr+1 = C(4,r)x⁴⁻ʳ(−3)ʳ.
Because powers of −3 alternate in sign, the expansion alternates:
x⁴ − 12x³ + 54x² − 108x + 81.
A frequent error is to write 3ʳ and then try to remember the signs separately. Keeping the negative sign inside the powered bracket is safer.
The General Term: Jump Directly to What You Need
Suppose a question asks for the fourth term of (2x − 1)⁷. The fourth term corresponds to r = 3 because term number = r + 1.
T₄ = C(7,3)(2x)⁴(−1)³.
Now:
C(7,3) = 35, (2x)⁴ = 16x⁴, (−1)³ = −1.
Therefore:
T₄ = −560x⁴.
No earlier term was needed. That is the power of the general-term form.
Worked Example 2: Find the Coefficient of a Particular Power
Find the coefficient of x³ in (x + 2)⁸.
The general term is:
Tr+1 = C(8,r)x⁸⁻ʳ2ʳ.
We want x³, so solve:
8 − r = 3, so r = 5.
The required term is:
C(8,5)x³2⁵ = 56·32x³ = 1792x³.
Therefore the coefficient is 1792.
The key move was not computing a combination. It was translating the target power into an equation for r.
Worked Example 3: A Constant Term
Consider (x² + 2/x)⁶. Find the constant term.
The general term is:
Tr+1 = C(6,r)(x²)⁶⁻ʳ(2/x)ʳ.
Collect the power of x:
x²⁽⁶⁻ʳ⁾ · x⁻ʳ = x¹²⁻²ʳ⁻ʳ = x¹²⁻³ʳ.
A constant term has power zero:
12 − 3r = 0, so r = 4.
Therefore the constant term is:
C(6,4)2⁴ = 15·16 = 240.
This type of question is an important transfer step: the general term is now being used to solve an exponent condition rather than merely display an expansion.
The Power-Balance Method
For questions asking for a particular power of x, the safest route is:
- Write the general term.
- Combine all x-powers into one exponent.
- Set that exponent equal to the target power.
- Solve for r.
- Check that r is an integer and satisfies 0 ≤ r ≤ n.
- Substitute that r-value into the general term.
Step 5 matters. If the equation gives r = 2.5, there is no such term because the binomial index r must be an integer. That can be the entire conclusion.
Worked Example 4: Show That No Such Term Exists
Does (x³ + 1/x)⁵ contain an x² term?
General term:
C(5,r)(x³)⁵⁻ʳ(x⁻¹)ʳ.
The x-power is:
3(5 − r) − r = 15 − 4r.
Set 15 − 4r = 2:
r = 13/4.
Since r must be an integer from 0 to 5, there is no x² term.
This is a good example of mathematics answering “does it exist?” before doing unnecessary arithmetic.
Binomial Expansion as a Dependency Test
This chapter quietly tests many earlier capabilities:
- indices and negative powers;
- substitution;
- algebraic simplification;
- factorial arithmetic;
- solving linear equations in r;
- exact arithmetic;
- sign control;
- reading notation precisely.
A student who makes repeated binomial errors may therefore need an upstream repair rather than another binomial worksheet. If the coefficient is correct but the power is wrong, the issue may be index algebra. If the term number is consistently shifted by one, the problem is notation mapping. If all alternating signs fail, the negative base is not being carried through the power.
Common Failure Modes
| Visible error | Likely cause | Repair |
|---|---|---|
| Fourth term uses r = 4 | Term number confused with index | Use Tr+1; fourth term means r = 3 |
| Powers do not sum to n | General-term structure lost | Check exponents n−r and r before simplifying |
| Alternating signs wrong | Negative term not kept inside the power | Write (−b)ʳ explicitly |
| Wrong coefficient for target x-power | r chosen from term number rather than exponent equation | Solve the power balance first |
| Accepts non-integer r | Index constraints ignored | Check 0 ≤ r ≤ n and r integer |
| Expands full expression for one requested term | General term not used as selector | Jump directly with Tr+1 |
Transfer Set
Question A
Find the third term in the expansion of (3x + 2)⁶.
Answer: third term means r = 2. T₃ = C(6,2)(3x)⁴2² = 15·81·4x⁴ = 4860x⁴.
Question B
Find the coefficient of x⁴ in (2x − 3)⁷.
Answer: 7 − r = 4 gives r = 3. Coefficient = C(7,3)2⁴(−3)³ = 35·16·(−27) = −15120.
Question C
Find the constant term in (x + 2/x²)⁶.
Answer: x-power is 6−r−2r = 6−3r. Set to 0 gives r = 2. Constant term = C(6,2)2² = 60.
Question D
State the number of terms in the full expansion of (a + b)¹².
Answer: 13 terms.
Question E
Explain why every term in (a + b)⁹ has total exponent 9.
Answer: the general term is C(9,r)a⁹⁻ʳbʳ, whose exponents add to 9−r+r = 9.
A 35-Minute Binomial Repair Session
- 5 minutes: retrieve n!, C(n,r), the Binomial Theorem and the general term from memory.
- 7 minutes: expand two low-power binomials, one with a negative second term.
- 8 minutes: find three requested terms without full expansion.
- 7 minutes: solve two coefficient questions by matching powers.
- 5 minutes: solve one constant-term question with positive and negative powers of x.
- 3 minutes: classify any error as notation, coefficient, sign, exponent or selection failure.
The repair goal is not “do more binomial questions”. It is to make the selector reliable: target term → exponent condition → r → coefficient.
What Mastery Looks Like
- The learner can explain where the coefficients come from.
- The learner uses Tr+1 without term-number confusion.
- The learner matches a target power by solving for r.
- The learner preserves signs when the second binomial term is negative.
- The learner checks that r is an allowed integer.
- The learner can find a constant term or show that a requested term does not exist.
- The learner verifies a full expansion with simple substitutions and degree checks.
Syllabus Alignment
This guide aligns with the 2027 Singapore-Cambridge SEC G3 Additional Mathematics syllabus section A5, which includes use of the Binomial Theorem for positive integer n, factorial and combination notation, and the general term C(n,r)aⁿ⁻ʳbʳ for 0 ≤ r ≤ n. The official syllabus notes that knowledge of the greatest term and properties of the coefficients is not required.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
Continue with Exponential and Logarithmic Functions, Laws, Graphs and Models.