How Do You Calculate the Arc Length of y=sqrt(x^3)?

Lanza52
Messages
63
Reaction score
0
[SOLVED] Arc Length Problem

y=\sqrt{x^{3}}

So you plug it into the formula for arc length. (integral of the sqrt of 1+y'^2)

And it yields \int \sqrt{1+(\frac{3x^{2}}{2\sqrt{x^{3}}})^{2}dx

From there you would use trig substitution, 1+tan^2theta = sec^2theta. But converting the dx to dtheta is a complete pain. And from what I can tell, it looks like it gets ugly.

So the ugliness makes me think I am wrong. Can anybody check this up to this point?

Thanks.
 
Physics news on Phys.org
well

\int \sqrt{1+(\frac{3x^{2}}{2\sqrt{x^{3}}})^{2}dx

can be simplified even more to give

\frac{1}{2}\int \sqrt{4+9x} dx

and from there it should become much easier
 
Solved. Thanks =P
 
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