IB Maths AA HLTopic 1 โ Number & AlgebraPaper 1 & 2HL only~10 min read
Extension of The Binomial Theorem
So far we’ve only expanded (a + b)n when n was a positive whole number โ like 5, 8, or 12. Easy enough. But what if n were a fraction, like 1โ2, or negative, like โ3? Things like โ(1 + x) or 1/(1 โ x)2 can also be expanded as a sum of powers of x โ but the expansion goes on forever, and it only works inside a certain range of x. That’s the extension of the binomial theorem, and it’s HL-only territory. Master the recipe and you’ll have a clean way of approximating roots, reciprocals, and other awkward expressions to whatever accuracy you need.
๐ What you need to know
The extension lets you expand (a + b)n when n is any rational number โ including fractions and negatives โ not just positive integers.
The expansion has infinitely many terms (so you take “the first few” rather than the whole thing).
It only converges when |b| < |a|. If you ignore this, your expansion is meaningless for that value.
The cleanest version is the (1 + x)n form, valid when |x| < 1.
If the expression isn’t already in (1 + something) form โ e.g. โ(4 + x) or 1/(3 โ 2x) โ you must factor out the constant first to get it there.
For positive integer n, the extension formula gives exactly the same answer as the regular binomial theorem (it’s a more general version of the same result).
The formula is in the formula booklet. You don’t need to memorise it โ just know how to apply it cleanly.
The extension formula
Here’s the formula in its book form. It looks busier than the regular binomial theorem, but it’s the same idea โ a coefficient, multiplied by powers of two things โ just with the coefficients written out as products of n‘s instead of nCr.
Extension of the binomial theorem (n โ โ)
(a + b)n = an
[ 1 + nยท(ba) + n(n โ 1)2!ยท(ba)2 + n(n โ 1)(n โ 2)3!ยท(ba)3 + โฆ ]
โ in the formula booklet
And the simpler version โ the one you’ll actually use most of the time โ is what you get when a = 1:
Look at the coefficient pattern. Each new coefficient is the previous one times “next descending integer” times “next x” divided by “next factorial“. Once you’ve written 1, nx, n(nโ1)x2/2!, the next one almost writes itself: n(nโ1)(nโ2)x3/3!. Spot the pattern, and you don’t need to look at the formula again for the rest of the question.
Why validity matters (|x| < 1)
Here’s something genuinely new. When n was a positive integer, the expansion always stopped after a finite number of terms โ so it didn’t matter what x was. But for fractional or negative n, the expansion goes on forever, and it only adds up to the right answer when x is small enough.
Specifically, (1 + x)n only makes sense as an infinite expansion when |x| < 1. Outside this range, the terms get bigger instead of smaller, and the sum doesn’t converge.
๐ค Why does it only work when |x| < 1?
Because each term contains a power of x โ x, then x2, then x3 โ and we want those to shrink as we go further. If |x| < 1, then each new xk is smaller than the last, and the sum settles down to a finite answer. If |x| โฅ 1, the powers grow (or stay equal) and the sum blows up.
The general rule for (a + b)n: the expansion is valid when |b| < |a|, i.e. the second term is smaller in size than the first. After you factor out an, this becomes the |b/a| < 1 condition.
Two scenarios you’ll meet
Almost every exam question on the extension lands in one of two camps. Knowing which camp you’re in is half the work.
Case A โ already in (1 + โฆ) form
(1 + x)n, (1 โ 2x)โ3, โฆ
Just substitute straight into the (1 + x)n formula. Be careful with signs when the inside is “1 โ something”. Validity: |x| < 1 (or whatever the inside variable is).
Case B โ needs factoring first
โ(4 + x), 1โ(3 โ 2x), โฆ
Pull the constant out as a power. E.g. (4 + x)1/2 = 41/2(1 + x/4)1/2 = 2(1 + x/4)1/2. Then expand the bracket using Case A.
Which approach to use
The three-step recipe
Almost every “expand using the extension” question follows the same three steps. Memorise them once and you’re set.
1
Get to (1 + โฆ)n form
If the base isn’t already 1, factor out the constant. E.g. (4 + x)1/2 = 2(1 + x/4)1/2.
2
Substitute and simplify
Plug in the inside expression as x in the (1+x)n formula. Compute each coefficient one at a time, then simplify the powers.
3
State validity
Mention the range of x for which the expansion converges. If you factored out, the condition becomes |inside-thing| < 1.
A note on Step 3. Some questions explicitly ask “for what values of x is this valid?” โ others don’t. Even when not asked, write the validity range anyway. It costs you nothing and protects against a sneaky follow-up later in the question.
Worked examples
WE 1
Expand (1 + x)โ2 up to and including the x3 term
Find the first four terms in the expansion of (1 + x)โ2, and state the values of x for which the expansion is valid.
Step 1: Already in (1 + x)n form, with n = โ2use: (1 + x)n = 1 + nx + n(nโ1)/2! ยท x2 + n(nโ1)(nโ2)/3! ยท x3 + โฆStep 2: Compute each coefficient with n = โ2term in x: nx = โ2xterm in x2: (โ2)(โ3)/2! = 6/2 = 3 โ 3x2term in x3: (โ2)(โ3)(โ4)/3! = โ24/6 = โ4 โ โ4x3Step 3: Put it together + state validity(1 + x)โ2 โ 1 โ 2x + 3x2 โ 4x3, valid for |x| < 1notice the pattern: 1, โ2, 3, โ4 โ coefficients alternate sign and grow by 1 each time
WE 2
Expand (1 โ 2x)1/2 up to x3
Find the first four terms, in ascending powers of x, in the expansion of โ(1 โ 2x). State the validity range.
Step 1: Rewrite โ already (1 + โฆ)n with the “โฆ” being โ2x and n = 1/2let y = โ2x, so we want (1 + y)1/2Step 2: Apply the formula with n = 1/2(1+y)1/2 = 1 + (1/2)y + (1/2)(โ1/2)/2! ยท y2 + (1/2)(โ1/2)(โ3/2)/3! ยท y3 + โฆ= 1 + y/2 โ y2/8 + y3/16 โ โฆStep 3: Substitute y = โ2xy/2 = โxโy2/8 = โ(4x2)/8 = โx2/2y3/16 = (โ8x3)/16 = โx3/2โ(1 โ 2x) โ 1 โ x โ x2/2 โ x3/2, valid for |2x| < 1, i.e. |x| < 1/2when the inside is “1 โ 2x”, validity becomes |2x| < 1 โ divide both sides by 2
WE 3
Expand โ(4 + x) up to x3
Find the first four terms in the expansion of โ(4 + x) in ascending powers of x, and state the validity range.
Step 1: Factor out the 4 (Case B!)(4 + x)1/2 = [4(1 + x/4)]1/2 = 41/2 ยท (1 + x/4)1/2 = 2(1 + x/4)1/2Step 2: Use the (1 + y)1/2 result with y = x/4(1 + y)1/2 โ 1 + y/2 โ y2/8 + y3/16y = x/4 โ y/2 = x/8y2/8 = (x2/16)/8 = x2/128y3/16 = (x3/64)/16 = x3/1024Step 3: Multiply each term by 22 ยท [1 + x/8 โ x2/128 + x3/1024] = 2 + x/4 โ x2/64 + x3/512โ(4 + x) โ 2 + x/4 โ x2/64 + x3/512, valid for |x/4| < 1, i.e. |x| < 4forgetting to multiply through by the 2 at the end is the most common slip in this style of question
WE 4
Coefficient of x4 in (1 โ 3x)โ3
Find the coefficient of x4 in the expansion of (1 โ 3x)โ3.
Step 1: This is (1 + y)n with y = โ3x and n = โ3general coefficient of yr: n(nโ1)(nโ2)โฆ(nโr+1)/r!Step 2: For x4, we need the y4 term (since y4 = (โ3x)4 = 81x4)coefficient of y4 = (โ3)(โ4)(โ5)(โ6)/4!= 360 / 24 = 15Step 3: Multiply by (โ3)4 = 81 to get the coefficient of x415 ร 81 = 1215coefficient of x4 = 1215, valid for |3x| < 1, i.e. |x| < 1/3all four (โn)’s in the numerator are negative, so an even power of y gives a positive result
WE 5
Use the expansion to estimate โ1.04
Use the first three terms of the expansion of (1 + x)1/2 to estimate โ1.04 to four decimal places.
Step 1: Recall the first three terms of (1 + x)1/2(1 + x)1/2 โ 1 + x/2 โ x2/8Step 2: Pick x to make 1 + x = 1.04x = 0.04 (check: |x| = 0.04 < 1 โ)Step 3: Substituteโ 1 + 0.04/2 โ (0.04)2/8= 1 + 0.02 โ 0.0016/8= 1 + 0.02 โ 0.0002 = 1.0198โ1.04 โ 1.0198actual value is 1.0198039โฆ, so three terms gets us correct to 4 d.p. โ this is the practical power of the extension
๐ก Top tips
Always factor out first if the base isn’t 1. The (1 + x)n form is much cleaner. (3 โ x)โ1 becomes (1/3)(1 โ x/3)โ1 โ easy from there.
Write coefficients one at a time. Don’t try to do it in your head โ work out nx, then n(nโ1)x2/2!, then n(nโ1)(nโ2)x3/3! step by step. Sign errors love rushed work.
State validity even when not asked. “Valid for |x| < โฆ” at the end is often a free mark.
If the inside is “1 โ ax”, treat x as “โax”. The minus signs will cascade through the powers โ keep track.
Don’t forget the multiplier when factoring out. If you turned โ(4 + x) into 2(1 + x/4)1/2, the final answer must be multiplied by that 2.
Use the pattern, not the formula, after the first two terms. Each new coefficient is the previous one ร (next descending integer in n) / (next factorial). Saves looking up the booklet.
For approximation problems, choose x small. The smaller |x|, the faster the series converges and the fewer terms you need for accuracy.
โ Common mistakes
Ignoring the sign when the inside is “1 โ ax”. If you treat (1 โ 2x)n as if it were (1 + 2x)n, every odd power has the wrong sign.
Forgetting to factor out first when the base is not 1. Substituting straight into the (1 + x)n formula won’t work for โ(4 + x).
Forgetting to multiply by the constant after factoring. If โ(4 + x) = 2 ยท (something), the final answer needs the 2 carried through every term.
Using the extension when n is a positive integer. Technically valid, but slower โ for positive-integer n, just use the regular binomial theorem.
Stating the wrong validity range. If the variable inside is 2x or x/4, the validity is on that, not on plain x. So |2x| < 1 means |x| < 1/2, not |x| < 1.
Mistreating factorials in the denominators. The x2 term has 2! = 2 in the denominator, the x3 term has 3! = 6 โ easy to mix up. Write them out.
Stopping at too few terms. “Up to and including x3” means four terms total (constant, x, x2, x3). Re-read the question before you stop.
The extension is a topic where the formula does most of the heavy lifting โ your job is mainly to factor cleanly, substitute carefully, and watch the signs. Once you’ve worked through three or four full questions, the recipe becomes second nature: get to (1 + something) form, plug into the formula, simplify, state validity. Notice that this technique connects beautifully to the Taylor series you’ll meet in calculus โ the extension is essentially the Taylor series of (1 + x)n around x = 0. Same idea, different topic. Maths really is one big web of connected results.
Need help with the Extension of the Binomial Theorem?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.