I am having trouble during my studies of arc length by integration in Calculus.
Arc Length formula: $\int\sqrt{1+('y)^2}dx$
My problem values:
$y=\frac{1}{10}x^5+\frac{1}{6}x^-3$
$y'=\frac{5}{10}x^5+(-\frac{3}{6}x^{-4})$ = $\frac{1}{2}x^4-\frac{1}{2}x^-4$ = $\frac{1}{2}(x^4-x^{-4})$
$1+('y)^2=1+(\frac{1}{2}(x^4-x^{-4})^2$
My question is: How does $1+(\frac{1}{2}(x^4-x^{-4})^2$ become $(\frac{1}{2}(x^4+x^{-4})^2$ as seen in the solution?
Is this an obvious algebra step that I am missing? I understand that the soln completes the square, does addition, and achieves sign change, but I don't understand the motive or method. The steps in question can be seen in the linked solution at the bottom of this post. Thank you.
You have $$y'=\frac 12x^4-\frac 12x^{-4}$$ $$\implies y'^2=\frac 14x^8-\frac 12+\frac 14x^{-8}$$ $$\implies 1+y'^2=\frac 14x^8+\frac 12+\frac 14x^{-8}=(\frac 12x^4+\frac12x^{-4})^2$$