Principle part of Laurent series

wam_mi
Messages
78
Reaction score
1

Homework Statement



Find the Principle part of the Laurent Expansion of f(z) about z=0 in the region
0 < mod z < 1, where f(z) = exp(z) / [(z^2)*(z+1)]

Homework Equations



1/(1-z) = Summation (n = 0 to n = infinity) { z^n}


The Attempt at a Solution



First, by using partial fraction,
I got f(z) = exp(z) {-1/z + 1/(z^2) + 1/(z+1)}

Then f(z) = exp (z) {1/ (-1+1+z) + 1/ (-1+1+(z^2)) + (1/(z+1) }

Since the question were only after the principle parts, so I ignore 1/(z+1) term

Basically I need to evalute
exp (z) { 1/ (-1+1+z) + 1/ (-1+1+(z^2)) }

Is this step right?


Then I tried to do the following,

and I got something like

exp (z) { - summation (1/(1+z))^(n+1) + summation (1/(1+z^2))^(n+1)}


But is this right?

Thanks a lot!
 
Physics news on Phys.org
You are making this harder than it is. Your function is 1/z^2 times e^z/(z+1). e^z/(z+1) is nonsingular at z=0. All you need is the first two terms in the series expansion of e^z/(z+1) around z=0. (Why only the first two?). Then multiply that series by 1/z^2.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top