Find length of the arc from $2$ to $8$ of $$y = \frac18(x^2-8 \ln x)$$
First I find the derivative, which is equal to $$\frac{x^2-4}{4x} .$$
Plug it into the arc length formula $$\int\sqrt{1+\left(\frac{dy}{dx}\right)^2} dx$$ and get
$$\int\sqrt{1+\frac{x^4-8x^2+16}{16x^2}} dx.$$
I am not sure how to proceed from here, as I cant figure out a way to put the sqrt argument into a form that I can find the square root of
Hint
$$1 + \frac{x^4 - 8 x^2 + 16}{16 x^2} = \frac{16 x^2}{16 x^2} + \frac{x^4 - 8 x^2 + 16}{16 x^2} =\frac{x^4 + 8 x^2 + 16}{16 x^2}$$ Can you write the rightmost expression as a square of another expression?