The binomial expansion formula is easy to misremember because it combines three patterns that move at the same time: the coefficient changes, the first exponent decreases, and the second exponent increases. A fourth difficulty is hidden in the notation: the index (r) starts at zero, while the corresponding term is called the ((r+1))th term.
For IB students, the solution is not to memorize the expression as an arbitrary string of symbols. You should understand what each part counts, attach the index (r) consistently to the second term of the binomial, and use structural checks that reveal errors quickly. This article breaks down that method without duplicating the wider syllabus coverage in IB Maths AA Number and Algebra Explained for Exams.
What is the binomial expansion formula?
For a non-negative integer (n), the binomial theorem can be written as
The corresponding general term is
In IB notation, (\binom{n}{r}) may also appear as ({}^nC_r) or (nCr). It is read as “n choose r” and is calculated by
The current IB Mathematics: Analysis and Approaches guide places the ordinary binomial theorem in Topic 1: Number and algebra. The stated content includes expansion of ((a+b)^n) for natural-number indices, Pascal’s triangle, and ({}^nC_r); the guide also says combinations should be found using both the formula and technology. At AA HL, students additionally study the extension to fractional and negative rational indices, but that is a different form of the theorem and normally produces a series rather than the finite expansion examined here.
The ordinary formula is provided in the Mathematics: Analysis and Approaches formula booklet. Nevertheless, you must be able to interpret it accurately, particularly on Paper 1, where technology is not allowed.
Why is the formula so easy to misremember?
Three quantities change in different ways
In the term
three components depend on (r):
ComponentPattern as (r) increasesRole(\binom{n}{r})Changes according to combinationsNumerical coefficient(a^{n-r})Exponent decreases from (n) to (0)First binomial term(b^r)Exponent increases from (0) to (n)Second binomial term
Students often remember two of these patterns but detach the third. For example, they may write the correct coefficient (\binom{n}{2}) but pair it with (a^2b^{n-2}), even though the standard indexing convention requires (a^{n-2}b^2).
The index and term number differ by one
The expansion begins with (r=0), not (r=1). Therefore:
-
(r=0) gives the first term, (T_1)
-
(r=1) gives the second term, (T_2)
-
(r=2) gives the third term, (T_3)
-
in general, (r=k-1) gives the kth term
This is why the formula is written (T_{r+1}), not (T_r). Treating the term number and the index as identical creates one of the most common binomial errors.
The coefficient formula contains the same symbols in another arrangement
The expression (a^{n-r}b^r) and the denominator (r!(n-r)!) use the same pair, (r) and (n-r), but for different purposes. It is easy to copy one pattern into the wrong location or omit one factorial.
The symmetry
can conceal this error because a reversed combination may still produce the same numerical coefficient. The coefficient appears correct, but the powers of (a) and (b) may be attached incorrectly.
Familiar small cases encourage unreliable shortcuts
For ((a+b)^2) and ((a+b)^3), many students remember the finished patterns:
and
These are useful reference points, but they can create the impression that binomial expansion is mainly a coefficient pattern. In expressions such as ((2x-3)^5), most mistakes come from failing to raise the complete terms (2x) and (-3) to their respective powers.
What does each part of the formula mean?
The most reliable interpretation is: choose the second term (r) times.
When ((a+b)^n) is written as a product of (n) identical factors, each term in the expansion is formed by choosing either (a) or (b) from every factor. If (b) is selected from exactly (r) factors, then (a) must be selected from the remaining (n-r) factors.
That immediately explains the powers:
It also explains the coefficient. There are (\binom{n}{r}) different ways to choose which (r) of the (n) factors contribute a (b), so the product occurs (\binom{n}{r}) times.
This interpretation is stronger than a mnemonic because every component follows from one decision:
(r) counts how many times you choose the second term.
From that statement:
-
the second term receives exponent (r)
-
the first term receives exponent (n-r)
-
the number of possible selections is (\binom{n}{r})
How coefficients and exponents become mixed up
Consider the expansion of ((x+2)^4). Its general term is
Writing the first few values in a table makes every pattern visible:
(r)Term positionBinomial coefficientVariable powersSimplified term01st(\binom{4}{0}=1)(x^4 2^0)(x^4)12nd(\binom{4}{1}=4)(x^3 2^1)(8x^3)23rd(\binom{4}{2}=6)(x^2 2^2)(24x^2)34th(\binom{4}{3}=4)(x 2^3)(32x)45th(\binom{4}{4}=1)(x^0 2^4)(16)
Therefore,
Notice that the binomial coefficient is not always the final numerical coefficient. For the third term, (\binom{4}{2}=6), but (2^2=4) also contributes, producing the final coefficient (24).
This distinction matters in IB questions. In ((px+q)^n), the coefficient of a term includes contributions from:
-
the combination (\binom{n}{r})
-
the numerical part of ((px)^{n-r})
-
the numerical part of (q^r)
-
any negative signs
For more focused work on locating individual terms, see the binomial expansion general-term guide.
What changes when the binomial contains subtraction?
Treat subtraction as addition of a negative term:
The general term is therefore
The brackets around (-b) are essential. Even values of (r) produce positive terms, while odd values produce negative terms.
For example, the fourth term of ((2x-3)^5) corresponds to (r=3):
Hence
A student who writes (-3^3) may happen to obtain the correct sign here, but that notation becomes dangerous for even powers. Writing ((-3)^r) preserves the structure and prevents ambiguity.
A reliable IB Maths AA binomial method
For a full expansion, use the following sequence.
-
Identify the complete first and second terms. In ((3x-2y)^6), use (a=3x) and (b=-2y).
-
Write the unsimplified general term:
If only one term or coefficient is requested, do not expand everything. Write the general term, find the power of (x), set it equal to the requested power, and solve for (r). The RevisionDojo worked lesson on finding a term demonstrates this targeted approach.
What checks catch a misremembered formula?
Check the endpoints
Setting (r=0) should give (a^n), while setting (r=n) should give (b^n). If it does not, the exponent pattern is reversed or incomplete.
Check the exponent total
In every term of an ordinary finite expansion,
For instance, every term in ((x+y)^7) has combined degree (7): (x^7), (x^6y), (x^5y^2), and so on. If the exponents add to anything else, the term cannot be correct.
Check the number of terms
Before like terms are combined, ((a+b)^n) has (n+1) terms because (r) takes the values (0,1,\ldots,n). An expansion of a fifth power should therefore have six terms.
Check the coefficient pattern
The binomial coefficients are symmetric. For (n=5), they are
Pascal’s triangle for IB Maths provides a quick way to verify coefficients for modest powers. Remember, however, that these are only the binomial coefficients; constants inside the binomial may change the final numerical coefficients.
Check a simple substitution
After expanding ((a+b)^n), substitute convenient numbers such as (a=1) and (b=1). Both the original expression and the expansion should give (2^n).
For an expression involving subtraction, try a value that makes the original binomial zero. If you expanded ((x-1)^n), substituting (x=1) should make the sum of the expanded terms equal zero.
Common mistakes and their corrections
MistakeWhy it happensCorrectionWriting (T_r) with index (r)Term counting starts at 1, but (r) starts at 0Use (T_{r+1})Using (a^rb^{n-r}) accidentallyThe two exponents are visually similarAttach (r) to the second term consistentlyTreating (\binom{n}{r}) as the final coefficientConstants inside (a) and (b) are ignoredSimplify every numerical factorDropping brackets around a negative termThe minus sign is separated from its powerWrite ((-b)^r)Producing only (n) termsThe initial value (r=0) is forgottenExpect (n+1) termsFinding the wrong requested termThe student sets (r=k) for the kth termUse (r=k-1)Expanding the entire expression unnecessarilyThe general term is not used strategicallySolve for (r) from the required power
These errors are procedural rather than conceptual. Short, mixed practice is more effective than repeatedly copying the formula. RevisionDojo’s binomial theorem videos and topic Questionbank can be used to alternate between full expansions, specific-term questions, and coefficient problems.
How should you remember the formula for an exam?
Use one sentence rather than several disconnected rules:
Choose the second term (r) times, so it has power (r); choose the first term the remaining (n-r) times; count the choices using (\binom{n}{r}).
Then reconstruct
A useful retrieval routine is:
-
write the formula from memory
-
test (r=0) and (r=n)
-
explain why the powers add to (n)
-
apply it immediately to one expression containing a coefficient or negative term
This is better than passive rereading because it tests both recall and interpretation. RevisionDojo’s guidance on mathematics flashcards can help structure this kind of active recall, while Jojo AI can check your explanation or identify where an incorrect term first departs from the pattern.
Conclusion
The binomial expansion formula is easy to misremember because its coefficient and two exponents all depend on the same index, while the index itself is one less than the term number. The most secure approach is to interpret (r) as the number of times the second binomial term is selected, rather than memorizing the symbols in isolation.
In an exam, write the complete terms in brackets, use (T_{r+1}=\binom{n}{r}a^{n-r}b^r), and check the endpoints, total degree, signs, and number of terms. Once the structure is clear, RevisionDojo Flashcards can reinforce retrieval and the binomial Questionbank can develop accurate application under exam conditions.
