I would like to solve the following definite integral numerically using Simpson's Rule, however it has singularities at both ends. I was told it's possible to perform a simple change of variable in order to transform it into something usable, but I've been unable to find the correct substitution. How would one replace the variables in this integral so that there would no longer be a singularity in the domain of the integral?
$$\int_0^1 x^{-2/3}(1-x)^{-1/3} \,$$
$\newcommand{\bbx}[1]{\,\bbox[15px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$ \begin{align} &\bbox[10px,#ffd]{\int_{0}^{1}x^{-2/3}\pars{1 - x}^{-1/3}\,\dd x} = \int_{0}^{1/2}x^{-2/3}\pars{1 - x}^{-1/3}\,\dd x + \int_{1/2}^{1}x^{-2/3}\pars{1 - x}^{-1/3}\,\dd x \end{align}
\begin{align} &\bbox[10px,#ffd]{\int_{0}^{1}x^{-2/3}\pars{1 - x}^{-1/3}\,\dd x} = 3\int_{0}^{2^{\large -1/3}}\pars{1 - t^{3}}^{-1/3}\,\dd t + 3\int_{0}^{2^{\large -1/3}}t\pars{1 - t^{3}}^{-2/3}\,\dd t \end{align}