pantboio
- 43
- 0
How can i compute $Res(f,z_k)$ where
$$f(z)=\frac{z-1}{1+cos\pi z}$$
and $z_k=2k+1, k\neq 0$?
$$f(z)=\frac{z-1}{1+cos\pi z}$$
and $z_k=2k+1, k\neq 0$?
pantboio said:$z_k$ are zeros of order two of denominator, but $z_0=0$ is also a zero of numerator. So $z_0=0$ is a simple pole, but all the others $z_k=2k+1$ with $k\neq 0$ are 2-poles.
so the residue is the same for all poles, maybe because of $\cos$ periodicityFernando Revilla said:Using a series expansion: $1+\cos \pi z=\ldots=\dfrac{\pi^2}{2}[z-(2k+1)]^2+\ldots$. Now,
$\dfrac{z-1}{1+\cos \pi z}=\dfrac{2k+[z-(2k+1)]}{\dfrac{\pi^2}{2}[z-(2k+1)]^2+\ldots}=\ldots +\dfrac{A_{-2}}{[z-(2k+1)]^2}+\dfrac{2/\pi^2}{z-(2k+1)}+A_0+\ldots$
So, $\mbox{Res }(f,2k+1)=\mbox{coef }\left(\dfrac{1}{z-(2k+1)}\right)=\dfrac{2}{\pi^2}$
pantboio said:so the residue is the same for all poles, maybe because of $\cos$ periodicity