Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: The Binomial Expansion (Positive, Fractional & Negative Powers with Validity)
Source: https://www.fatskills.com/gcse-math/chapter/how-to-solve-the-binomial-expansion-positive-fractional-negative-powers-with-validity

How to Solve: The Binomial Expansion (Positive, Fractional & Negative Powers with Validity)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: The Binomial Expansion (Positive, Fractional & Negative Powers with Validity)

Complete Guide for GCSE/A-Level Maths


Introduction

"Mastering binomial expansion unlocks 6–8 marks on your A-Level exam—enough to boost your grade by a whole level. It’s the tool engineers use to model rocket trajectories, economists use to predict growth, and even AI uses to approximate complex functions. Today, you’ll learn how to expand expressions like (2 + 3x)⁵ or (1 – x)⁻² in under 60 seconds—and spot when the expansion is valid."


What You Need To Know First

Before starting, you must understand: 1. Factorials – What 5! means and how to simplify expressions like 6! / (2! × 4!). 2. Indices rules – How to handle negative and fractional powers (e.g., x⁻² = 1/x², x¹ᐟ² = √x). 3. Inequalities – How to solve |x| < 1 and interpret "valid for" statements.


Key Vocabulary

Term Plain-English Definition Quick Example
Binomial An expression with two terms. (a + b), (2x – 3y)
Expansion Writing the binomial as a sum of terms. (a + b)² = a² + 2ab + b²
General term The nth term in the expansion, written using n. Tₙ₊₁ = (ⁿᵏ) aⁿ⁻ᵏ bᵏ
Validity The range of x for which the expansion is accurate. (1 + x)⁻¹ is valid for
Pascal’s Triangle A number pattern that gives binomial coefficients. Row 3: 1 3 3 1 → (a + b)³
nCr (Combination) "n choose r" – the number of ways to pick r items. 4C2 = 6

Formulas To Know

1. Binomial Expansion for Positive Integer Powers

(a + b)ⁿ = Σ (ⁿᵏ) aⁿ⁻ᵏ bᵏ, where k = 0 to n - a, b: Terms in the binomial. - n: Positive integer power. - (ⁿᵏ): Binomial coefficient = n! / (k!(n – k)!). - MEMORISE THIS (but the formula is often given on exam sheets).

2. General Term (Tₙ₊₁)

Tₙ₊₁ = (ⁿᵏ) aⁿ⁻ᵏ bᵏ - Used to find a specific term (e.g., the 4th term). - MEMORISE THIS (not always given).

3. Binomial Expansion for Fractional/Negative Powers

(1 + x)ⁿ = 1 + nx + n(n–1)x²/2! + n(n–1)(n–2)x³/3! + … - n: Can be negative or a fraction. - Valid for |x| < 1 (unless n is a positive integer). - GIVEN ON EXAM SHEET (but you must know how to use it).


Step-by-Step Method

For Positive Integer Powers (e.g., (2 + 3x)⁵)

  1. Identify a, b, and n from the binomial (a + b)ⁿ.
  2. Write the expansion formula: (a + b)ⁿ = Σ (ⁿᵏ) aⁿ⁻ᵏ bᵏ.
  3. Calculate coefficients using nCr or Pascal’s Triangle.
  4. Substitute a and b into each term.
  5. Simplify each term (powers, multiplication).
  6. Write the full expansion in order (k = 0 to n).

For Fractional/Negative Powers (e.g., (1 – 2x)⁻³)

  1. Rewrite the binomial in the form (1 + x)ⁿ (e.g., (1 – 2x)⁻³ = (1 + (–2x))⁻³).
  2. Check validity: |x| < 1 / |coefficient of x| (e.g., |–2x| < 1 → |x| < 0.5).
  3. Write the expansion formula:
    (1 + x)ⁿ = 1 + nx + n(n–1)x²/2! + n(n–1)(n–2)x³/3! + …
  4. Substitute x and n into the formula.
  5. Simplify each term (factorials, powers).
  6. Write the first 3–4 terms (exams rarely ask for more).
  7. State the validity range (e.g., "Valid for |x| < 0.5").

Worked Examples

Example 1 – Basic (Positive Integer Power)

Expand (2 + x)⁴ fully.

Step 1: Identify a = 2, b = x, n = 4. Step 2: Formula: (2 + x)⁴ = Σ (⁴ᵏ) 2⁴⁻ᵏ xᵏ. Step 3: Coefficients (⁴ᵏ): 4C0=1, 4C1=4, 4C2=6, 4C3=4, 4C4=1. Step 4: Substitute: - k=0: 1 × 2⁴ × x⁰ = 16 - k=1: 4 × 2³ × x¹ = 32x - k=2: 6 × 2² × x² = 24x² - k=3: 4 × 2¹ × x³ = 8x³ - k=4: 1 × 2⁰ × x⁴ = x⁴ Step 5: Combine: 16 + 32x + 24x² + 8x³ + x⁴.

What we did and why: We used the binomial theorem for positive integer powers, calculated coefficients with nCr, and substituted systematically. No validity check is needed here because n is a positive integer.


Example 2 – Medium (Fractional Power)

Find the first 3 terms of (1 + 3x)¹ᐟ² and state the validity.

Step 1: Rewrite as (1 + x)ⁿ form: n = ½, x → 3x. Step 2: Validity: |3x| < 1 → |x| < 1/3. Step 3: Formula: (1 + 3x)¹ᐟ² = 1 + (½)(3x) + (½)(–½)(3x)²/2! + … Step 4: Simplify: - 1st term: 1 - 2nd term: (½)(3x) = 1.5x - 3rd term: (½)(–½)(9x²)/2 = –2.25x²/2 = –1.125x² Step 5: Final expansion: 1 + 1.5x – 1.125x² + … Step 6: Validity: |x| < 1/3.

What we did and why: We used the fractional power expansion formula, substituted carefully, and simplified step-by-step. The validity check ensures the expansion is mathematically correct.


Example 3 – Exam-Style (Negative Power)

Find the coefficient of x² in the expansion of (2 – x)⁻³, valid for |x| < 2.

Step 1: Rewrite as (1 + x)ⁿ form: (2 – x)⁻³ = 2⁻³ (1 – x/2)⁻³ = (1/8)(1 + (–x/2))⁻³. Step 2: Validity: |–x/2| < 1 → |x| < 2. Step 3: Formula: (1 + (–x/2))⁻³ = 1 + (–3)(–x/2) + (–3)(–4)(–x/2)²/2! + … Step 4: Simplify x² term: - 3rd term: (–3)(–4)(x²/4)/2 = (12x²/4)/2 = 3x²/2 Step 5: Multiply by 1/8: (1/8)(3x²/2) = 3x²/16. Step 6: Coefficient of x² = 3/16.

What we did and why: We rewrote the binomial to match the formula, expanded carefully, and isolated the x² term. The validity check confirms the expansion is valid for the given range.


Common Mistakes

Mistake Why it Happens Correct Approach
Forgetting the validity range Students assume all expansions are valid. Always check
Mixing up a and b in (a + b)ⁿ Writing terms in the wrong order. Always write (a + b)ⁿ, not (b + a)ⁿ, to match the formula.
Incorrect nCr calculation Misapplying n! / (k!(n–k)!). Double-check with Pascal’s Triangle for small n.
Ignoring the general term Missing terms when asked for a specific one. Use Tₙ₊₁ = (ⁿᵏ) aⁿ⁻ᵏ bᵏ to find the (k+1)th term.
Sign errors in negative powers Forgetting (–x)² = x² but (–x)³ = –x³. Write (–x) as (–1 × x) and simplify carefully.

Exam Traps

Trap How to Spot it How to Avoid it
Disguised binomials (e.g., (2 + x/3)⁵) The binomial isn’t in simple (a + b) form. Factor out constants to match (1 + x)ⁿ.
Asking for a specific term (e.g., "Find the 5th term") The question doesn’t ask for the full expansion. Use the general term formula Tₙ₊₁ = (ⁿᵏ) aⁿ⁻ᵏ bᵏ.
Validity not stated The question says "valid for" but doesn’t specify. Always write the validity range for fractional/negative powers.

1-Minute Recap

"Here’s what you need to remember tonight: 1. For positive integer powers, use (a + b)ⁿ = Σ (ⁿᵏ) aⁿ⁻ᵏ bᵏ. Calculate coefficients with nCr or Pascal’s Triangle. 2. For fractional/negative powers, rewrite as (1 + x)ⁿ and use the formula: 1 + nx + n(n–1)x²/2! + …. Always check validity: |x| < 1 / |coefficient of x|. 3. To find a specific term, use Tₙ₊₁ = (ⁿᵏ) aⁿ⁻ᵏ bᵏ. Count terms carefully—k starts at 0! 4. Watch for traps: disguised binomials, sign errors, and validity ranges. If the question says ‘valid for,’ write it down! 5. Practice one of each type before bed. You’ve got this—go ace that exam!