Laurent series around a singular point

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
jamilmalik
Messages
11
Reaction score
0
Find the Laurent series of the following function in a neighborhood of the singularly indicated, and use it to classify the singularity.

Homework Statement


[itex]f(z) = \frac{1}{z^2-4} ; z_0=2[/itex]

Homework Equations


Laurent series
[itex]\sum_{-\infty}^{\infty} a_n (z-c)^n[/itex]

The Attempt at a Solution


I started by doing a partial fraction decomposition of [itex]f(z) = \frac{1}{z^2-4} ; z_0=2[/itex] which I got to be [itex]f(z) = \frac{-1}{4} \cdot \frac{1}{z+2} + \frac{1}{4} \cdot \frac{1}{z-2}[/itex] .
Then I used [itex]0< \vert z+2 \vert < 2 \Rightarrow \vert \frac{z+2}{2} \vert < 1[/itex] to apply the geometric series and get [itex]\frac{1}{4} \sum_{k=0}^{\infty} (\frac{2}{z})^k[/itex].

I am not sure if I made a mistake somewhere or if this method is not applicable. Can somebody please provide a hint or point out an error on my behalf?
 
Last edited:
Physics news on Phys.org
You need to use tex and /tex tags to do math typesetting on this forum.

If you are going to apply the geometric series formula, you need to

1) get a power series in z, not negative exponents
2) Get something that has (z-2)s in it since you want the Laurent series around z=2 (which means you can't take the power series around z=0)
 
Take note of the following.
[tex]f(z) = \frac{1}{z^2 - 4} = \frac{1}{z-2} \cdot \frac{1}{z+2} = \frac{1}{z - 2} \cdot \frac{\frac{1}{4}}{1 - \left( - \frac{z - 2}{4} \right)} = \frac{1}{z-2} \cdot \frac{1}{4} \sum_{n=0}^\infty \left( - \frac{z - 2}{4} \right)^n = \cdots[/tex]