4. The Binomial Theorem

by M. Bourne

A binomial is an algebraic expression containing 2 terms. For example, (x + y) is a binomial.

We sometimes need to expand binomials as follows:

(a + b)0 = 1

(a + b)1 = a + b

(a + b)2 = a2 + 2ab + b2

(a + b)3 = a3 + 3a2b + 3ab2 + b3

(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4

(a + b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5

Clearly, doing this by direct multiplication gets quite tedious and can be rather difficult for larger powers or more complicated expressions.

Pascal's Triangle

We note that the coefficients (the numbers in front of each term) follow a pattern. [This was noticed long before Pascal, by the Chinese.]

1

1 1

1 2 1

1 3 3 1

1 4 6 4 1

1 5 10 10 5 1

1 6 15 20 15 6 1

You can use this pattern to form the coefficients, rather than multiply everything out as we did above.

The Binomial Theorem

We use the binomial theorem to help us expand binomials to any given power without direct multiplication. As we have seen, multiplication can be time-consuming or even not possible in some cases.

Properties of the Binomial Expansion (a + b)n

General formula for (a + b)n

First, we need the following definition:

Definition: n! represents the product of the first n positive integers i.e.

n! = n(n − 1)(n − 2) ... (3)(2)(1)

We say n! as "n factorial".

Example 1 - factorial values

Here are some factorial values:

(a) 3!=(3)(2)(1)=6

(b) 5!=(5)(4)(3)(2)(1)=120

(c) 2!4!=(2)(1)(4)(3)(2)(1)=12

Note: 2!4! cannot be cancelled down to 2!.

Factorial Interactive

Instructions: You can use the following interactive to find the factorial of any positive integer up to 30.

!= 4× 3× 2× 1= 24

For numbers greater than 22!, you'll see output something like this: 2.652528e+32. The "e" stands for exponential (base 10 in this case), and the number has value 2.652528×1032.

Binomial Theorem Formula

Based on the binomial properties, the binomial theorem states that the following binomial formula is valid for all positive integer values of n:

(a+b)n= an+nan1b +2!n(n1)an2b2 +3!n(n1)(n2)an3b3 ++bn

This can be written more simply as:

(a + b)n = nC0an + nC1an − 1b + nC2an − 2b2 + nC3an − 3b3 + ... + nCnbn

We can use the nCr button on our calculator to find these values.

This can also be written nCr.

Binomial Theorem Interactive

The following interactive lets you expand your own binomial expressions. It shows all the expansions from n=0 up to the power you have chosen.

In the first line of each expansion, you'll see the numbers from Pascal's Triangle written within square brackets, [ ].

The second line of each expansion is the result after tidying up.

Instructions: You can use letters or numbers within the brackets. The maximum power you can use is 6.

( + )

Here are the expansions:

(x+y)0=[1]

=1


(x+y)1=[1]x1y0+[1]x0y1

=x+y


(x+y)2=[1]x2y0+[2]x1y1+[1]x0y2

=x2+2xy+y2


(x+y)3=[1]x3y0+[3]x2y1+[3]x1y2+[1]x0y3

=x3+3x2y+3xy2+y3


(x+y)4=[1]x4y0+[4]x3y1+[6]x2y2+[4]x1y3+[1]x0y4

=x4+4x3y+6x2y2+4xy3+y4


(x+y)5=[1]x5y0+[5]x4y1+[10]x3y2+[10]x2y3+[5]x1y4+[1]x0y5

=x5+5x4y+10x3y2+10x2y3+5xy4+y5


Example 2

Using the binomial theorem, expand (x + 2)6.

Answer 1 (series-binomial-theorem-4)

In using the binomial formula, we let

a=x, b=2, and n=6.

Substituting in the binomial formula, we get :

(x+2)6

=(x)6+6(x)5(2) +2!6(5)(x)4(2)2 +3!6(5)(4)(x)3(2)3 +4!6(5)(4)(3)(x)2(2)4 +5!6(5)(4)(3)(2)(x)(2)5+(2)6

=x6+12x5 +60x4+160x3+240x2 +192x+64

Please support IntMath!

Example 3

Using the binomial theorem, expand (2x + 3)4

Answer 2 (series-binomial-theorem-4)

In using the binomial formula, we let

a=2x, b=3 and n=4.

Substituting in the binomial formula, we get:

(2x+3)4

=(2x)4+4(2x)3(3) +2!4(3)(2x)2(3)2 +3!4(3)(2)(2x)(3)3+(3)4

=16x4+96x3+216x2+216x+81

Please support IntMath!

Example 4

Using the binomial theorem, find the first four terms of the expansion (2ax1)11

Answer 3 (series-binomial-theorem-4)

In using the binomial formula, we let

"a"=2a, b=x1 and n=11.

Substituting in the binomial formula, we get:

(2ax1)11

=(2a)11+11(2a)10(x1) +2!11(10)(2a)9(x1)2 +3!11(10)(9)(2a)8(x1)3+

=2048a1111264xa10 +28160x2a942240x3a8+

Binomial Series

From the binomial formula, if we let a = 1 and b = x, we can also obtain the binomial series which is valid for any real number n if |x| < 1.

(1+x)n=1+nx+2!n(n1)x2+3!n(n1)(n2)x3+

NOTE (1): This is an infinite series, where the binomial theorem deals with a finite expansion.

NOTE (2): We cannot use the nCr button for the binomial series. The nCr button can only be used with positive integers.

Example 5

Using the binomial series, find the first four terms of the expansion 4+x2.

Answer 4 (series-binomial-theorem-4)

To use the binomial series, we need to change the expansion to the form of (1 + x)n.

So we perform the following steps to get it in the required form.

4+x2

=(4+x2)21

=[4(1+4x2)]21

=421(1+4x2)21

=2(1+4x2)21

Hence, if we let the "x" term be 4x2 and n=21, and then substituting in the binomial series, we get:

2(1+4x2)21

=2[1+(21)(4x2) +2!(21)(211)(4x2)2 +3!(21)(211)(212)(4x2)3 +]

=2+4x264x4+512x6+

Get the Daily Math Tweet!
IntMath on Twitter

Here is the graph of what we just did in Example 5. The darker colored curve is

y1=4+x2

The lighter colored one is the first 4 terms of the series we found, that is:

y2=2+4x264x4+512x6.

math expression

The approximation is quite good between −2 < x < 2, but we would need to take many more terms for a good approximation beyond these bounds.

Online Algebra Solver

This algebra solver can solve a wide range of math problems. (Please be patient while it loads.)

Algebra Lessons on DVD

 

Easy to understand algebra lessons on DVD. See samples before you commit.

More info: Algebra videos

The IntMath Newsletter

Sign up for the free IntMath Newsletter. Get math study tips, information, news and updates each fortnight. Join thousands of satisfied students, teachers and parents!

Given name: * required

Family name:

email: * required

See the Interactive Mathematics spam guarantee.

Loading...
Loading...

--
You received this message because you are subscribed to the Google Groups "evaeducation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/evaeducation/ecb4d6ac-baf4-4b66-a756-9f7df54cc599%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.