Finding Residues of a Function

  • Thread starter Thread starter asi123
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
asi123
Messages
254
Reaction score
0
residues 2 :)

Homework Statement



Ok, so I have this function and I need to find the residues for it.
I developed the function into Laurent series and my question is, how can I find a(-1) which is the residues?

Thanks in advance.


Homework Equations





The Attempt at a Solution

 

Attachments

  • scan0003.jpg
    scan0003.jpg
    13.3 KB · Views: 356
Physics news on Phys.org


The function is
[tex]f(z)= cos(\frac{1}{z-2})[/tex]
and you correctly used the McLaurin series for cos(u), with u= 1/(z-2), to write the Laurent series
[tex]\sum_{n= 0}^\infty \frac{(-1)^n}{(2n)!} (z-2)^{-2n}[/tex]
Since the power of z- 2 is always even, there is no (z-2)-1 term: the coefficient is 0.

HOWEVER, because that series has an infinite number of negative powers with non-zero coefficient, z= 2 is an essential singularity, not a pole. There is NO residue.
 


HallsofIvy said:
The function is
[tex]f(z)= cos(\frac{1}{z-2})[/tex]
and you correctly used the McLaurin series for cos(u), with u= 1/(z-2), to write the Laurent series
[tex]\sum_{n= 0}^\infty \frac{(-1)^n}{(2n)!} (z-2)^{-2n}[/tex]
Since the power of z- 2 is always even, there is no (z-2)-1 term: the coefficient is 0.

HOWEVER, because that series has an infinite number of negative powers with non-zero coefficient, z= 2 is an essential singularity, not a pole. There is NO residue.

Oh, so an essential singularity has no residue?

Thanks.
 


How about this one?

Thanks again.
 

Attachments

  • scan0004.jpg
    scan0004.jpg
    34 KB · Views: 378


HallsofIvy said:
The function is
[tex]f(z)= cos(\frac{1}{z-2})[/tex]
and you correctly used the McLaurin series for cos(u), with u= 1/(z-2), to write the Laurent series
[tex]\sum_{n= 0}^\infty \frac{(-1)^n}{(2n)!} (z-2)^{-2n}[/tex]
Since the power of z- 2 is always even, there is no (z-2)-1 term: the coefficient is 0.

HOWEVER, because that series has an infinite number of negative powers with non-zero coefficient, z= 2 is an essential singularity, not a pole. There is NO residue.

I am informed that, according to Wikipedia, I am wrong about this. That is, that the residue is still the coefficient of the -1 power in the Laurent series. The difference is just that the formula for the residue, taking the nth derivative where n is the order of the pole, cannot be used but you still can find it by finding the Laurent series itself. In the case of your first problem, the residue is 0 and for your new problem, it is 1.