Find what is equal $I$ to: $$I=\int_{0}^{\pi/2} \sqrt[3]{\tan x}dx$$
I found this simple looking integral, but I don't know if my logic is right. Let $J$ be the next integral with $x\in(0, \frac{\pi}{2})\Rightarrow$ $$J=\int \sqrt[3]{\cot x}dx$$ Then $$\begin{align} I\pm J & =\int (\sqrt[3]{\tan x}\pm \sqrt[3]{\cot x})dx \\ & =\int \frac{(\sqrt[3]{\tan x})^2 \pm 1}{\sqrt[3]{\tan x}}dx \\ & =\int \frac{\tan x \pm \sqrt[3]{\tan x}}{\sqrt[3]{\tan x}\sqrt[3]{\tan x}}dx \end{align}$$ And so forth using integration by parts (haven't done yet). But if I compute $I+J$ and $I-J$, how can I get $I$? Is my approach correct until now?