Finding Arc Length of x = (y^4)/8 + 1/(4y^2) from 1 to 2

MHrtz
Messages
53
Reaction score
0

Homework Statement



Determine the arc length of the function on the given interval

x = (y^4)/8 + 1/(4y^2) from 1 to 2

The arc length formula

\int (f'(x)2 + 1).5 dx

The Attempt at a Solution



I used the arc length formula but don't know where to go from here. Usually these problems can't be done unless a form of cancellation takes place and I can't seem to find it. Below is what I input in the formula but I can not figure out how to integrate this.

\int((y6 - 1)2/(2y3)) + 1))).5 dy
 
Physics news on Phys.org
MHrtz said:

Homework Statement



Determine the arc length of the function on the given interval

x = (y^4)/8 + 1/(4y^2) from 1 to 2

The arc length formula

\int (f'(x)2 + 1).5 dx

The Attempt at a Solution



I used the arc length formula but don't know where to go from here. Usually these problems can't be done unless a form of cancellation takes place and I can't seem to find it. Below is what I input in the formula but I can not figure out how to integrate this.

\int((y6 - 1)2/(2y3)) + 1))).5 dy

It's helpful in this problem to use negative exponents instead of fractions.

(x')2 + 1 = (1/4)y6 - 1/2 + (1/4)y-6 + 1
= (1/4)y6 + 1/2 + (1/4)y-6

This turns out to be a perfect square, so you can readily take its square root.
 
I factored and then took the square root and came up with this:

(y^3)/2 + 1/2y^3
 
Yes, that is correct. Now integrate.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top