40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Binomial Expansion for the TMUA

Updated August 2025

The binomial expansion is a vital tool for finding specific terms in the expansion of powers of brackets like (1+x)n(1+x)^n or (a+f(x))n(a+f(x))^n. For the TMUA, you must understand how to use combination notation and factorials to calculate coefficients efficiently without drawing Pascal's triangle. A core fact is that the powers of terms always sum to nn.

Core concept

The binomial theorem provides a formula to expand (a+b)n(a + b)^n as a sum of terms involving (nk)ankbk\binom{n}{k} a^{n-k} b^k for positive integers nn. The coefficient (nk)\binom{n}{k} represents the number of ways to choose kk terms from nn brackets, calculated as n!k!(nk)!\frac{n!}{k!(n-k)!}.

The binomial theorem is mathematically rich, and while there are many ways to approach it, for examinations like the TMUA, it is best to understand the underlying patterns rather than just memorising formulae. You are expected to be able to calculate the value of (nr)\binom{n}{r} and expand expressions of the form (1+x)n(1 + x)^n or (a+f(x))n(a + f(x))^n for positive integers nn.

Using the Binomial Expansion

For simple cases where nn is small, you may have used Pascal's triangle. However, for the TMUA, this is often too slow. If you need the first five terms of (2+3x)17(2 + 3x)^{17}, calculating the 17th row of the triangle is inefficient. Instead, we use the general formula:

(a+f(x))n=k=0n(nk)ak[f(x)]nk(a + f(x))^n = \sum_{k=0}^{n} \binom{n}{k} a^k [f(x)]^{n-k}

Note that this can also be written as (a+f(x))n=k=0n(nk)ank[f(x)]k(a + f(x))^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} [f(x)]^k. Both versions are identical because of the symmetry of the binomial coefficients. The pattern to remember is that the powers of the two components in any term must always sum to the total power nn.

Practical Application: Finding a Specific Term

To find a specific term quickly, you should build the expression in three distinct stages.

Example 1: Find the term involving x7x^7 in the expansion of (3+2x)8(3 + 2x)^8.

  1. Identify the power of the xx component. Since we need x7x^7, we must use (2x)7(2x)^7. It is vital to wrap this in brackets, as both the 2 and the xx are raised to the power of 7.
  2. Identify the power of the constant. Because the total power is 8, and we have used a power of 7 for the xx term, the constant 3 must be raised to the power of 87=18 - 7 = 1. Thus, we have 31(2x)73^1(2x)^7.
  3. Apply the combination coefficient. The top number nn is the total power of the bracket, which is 8. The bottom number rr can be the power of either component (either 1 or 7), because (81)=(87)\binom{8}{1} = \binom{8}{7}.

The final term is (87)31(2x)7\binom{8}{7} 3^1 (2x)^7.

Example 2: Find the coefficient of x5x^5 in (23x)7(2 - 3x)^7.

Following the same rules, we identify that we need (3x)5(-3x)^5. This leads to the term (75)22(3x)5\binom{7}{5} 2^2 (-3x)^5. A common error here is forgetting the minus sign or failing to raise 3-3 to the power of 5. The coefficient is the numerical part of this term, so the final answer would not include x5x^5.

How the Expansion Works: Combinatorics

The symbol (nr)\binom{n}{r} represents 'n choose r', which is the number of ways to select a collection of rr objects from nn distinct objects without regard to order.

Consider five letters: A, B, C, D, E. If we want to choose 3 letters, we have 5 choices for the first, 4 for the second, and 3 for the third, giving 5×4×3=605 \times 4 \times 3 = 60 permutations. However, since order does not matter, a set like {A, B, C} is the same as {B, A, C}. There are 3×2×1=63 \times 2 \times 1 = 6 ways to order any 3 letters, so we divide our 60 choices by 6 to get 10 unique combinations. This is written as:

(53)=5×4×33×2×1=5!3!(53)!=10\binom{5}{3} = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = \frac{5!}{3!(5-3)!} = 10

In general, the number of ways to fill rr boxes from a set of nn is shown conceptually here:

img-16.jpeg

The formula for this is (nr)=n!r!(nr)!\binom{n}{r} = \frac{n!}{r!(n-r)!}.

Symmetry and Brackets

One useful property is symmetry: (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r}. Choosing rr objects to keep is identical to choosing nrn-r objects to throw away.

When we multiply out brackets like (2+3x)5(2 + 3x)^5, we are effectively choosing either a 2 or a 3x3x from each of the five brackets. To find the term for x2x^2, we must choose 3x3x from exactly two brackets and 2 from the remaining three. The number of ways to choose which two brackets provide the 3x3x is (52)\binom{5}{2}, which explains why the coefficient appears in the expansion.

Key takeaways

  • The sum of the powers of the two terms in any binomial expansion must always equal nn.
  • Combination coefficients are symmetric, meaning (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r}.
  • Always place negative terms or terms with coefficients in brackets (e.g., (2x)n(-2x)^n) to ensure the power applies to everything inside.
  • Factorial notation n!n! is used to calculate (nr)\binom{n}{r}, where n!=n×(n1)××1n! = n \times (n-1) \times \dots \times 1.
Tips

When finding a specific coefficient, do not expand the whole bracket. Instead, use the 'stages' method: write down the xx component with its required power, then determine the power of the constant, and finally add the (nr)\binom{n}{r} coefficient.

Cautions

The most common mistake is writing 2x52x^5 instead of (2x)5(2x)^5. In the first case, you only multiply by 2; in the second, you multiply by 25=322^5 = 32. Always use brackets for terms involving coefficients or negative signs.

Insight

The binomial coefficient (nr)\binom{n}{r} is a link between algebra and combinatorics. It represents the number of paths to a specific point in Pascal's triangle and the number of ways to choose terms when multiplying out nn identical brackets.

Worked Examples

Example 1
What is the coefficient of x3 in the expansion of (12x)5(1+2x)5(1 – 2x)⁵(1 + 2x)⁵?
A:-6400
B:-640
C:-80
D:0
E:80
F:800
G:960

Practice Questions

Practice Question 1
Find the coefficient of the x4x^4 term in the expansion of x2(2x+1x)6x^2 \left(2x + \frac{1}{x}\right)^6
A:15
B:30
C:60
D:120
E:240

Frequently asked questions

What is the difference between a coefficient and a term?

A 'term' refers to the entire part of the expansion, including the power of xx, such as 120x3120x^3. The 'coefficient' is just the numerical multiplier of that xx power, which in this case is 120120.

Can nn be a negative number or a fraction for this expansion?

For this specific part of the TMUA specification (MM2.4), nn is restricted to positive integers. Expansions for rational nn involve infinite series and are covered in different mathematical contexts.

How do I find the constant term in an expansion?

The constant term is the one where the total power of xx is 0. If the expansion is (x+1x)n(x + \frac{1}{x})^n, you must find the combination of powers that allows the xx terms to cancel out.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.