Computing The 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 · 11K views
withthemotive
Messages
21
Reaction score
0

Homework Statement



Consider the curve r = (e^−2 t cos(3 t), e^−2 t sin(3 t), e^−2 t) .

Compute the arclength function s(t) : (with initial point t=0 ).



The Attempt at a Solution



r'(t) = <-2e^-2t*cos(3t) + e^-2t*-3sin(3t), -2e^-2t*sin(3t) + e^-2t*cos(3t), -2e^-2t>

Then what, do I find the length of that derivative?
Then take the integral of 0 to t?
I dunno.
 
Physics news on Phys.org
Hi Withthemotive,

withthemotive said:
r'(t) = <-2e^-2t*cos(3t) + e^-2t*-3sin(3t), -2e^-2t*sin(3t) + e^-2t*cos(3t), -2e^-2t>
A minor point: the e^(-2t)*cos(3t) term in your second component is missing a factor of 3. Also, be sure to use plenty of parentheses to remove any ambiguity in the future!

Then what, do I find the length of that derivative?
Then take the integral of 0 to t?
That's right, but your derivative will need to be with respect to a dummy variable, say u:
[tex]s(t) = \int_0^t ||\text{r}'(u)|| \, \text{du}[/tex].