next up previous contents
Next: Questions 19 (Hints and Up: Taylor Series Previous: Taylor Series   Contents

The Binomial Series

As I have said, it is difficult to work out Taylor series for functions if we do not have an easy way to work out all the derivatives of the function. That is why I did not try to work out the Maclaurin series for tan x--just you try to work out the 20th derivative of tan x.

One more class of functions that we can cope with are those of the form f (x) = (1 + x)a. If we work out the first few derivatives we get

f'(x) = a(1 + x)a - 1,        f''(x) = a(a - 1)(1 + x)a - 2,

f'''(x) = a(a - 1)(a - 2)(1 + x)a - 3

The pattern is obvious and there is no problem in writing down the general derivative.

Notice that if a is a positive whole number the derivatives are eventually all zero. This is not true if a is any other number (apart from a = 0).

We now have the Maclaurin series

$\displaystyle \boxed{(1+x)^a = 1 + ax + \frac{a(a-1)}{2!}x^2 + \frac{a(a-1)(a-2)}{3!}x^3
+ \frac{a(a-1)(a-2)(a-3)}{4!}x^4 + \cdots}$

If a is not a non-negative integer then this expansion is only valid for -1 < x < 1.

This expansion is called the Binomial Series.

Putting a = - 1 we get the special case

$\displaystyle {\frac{1}{1+x}}$ = 1 - x + x2 - x3 + x4 - x5 + ...

which is just the usual geometric series.

Putting a = $ {\frac{1}{2}}$ we get

$\displaystyle \sqrt{1+x}$ = 1 + $\displaystyle {\textstyle\frac{1}{2}}$x - $\displaystyle {\textstyle\frac{1}{8}}$x2 + $\displaystyle {\textstyle\frac{1}{16}}$x3 - $\displaystyle {\textstyle\frac{5}{128}}$x4 + $\displaystyle {\textstyle\frac{7}{256}}$x5 - ...


next up previous contents
Next: Questions 19 (Hints and Up: Taylor Series Previous: Taylor Series   Contents
Ian Craw 2000-01-20