Solve an integral $$\int\left(\frac{x^{1/3}-1}{x}\right)^{5/3}dx$$
I am using Chebyshev’s criterion (integrals of differential binomials), but can't figure out how to use it properly.
Integrand function is of the form $x^m(a+bx^n)^p$ where $a,b$ are coefficients and $m,n,p$ are rational numbers.
$$\left(\frac{x^{1/3}-1}{x}\right)^{5/3}=x^{-5/3}\left(-1+x^{1/3}\right)^{5/3}$$
Here $a=-1,b=1,m=-5/3,n=1/3$.
Since $$\frac{m+1}{n}$$ is an integer, we use substitution $$a+bx^n=t$$
Using this substitution gives an integral $$3\int t^{5/3}(1+t)^{-3}dt$$
Now $p=-3$ is an integer, so we use the first case in Chebyshev’s criterion. I don't understand how to use this case.
It says: Expanding $(a+bt^n)^p$ by the binomial formula we write the integrand as a rational function of the simple radicals $t^{j/k}$. Then the substitution $t=u^r$, where $r$ is the largest of all denominators $k$ will remove the radicals entirely.
How to use this case?
Reference: Chebyshe