Differentiating with coordinate transformations

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
liu111111117
Messages
4
Reaction score
0
Homework Statement
line element for Kottler-Møller coordinates
[tex]T = (x+\frac{1}{\alpha}) sinh(\alpha t)[/tex]
[tex]X = (x+\frac{1}{\alpha}) cosh(\alpha t) - \frac{1}{\alpha}[/tex]

Objective is to show that

[tex]ds^2 = -(1 +\alpha x)^2 dt^2 + dx^2[/tex]

via finding dT and dX and inserting them into [tex]ds^2 = -dT^2 + dX^2[/tex]

Incorrect attempt #1:

[tex]dT= (dx+\frac{1}{\alpha}) sinh(\alpha dt)[/tex]

Incorrect attempt #2:

[tex]dT= (\alpha x+1) cosh(\alpha t)[/tex]
 
Physics news on Phys.org
Hello
Take care distribution of derivative
[tex]d(x \ cosh(\alpha t)) = dx \ cosh(\alpha t) + x\ d(cosh (\alpha t))=...[/tex]
 
  • Like
Likes   Reactions: liu111111117
Thus,

[tex]dT = dx sinh (\alpha t) + (\alpha x +1) cosh (\alpha t)[/tex]

I find no way to yield a dt term.
 
Or does the second term need chain rule? I think not. t is coordinate, not function
 
liu111111117 said:
Thus,
[tex]dT = dx sinh (\alpha t) + (\alpha x +1) cosh (\alpha t)[/tex]
I find no way to yield a dt term.
You forgot to put dt at the end. Thus
[tex]dT = \mathbf{dx} \ sinh (\alpha t) + (\alpha x +1) cosh (\alpha t) \mathbf{dt}[/tex]
Both sides be infinitesimal including d(coordinate). t is coordinate. cosh at and sinh at here are its functions.
 
Last edited:
  • Like
Likes   Reactions: liu111111117
Of course.

If y = f(x),

[tex]dy = \frac{dy}{dx} dx[/tex]

Thank you.