38 total
By the end of this topic, you should be able to:
The binomial expansion is a method for expanding expressions like (a + b)^n, where n is a positive whole number (1, 2, 3, 4, ...).
For example:
Instead of multiplying out brackets repeatedly, we can use a formula.
For any positive integer n:
(a + b)^n = a^n + (n 1)a^(n-1)b + (n 2)a^(n-2)b² + (n 3)a^(n-3)b³ + ... + b^n
Factorial Notation (n!)
The symbol n! (read as "n factorial") means multiply all whole numbers from n down to 1.
Examples:
Binomial Coefficient (n r)
The symbol (n r) (read as "n choose r") represents the binomial coefficient. It tells us how many ways we can choose r objects from n objects.
The formula is:
(n r) = n! / [r! × (n - r)!]
Examples:
The general term in the expansion is:
(n r) × a^(n-r) × b^r
where r goes from 0 to n.
Example: Expand (a + b)⁴
Using the formula:
Therefore: (a + b)⁴ = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴
Example: Expand (2x + 3)³
Here a = 2x, b = 3, n = 3
Therefore: (2x + 3)³ = 8x³ + 36x² + 54x + 27
Sign in to view full notes