I am to obtain the first 3 terms of the Laurent series about $z = 0$ for:
$$f(z)=1/(e^z-1-z)$$
I know that there is 1 singularity at $z=0$. My denominator is not in a polynomial form so I can convert it into such by taking a Taylor series of the function around z=0 which yields the denominator as:
$$(e^z-1-z) = x^2/2 + x^3/6 + x^4/24 + ...$$
This is the part where I get stuck. I'm supposed to bring that back in and perhaps factor something out of the denominator so the left side is analytic at z=0 and the singularities are shifted to the term on the right side. Any tips on what my next step should be? Many thanks!
Since the Taylor series of $e^z-1-z$ begins with the term of degree $2$, the Laurent series that you're after is something like$$\frac{a_{-2}}{z^2}+\frac{a_{-1}}z+a_0+a_1z+\cdots$$So, you have\begin{align}1&=\left(\frac{z^2}2+\frac{z^3}6+\frac{z^4}{24}+\cdots\right)\left(\frac{a_{-2}}{z^2}+\frac{a_{-1}}z+a_0+a_1z+\cdots\right)\\&=\left(\frac12+\frac z6+\frac{z^2}{24}+\cdots\right)\left(a_{-2}+a_{-1}z+a_0z^2+a_1z^3+\cdots\right)\\&=\frac{a_{-2}}2+\left(\frac{a_{-1}}2+\frac{a_{-2}}6\right)z+\left(\frac{a_0}2+\frac{a_{-1}}6+\frac{a_{-2}}{24}\right)z^2+\cdots\end{align}and so all you need is to solve the system$$\left\{\begin{array}{l}\frac{a_{-1}}2=1\\\frac{a_{-1}}2+\frac{a_{-2}}6=0\\\frac{a_0}2+\frac{a_{-1}}6+\frac{a_{-2}}{24}=0.\end{array}\right.$$