Unit 9: Sequences, Series, and Combinatorics · ~25 min
Objective
Expand a binomial power (a + b\()^{n}\) using the Binomial Theorem and Pascal's Triangle, and find a single specified term without expanding the whole thing.
Multiplying out (a + b\()^{2}\) = a² + 2ab + b² by hand is routine. (a + b\()^{7}\) is not — but its expansion follows a completely predictable pattern in both its terms and their coefficients. The Binomial Theorem gives that pattern directly, using the counting tools this unit is building toward in Lesson 9.6.
Binomial coefficients
The coefficient of the term \(a^{n-k} b^{k}\) in the expansion of (a+b\()^{n}\) is written n\(C_{k}\) (read "n choose k") and defined as:
where n! ("n factorial") means n(n−1)(n−2)…(2)(1), with 0! defined as 1. These same numbers form Pascal's Triangle: each row starts and ends with 1, and every interior entry is the sum of the two entries above it. Row n of the triangle (starting the count at row 0) gives the coefficients for (a+b\()^{n}\).
Pascal's Triangle — row 4 (1, 4, 6, 4, 1) gives the coefficients of (a+b)⁴
The theorem
Binomial Theorem
(a + b\()^{n}\) = \(\sum_{k=0}^{n}\) n\(C_{k}\) \(a^{n-k} b^{k}\)
Reading the pattern: the exponent on a starts at n and counts down to 0 while the exponent on b starts at 0 and counts up to n, and every term's two exponents always add to n. Each term's coefficient is the corresponding entry from Pascal's Triangle.
Finding a single term
Sometimes only one term is needed, not the full expansion. The (k+1)th term of (a+b\()^{n}\) (counting the first term as k=0) is:
General term
\(T_{k+1}\) = n\(C_{k}\) \(a^{n-k} b^{k}\)
Worked Example 1 · Full expansion
ProblemExpand (x + 2\()^{4}\) using the Binomial Theorem.
1Coefficients from row 4 of Pascal's Triangle: 1, 4, 6, 4, 1.