Looking for assistance with the following function..
i need to calculate the Residues of $$f(z)= \sin\left(\frac{z^2+1}{z}\right)$$
regrading my way:
$$\sin\left(\frac{z^2+1}{z}\right)=\sin(z)\cos(\frac{1}{z})+\cos(z)\sin(\frac{1}{z}) $$
$$= \left(z-\frac{z^3}{6}+...\right)\left(1-\frac{1}{2z^2}+...\right)+\left(1-\frac{z^2}{2}+...\right)\left(\frac{1}{z}-\frac{1}{6z^3}+...\right) $$
look on the coefficient of $$\frac{1}{z}$$
we get
$$ -\frac{7}{12}$$
it seems right?
Thanks!