I was trying an exercise from a textbook that eventually ended up needing to evaluate an integral. I got stumped and kept going in circles. I tried Trig substitution, and I even tried a trick with integrating by parts to and making $dv=1$. Eventually I gave up and looked in the back of the book and saw the final answer was simpler than I was expecting...That's when I re-read the problem and realized I wrote a fraction wrong and the intended integral was actually indeed, quite straight forward.
But now I am curious about the incorrectly written integral I was stuck on and how to solve it. The integral is: $$\int \sqrt{1-\frac{1}{9}x^{-2/3}}dx$$
Wolfram Alpha says the answer is $\left( 1-\frac{1}{9x^{2/3}}\right)^{3/2} x +C$ but I'm not sure how to get that.
HINT
To begin with, let us rearrange things to make it easier to solve: \begin{align*} \int\sqrt{1 - \frac{1}{9x^{2/3}}}\mathrm{d}x & = \int\frac{1}{3x^{1/3}}\sqrt{9x^{{2/3}} - 1}\mathrm{d}x\\\\ & = \frac{1}{2}\int\frac{2}{3x^{1/3}}\sqrt{9x^{{2/3}} - 1}\mathrm{d}x\\\\ & = \frac{1}{2}\int\sqrt{9x^{2/3} - 1}(x^{2/3})'\mathrm{d}x\\\\ & = \frac{1}{2}\int\sqrt{9u - 1}\mathrm{d}u \end{align*}
Can you take it from here?