IB Maths AA HL Topic 1 โ€” Number & Algebra Paper 1 & 2 HL 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 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:

The (1 + x)n form  (when |x| < 1) (1 + x)n = 1 + nx + n(n โˆ’ 1)2!x2 + n(n โˆ’ 1)(n โˆ’ 2)3!x3 + โ€ฆ
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
expand (a + b)^n where a, b are known is n a positive integer? YES use regular binomial theorem finite expansion NO is the base already (1 + โ€ฆ)? YES use (1 + x)^n directly valid when |x| < 1 NO factor out a^n first โ†’ then back to YES positive integer n? regular binomial. anything else? extension โ€” factor first if needed.

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 = โˆ’2 use: (1 + x)n = 1 + nx + n(nโˆ’1)/2! ยท x2 + n(nโˆ’1)(nโˆ’2)/3! ยท x3 + โ€ฆ Step 2: Compute each coefficient with n = โˆ’2 term in x: nx = โˆ’2x term in x2: (โˆ’2)(โˆ’3)/2! = 6/2 = 3 โ†’ 3x2 term in x3: (โˆ’2)(โˆ’3)(โˆ’4)/3! = โˆ’24/6 = โˆ’4 โ†’ โˆ’4x3 Step 3: Put it together + state validity (1 + x)โˆ’2 โ‰ˆ 1 โˆ’ 2x + 3x2 โˆ’ 4x3,   valid for |x| < 1 notice 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/2 let y = โˆ’2x, so we want (1 + y)1/2 Step 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 = โˆ’2x y/2 = โˆ’x โˆ’y2/8 = โˆ’(4x2)/8 = โˆ’x2/2 y3/16 = (โˆ’8x3)/16 = โˆ’x3/2 โˆš(1 โˆ’ 2x) โ‰ˆ 1 โˆ’ x โˆ’ x2/2 โˆ’ x3/2,   valid for |2x| < 1, i.e. |x| < 1/2 when 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/2 Step 2: Use the (1 + y)1/2 result with y = x/4 (1 + y)1/2 โ‰ˆ 1 + y/2 โˆ’ y2/8 + y3/16 y = x/4  โ†’  y/2 = x/8 y2/8 = (x2/16)/8 = x2/128 y3/16 = (x3/64)/16 = x3/1024 Step 3: Multiply each term by 2 2 ยท [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| < 4 forgetting 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 = โˆ’3 general 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 = 15 Step 3: Multiply by (โˆ’3)4 = 81 to get the coefficient of x4 15 ร— 81 = 1215 coefficient of x4 = 1215,   valid for |3x| < 1, i.e. |x| < 1/3 all 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/8 Step 2: Pick x to make 1 + x = 1.04 x = 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.0198 actual value is 1.0198039โ€ฆ, so three terms gets us correct to 4 d.p. โ€” this is the practical power of the extension

๐Ÿ’ก Top tips

โš  Common mistakes

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.

Book Free Session โ†’