MathematicsAlgebraMedium

Binomial Theorem

Also known as:binomial expansionPascal's theorem

The Binomial Theorem provides a formula for expanding any positive integer power of a binomial (a + b)ⁿ as a sum of terms of the form C(n,k) × aⁿ⁻ᵏ × bᵏ, where C(n,k) are binomial coefficients. It eliminates the need to multiply out the expression repeatedly and reveals the coefficient pattern known as Pascal's triangle. The theorem has applications in probability theory, combinatorics, calculus approximations, and algebraic identities.

Key Formula

(a + b)^n = Σ C(n,k) × a^(n-k) × b^k, for k = 0 to n

LaTeX: (a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

SymbolMeaningUnit
a, bTerms of the binomialdimensionless
nNon-negative integer exponentdimensionless
kIndex of summation (0 to n)dimensionless
C(n,k)Binomial coefficient n! / (k!(n−k)!)dimensionless

Worked Example

Problem

Expand (x + 2)⁴ using the Binomial Theorem.

Solution

Step 1: Apply (a+b)⁴ = C(4,0)a⁴ + C(4,1)a³b + C(4,2)a²b² + C(4,3)ab³ + C(4,4)b⁴. Step 2: Substitute a = x, b = 2: = 1·x⁴ + 4·x³·2 + 6·x²·4 + 4·x·8 + 1·16 = x⁴ + 8x³ + 24x² + 32x + 16.

Answer

(x + 2)⁴ = x⁴ + 8x³ + 24x² + 32x + 16.

Binomial Coefficients C(n,k) — Pascal's Triangle (n = 0 to 5)

nRow of CoefficientsExpansion Pattern
01(a+b)⁰ = 1
11 1(a+b)¹ = a + b
21 2 1(a+b)² = a²+2ab+b²
31 3 3 1(a+b)³ = a³+3a²b+3ab²+b³
41 4 6 4 1(a+b)⁴ = a⁴+4a³b+6a²b²+4ab³+b⁴
51 5 10 10 5 1(a+b)⁵ = a⁵+5a⁴b+10a³b²+10a²b³+5ab⁴+b⁵

Interactive Tools

Wolfram Alpha

Expand binomial expressions and compute binomial coefficients automatically.

Open Tool

Khan Academy – Binomial Theorem

Comprehensive lessons on the Binomial Theorem and Pascal's triangle.

Open Tool

Brilliant.org

In-depth wiki with proofs, applications, and challenging problems.

Open Tool
Pascal's triangle showing binomial coefficients for powers 0 through 5

Wikimedia Commons, CC BY-SA

Related Terms

From Latin "binomium" (two names/terms), coined from "bi-" (two) and "nomen" (name). The theorem was known to Chinese mathematician Yang Hui (1261) and Persian mathematician Al-Karaji (c. 1000 AD); Isaac Newton generalised it to fractional exponents in 1665.

binomialtheoremexpansionpascalcombinatoricsalgebra