Finding the length of a curve?

359 Views Asked by At

With the information given:

$$x=\frac{y^4}{8}+\frac{1}{4y^2}\,,\ \ 1 \le y \le 2$$

I must find the exact length of the curve.

I use this formula to find it: $$\sqrt{1+\left(\frac{dx}{dy}\right)^2}\ dy $$

So of course, I should find what 1 + (dx/dy)^2 is.

This is what I got:

$$\frac{y^6 -y^{-6}+2}{4} $$

So . . .

$$\int_1^2\sqrt{\frac{y^6-y^{-6}+2}{4}} \, dy$$

I don't know... It just looks really funky to me. Should I do a $u$ substitution? Like $u=y^6-y^{-6}+2$?

2

There are 2 best solutions below

3
On BEST ANSWER

There was a little mistake made when squaring, you should have $$\frac{y^6+2+y^{-6}}{4}\tag{1}$$ inside the square root. And the square root of (1) is very nice, in our interval it is $$\frac{y^3+y^{-3}}{2}.$$

Remark: Many arclength exercises, including this one, are rather contrived. The coefficients were carefully chosen to make the thing we are integrating "magically" simplify.

0
On

Observe that $$ \frac{dx}{dy}=\frac{1}{2}\left(y^{3}-y^{-3}\right), $$ hence $$ 1+\left(\frac{dx}{dy}\right)^2=\frac{1}{2}\left(y^{3}+y^{-3}\right)^2 $$ and thus $$ \sqrt{1+\left(\frac{dx}{dy}\right)^2}\,dy=\int_{1}^{2} \frac{(y^3+y^{-3})\,dy}{2}. $$