Evaluating the curve (line) integral of a complex function along three circles in $\mathbb{C}$

133 Views Asked by At

I want to find the the curve integral

$$\int_γ \frac{1}{1 - z + z^2 - z^3 } dz$$

with $γ$ passing through the following sets counter-clockwise once.

a) $\{z \in \mathbb{C}, |z - i| = 1\}$

b) $\{z \in \mathbb{C}, |z + i| = 1\}$

c) $\{ z \in \mathbb{C}, |z| = 2\}$

(I want to evaluate the integral for each set seperately, so we have three different $\gamma$'s, not one curve going through all of them at once.)

Now I'm having trouble on how to determine the integral. I first tried figuring out the three sets. I think the set in a) is the unit circle, but centered around $i$, and the set in b) is the unit circle, centered around $-i$. And c) seems to simply be a circle around $0$ with a radius of $2$.

So I think I could solve this by parameterizing $\gamma$. We have that $e^{it}$ would go around the unit circle counter-clockwise, so I think that $\gamma_{a)} = e^{it} + i$ would for example parameterize the set in a). But how do I continue from there? Do I need to integrate $\frac{1}{1-z+z^2-z^3}$ entirely (because it apparently isn't very nice to integrate), or is there a shortcut or trick?

For example, I thought about using the Cauchy-integral formula (which would, if applicable, give us that the integral is $0$), but I don't think it's applicable here, because for e.g. $z = i$, we have that $1 - z + z^2 - z^3 = 1 - i + (-1) - (-i) = 0$, so the function isn't defined there and we have a hole in the domain the function is defined on. (And it frankly seems to be too easy if one could just say that the integral is $0$, so I don't think it's the case.)

Still, I'm trying to figure out if there are other theorems one could apply, that help us simplifying the expression. The way this task was given to me made it seem like there's a much easier way; one that doesn't involve calculating all three integrals "on foot"; but I can't think of any right now.