Long story short, I am trying to find the arc length of $y = 1/x + 1/(12x^3)$ on the interval $[1,2]$
The only part I am stuck on is how do I convert(my integrand): $(x^2/4)^2 + (1/x^2)^2 + 1/2$
to: $((x^2/4) + (1/x^2))^2$
This (my integrand) is under a square root, so I want to understand how I get this form.