Thursday, November 11, 2010

Newton's expansion of the binomial (and more)


According to Journey Through Genius, in a letter to Leibniz Newton wrote the expression given in the first red box above. It's an expansion, not just for the binomial (a + b)2, but for any power m/n.

Each of the coefficients A, B, C, D and so on consists of the entire previous term, as indicated by the definitions in the two blue boxes in the second group.

Pm/n can be factored out of each term on both sides, so we do that, yielding the expression in the second red box. The coefficients have been expanded to show the increasing powers of Q. Also each of the fractions beyond m/n can be rearranged as indicated in the bottom group. The final form isn't shown explicitly, but if we let e = m/n, we see that the coefficient for Q4 has the form:

e * (e-1) * (e-2) * (e-3) / 4 * 3 * 2

matching the standard form. It is trivial to verify the results for (1 + x)3, so let's think about something more interesting namely,

(1 + x)-3

substituting for m/n = -3 we obtain:

1 - 3x + (-3)(-4)/2 x2 + ..
1 - 3x + 6x2 -10x3 + ..

Expanding:

(1 + x)-3
1/(1 + 3x + 3x2 + x3)

and moving it to the right side we get:

1 = (1 + 3x + 3x2 + x3)(1 - 3x + 6x2 -10x3 + ..)

which can be checked by multiplying out to see that the rhs does equal 1.

In the same way, we can work with

√(1 - x) = (1 - x)1/2

We have Q = -x and m/n = 1/2 so that the expansion is:

1 - x/2 + x2/8  - x3/16 ..

Newton used this method to calculate roots of various kinds, e.g.

7 = 9 (7/9) = 9 (1 - 2/9)
√7 = 3 (1 - 2/9)1/2

and expand as before with Q = -2/9.

As Dunham says:
In one sense, there is nothing terribly surprising about the fact that √7 can be approximated by a sum of six fractions. The truly amazing thing about this whole procedure is that Newton's binomial theorem shows us precisely which fractions to use, and generates them in an utterly mechanical fashion, devoid of the need for any particular insight or ingenuity on our part. It was a remarkably efficient and clever way to get roots of any order.

Next: an approximation for pi.