I am trying to solve a problem where I am asked to compute the Taylor expansion series of the function $\sin\left(\frac{1}{1-z}\right)$ around $z=0$. Now, I know that to find the coefficients of the series I can use the Cauchy Integral formula, but here is my doubt: the Taylor series for $\sin(z)$ is valid when $z$ is closed to $0$, and in my case when $z\sim 0$ I have $\sin\left(\frac{1}{1-z}\right) \sim \sin(1)$.
Does everything work the same? Why?
$\sin\left(\frac{1}{1-z}\right)=\sin\left(1+\frac{z}{1-z}\right)=\sin 1 \cos \left(\frac{z}{1-z}\right) + \cos 1 \sin \left(\frac{z}{1-z}\right),$ so just use Taylor expansions of $\sin$ and $\cos$ around zero for $y=\frac{z}{1-z} \sim 0$.