Why are Laurent Series manipulated differently for different regions?

Noone1982
Messages
82
Reaction score
0
Say we have the function:

\frac{1}{\left( z-1 \right)\left( z+2 \right)}

Using partial fractions,

\frac{1}{\left( z-1 \right)\left( z+2 \right)}\; =\; \frac{1}{z-2}\; -\; \frac{1}{z\; -\; 1}

My question comes in on why and how these equations are manipulted for different regions.

Now for a) region |z| < 1

\frac{1}{z-1}\; =\; -\frac{1}{1-z}\; =\; -\sum_{j=0}^{\infty }{z^{j}}\;

But for region 1 < |z| < 2

\frac{1}{z-1}\; =\; \frac{1}{z}\frac{1}{1-\frac{1}{z}}\; =\; -\frac{1}{z}\sum_{j=0}^{\infty }{\frac{1}{z^{j}}\; =\; }\sum_{j=0}^{\infty }{\frac{1}{z^{j+1}}}

I have no idea how or why they are being manipulated for different regions. My book assumes me to be brilliant I suppose?
 
Physics news on Phys.org
No, it's not so hard.

The key point is that the geometric series does not converge everywhere. So in each case, they are manipulating it so that the series converges in the desired region.
 
Can you elaborate on how to make it converge for a region?
 
Look up geometric series in google. For a series to converge, the terms should approach zero. That only happens when |z|<1 doesn't it?
 
Gib Z said:
Look up geometric series in google. For a series to converge, the terms should approach zero. That only happens when |z|<1 doesn't it?

Sort of.

\frac{1}{1-x}=\sum_{j=0}^{\infty }{x^{j}}

Is valid when |x| < 1. Thus in the region where |z| < 1, they just let x=z. But where |z| > 1, they let x=1/z in the geometric series formula above, so that the formula would make sense in the desired region.
 
Back
Top