Given the function $f(z) = \frac{1}{z^3 \sin{(z)}}$, what is the residue of $f(z)$ at $z = 0$?
I want to find $b_1$ from the Laurent expansion. So I did the following:
\begin{align*} \frac{1}{z^3 \sin{(z)}} &= ( \dots \frac{b_5}{z^5} + \frac{b_4}{z^4} + \frac{b_3}{z^3} + \frac{b_2}{z^2} + \frac{b_1}{z} + a_0 + a_1z + \dots )\\ 1& = \Big ( \dots \frac{b_5}{z^5} + \frac{b_4}{z^4} + \frac{b_3}{z^3} + \frac{b_2}{z^2} + \frac{b_1}{z} + a_0 + a_1z + \dots \Big ) \cdot \Big ( z^3 \sin{(z)} \Big )\\ &= \Big ( \dots \frac{b_5}{z^2} + \frac{b_4}{z} + b_3 + b_2z + b_1z^2 + a_0z^3 + a_1z^4 + \dots \Big ) \cdot \Big ( \sin{(z)} \Big )\\ &= \Big ( \dots \frac{b_5}{z^2} + \frac{b_4}{z} + b_3 + b_2z + b_1z^2 + a_0z^3 + a_1z^4 + \dots \Big ) \cdot \Big ( z - \frac{z^3}{3!} + \frac{z^5}{5!} - \dots \Big )\\ \end{align*}
After some more thought...
Is it true to say that because f(z) has a pole of order 4 at $z=0$ that our $b_n$'s only go out to the 4th term? Meaning there are no $b_5$, $b_6$, etc like how wrote previously. That is,
$\frac{1}{z^3 \sin{(z)}} = \Big ( \frac{b_4}{z^4} + \frac{b_3}{z^3} + \frac{b_2}{z^2} + \frac{b_1}{z} + a_0 + a_1z + \dots \Big )\\$
followed by
\begin{align*} 1 &= \Big ( \frac{b_4}{z} + b_3 + b_2z + b_1z^2 + a_0 + \dots \Big ) \cdot \Big ( z - \frac{z^3}{3!} + \frac{z^5}{5!} - \dots\Big )\\ \end{align*}
Which then when multiplying out $b_1z^2$ with each term from sin(z)'s Laurent expansion will never yield a $\frac{1}{z}$ term, concluding that the coefficient $b_1 = 0$?
I came up with the solution my professor was looking for and figured I would share it here for both my own clarification and for anyone else in the future who wants to find the solution via a Laurent expansion.
For our function $f(z) = \frac{1}{z^3 \sin{(z)}}$, we can solve for the residue of $f$ at $z = 0$ by doing the following:
We know that this is a pole of order 4, as $z^3$ has order 3 at $z=0$ and $\sin{(z)}$ has a pole of order 1 (simple pole) at $z=0$. So our general Laurent series for $$\frac{1}{z^3 \sin{(z)}} = \frac{b_4}{z^4} + \frac{b_3}{z^3} + \frac{b_2}{z^2} + \frac{b_1}{z} + a_0 + \dots$$ We want to solve for $b_1$, which is our residue.
We can do some algebra and some known Laurent expansions to get \begin{align*} \frac{1}{z^3 \sin{(z)}} &= \frac{b_4}{z^4} + \frac{b_3}{z^3} + \frac{b_2}{z^2} + \frac{b_1}{z} + a_0 + \dots\\ 1 &= \Big ( \frac{b_4}{z^4} + \frac{b_3}{z^3} + \frac{b_2}{z^2} + \frac{b_1}{z} + a_0 + \dots \Big ) \cdot \Big (z^3 \sin{(z}) \Big )\\ 1 &= \Big ( \frac{b_4}{z} + b_3 + b_2z + b_1z^2 + a_0z^3 + \dots \Big ) \cdot \Big (\sin{(z}) \Big )\\ 1 &= \Big ( \frac{b_4}{z} + b_3 + b_2z + b_1z^2 + a_0z^3 + \dots \Big ) \cdot \Big (z - \frac{z^3}{3!} + \frac{z^5}{5!} - \dots \Big)\\ \end{align*}
Gathering all the constant terms from the left and right sides of the equation, we have \begin{align*} 1 &= \frac{b_4}{z} \cdot z\\ & = b_4 \end{align*} So $b_4 = 1$.
Similarly, gathering all the z terms from the left and right sides, we have
\begin{align*} 0z &= b_3 \cdot z\\ 0 &= b_3z \end{align*} So $b_3 = 0$.
Remembering that $b_4 = 1$ and gathering all the $z^2$ terms from the left and right sides, we have
\begin{align*} 0z^2 &= \frac{b_4}{z} \cdot \Big (-\frac{z^3}{3!} \Big) + b_2z \cdot z\\ 0 &= -\frac{b_4}{3!}z^2 +b_2z^2\\ 0 &= \Big (-\frac{1}{3!} + b_2 \Big )z^2\\ \implies b_2&= \frac{1}{3!} \end{align*} So $b_2 = \frac{1}{6}$.
Remembering that $b_3 = 0$ and gathering all the $z^3$ terms, we have
\begin{align*} 0z^3 &= -\frac{b_3}{3!}z^3 + b_1z^3\\ \implies 0 &= -\frac{0}{3!} + b_1\\ \implies b_1 &= 0 \end{align*}
Thus the residue of $f(x) = \frac{1}{z^3 \sin{(z)}} = b_1 = 0$