I have to find the following integral using contour integration without using information obtained from the Beta function:
$$I=\int_0^1{x^{\frac{-2}{3}}(1-x)^\frac{-1}{3}}dx$$
I can change this easily to useful complex integration as
$$I=\left(\frac{1}{2}-\frac{i\sqrt{3}}{2}\right)\int_C{z^{\frac{-2}{3}}(z-1)^\frac{-1}{3}}dz$$ for some path C. The problem now is trying to find a suitable contour... I know that
$$z^{(-2/3)}=r^{(-2/3)}e^{5i\theta/3}$$
and
$$(z-1)^{(-1/3)}=\rho^{(-1/3)}e^{i\theta/3}$$
But i feel like this doesn't help me find a suitable coutour so that I can take advantage of contour integration cancellation properties...
What should I do from here?


Let $f(z)=z^{-2/3}(1-z)^{-1/3}$. Note that $f(z)$ has branch points at $z=0$ and $z=1$. We choose branch cuts from (i) $(0,0)$ to $(\infty,0)$ and (ii) $(1,0)$ to $(\infty,0)$. Then, the arguments of $z$ and $1-z$ are respectively
$$0\le \arg(z)<2\pi$$
and
$$-\pi <\arg(1-z)<\pi$$
We now analyze the integral $J$ given by
$$\begin{align} J&=\oint_C f(z)\,dz\\\\ &=\oint_C z^{-2/3}(1-z)^{-1/3}\,dz \tag 1 \end{align}$$
where $C$ is the classical dog bone contour that encloses the branch points of $f(z)$ at $z=0$ and $z=1$.
Since $f(z)$ is analytic everywhere exterior to the domain bounded by $C$, then $J=2\pi i \text{Res}(f(z),z=\infty)$, where the Residue at Infinity is given by
$$\begin{align} \text{Res}\left(f(z),\infty \right) &= \text{Res}\left(-\frac{1}{z^2}f\left(\frac{1}{z}\right),z=0\right)\\\\ &=\lim_{z\to 0}\,z\,\left(-\frac{1}{z^2}\,z^{2/3}\left(\frac{z-1}{z}\right)^{-1/3}\right)\\\\ &=-e^{-i\pi/3} \tag 2 \end{align}$$
We can write $J$ in $(1)$ as the integral
$$\begin{align} J&=\oint_C z^{-2/3}(1-z)^{-1/3}\,dz\\\\ &=\int_1^0 x^{-2/3}(1-x)^{-1/3}\,dx+\int_0^1 e^{-i2\pi/3}x^{-2/3}(1-x)^{-1/3}\,dx\\\\ &=(e^{-i2\pi/3}-1)\int_0^1 x^{-2/3}(1-x)^{-1/3}\,dx \tag 3 \end{align}$$
Using the results in $(2)$ and $(3)$ we find
$$\begin{align} \int_0^1 x^{-2/3}(1-x)^{-1/3}\,dx&=\frac{2\pi i (-e^{-i\pi/3})}{e^{-i2\pi/3}-1}\\\\ &=\frac{\pi}{\sin(\pi/3)} \end{align}$$
Thus,
$$\bbox[5px,border:2px solid #C0A000]{\int_0^1 x^{-2/3}(1-x)^{-1/3}\,dx=2\pi /\sqrt{3}}$$