Grade 11 → Algebra → Binomial Theorem ↓
Expansion of Binomials
In algebra, expanding binomials is a method used to expand expressions that are raised to a power or exponent. A binomial is an algebraic expression that has exactly two terms. These terms can be constants, variables, or a mixture of both. The binomial theorem provides a formula that describes the algebraic expansion of powers of a binomial.
The general form of a binomial raised to a power is:
(a + b) n
where a
and b
are individual terms of the binomial, and n
is a non-negative integer representing the power or powers to which the binomial is raised.
Binomial theorem
The binomial theorem states that for any positive integer n
, the expression (a + b) n
can be expanded as follows:
(a + b) n = C(n, 0) * a n * b 0 + C(n, 1) * a n-1 * b 1 + ... + C(n, n-1) * a 1 * b n-1 + C(n, n) * a 0 * b n
Or, more succinctly:
(a + b) n = Σ (C(n, k) * a nk * b k ), where k ranges from 0 to n
C(n, k)
refers to the binomial coefficient, which can be calculated by the following formula:
C(n, k) = n! / (k!(nk)!)
where n!
denotes the factorial of n
.
Understanding binomial coefficients
An important aspect of expanding binomials is understanding the binomial coefficients, which determine the weights of the terms in the expansion. Binomial coefficients can be found in Pascal's triangle, an arrangement where each entry is the sum of the two entries immediately above it.
Each row of Pascal's triangle corresponds to the coefficients of the expanded form for the increasing powers of the binomial. For example, the third row represents the coefficients of 1, 2, 1
(a + b) 2
, and so on.
Examples of binomial expansion
To understand the process of binomial expansion more clearly, let us look at some examples.
Example 1: Expand (x + y) 3
To expand this binomial, we use the formula:
(x + y) 3 = C(3, 0) * x 3 * y 0 + C(3, 1) * x 2 * y 1 + C(3, 2) * x 1 * y 2 + C(3, 3) * x 0 * y 3
From Pascal's triangle or using the binomial coefficient formula, we get:
C(3, 0) = 1
C(3, 1) = 3
C(3, 2) = 3
C(3, 3) = 1
Re-substituting these coefficients into the expression, we get:
(x + y) 3 = 1 * x 3 + 3 * x 2 * y + 3 * x * y 2 + 1 * y 3
So, the expanded form is:
x 3 + 3x 2 y + 3xy 2 + y 3
Example 2: Expand (2a - 3b) 4
In this example, note the difference in signs between the two terms.
The formula is as follows:
(2a - 3b) 4 = C(4, 0) * (2a) 4 * (-3b) 0 + C(4, 1) * (2a) 3 * (-3b) 1 + ... + C(4, 4) * (2a) 0 * (-3b) 4
Using the coefficients of Pascal's triangle:
C(4, 0) = 1
C(4, 1) = 4
C(4, 2) = 6
C(4, 3) = 4
C(4, 4) = 1
Calculating each term independently gives:
= 1 * (2a) 4 + 4 * (2a) 3 * (-3b) + 6 * (2a) 2 * (-3b) 2 + 4 * (2a) * (-3b) 3 + 1 * (-3b) 4
Evaluating these gives:
= 1 * 16a 4 - 96a 3 b + 216a 2 b 2 - 216ab 3 + 81b 4
The expansion of which is as follows:
16a 4 - 96a 3 b + 216a 2 b 2 - 216ab 3 + 81b 4
Important considerations
It is important to keep track of signs and coefficients when expanding binomials, especially when negative numbers are involved. The sum of the exponents of each term should always be n
, maintaining alternating order between a
and b
.
More practice
Try expanding some binomials yourself for a better understanding:
- (3x + 2y) 2
- (5 m - u) 3
- (U+V) 4
Use the binomial theorem as your guide, calculate the coefficients with simple arithmetic, and practice constructing expanded polynomials accurately. Refer to Pascal's triangle for questions on binomial coefficients if necessary.
Conclusion
Understanding the expansion of binomials is a core element in algebra that shows the relationships between terms raised to exponents, while demonstrating the pattern of coefficients described by the binomial coefficients. With practice, the structure of expanded binomials becomes simpler to recognize, and taking advantage of this leads to a broader understanding in polynomial math.