tilika123
- 14
- 0
if f(z) = e^z/(z^2 - 1)
does Res[f,-1] = -1/2e
and Res[f,1] = e/2
does Res[f,-1] = -1/2e
and Res[f,1] = e/2
The discussion revolves around residue theory in complex analysis, specifically focusing on calculating residues at poles of functions. The original poster presents a function and questions the correctness of their calculated residues at specific poles.
The discussion is ongoing, with participants providing guidance on calculating residues and exploring different functions. There is a mix of confidence-building and clarification of concepts, with some participants expressing uncertainty about specific calculations and definitions.
Participants mention challenges with their textbook and the need for more practice problems. There is also a discussion about the implications of having poles and zeros of different orders in a function.
tilika123 said:yes we have looked at order of 1 and 2 and k. My understanding of order is if there is one zero there is one pole, 2 zeros 2 poles, if there are zeros that ore the same then the order goes up. Example 1/(z-1)^6 has one pole order of 6. we breifly discussed laurent series but not enough. we basically saw a example of it and the book we have is not real good.
tilika123 said:Res[sinz/z^2,0] = 1 has 1 pole order 2
tilika123 said:as for the second there could be a pole at z = 1 or z = 0 so would i calculate residues for both
tilika123 said:3 Res[e^z/(z^2-z),1]= e
and Res[e^z/(z^2-z),0]= -1
I don't get it how does sinz have a zero at z = 1shmoe said:That works. Higher order poles will mean the Laurent series has higher powers of (z-z0)^(-1) in it, if f(z) has a pole of order 2 at z0, then we'd have
[tex]f(z)=\frac{a_{-2}}{(z-z_0)^2}+\frac{a_{-1}}{(z-z_0)}+a_{0}+a_1 (z-z_0)+\ldots[/tex]
where [tex]a_{-2}[/tex] is non zero. Again the residue is [tex]a_{-1}[/tex]. You should think about how you would calculate this residue and how it relates to this Laurent series.
Laurent series are nothing to be afraid of, they are just power series with negative exponents, but converge in annuli instead of discs.
But the numerator has a zero of order 1 at z=1, so sinz/z^2 will have a pole of order 1 only at z=0. It's a fluke that treating it as a pole of order 2 ends up with the corect residue.
shmoe said:there's more! sin pi*z has a zero at every integer...but it's periodic so it's enough to do it for z=0 and z=1. Can you find these residues?
tilika123 said:I don't get it how does sinz have a zero at z = 1
tilika123 said:no i can't with the formulas i have there will be a zero in the denominator
when Res[1/zsin(piz),0] = lim z->0 (z-0)f(x)
=lim z -> 0 of 1/sin(0) undefined
tilika123 said:Yes but what would happen when the poles differ from the zeros in the numerator in the example i gave z/(z^2-9) in this case would m-n = 0 or can you not do that because is has poles of 3.-3 and a zero 0f 0.