New Reply

Reparametrize the curve in terms of arc length

 
Share Thread
Jan29-12, 01:44 PM   #1
 

Reparametrize the curve in terms of arc length


Reparametrize the curve R(t) in terms of arc length measured from the point where t = 0

R(t) is defined by x = et, y = [itex]\sqrt{2}[/itex]t, z = -e-t

Arc length S = ∫ ||R'(t)||dt

||R'(t)||= sqrt{[itex]\dot{x}[/itex]2 + [itex]\dot{y}[/itex]2 + [itex]\dot{z}[/itex]2}


The attempt at a solution

Getting R'(t) ==> x = et, y = [itex]\sqrt{2}[/itex], z = e-t

Then ||R'(t)|| = sqrt{e2t + 2 + e-2t} = et + e-t

S = ∫(et + e-t)dt from 0 to some t
So
S = et - e-t

This is the point where I get stuck. How can I transform this equation into form t = ... ?

I tried taking ln of the whole equation but it doesn't seem to work.

Help please!
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Jan29-12, 02:05 PM   #2
 
Blog Entries: 1
Recall that:

[tex] \frac{e^{t}-e^{-t}}{2} = sinh(t) [/tex]

Where sinh(t) is the hyperbolic sine function. Can you take it from here?
Jan29-12, 02:07 PM   #3
 
Mentor
Quote by melifaro View Post
Reparametrize the curve R(t) in terms of arc length measured from the point where t = 0

R(t) is defined by x = et, y = [itex]\sqrt{2}[/itex]t, z = -e-t

Arc length S = ∫ ||R'(t)||dt

||R'(t)||= sqrt{[itex]\dot{x}[/itex]2 + [itex]\dot{y}[/itex]2 + [itex]\dot{z}[/itex]2}

The attempt at a solution

Getting R'(t) ==> x = et, y = [itex]\sqrt{2}[/itex], z = e-t

Then ||R'(t)|| = sqrt{e2t + 2 + e-2t} = et + e-t

S = ∫(et + e-t)dt from 0 to some t
So
S = et - e-t

This is the point where I get stuck. How can I transform this equation into form t = ... ?

I tried taking ln of the whole equation but it doesn't seem to work.

Help please!
Hello melifaro. Welcome to PF !

What's the definition of the hyperbolic sine, sinh(x) ?

Added in Edit:

Of course using the sinh function will leave S as a function of arcsinh(t).

Alternatively take the equation
S = et - e-t
and multiply by et to get an equation that's quadratic in et. Solve for et. (Keep only the + solution from the ± result. Why can you do that?) Take the natural log of the result.
Jan29-12, 02:31 PM   #4
 

Reparametrize the curve in terms of arc length


I'm not very familiar with hyperbolic functions but does that mean that

S = 2 sinh(t)
sinh-1([itex]\frac{S}{2}[/itex]) = t ?

So R(s) is defined by x = esinh-1([itex]\frac{S}{2}[/itex]), y = [itex]\sqrt{2}[/itex]sinh-1([itex]\frac{S}{2}[/itex]), z = e-sinh-1([itex]\frac{S}{2}[/itex])

EDIT

Quote by SammyS View Post
Alternatively take the equation
S = et - e-t
and multiply by et to get an equation that's quadratic in et. Solve for et. (Keep only the + solution from the ± result. Why can you do that?) Take the natural log of the result.
This is so simple and so smart. Thanks a lot!
Jan29-12, 02:47 PM   #5
 
Mentor
Quote by melifaro View Post
I'm not very familiar with hyperbolic functions but does that mean that

S = 2 sinh(t)
sinh-1([itex]\frac{S}{2}[/itex]) = t ?

So R(s) is defined by x = esinh-1([itex]\frac{S}{2}[/itex]), y = [itex]\sqrt{2}[/itex]sinh-1([itex]\frac{S}{2}[/itex]), z = -e-sinh-1([itex]\frac{S}{2}[/itex])

EDIT

This is so simple and so smart. Thanks a lot!
The x & z components come out very nicely using the result from the quadratic equation.

BTW: You left the negative off of the result for z.
Jan29-12, 02:52 PM   #6
 
Blog Entries: 1
You are close, but can still simplify it:

[tex] 2sinh(t) = S [/tex]
[tex] t = sin^{-1}(\frac{S}{2}) [/tex]
[tex] t= ln(\frac{1}{2}(S\pm\sqrt{4+s^{2}})) [/tex]

Edit: fixed
Jan29-12, 02:54 PM   #7
 
Quote by SammyS View Post
[...]Keep only the + solution from the ± result. Why can you do that?[...]
Just to make sure, is it because t is always positive from the problem description?

Edit

Quote by DivisionByZro View Post
You are close, but can still simplify it:

[tex] 2sinh(t) = S [/tex]
[tex] t = sin^{-1}(\frac{S}{2}) [/tex]
[tex] t= ln(S\pm\sqrt{1+s^{2}}) [/tex]
Yes, thanks. As I said I am not familiar with hyperbolic functions so SammyS' solution better for me
Jan29-12, 02:56 PM   #8
 
Mentor
Quote by melifaro View Post
Just to make sure, is it because t is always positive from the problem description?
It's because you were solving for et. That's always positive, as a function of a real variable.
Jan29-12, 02:58 PM   #9
 
Quote by SammyS View Post
It's because you were solving for et. That's always positive, as a function of a real variable.
Thank you!
New Reply

Similar discussions for: Reparametrize the curve in terms of arc length
Thread Forum Replies
Ladder of mass M and length L, find kinetic energy in terms... Introductory Physics Homework 1
Determining the length of the curve (ln curve) Calculus & Beyond Homework 3
Derive Planck Length in terms of c, G, and h_bar Introductory Physics Homework 3
Calc 3 reparametrize question Calculus & Beyond Homework 1
Reparametrizing a space curve in terms of arclength: Calculus 20