I tried feeding th following integral into WolframAlpha:
$$\int_0^2\frac{1}{3\sqrt{x}(\log(x))^{\frac13}},$$
to get an idea of its value. Result:
$$\int_0^2\frac{1}{3\sqrt{x}(\log(x))^{\frac13}}=0.810563-0.620515.$$
And I'm like "How exactly could a real integral have a complex value?". No seriously, the integrand is real for all real values, so how did that complex part come about?
WolframAlpha distinguishes between
x^(1/3)andcbrt(x)- the first returns the principal root while the second returns the real root. For example,cbrt(-8)returns $-2$ while(-8)^(1/3)returns $1 + 1.73205i$. Thus, you can usecbrtin your WolframAlpha query.Note that the output states that the computation assumes that
cbrtis the real root and offers you a button to switch to the principal. Your computation withlog(x)^(1/3)should have assumed the principal and offered a button to get to the real.