Original question is to find the arc length of graph of $$y=\frac{3}{2}x^{2/3}+1,\frac{1}{8}\leq x\leq 1$$ Here is my solution: $$y'=x^{-1/3}$$ $$y'^2=x^{-2/3}$$ $$1+y'^2=1+x^{-2/3}$$ then arc length is $$L=\int_{1/8}^1\sqrt{1+f'^2}dx=\int_{1/8}^1\sqrt{1+x^{-2/3}}dx$$ but I cannot find its integral. I tries to use substitution with $u=x^{-2/3}$ and $u=x^{-1/3}$, but they didn't work. sadly...
so how to construct function $u$ to substitute integrand? or I have to use other method?
Any help will appreciated.
Let's solve $$I = \int\sqrt{1+x^{-2/3}}\, \mathrm{d}x$$ without using integration by parts. I shall leave the details for you to verify. First, substitute $u = x^{1/3}$ to get $$I = \int\sqrt{1+x^{-2/3}}\, \mathrm{d}x = 3\int u \sqrt{u^2 + 1}\, \mathrm{d}u$$ Now, put $v = u^2 + 1$ to get $$I = \frac{3}{2}\int \sqrt{v}\, \mathrm{d}v$$ which is easily seen to be $$I = v^{3/2} + C$$ Plugging in all the substitutions made above, we have $$I = (1 + x^{2/3})^{3/2} + C$$