Binomial Expansion

lilshai

New member
Joined
Sep 25, 2005
Messages
36
Hello...
I have this problem that says:
Find the Taylor series of f(z) = 3/(3z - z<sup>2</sup>)) around z = 1.

I know we have to start by writing the partial fraction expansion out, so we have

f(z) = 3/(3z - z<sup>2</sup>)) = 1/z + 1/(3-z) but after that I get stuck. The solution says to use the Binomial Expansion and I'm not sure why and how to use it.

Here is the rest of the solution:

f(z) = 1/(1 + (z-1)) + 1/(2 - (z-1)) --->> Expand around z = 1
= 1 - (z-1) + (z-1)<sup>2</sup> + ... + (-1)<sup>n</sup>(z-1)<sup>n</sup>+...+ 1/2 + (z-1)/(2<sup>2</sup>) + (z-1)<sup>2</sup>/2<sup>3</sup> + ... + (z-1)<sup>n</sup>/2<sup>n+1</sup>+...

= 3/2 - 3/4(z-1) + 9/8(z-1)<sup>2</sup> - ... + [1/(2<sup>n+1</sup>) + (-1)<sup>n</sup>](z-1)<sup>n</sup> + ...

Can anyone help with this?
 
The Taylor expansion for 1/z, about x=1 is:

\(\displaystyle \L\\1-(z-1)+(z-1)^{2}-(z-1)^{3}+(z-1)^{4}-........\)

The Taylor for \(\displaystyle \L\\\frac{1}{3-z}\), about z=1 is:

\(\displaystyle \L\\\frac{1}{2}+\frac{1}{4}(z-1)+\frac{1}{8}(z-1)^{2}+\frac{1}{16}(z-1)^{3}+\frac{1}{32}(z-1)^{4}+.............\)

Add them up.
 
Top