Calculate the arc length of the vector function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
jaydnul
Messages
558
Reaction score
15

Homework Statement


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

Homework Equations


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

The Attempt at a Solution


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

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 [itex]<2t,t^2,lnt>[/itex] from [itex]1=<t=<e[/itex]

Homework Equations


Arc length=[itex]∫√{(x')^2 + (y')^2 + (z')^2}[/itex]
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:
[itex]∫√{4 + 4t^2 + \frac{1}{t^2}}[/itex]

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.