I'm struggling to compute arc length (multivariable calculus)

Physics_Is_Fun
Messages
4
Reaction score
0

Homework Statement


Find the arc length of the curve
(t) = (1; 3t2; t3) over the interval 0  t  1.

Homework Equations


L=sqrt(f'(t)^2+g'(t)^2+...+n'(t)^2) (integrated from a to b)
int(udv)=uv-int(vdu)


The Attempt at a Solution


Seems like it should be fairly straightforward-- the derivative vector ends up being (0, 6t, 3t^2)
1.) L=int[sqrt(0^2+(6t)^2+(3t^2)^2)] (over 0 to 1)
2.) L=int[sqrt(36t^2+9t^4)] (from 0 to 1)
3.) L=3int[t*sqrt(t^2+4)] (from 0 to 1)
4.) From here, I wanted to solve using integration by parts. However, that seemed to only result in a more complicated integral no matter whether I set t as u or as dv.

Can anyone give me a hint? I'd like to work it out on my own, but an idea as to which method to use would be much appreciated.
Thanks so much to anyone who takes the time to respond to this. :)
 
Physics news on Phys.org
Physics_Is_Fun said:

Homework Statement


Find the arc length of the curve
(t) = (1; 3t2; t3) over the interval 0  t  1.

Homework Equations


L=sqrt(f'(t)^2+g'(t)^2+...+n'(t)^2) (integrated from a to b)
int(udv)=uv-int(vdu)


The Attempt at a Solution


Seems like it should be fairly straightforward-- the derivative vector ends up being (0, 6t, 3t^2)
1.) L=int[sqrt(0^2+(6t)^2+(3t^2)^2)] (over 0 to 1)
2.) L=int[sqrt(36t^2+9t^4)] (from 0 to 1)
3.) L=3int[t*sqrt(t^2+4)] (from 0 to 1)
4.) From here, I wanted to solve using integration by parts. However, that seemed to only result in a more complicated integral no matter whether I set t as u or as dv.

Can anyone give me a hint? I'd like to work it out on my own, but an idea as to which method to use would be much appreciated.
Thanks so much to anyone who takes the time to respond to this. :)

Us integration by substitution. Is not the factor t connected to the derivative of t2+4?

ehild
 
Thank you!
 
Can't believe I missed that...
 
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