Join TSR
 
About Us | FAQs | Sign in
 
Advanced
Search

Join The Student Room Today

Be part of the UK's largest and fastest growing student community.

It's free to join and a lot of fun - Get inspired, express your ideas, interact and share

Revision:The Binomial Series

From The Student Room

TSR Wiki > Study Help > Subjects and Revision > Revision Notes > Mathematics > Binomial Series


You should know that (a+b)^2 = a^2+2ab+b^2 and you should be able to work out that (a+b)^3 = a^3+3a^2b+3ab^2+b^3. It should also be obvious to you that (a+b)^1 = a+b.

So,

(a+b)^1 = a+b

(a+b)^2 = a^2+2ab+b^2

(a+b)^3 = a^3+3a^2b+3ab^2+b^3.

You should notice that the coefficients of a and b are:
     1   1
  1   2   1
1   3   3   1

If you continued expanding the brackets for higher powers, you would find that the sequence continues:
      1   4   6   4   1
   1   5  10  10  5   1
1   6  15  20  15  6   1

etc.

This sequence is known as Pascal's triangle. Each of the numbers is found by adding together the two numbers directly above it. So the 20 in the last line is found by adding together 10 and 10. The 10s in the line above are found by adding together 6 and 4.

So it is possible to expand (a + b) to any integral power using Pascal's triangle.

It is, of course, often impractical to write out Pascal's triangle every time, when all that we need to know are the entries on the nth line. Clearly, the first number on the nth line is 1. The second number is n. The third number is: \frac{n(n-1)}{2\times 1}.

In general, the rth number in the nth line is: ^n\text{C}_r = \dfrac{n!}{(n-r)!r!}.


Example

Expand (2+4x)^3

=2^3 + 3(2^2 \cdot 4x) + 3(2 \cdot (4x)^2) + (4x)^3

=8 + 48x + 96x^2 + 64x^3.

Comments