2

As discussed here and within, the Lagrangian for a massless particle, using the $(-,+,+,+)$ metric signature, is

$$L = \frac{\dot{x}_\mu \dot{x}^\mu}{2e} - V,\tag{1}$$

where $\dot{x}^\mu := \frac{dx^\mu}{d\lambda}$ is the velocity, $\lambda$ is some worldline parameter, $e$ is the auxiliary einbein and $V$ is the potential.

The EL equations give us the EOMs

$$\dot{x}_\mu \dot{x}^\mu = 0,\tag{2}$$ $$\ddot{x}^\mu + \Gamma^\mu_{\sigma\rho} \dot{x}^\sigma \dot{x}^\rho - \frac{\dot{e}\dot{x}^\mu}{e} + e\partial^\mu V = 0,\tag{3}$$

where $\Gamma^\mu_{\sigma\rho}$ are the Christoffel symbols of the metric $\eta_{\mu\nu}$ for some choice of coordinates. After this, I'm not sure how to proceed, for the following reasons.

In the $V=\text{constant}$ case, the system is underdetermined, and we are free to choose some $e$, such as setting $e=1$. We then get the consistent EOMs

$$\dot{x}_\mu \dot{x}^\mu = 0,\tag{4}$$ $$\ddot{x}^\mu + \Gamma^\mu_{\sigma\rho} \dot{x}^\sigma \dot{x}^\rho = 0.\tag{5}$$

In the general case, however, we seem to end up with the two EOMs being inconsistent.

For example, suppose we use Cartesian coordinates and a $z$-direction potential such as $$V = z,\tag{6}$$ choosing initial conditions satisfying the null velocity condition such as $\dot{x}^\mu \left(0\right) = \left(1,0,0,1\right)$. The EOM for the coordinates becomes

$$\ddot{x}^\mu = \left(0,0,0,-1\right),\tag{7}$$

yielding $\dot{x}^\mu \left(\lambda\right) = \left(1,0,0,1-\lambda\right)$, which fails to satisfy the null velocity condition for $\lambda \neq 0$.

Qmechanic
  • 220,844
tomdodd4598
  • 787
  • 4
  • 14

2 Answers2

2

You are free to choose $e$. Your freedom to choose $e$ corresponds to your freedom to choose how to parameterize the curve. You can think of reparameterization invariance as a gauge invariance on the world line (see Section 1.1.2 of Tong's string theory notes). In particular, if you chose $e=1$, your first equation is the condition that the particle is massless, and the second equation becomes the standard form of the geodesic equation with a force term equal to $\partial^\mu V$.

Andrew
  • 58,167
2

It is usually implicitly assumed that OP's Lagrangian (1) for the massless relativistic point particle exhibits world-line (WL) reparametrization covariance, cf. point 4 in my related Phys.SE answer here. This puts strong conditions on the potential $V$, i.e. the 1-form $V\mathrm{d}\lambda$ should be a WL invariant. One allowed potential is an E&M background $V=-qA_{\mu}(x)\dot{x}^{\mu}$. OP's example (6) is not allowed.

Qmechanic
  • 220,844