I have a function: $\frac{1+2z}{z^3 + z^2}$ for $0 < |z| < 1$ (about $z=0$)
I need to find the Laurent expansion of this function.
However, I'm a bit confused how to find the partial fractions of this function to begin with.
Can anyone help please? (sorry about poor coding)
If I'm interpreting your post correctly:
$$\frac{1+2z}{z^3+z^2}$$
is the expression you're working with. Hint:
$$\frac{1+2z}{z^3+z^2} = \frac{A}{z}+\frac{B}{z^2}+\frac{C}{z+1}$$
for some $A, B, C \in \mathbb{C}$.
Edit: You seem to be having a lot of trouble with partial fractions here. Here are the steps involved in this one:
$$\begin{align*}\frac{1+2z}{z^2(z+1)} &= \frac{A}{z}+\frac{B}{z^2}+\frac{C}{z+1}\\ \frac{1+2z}{z^2(z+1)} &= \frac{Az(z+1)}{z^2(z+1)}+\frac{B(z+1)}{z^2(z+1)}+\frac{Cz^2}{z^2(z+1)}\\ \Rightarrow 1+2z &= Az^2+Az+Bz+B+Cz^2\\ 1+2z &= B + (A+B)z + (A+C)z^2\end{align*}$$ Comparing coefficients on both sides leads to: $$B=1,\ A+B=2,\ A+C=0$$
You should be able to solve this system with very little trouble.