Section 10.18 : Binomial Series
In this final section of this chapter we are going to look at another series representation for a function. Before we do this let’s first recall the following theorem.
Binomial Theorem
If n is any positive integer then,
(a+b)n=n∑i=0(ni)an−ibi=an+nan−1b+n(n−1)2!an−2b2+⋯+nabn−1+bnwhere,
(ni)=n(n−1)(n−2)⋯(n−i+1)i!i=1,2,3,…n(n0)=1This is useful for expanding (a+b)n for large n when straight forward multiplication wouldn’t be easy to do. Let’s take a quick look at an example.
There really isn’t much to do other than plugging into the theorem.
(2x−3)4=4∑i=0(4i)(2x)4−i(−3)i=(40)(2x)4+(41)(2x)3(−3)+(42)(2x)2(−3)2+(43)(2x)(−3)3+(44)(−3)4=(2x)4+4(2x)3(−3)+4(3)2(2x)2(−3)2+4(2x)(−3)3+(−3)4=16x4−96x3+216x2−216x+81Now, the Binomial Theorem required that n be a positive integer. There is an extension to this however that allows for any number at all.
Binomial Series
If k is any number and |x|<1 then,
(1+x)k=∞∑n=0(kn)xn=1+kx+k(k−1)2!x2+k(k−1)(k−2)3!x3+⋯where,
(kn)=k(k−1)(k−2)⋯(k−n+1)n!n=1,2,3,…(k0)=1So, similar to the binomial theorem except that it’s an infinite series and we must have |x|<1 in order to get convergence.
Let’s check out an example of this.
So, in this case k=12 and we’ll need to rewrite the term a little to put it into the form required.
√9−x=3(1−x9)12=3(1+(−x9))12The first four terms in the binomial series is then,
√9−x=3(1+(−x9))12=3∞∑n=0(12n)(−x9)n=3[1+(12)(−x9)+12(−12)2(−x9)2+12(−12)(−32)6(−x9)3+⋯]=3−x6−x2216−x33888−⋯