Differential geometry : Tangent vector & reparameterization

Schwarzschild90
Messages
111
Reaction score
1

Homework Statement


Problem statement uploaded as image.

Homework Equations


Arc-length function
eq0014M.gif

The Attempt at a Solution


Tangent vector:
r=-sinh(t), cosh(t), 3

Now, I just need to reparameterize it using arclength and verify my work is unit-speed. Will someone give me a hint? Should I use the arc-length function to accomplish this.
 

Attachments

  • 1.PNG
    1.PNG
    7 KB · Views: 449
Physics news on Phys.org
Schwarzschild90 said:

Homework Statement


Problem statement uploaded as image.

Homework Equations


Arc-length function
eq0014M.gif

The Attempt at a Solution


Tangent vector:
r=-sinh(t), cosh(t), 3

Now, I just need to reparameterize it using arclength and verify my work is unit-speed. Will someone give me a hint? Should I use the arc-length function to accomplish this.

What is preventing you from trying it for yourself?
 
  • Like
Likes Schwarzschild90
It's that I have no means of checking the solution, so before I invest in it, I would like to know if my method is correct (assuming that I integrate correctly).
 
Schwarzschild90 said:

Homework Statement


Problem statement uploaded as image.

Homework Equations


Arc-length function
eq0014M.gif

The Attempt at a Solution


Tangent vector:
r=-sinh(t), cosh(t), 3
This isn't the tangent vector.
Schwarzschild90 said:
Now, I just need to reparameterize it using arclength and verify my work is unit-speed. Will someone give me a hint? Should I use the arc-length function to accomplish this.
In future posts, please show more of your work. What you have here just barely qualifies as a problem attempt.
 
  • Like
Likes Schwarzschild90
Tangent vector
upload_2015-12-13_18-41-41.png


Now, compute the norm of the tangent vector:
upload_2015-12-13_18-55-58.png

Using this, make the following substitution
upload_2015-12-13_19-1-35.png
 
How do I compute the arclength, without knowing the range? For example [0 <= t <= 2pi]

Another shot at the arc length of the tangent vector

\sqrt{(9+9*sinh(t)^2+16*cosh(t)^2)}dt =^*<br /> 25 cosh^2(t) = <br /> 25 sinh^2(t)+25<br />

* Using a trigonometric identity

PS: csgn is code used specifically by maple. It' not necessarily a mathematical function
 
Last edited:
Schwarzschild90 said:
How do I compute the arclength, without knowing the range? For example [0 <= t <= 2pi]
The arc length function in your relevant equations gives the arc length in terms of a parameter t.
Schwarzschild90 said:
Another shot at the arc length of the tangent vector

\sqrt{(9+9*sinh(t)^2+16*cosh(t)^2)}dt =^*<br /> 25 cosh^2(t) =<br /> 25 sinh^2(t)+25<br />
The last expression above is not helpful, but the one before it is helpful. What happened to the square root?
Schwarzschild90 said:
* Using a trigonometric identity

PS: csgn is code used specifically by maple. It' not necessarily a mathematical function
Do you know what it means, though? I've never seen it, but I don't use Maple.
 
  • Like
Likes Schwarzschild90
Right, the square root should've been preserved, in the above equation. Here it is, in all of its glory:

\sqrt{25cosh^2(t)}
So, is this equation the reparameterization of the tangent vector?

csgn(x) is the sign function of real AND complex numbers; where csgn = complex signum.
 
  • #10
  • Like
Likes Schwarzschild90
  • #11
upload_2015-12-13_20-51-51.png

Plot of the 25cosh^2(t) function; the norm of the tangent vector
 
Last edited:
  • #12
Schwarzschild90 said:
View attachment 93321
Plot of the 25cosh^2(t) function

This is not relevant. The question is what cosh(t) looks like, not its square. You should not even need to do an actual plot; just picture it in your mind.
 
  • Like
Likes Schwarzschild90
  • #13
upload_2015-12-13_21-9-33.png


Plot of 5 \sqrt{cosh(t)}

I can picture it in my mind. What am I supposed to "see"?
 
Last edited:
  • #14
I get this for the parameterization by arclength of the tangent vector
int(5*sqrt(cosh(t)^2), t = 0 .. 1) = 5 sinh(1)
 
  • #15
Schwarzschild90 said:
I get this for the parameterization by arclength of the tangent vector
int(5*sqrt(cosh(t)^2), t = 0 .. 1) = 5 sinh(1)
This is not a parameterization -- it's a number.

As I said before...
Mark44 said:
The arc length function in your relevant equations gives the arc length in terms of a parameter t.
IOW, ##\int_0^t 5 \sqrt{\cosh^2(w)} dw##
 
  • Like
Likes Schwarzschild90
Back
Top