When looking at $f(z)= \frac{1}{\cosh(z)}$, I found a singularity at $i \frac{\pi}{2}+i \pi k$ with $k \in \mathbb{Z}$ which has to be a pole of order 1. Now, when looking for the residue at that pole, is it enough to look at $\lim_{z \to i \frac{\pi}{2}} \frac{z-i \frac{\pi}{2}}{\cosh(z)}=\frac{1}{\sinh(i \frac{\pi}{2})}=-i$? Or am I ignoring certain values of k?
2 Answers
The residue is equal to $$\lim_{z \to z_a} \frac{z-z_a}{\cosh{z}}= \lim_{z \to z_a} \frac{1}{\frac{d}{dz}\; \cosh{z}}= \lim_{z \to z_a} \frac{1}{\sinh{z}}$$ Where $z_a=i \pi \left(k+\frac{1}{2}\right)$ are the singularities. Using the hyperbolic trigonometric identity: $$\cosh^2{z}-\sinh^2{z}=1$$ Now, we know that $\cosh{z}=0$ because we're interested in $\sinh{z}$ at the singularities to evaluate the residues. Therefore, $$\sinh^2{z}=-1$$ $$\sinh{z}= \pm i$$
Now, plug this into the expression above to evaluate the residues and you get: $$\operatorname{Res}\left(\operatorname{sech};z_k \right) = \frac{(-1)^k}{i},$$
- 5,434
-
Did you miss an equal sign in the third row of the trigs? – MJP Jun 15 '20 at 21:36
-
@MJP Yes, thanks for letting me know. – Ty. Jun 15 '20 at 21:37
-
Can you explain how you get from the first to second equation in the trigs? I think I'm missing something there... – MJP Jun 15 '20 at 21:42
-
1@MJP I edited the post, does that explain it? – Ty. Jun 15 '20 at 21:43
Here $f(z)=\frac{2}{e^z+e^{-z}}=\frac{p(z)}{q(z)}$
$\text{ Since each of the singularity } z_k=\pi i/2 +\pi ik \text{ is a simple pole, use the result}$
$Res(f(z),z_k)=\frac{p(z_k)}{q'(z_k)}$
$ \implies Res(f(z),z_k)=\frac{2}{e^{\pi i/2 +\pi i k}-e^{-\pi i/2 -\pi ik}}=\frac{2}{i(e^{\pi i k}+e^{ -\pi ik})}=\frac{1}{i\cos (\pi k )}$
$\color{red}\therefore {\color{red} Res(f(z),z_k)=\frac{1}{i(-1)^k}}$
- 7,946