Calculate the arc length of the vector function

jaydnul
Messages
558
Reaction score
15

Homework Statement


Calculate the arc length of <2t,t^2,lnt> from 1=<t=<e

Homework Equations


Arc length=∫√{(x')^2 + (y')^2 + (z')^2}

The Attempt at a Solution


So I have gotten to this point:
∫√{4 + 4t^2 + \frac{1}{t^2}}

Am I on the right track, and if so, how do I integrate that?
 
Physics news on Phys.org
Jd0g33 said:

Homework Statement


Calculate the arc length of <2t,t^2,lnt> from 1=<t=<e

Homework Equations


Arc length=∫√{(x')^2 + (y')^2 + (z')^2}
Missing dt in the integrand.

Also, if you use \sqrt instead of √, it will look better.
$$\int \sqrt{x'^2 + y'^2 + z'^2}dt $$
Jd0g33 said:

The Attempt at a Solution


So I have gotten to this point:
∫√{4 + 4t^2 + \frac{1}{t^2}}

Am I on the right track, and if so, how do I integrate that?
Write the quantity in the radical as 4t2 + 4 + 1/t2, and then factor it.
 
Thanks. Good advice so far. I think I might just be an idiot by how do you factor that? Haven't had to do that for a while.
 
Nevermind, got it. multiply t^2
 
Thanks for the help!
 
Jd0g33 said:
Nevermind, got it. multiply t^2
You can't do that, but you can multiply by t2 over itself. OTOH, the expression can be factored directly, to (2t + 1/t)2.
 
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