gtfitzpatrick
- 372
- 0
Homework Statement
Calculate the laurent series expansion about he points specified, classify the singularity and sate the region of convergence for.
\frac{1}{z^2 - 1} at (i) z=1 (ii) z=-1 (iii)z=0
Homework Equations
The Attempt at a Solution
\frac{1}{z^2 - 1} = \frac{1}{2(z-1)} - \frac{1}{2(z+1)}
i observe that f(z) is analytic in {z≠ -1,1} so is anyalytic in -1 < \left|z\right| < 1
@z=1 \frac{-1}{2}\frac{1}{1-(-z)} = \frac{-1}{2}\sum (-z)^n
similarly
@z=-1 \frac{1}{2}\frac{1}{(z-1)} = \frac{-1}{2}\frac{1}{1-z)} = \frac{-1}{2}\sum (z)^n
and
@z=0 is it just the sum of both of them? singularities are at 1, -1 and region of convergence -1 < \left|z\right| < 1
am i anywhere near?