Posted by COFFEE on Monday, June 11, 2007 at 11:48pm.

find the exact length of this curve:

y = ( x^3/6 ) + ( 1/2x )

1/2 <or= x <or= 1

im looking over my notes, but i'm getting stuck.

here's my work so far:

A ( 1 , 2/3 )
B ( 1/2 , 49/48 )

y' = [1/6 (3x^2)] + [1/2 (-1x^-2)]

y' = ( x^2 / 2 ) - ( x^-2 / 2 )

(y')^2 = [( x^2 / 2 ) - ( x^-2 / 2 )]^2

y = (x^4 / 4) - (1/2) + (x^-4 / 4)

Integral: [from 1 to 1/2]
( 1 )
∫ sqrt[1 + (x^4 / 4) - (1/2) + (x^-4 / 4)] dx
( 1/2 )

( 1 )
∫ sqrt[(x^4 / 4) + (1/2) + (x^-4 / 4)] dx
( 1/2 )

..now i'm stuck. hopefully i computed it correctly.. how do i finish this to get a numerical answer? please help! thanks!!

For Further Reading

* calc: arc length - Count Iblis, Tuesday, June 12, 2007 at 9:37am

Write the integral as:

Integral of
sqrt[(x^2/2 - x^(-2)/2)^2 + 1] dx

from x = 1/2 to x = 1

substitute x = Exp(t)

Then

x^2/2 - x^(-2)/2 =

[Exp(2t) - Exp(-2t)]/2 = Sinh(2t)

And thus:

[(x^2/2 - x^(-2)/2)^2 + 1 =

Sinh(2t)^(2) + 1 = Cosh(2t)^(2)

And we have:

sqrt[(x^2/2 - x^(-2)/2)^2 + 1] =

Cosh(2t)

Finally, using that:

dx = Exp(t) dt

we can write the integral as:

Integral of Cosh(2t) Exp(t) dt

from t = -Log(2) to 0 =

Integral of 1/2[Exp(3t) + Exp(-t)] dt

from t = -Log(2) to 0 =

95/144

... this answer was wrong. did Count Iblis do it correctly or is there another way to end this problem? thanks!

I don't see any mistakes here. Are you sure that 1/2x means 1/(2x)? this is not the standard convention...

Anyway, just try to find the error for a few more minutes and then just move on to other problems. Sometimes there is an error in the textbook, your Prof. can make errors.

You don't want to waste hours of your time just to find out that that you made a trivial error somewhere or someone else did. You don't learn anything from that.

What matters is that you understand calculus, in this case how to compute arc length and to do that you must master integration.

To find the exact length of the curve, you can use the formula for arc length:

L = ∫[a, b] √(1 + (dy/dx)^2) dx

In this case, you have already found the derivative, which is dy/dx = (x^2 / 2) - (x^-2 / 2).

So, the next step is to plug this into the formula and integrate:

L = ∫[1/2, 1] √(1 + ((x^2 / 2) - (x^-2 / 2))^2) dx

Simplifying the expression inside the square root:

L = ∫[1/2, 1] √((x^4 / 4) + (1/2) + (x^-4 / 4)) dx

Now, you said you were stuck at this point. One possible approach to continue is to rewrite the expression under the square root as:

L = ∫[1/2, 1] √((1/4)(x^4 + 2 + x^-4)) dx

Then, you can factor out the 1/4 and take the square root of each individual term:

L = 1/2 ∫[1/2, 1] √(x^4 + 2 + x^-4) dx

Now, this might look similar to a trigonometric identity. Recall that cosh^2(t) - sinh^2(t) = 1.

In this case, you can rewrite the expression inside the square root as:

L = 1/2 ∫[1/2, 1] √(cosh^2(t) - sinh^2(t)) dx

By substituting x = e^t, you can simplify this further:

L = 1/2 ∫[t=ln(1/2),t=0] √(cosh(2t)) e^t dt

Now, using the identity dx = e^t dt, you can rewrite the integral:

L = 1/2 ∫[t=ln(1/2),t=0] cosh(2t) dx

Evaluating this integral will give you the exact length of the curve.