1.6.1 Coordinate Transformations

Assume we have a mechanical system whose motion is described by a Lagrangian that depends on time, position and velocities. Assume also that we have a coordinate transformation $x = F(t, x’)$ that goes from “primed” to “unprimed” coordinates. The Lagrangian $L$ is expressed in unprimed coordinates. We want to find the Lagrangian expressed in primed coordinates. If $q$ is a configuration path in unprimed coordinates an $q’$ is in primed coordinates, then they must satisfy:

$$ L' \circ \Gamma[q'] = L \circ \Gamma [q]\\ $$

In general, the requirement that paths in two different coordinate systems be consistent with the coordinate transformation can be used to deduce how all of the components of the local tuple transform. Given a coordinate transformation $F$, let $C$ be the corresponding function that maps local tuples in the primed coordinate system to corresponding local tuples in the unprimed coordinate system:

$$ C \circ \Gamma[q'] = \Gamma[q] $$

Therefore,

$$ L' = L \circ C\\ $$

Substituting q and q’ into the coordinate transformation, and taking its derivative w.r.t $t$ and applying the chain rule,

$$ Dq(t) = \partial_0 F(t, q'(t)) + \partial_1 F(t, q'(t)) Dq'(t) \\ \\ \text{where } \partial_0 F(t, q'(t)) \text{ is the time derivative of } F(t, q'(t)) \\ \text{ and } \partial_1 F(t, q'(t)) \text{ is the Jacobian of F w.r.t q'} $$

Therefore the generalized velocity transforms as:

$$ v = \partial_0 F(t, x') + \partial_1 F(t, x') v'\\ $$

If our local tuples have higher-derivative components,

$$ \begin{align} (t, x, v, ... ) &= C(t, x', v', ...) \\ &= (t, F(t' x'), \partial_0 F(t, x') + \partial_1 F(t, x') v', ...) \end{align} $$

Note

$L’ = L \circ C$ and $C$ converts from primed to unprimed. Therefore, the coordinate conversion function from primed to unprimed is used to create the conversion from unprimed to primed Lagrangian. There is sort of an opposite thing going on here.

← Back to workbook