The Binomial Theorem can be generalized to expand expressions where the index 'n' is not a positive integer. It can be any rational number (negative integer or a fraction).
Statement of the Theorem
If n is any rational number, then the expansion of (1+x)n is an infinite series given by:
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+...
Condition of Validity
Since the expansion is an infinite series, it is only valid (convergent) if the modulus of x is less than 1.
∣x∣<1
Important Standard Expansions
These expansions are frequently used and should be memorized (all are valid for ∣x∣<1):
(1+x)−1=1−x+x2−x3+...=∑r=0∞(−1)rxr
(1−x)−1=1+x+x2+x3+...=∑r=0∞xr
(1+x)−2=1−2x+3x2−4x3+...=∑r=0∞(−1)r(r+1)xr
(1−x)−2=1+2x+3x2+4x3+...=∑r=0∞(r+1)xr
General Term
The general term, or the (r+1)th term, in the expansion of (1+x)n is:
Tr+1=r!n(n−1)(n−2)...(n−r+1)xr
Example 1: Basic Expansion
Question: Find the first four terms in the expansion of (1−2x)1/2.
Solution:
This is of the form (1+y)n where y=−2x and n=1/2. The expansion is valid for ∣−2x∣<1, i.e., ∣x∣<1/2.
Using the formula 1+ny+2!n(n−1)y2+3!n(n−1)(n−2)y3+...:
4th term: 6(1/2)(−1/2)(−3/2)(−2x)3=63/8(−8x3)=−21x3
The expansion is 1−x−21x2−21x3−...
Example 2: Finding a Specific Coefficient
Question: Find the coefficient of x5 in the expansion of (1+3x)−4.
Solution:
This is of the form (1+y)n where y=3x and n=−4. We use the general term formula Tr+1=r!n(n−1)...(n−r+1)yr. We need the term with y5, so r=5.