P1.4.1 - Binomial expansion of (a + bx)^n
The binomial expansion is a controlled way to expand a bracket with two terms. For positive integer powers it gives an exact finite polynomial. For rational powers, such as square roots or reciprocal powers, it gives an infinite series that can be used for approximation, but only inside a stated range of validity.
Positive integer powers and coefficients
A binomial is an expression with two terms, such as a + bx. When n is a positive integer, (a+bx)^n means multiplying n identical brackets:
Each term in the expansion comes from choosing some brackets to contribute bx and the remaining brackets to contribute a. If exactly r of the n brackets contribute bx, then the term contains (bx)^r and a^{n-r}.
Binomial coefficient
For integers n >= 0 and 0 <= r <= n,
It counts the number of ways to choose r objects from n objects.
The factorial notation means
That same nCr notation appears again in binomial probabilities in statistics, because binomial probability also counts how many ways r successes can occur in n trials. In this lesson, we use the coefficient notation for algebraic expansion.
Binomial expansion for positive integer n
For positive integer n,
The coefficient pattern can also be read from Pascal's triangle. For example:
n | Coefficients in (p+q)^n |
|---|---|
| 0 | 1 |
| 1 | 1, 1 |
| 2 | 1, 2, 1 |
| 3 | 1, 3, 3, 1 |
| 4 | 1, 4, 6, 4, 1 |
| 5 | 1, 5, 10, 10, 5, 1 |
There are two useful relations between the coefficients:
and
The first says the row is symmetric. The second is the rule that creates the next row of Pascal's triangle by adding adjacent entries.
Worked example: expand (2-3x)^4.
Use the n=4 row of Pascal's triangle:
Then
Notice the brackets around (-3x). They are not decoration: without them, the signs and powers are easy to lose.
Finding a particular term efficiently
You do not always need the whole expansion. The general term tells you exactly where each power of x comes from.
For (a+bx)^n, the term containing x^r is
So the coefficient of x^r is
This is often faster and safer than expanding a long expression. It also helps when the question asks for a particular coefficient or a missing constant.
Worked example: find the term in x^3 in the expansion of (5-2x)^6.
The power x^3 occurs when r=3.
Therefore the term in x^3 is
If the question asks for the coefficient, the answer is -20000. If it asks for the term, include the x^3.
Finding a particular term efficiently Continued
A common trap is to make r match the term number instead of the power of x. The first term has r=0, the second term has r=1, and so on. The term containing x^4 has r=4, not r=5.
Rational powers and infinite series
When the power is not a positive integer, the expansion usually does not stop. Edexcel p1.4.1 extends the binomial expansion to rational powers such as 1/2, -1, and -3/2.
The standard form is (1+u)^n, where u is the expression being raised to increasing powers.
General binomial expansion
For rational n,
valid when |u| < 1.
For (a+bx)^n, first factor out a:
Then use
This is the main decision in rational binomial expansion. The expression inside the general formula is not automatically x; it is whatever replaces u.
Worked example: find the expansion of (4-3x)^{1/2} up to and including the term in x^3.
First put the expression into the form a^n(1+u)^n:
Here
Use the first four terms of the general expansion:
Simplify the coefficients:
Now substitute u=-3x/4 and multiply by the outside factor 2:
There are two places where errors commonly happen: forgetting the outside factor 2, and not squaring or cubing the whole bracketed expression (-3x/4).
Validity and approximation
For positive integer n, the binomial expansion is a finite polynomial, so there is no convergence condition to state. For rational non-integer n, the expansion is an infinite series, and Edexcel expects you to know its range of validity.
Since
the rational-index expansion is valid when
Equivalently,
when b != 0.
This condition is not just a technical footnote. If a question asks whether a proposed substitution is valid, you must state the range and compare the value with the range. A vague sentence such as "it is outside the range" is usually not enough unless the range has already been made clear.
Worked example: use the binomial expansion to approximate sqrt(3).
Start from
Using the general expansion,
To approximate sqrt(3), choose x=1, because 4-x=3.
The validity check is
At x=1, this gives 1/4 < 1, so the substitution is valid.
Now substitute:
The approximation works because the powers of x/4 get smaller. In general, the closer u=(b/a)x is to 0, the faster the early terms settle down.
Expanding rational functions after decomposition
The specification notes that binomial expansion may be used after decomposing a rational function into partial fractions. The binomial step begins once each part has been written as a constant times (1+cx)^n.
For this lesson, the key skill is not the decomposition itself. The key skill is to expand each simple part correctly and then combine the validity conditions.
Worked example: expand
up to and including the term in x^2, and state the range of validity.
Start with the first fraction:
Using (1+u)^{-1}=1-u+u^2-\cdots,
This part is valid when
so |x|<2.
Now expand the second fraction:
Using u=-2x,
This part is valid when |-2x|<1, so |x|<1/2.
Combine the two expansions:
Both series must be valid at the same time, so the overall range is the intersection:
Exam strategy and common traps
The most reliable binomial-expansion routine is:
- Decide whether the power is a positive integer or a rational non-integer.
- If the power is a positive integer, use the finite expansion or the general term.
- If the power is rational, rewrite the bracket as
a^n(1+u)^n. - Expand using powers of the whole expression
u. - Multiply every term by the outside factor
a^n. - If the expansion is infinite, state the validity condition
|u|<1when asked, and compare any substituted value with it.
Here is the key contrast.
| Situation | Expansion type | Validity comment |
|---|---|---|
n is a positive integer | finite polynomial | no convergence condition |
n is rational but not a positive integer | infinite series | valid when ` |
Several errors are predictable:
- using
|x|<1instead of finding the actualu; - dropping the outside factor after factorising;
- writing powers of
xinstead of powers of the whole bracketed expression; - using decimal coefficients when exact fractions are clearer;
- giving a validity conclusion without stating the range.
For rational powers, the binomial expansion is not really about x; it is about the inner expression u. Find u, expand in powers of u, and use |u|<1.