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
- A discrete random variable takes specific values with probabilities that sum to 1. The binomial distribution B(n, p) models the number of successes in n independent Bernoulli trials, each with success probability p.
- The binomial probability formula: P(X = r) = C(n, r) * p^r * (1-p)^(n-r), where C(n, r) = n! / (r!(n-r)!). You must be able to use this formula or cumulative probability tables to find probabilities.
- Conditions for a binomial distribution: fixed number of trials (n), each trial has two outcomes (success/failure), constant probability of success (p), and trials are independent.
- Cumulative probabilities: P(X ≤ r) can be found using tables or calculator functions. You may need to calculate P(X ≥ r) = 1 - P(X ≤ r-1) or P(a ≤ X ≤ b) = P(X ≤ b) - P(X ≤ a-1).
- Recognising when a scenario is not binomial: e.g., if trials are not independent or probability changes (sampling without replacement from a finite population).
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