Physlib

Physlib.ClassicalMechanics.Lagrangian.TotalDerivativeEquivalence

2 declarations

definition

δL\delta L is a total time derivative ddtF(r,t)\frac{d}{dt}F(r, t)

#IsTotalTimeDerivative

A function δL:Rn×Rn×RR\delta L: \mathbb{R}^n \times \mathbb{R}^n \times \mathbb{R} \to \mathbb{R} (representing a change in a Lagrangian) is a total time derivative if there exists a differentiable function F:Rn×RRF: \mathbb{R}^n \times \mathbb{R} \to \mathbb{R}, depending only on position rr and time tt, such that for all r,v,tr, v, t: δL(r,v,t)=DF(r,t)(v,1)\delta L(r, v, t) = \text{D}F|_{(r, t)}(v, 1) By the chain rule, this condition is equivalent to: δL(r,v,t)=Ft(r,t)+rF(r,t)v\delta L(r, v, t) = \frac{\partial F}{\partial t}(r, t) + \nabla_r F(r, t) \cdot v where vv is the velocity vector.

theorem

Velocity-Only Total Time Derivatives are Linear: δL(v)=g,v\delta L(v) = \langle g, v \rangle

#isTotalTimeDerivativeVelocity

Let δL:RnR\delta L : \mathbb{R}^n \to \mathbb{R} be a function of velocity vv such that δL(0)=0\delta L(0) = 0. Suppose that δL\delta L is a total time derivative, meaning the function (r,v,t)δL(v)(r, v, t) \mapsto \delta L(v) satisfies the condition that there exists a differentiable function F(r,t)F(r, t) depending only on position and time such that: δL(v)=ddtF(r,t)=Ft(r,t)+rF(r,t)v\delta L(v) = \frac{d}{dt} F(r, t) = \frac{\partial F}{\partial t}(r, t) + \nabla_r F(r, t) \cdot v Then, δL\delta L must be linear in velocity. That is, there exists a constant vector gRng \in \mathbb{R}^n such that for all vRnv \in \mathbb{R}^n: δL(v)=g,v\delta L(v) = \langle g, v \rangle where ,\langle \cdot, \cdot \rangle denotes the standard Euclidean inner product. This reflects the physical requirement that for δL\delta L to be independent of position rr and time tt, the gradient rF\nabla_r F must be a constant vector gg and the partial derivative Ft\frac{\partial F}{\partial t} must vanish.