I am learning complex analysis, and still have trouble finding the "tricks" to deal with tricky denominators.. The question is:
Find and classify the isolated singularities of $$ (a) \qquad \frac{z^5}{z^3 + z} $$ $$ (b) \qquad \frac{\cos z}{z^2 -1} $$
I know I have to identify the isolated singularities, and then find the Laurent series expansion at each of the singularities and classify it as removable, a pole, or essential. But my problem is with all questions, is to actually find the series expansion... When it's centered at 0 it's usually easy, but otherwise I always have trouble
For part (a), $0$ is a singularity and it is removeable by factoring the denominator. Then we are left with finding the laurent expansion of $\frac{z^4}{z^2 + 1} $ centered at $i $ and $-i $. But finding the Laurent series expansion is not clear to me
For part (b), $1$ and $-1$ are singularities. The following is my analysis for the singularity $1$ which I think is a pole of order 1, but I don't think it's a laurent series expansion because of the extra term outside:
$$ \frac{\cos z}{z^2 -1} = \frac{1}{(z+1)(z-1)} \left( 1 - \frac{\cos^2 (1)}{2!} (z-1)^2 + \frac{\cos^4 (1)}{4!} (z-1)^4 - ... \right) = \frac{1}{(z+1)} \left( (z-1)^{-1} - \frac{\cos^2 (1)}{2!} (z-1)^1 + \frac{\cos^4 (1)}{4!} (z-1)^3 - ... \right) $$
Any hints or answers are greatly appreciated
You don't need to find the Lauren expansion, at least not in these cases. In the first example,$$\lim_{z\to i}(z-i)\frac{z^4}{z^2+1}=\lim_{z\to i}\frac{z^4}{(z-i)(z-i)}=\frac{i^4}{2i}=-\frac i2\neq0$$and, since this limit exists and it is not $0$, $\frac{z^5}{z^3+z}$ has a simple pole at $i$. By the same argument, it has a simple pole at $-i$. And, again by the same argument, the other function also has simple poles.