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.
Complete the square: $$\begin{align}\left(\frac{x^2}4\right)^2+\left(\frac{1}{x^2}\right)^2 + \frac 12 &= \left(\frac{x^2}4\right)^2+\left(\frac{1}{x^2}\right)^2 + 2 \times \left(\frac{x^2}4\right) \left(\frac{1}{x^2}\right) \\ &= a^2 + b^2 + 2ab\end{align}$$ If you let $a = \frac{x^2}4$ and $b = \frac{1}{x^2}$. Recognise $a^2 + b^2 + 2ab = (a+b)^2$, then
$$\begin{align}\left(\frac{x^2}4\right)^2+\left(\frac{1}{x^2}\right)^2 + \frac 12 &= (a+b)^2 \\ &= \left(\frac{x^2}4+\frac{1}{x^2}\right)^2\end{align}$$