Thanks for the replies everyone.
I did not use a substitution because then the integral would reduce to an arctan integral, where the problem is trivial (like a few problems in this exercise). That is why I do not want to use one.
In my own time I came up with a solution but I am unsure if it is correct; I would appreciate it if someone could look at it.
First, observe this diagram:
Call this curve C, traversed along ABDEFGHJ. The smaller circle (the keyhole) is of radius r, the larger circle is of radius R. In other words:
\oint_{C} \frac{\sqrt{z}}{1 + z^3}dz = \int_{AB} + \int_{BDEFG} + \int_{GH} + \int_{HJA}
We have a branch point at z = 0 (because of the square root) and the poles are at z = e
iπ, z = e
iπ/3 and z = e
-iπ/3. All of these lie in our contour. Summing the residues at these points and multiplying by 2iπ gives 2π/3.
So now we have
\int_{AB} + \int_{BDEFG} + \int_{GH} + \int_{HJA} = \frac{2\pi}{3}
Note that:
\int_{AB} = \int_{r}^{R} \frac{\sqrt{z}}{1 + z^3}dz
Using the substitution z = Re
iθ in the second integral yields:
\int_{BDEFG} = \int_{0}^{2\pi} \frac{ \sqrt{Re^{i\theta}} \cdot iRe^{i\theta}}{1 + R^{3}e^{3i\theta}}d\theta
For the third integral, we replace z with ze
2iπ, as we have gone through a rotation of 2π to get to this point:
\int_{FG} = \int_{R}^{r} \frac{ \sqrt {ze^{2i \pi}}} {1 + (ze^{2i\pi})^{3}} dz = e^{i\pi} \int_{R}^{r} \frac {\sqrt{z}}{1 + z^3}dz
For the fourth integral, we use the same substitution as we did for the second integral, except with z = re
iθ:
\int_{HJA} = \int_{2\pi}^{0} \frac{ \sqrt{re^{i\theta}} \cdot ire^{i\theta}}{1 + r^{3}e^{3i\theta}}d\theta
Putting it all together:
\int_{r}^{R} \frac{\sqrt{z}}{1 + z^3}dz + \int_{0}^{2\pi} \frac{ \sqrt{Re^{i\theta}} \cdot iRe^{i\theta}}{1 + R^{3}e^{3i\theta}}d\theta + e^{i\pi} \int_{R}^{r} \frac {\sqrt{z}}{1 + z^3}dz + \int_{2\pi}^{0} \frac{ \sqrt{re^{i\theta}} \cdot ire^{i\theta}}{1 + r^{3}e^{3i\theta}}d\theta
= \frac{2\pi}{3}
Now, letting r -> 0 and R -> ∞, the second and fourth integrals vanish, and we have:
\int_{0}^{\infty} \frac{ \sqrt{z}}{1 + z^3}dz + e^{i\pi} \int_{\infty}^{0} \frac{ \sqrt{z}}{1 + z^3}dz = \frac{2\pi}{3}
which gives
2\int_{0}^{\infty} \frac{ \sqrt{z}}{1 + z^3}dz = \frac{2\pi}{3}
\therefore \int_{0}^{\infty} \frac{ \sqrt{z}}{1 + z^3}dz = \frac{\pi}{3}