Solve $\int \frac{1}{x^{1/2}+x^{1/3}} dx$
My Attempt $$ \int \frac{1}{x^{1/2}+x^{1/3}} dx=\int\frac{dx}{x^{1/2}(1+x^{-1/6})} $$ Put $t=x^{1/2}\implies dt=\frac{dx}{2.x^{1/2}}\implies\frac{dx}{x^{1/2}}=2dt$ $$ \int \frac{1}{x^{1/2}+x^{1/3}} dx=2\int\frac{dt}{1+\frac{1}{t^{1/3}}} $$ What is the easiest method to solve this indefinite integral and how do I choose a proper substitution in such problems ?
Hint. Make the change of variable $$ x=u^6,\qquad dx=6u^5du, $$ then you get $$ \int \frac{1}{x^{1/2}+x^{1/3}} dx=6\int \frac{u^3}{u+1} du $$ which is standard to evaluate.