I'm trying to evaluate the following integral
$$\int_0^{\infty} \frac{1}{x^{\frac{3}{2}}+1}\,dx.$$
This is an old complex analysis exam question, so I plan to use the residue theorem.
How can I first deal with the square-root, cubed term? I've been trying to find a clever substitution to reduce the problem to a simple one but so far I have not found a good one...
Any ideas are welcome.
Thanks,
Hint: Every time I see integrand like this which integrate over $(0,\infty)$, I will transform it to a beta integral and follows my nose.
Spoiler 1
Spoiler 2
Update (sorry, this part is too hard to setup as spoiler correctly)
If you really want to compute the integral using residue, you can
$$C := +\infty - \epsilon i\quad\to\quad -\epsilon-\epsilon i\quad \to \quad -\epsilon + \epsilon i \quad\to\quad +\infty + \epsilon i$$
If you fix the argument of $y^{-1/3}$ to be zero on the upper branch of $C$, you will have
$$\left(1 - e^{-\frac{2\pi i}{3}}\right)\int_0^\infty \frac{y^{-1/3}dy}{y+1} = \int_C \frac{y^{-1/3}dy}{y+1} =^{\color{blue}{[1]}} 2\pi i\mathop{\text{Res}}_{y = -1}\left(\frac{y^{-1/3}}{y+1}\right) = 2\pi i e^{-\frac{\pi i}{3}}$$
This will give you $$\int_0^\infty \frac{dx}{x^{3/2}+1} = \frac23 \int_0^\infty \frac{y^{-1/3} dy}{y+1} = \frac{4\pi i}{3}\left(\frac{e^{-\frac{\pi i}{3}}}{1 - e^{-\frac{2\pi i}{3}}}\right) = \frac{2\pi}{3\sin\frac{\pi}{3}} = \frac{4\pi}{3\sqrt{3}}$$
Notes