Rewrite curve as arclength 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
1 reply · 2K views
PsychonautQQ
Messages
781
Reaction score
10

Homework Statement


Consider the curve r = <cos(3t)e^(3t),sin(3t)e^(3t),e^(3t)>
compute the arclength function s(t) with the initial point t = 0.


Homework Equations


s = integral |r'(t)|dt


The Attempt at a Solution


Okay so if you work all of this out it turns out it's not as bad as it looks.. it's set up to come out really nicely it appears. I end up with

s = 3^(1/2)e^(3t)

but my online homework program is saying that this is wrong... Do I ever use the information that the initial point is t = 0? I don't understand why they need to tell me that...
 
Physics news on Phys.org
When you put ##t=0## you aren't getting ##s(0)=0## like the problem asks. You need to calculate$$
s(t) - s(0) = \int_0^t|r'(t)|dt$$with s(0)=0. I'm guessing you didn't handle the lower limit correctly.