This topic covers the binomial expansion of (a + bx)ⁿ, starting with positive integer n and extending to any rational n. It includes the use of factorial n
Topic Synopsis
This topic covers the binomial expansion of (a + bx)ⁿ, starting with positive integer n and extending to any rational n. It includes the use of factorial notation and binomial coefficients, as well as the conditions for validity of the expansion and its application in numerical approximations.
Key Concepts & Core Principles
- Factorials and binomial coefficients: n! = n × (n-1) × ... × 1, and ⁿCᵣ = n! / (r!(n-r)!). For positive integer n, these are integers; for general n, use the formula with gamma functions or the general binomial coefficient: (n choose r) = n(n-1)...(n-r+1)/r!.
- Binomial expansion for positive integer n: (a + bx)ⁿ = Σ_{r=0}^{n} ⁿCᵣ a^{n-r} (bx)ʳ. The expansion is finite with n+1 terms. This is always valid for all x.
- General binomial expansion for any rational n: (1 + x)ⁿ = 1 + nx + n(n-1)x²/2! + ... for |x| < 1. For (a + bx)ⁿ, factor out aⁿ: (a + bx)ⁿ = aⁿ(1 + (b/a)x)ⁿ, then expand (1 + u)ⁿ with u = (b/a)x, valid for |u| < 1, i.e., |bx/a| < 1.
- Connection to binomial probabilities: In a binomial distribution with n trials and success probability p, P(X = r) = ⁿCᵣ pʳ (1-p)^{n-r}. This is exactly the term in the expansion of (p + (1-p))ⁿ = 1ⁿ = 1, confirming probabilities sum to 1.
- Approximation using binomial expansion: For small x, truncating the infinite series after a few terms gives a polynomial approximation. The error can be estimated using the next term. Always check the validity condition.
Exam Tips & Revision Strategies
- Always check the value of n before choosing the expansion method (positive integer vs rational)
- Ensure the term being expanded is in the form (1 + y)ⁿ where |y| < 1 for rational n
- Use the calculator to verify binomial coefficients where appropriate
- Pay close attention to the range of validity when asked to comment on the expansion
Common Misconceptions & Mistakes to Avoid
- Failing to factor out 'a' from (a + bx)ⁿ before expanding when n is not a positive integer
- Incorrectly identifying the range of validity for the expansion
- Errors in simplifying coefficients or powers of x
- Misapplying the binomial expansion formula for negative or fractional indices
Examiner Marking Points
- Correct use of the binomial expansion formula for (a + bx)ⁿ
- Correct application of n! and ⁿCᵣ notation
- Correct expansion for rational n, including identifying the range of validity |bx/a| < 1
- Accurate substitution and simplification of terms in the expansion
- Correct use of the expansion for numerical approximations