Finding Maclaurin & Laurent Series for f(z)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
bondi97
Messages
1
Reaction score
0

Homework Statement



f(z) = (z + 2)/(z - 2)

a) Find the Maclaurin Series for f on the doman |z| < 2.

b) Find the Laurent Series for f centered at z0 = 0 on domain 2 < |Z| < inf.


Homework Equations




The Attempt at a Solution



I'm having a hard time figuring out how (z + 2)/(z - 2) = 1 + (4/(z-2)) = 1 - (2/(1 - (z/2)).

I tried referring to a geometric series, but I don't think I have the right approach.
 
Last edited:
Physics news on Phys.org
hmmmm... been a while but how about
[tex]\frac{z+2}{z-2} = (\frac{1/z}{1/z})\frac{z+2}{z-2} = \frac{1+2/z}{1-2/z} = (1+\frac{2}{z})\frac{1}{1-2/z}[/tex]
 
or for your specific question working back
[tex]1 + \frac{4}{z-2} = \frac{z-2}{z-2} + \frac{4}{z-2} = \frac{z-2+4}{z-2} = \frac{z+2}{z-2}[/tex]
is that your question?