back to the math tutorial index back to the math tutorial index

The Binomial Theorem

We know that

(x+y)0 = 1
(x+y)1 = x+y
(x+y)2 = x2+2xy+y2
and we can easily expand
(x+y)3 = x3+3x2y+3xy2+y3.

For higher powers, the expansion gets very tedious by hand! Fortunately, the Binomial Theorem gives us the expansion for any positive integer power of (x+y):


Binomial Theorem

For any positive integer n,

(x+y)n = n
å
k = 0 
æ
ç
è
n
k
ö
÷
ø
xn-kyk
where
æ
ç
è
n
k
ö
÷
ø
= (n)(n-1)(n-2)¼(n-(k-1))
k!
= n!
k!(n-k)!
.


Proof by Induction     Combinatorial Proof     Connection to Pascal's Triangle

Example

By the Binomial Theorem,

(x+y)3 =
3
å
k = 0 
æ
ç
è
3
k
ö
÷
ø
x3-kyk
=
æ
ç
è
3
0
ö
÷
ø
x3+ æ
ç
è
3
1
ö
÷
ø
x2y+ æ
ç
è
3
2
ö
÷
ø
xy2+ æ
ç
è
3
3
ö
÷
ø
y3
= x3 + 3x2y + 3xy2 + y3
as expected.

Extensions of the Binomial Theorem

A useful special case of the Binomial Theorem is

(1+x)n = n
å
k = 0 
æ
ç
è
n
k
ö
÷
ø
xk
for any positive integer n, which is just the Taylor series for (1+x)n.

This formula can be extended to all real powers a:

(1+x)a = ¥
å
k = 0 
æ
ç
è
a
k
ö
÷
ø
xk
for any real number a, where
æ
ç
è
a
k
ö
÷
ø
= (a)(a-1)(a-2)¼(a-(k-1))
k!
= a!
k!(a-k)!
.

Notice that the formula now gives an infinite series. (When a = n is a positive integer, all but the first (n+1) terms are 0 since after this n-n ( = 0) appears in each numerator.)

This expansion is very useful for approximating (1+x)a for |x| << 1:

(1+x)a = 1+ax+ a(a-1)
2!
x2+ a(a-1)(a-2)
3!
x3+¼ .

But for |x| << 1, higher powers of x get small very quickly, so (1+x)a can be approximated to any accuracy we need by truncating the series after a finite number of terms.

Example

For |x| << 1,

(1+x)5/2 »
1+ 5
2
x,
(1-2x)100 » 1-200x,
(1+x2)-3 » 1-3x2.

This type of reasoning is useful in investigating what happens when a physical system is perturbed slightly, introducing a new very small term x.



Key Concept

Binomial Theorem

For any positive integer n,

(x+y)n = n
å
k = 0 
æ
ç
è
n
k
ö
÷
ø
xn-kyk
where
æ
ç
è
n
k
ö
÷
ø
= (n)(n-1)(n-2)¼(n-(k-1))
k!
= n!
k!(n-k)!
.