Find Null Paths in Differentiable Manifolds Using One-Forms

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
victorvmotti
Messages
152
Reaction score
5
Suppose that we have this metric and want to find null paths:

[tex]ds^2=-dt^2+dx^2[/tex]

We can easily treat [tex]dt[/tex] and [tex]dx[/tex] "like" differentials in calculus and obtain for $$ds=0$$

[tex]dx=\pm dt \to x=\pm t[/tex]

Now switch to the more abstract and rigorous one-forms in differentiable manifolds.

Here [tex]\mathrm{d}t (v)[/tex] is a one-form that takes a tangent vector from [tex]T_p[/tex] and returns a real number, [tex]\mathrm {d}t(v) \in \mathbb {R}[/tex].

The tangent vector to a curve [tex]x^{\mu}(\lambda)[/tex] in the basis [tex]\partial_\mu[/tex] is

[tex]v=\frac {dx^\mu}{d\lambda}\partial_\mu[/tex]

Now apply the one-form to this vector

$$\mathrm {d}t(\frac {dx^\mu}{d\lambda}\partial_\mu)=\frac{dx^\mu}{d\lambda}\mathrm {d}t(\partial_\mu)$$
$$ =\frac{dx^\mu}{d\lambda}\frac {\partial t}{\partial x^\mu}$$
$$=\frac {dt}{d\lambda}$$

Now the above metric, in terms of one-forms read

$$0=-\mathrm {d}t^2(v,v)+\mathrm {d}x^2(v,v)=-\mathrm {d}t(v)\mathrm {d}t(v)+\mathrm{d}x(v)\mathrm {d}x(v)$$$$=-(\frac {dt}{d\lambda})^2+(\frac {dx}{d\lambda})^2$$

If we use the chain rule $$\frac {dx}{dt}=\frac {dx}{d\lambda}\frac {d\lambda}{dt}$$

We eventually obtain $$dx=\pm dt \to x=\pm t$$

The above is from Carroll's page 77. He reminds us that we should stick to the second more formal one-forms, that is not using differentials as in calculus, because in the first shortcut we have "sloppily" did not make the distinction between $$\mathrm {d}t^2(v)$$ and $$dt^2$$.

Now my question is that can someone please provide an example that unlike the above example, treating the one-form in differentiable manifolds as a differential in calculus will indeed produce incorrect results or conclusions.
 
Last edited:
Physics news on Phys.org
Well, while I agree that it's good to conceptually remember that one-forms are operators (which operate on vectors) which return scalar values, I'm not aware of any difficulties if you happen to forget to be that formal and just manipulate the operators as if they were scalars, rather than operators.

The operators are linear, and associative. I suppose the only issue is if they commute, I haven't tried to think about this rigorously enough to come to any conclusion. Specifically we should ask if dx*dy = dy*dx, if they both operate on v^2.