I'm trying to find the arclength of the function $ x = \frac{1}{3} y^{\frac{-3}{2}} + \frac{1}{7}y^{\frac{7}{2}}$ for $1\leq y \leq 25$.
I can find the equation for the length pretty easily but I'm looking at thow to solve for the actual length. It looks like a very complex integral so I'm assuming I made a mistep or theres some easy reduction I can make.
After determining the area of an incredibly small section of the function: $$ds = \sqrt{\left(\frac{dx}{dy}\right)^2 + 1}$$ $$\frac{dx}{dy} = \frac{-y^{\frac{-5}{2}}}{2} + \frac{y^{\frac{5}{2}}}{2} $$ $$ds = \sqrt{\left(\frac{-y^{\frac{-5}{2}}}{2} + \frac{y^{\frac{5}{2}}}{2}\right)^2 + 1}$$ This leaves me with the integral $$\int{\sqrt{\left(\frac{-y^{\frac{-5}{2}}}{2} + \frac{y^{\frac{5}{2}}}{2}\right)^2 + 1}} dy$$ I do still have to calculate from 1 - 25 but I like to plug in after I solve my integral. Anyway, I can't tell how to solve this, but I have a feeling I need to play with the squared term. Perhaps a substitution or maybe the reciprocals simplify into something. If anyone has any tips I appreciate it!
EDIT: Problem solved! (I think)
In the answer to the question I can make the simplification $$\int{\sqrt{\left(\frac{y^{\frac{5}{2}} + y^{\frac{-5}{2}}}{2}\right)^2}} dy$$ $$\int{\left(\frac{y^{\frac{5}{2}} + y^{\frac{-5}{2}}}{2}\right)} dy$$ $$\frac{1}{2}\left(\int{y^{\frac{5}{2}}}dy + \int{y^{\frac{-5}{2}}}dy\right)$$ $$\frac{y^{\frac{7}{2}}}{7} + \frac{1}{-3y^{\frac{3}{2}}}$$
We plug in our bounds here and the answer is $F(25) - F(1)$
HINT:
$$1+\left(\frac{y^{5/2}-y^{-5/2}}{2}\right)^2=\left(\frac{y^{5/2}+y^{-5/2}}2\right)^2$$