The binomial series extends the familiar binomial expansion into territory where the exponent is no longer a positive integer, and that extension is where the real exam challenge lies

You may already know the binomial expansion for (1 + x)n when n is a positive integer. That expansion terminates after n + 1 terms and works for all values of x. What the edexcel igcse further pure mathematics specification adds is the expansion when n is rational (a fraction or a negative number). In that case the expansion is infinite, and it is valid only when |x| < 1. Understanding that distinction, and being able to apply the expansion confidently in both cases, is essential for the exam.

These edexcel igcse further pure mathematics the binomial series revision notes cover the entire section with clear worked examples, validity conditions, and the most common mistakes students make. As an edexcel igcse further pure mathematics explained resource, the approach is clean and methodical: learn the formula, see it applied, then practise until the pattern becomes automatic.

The binomial expansion for positive integer n

When n is a positive integer, the binomial expansion of (1 + x)n is:

(1 + x)n = 1 + nx + n(n-1)x2/2! + n(n-1)(n-2)x3/3! + ... + xn

This expansion has exactly n + 1 terms and is valid for all values of x.

For (a + b)n, you can factor out an and write it as an(1 + b/a)n, then expand.

Worked example: expanding (1 + x)5

(1 + x)5 = 1 + 5x + 5(4)x2/2! + 5(4)(3)x3/3! + 5(4)(3)(2)x4/4! + x5

= 1 + 5x + 10x2 + 10x3 + 5x4 + x5.

Worked example: finding a specific term

Find the coefficient of x3 in the expansion of (2 + 3x)6.

The general term in (a + b)n is C(n, r) an-r br.

Here a = 2, b = 3x, n = 6, r = 3.

Term = C(6, 3) (2)3 (3x)3 = 20 x 8 x 27x3 = 4320x3.

The coefficient of x3 is 4320.

Pascal's triangle or the formula? For small values of n (up to about 6), Pascal's triangle gives the binomial coefficients quickly: 1, 6, 15, 20, 15, 6, 1 for n = 6. For larger n, or when n is not a positive integer, you must use the formula. In the edexcel igcse further pure mathematics exam, the formula approach is more reliable because it generalises to the rational case.

The binomial expansion for rational n

When n is not a positive integer (for example, n = 1/2, n = -1, n = -3/2), the expansion of (1 + x)n becomes an infinite series:

(1 + x)n = 1 + nx + n(n-1)x2/2! + n(n-1)(n-2)x3/3! + ...

This series is valid only when |x| < 1.

Why the validity condition matters

When n is a positive integer, the expansion terminates, so there is no convergence issue. When n is rational, the expansion has infinitely many terms, and the partial sums only converge to the correct value if |x| < 1. The exam tests this directly: you may be asked to state the range of values of x for which the expansion is valid.

Worked example: expanding (1 + x)-2

Expand (1 + x)-2 up to and including the term in x3, stating the values of x for which the expansion is valid.

Using the formula with n = -2:

1 + (-2)x + (-2)(-3)x2/2! + (-2)(-3)(-4)x3/3!

= 1 - 2x + 3x2 - 4x3 + ...

Valid for |x| < 1.

Worked example: expanding (1 + x)1/2

Expand (1 + x)1/2 up to and including the term in x3.

n = 1/2:

1 + (1/2)x + (1/2)(-1/2)x2/2! + (1/2)(-1/2)(-3/2)x3/3!

= 1 + x/2 + (-1/4)x2/2 + (3/8)x3/6

= 1 + x/2 - x2/8 + x3/16.

Valid for |x| < 1.

Worked example: expanding (4 + x)1/2

Expand (4 + x)1/2 up to the term in x2, and state the values of x for which the expansion is valid.

Factor out 41/2 = 2: (4 + x)1/2 = 2(1 + x/4)1/2.

Now expand (1 + x/4)1/2 using n = 1/2 and replacing x with x/4:

= 1 + (1/2)(x/4) + (1/2)(-1/2)(x/4)2/2! + ...

= 1 + x/8 - x2/128 + ...

Multiply by 2: (4 + x)1/2 = 2 + x/4 - x2/64 + ...

Valid when |x/4| < 1, i.e., |x| < 4.

The most common mistake in the rational case. Students frequently forget to adjust the validity condition when the expression inside the bracket is not simply x. If you expand (1 + 3x)-1, the condition is |3x| < 1, which gives |x| < 1/3. If you expand (9 - x)1/2 = 3(1 - x/9)1/2, the condition is |x/9| < 1, giving |x| < 9. Always state the validity condition for the specific expansion you have performed.

Worked example: using binomial expansion to approximate a value

Use the expansion of (1 + x)1/2 up to the x2 term to estimate \u221a1.08.

Set x = 0.08: (1 + 0.08)1/2 = 1 + (0.08)/2 - (0.08)2/8 = 1 + 0.04 - 0.0008 = 1.0392.

Calculator value: \u221a1.08 = 1.03923..., so the approximation is accurate to 4 decimal places.

Combining the binomial expansion with partial fractions

Some exam questions give you a rational expression such as (5x + 1) / ((1 + x)(1 - 2x)) and ask you to expand it as a series. The approach is to split into partial fractions first, then expand each fraction separately using the binomial series.

Worked example: Express 1 / ((1 + x)(1 - x)) in partial fractions and expand up to the term in x2.

Partial fractions: 1 / ((1 + x)(1 - x)) = A/(1 + x) + B/(1 - x). Covering up: A = 1/2, B = 1/2.

So 1 / ((1 + x)(1 - x)) = (1/2)(1 + x)-1 + (1/2)(1 - x)-1.

(1 + x)-1 = 1 - x + x2 - ... (valid for |x| < 1).

(1 - x)-1 = 1 + x + x2 + ... (valid for |x| < 1).

Adding: (1/2)(1 - x + x2) + (1/2)(1 + x + x2) = 1 + x2.

This makes sense because 1/((1 + x)(1 - x)) = 1/(1 - x2) = (1 - x2)-1 = 1 + x2 + x4 + ...

Practice questions

These edexcel igcse further pure mathematics practice questions on the binomial series will test your fluency. Work through each one before checking the solutions.

  1. Expand (1 - 2x)-3 up to and including the term in x3. State the values of x for which the expansion is valid.
  2. Find the first four terms of the expansion of (8 + 3x)1/3 in ascending powers of x.
  3. Find the coefficient of x4 in the expansion of (1 + x)8.
  4. Use the binomial expansion to find an approximation for (0.98)1/2 correct to 5 decimal places.
  5. Expand (1 + x)-1(1 + 2x)-1 up to the term in x2 by first splitting into partial fractions.

Solutions

Question 1: (1 - 2x)-3 = 1 + (-3)(-2x) + (-3)(-4)(-2x)2/2! + (-3)(-4)(-5)(-2x)3/3! = 1 + 6x + 24x2 + 80x3. Valid for |2x| < 1, i.e., |x| < 1/2.

Question 2: (8 + 3x)1/3 = 2(1 + 3x/8)1/3. Expand with n = 1/3, replacing x with 3x/8: 2[1 + (1/3)(3x/8) + (1/3)(-2/3)(3x/8)2/2! + (1/3)(-2/3)(-5/3)(3x/8)3/3!] = 2[1 + x/8 - x2/64 + 5x3/1536] = 2 + x/4 - x2/32 + 5x3/768.

Question 3: C(8, 4) = 70. The coefficient of x4 is 70.

Question 4: 0.98 = 1 - 0.02, so (0.98)1/2 = (1 + (-0.02))1/2 = 1 + (1/2)(-0.02) + (1/2)(-1/2)(-0.02)2/2 + ... = 1 - 0.01 - 0.00005 - ... = 0.98995 (5 d.p.).

Question 5: 1/((1 + x)(1 + 2x)) = A/(1 + x) + B/(1 + 2x). A = 1, B = -1 (by cover-up). So (1 + x)-1 - (1 + 2x)-1 = (1 - x + x2) - (1 - 2x + 4x2) = x - 3x2. Wait, checking: A/(1+x) + B/(1+2x) = 1/((1+x)(1+2x)). Setting x = -1: A/0 is undefined, use cover-up: x = -1 gives A = 1/(1+2(-1)) = 1/(-1) = -1. x = -1/2 gives B = 1/(1+(-1/2)) = 1/(1/2) = 2. So -1/(1+x) + 2/(1+2x). Expand: -(1 - x + x2) + 2(1 - 2x + 4x2) = -1 + x - x2 + 2 - 4x + 8x2 = 1 - 3x + 7x2.

Self-check questions

  1. Differentiate y = 3x4 - 2x3 + 5x - 7.
  2. Find the gradient of the curve y = x3 - 6x2 + 9x + 1 at the point where x = 2.
  3. A particle moves along a straight line so that its displacement s metres from a fixed point after t seconds is given by s = t3 - 6t2 + 9t. Find expressions for the velocity and acceleration, and determine when the particle is momentarily at rest.
  4. Find the coordinates of the stationary points on the curve y = 2x3 - 9x2 + 12x - 4 and determine their nature.
  5. The curve y = x2 - 4x + 7 has a minimum point. Find its coordinates and verify that it is indeed a minimum by considering the second derivative.

The igcse 4PM1 the binomial series section rewards careful algebraic manipulation and, above all, correct validity statements. These edexcel igcse further pure mathematics notes give you the core methods, with every concept explained step by step. For the binomial series edexcel igcse exam preparation, including edexcel igcse further pure mathematics revision notes and additional practice, explore the Green Bridge CBT platform to build the fluency the exam demands.

Lade die App im Google Playstore herunter.

Alles, was du brauchst, um in JAMB, WAEC & NECO zu glänzen.

Green Bridge CBT Mobile App
Personalisierter KI-Lern-Chat-Assistent
Tausende von IGCSE, JAMB-, WAEC- und NECO-Altklausuren.
Über 1200 Unterrichtsnotizen
Offline-Unterstützung - Lernen jederzeit und überall
Fahrplan der Grünen Brücke
Literaturzusammenfassungen & Potenzielle Fragen
Verfolgen Sie Ihre Leistung und Ihren Fortschritt
Detaillierte Erklärungen für umfassendes Lernen
Kurzfassung

Edexcel IGCSE Further Pure Mathematics revision notes on the binomial series: expansion for positive integer and rational n, validity and worked examples.