Finding Residues of a Function

  • Thread starter Thread starter asi123
  • Start date Start date
  • Tags Tags
    Function
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: 339
Physics news on Phys.org


The function is
f(z)= cos(\frac{1}{z-2})
and you correctly used the McLaurin series for cos(u), with u= 1/(z-2), to write the Laurent series
\sum_{n= 0}^\infty \frac{(-1)^n}{(2n)!} (z-2)^{-2n}
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
f(z)= cos(\frac{1}{z-2})
and you correctly used the McLaurin series for cos(u), with u= 1/(z-2), to write the Laurent series
\sum_{n= 0}^\infty \frac{(-1)^n}{(2n)!} (z-2)^{-2n}
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: 357


HallsofIvy said:
The function is
f(z)= cos(\frac{1}{z-2})
and you correctly used the McLaurin series for cos(u), with u= 1/(z-2), to write the Laurent series
\sum_{n= 0}^\infty \frac{(-1)^n}{(2n)!} (z-2)^{-2n}
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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top