Noether's Theorem

Noether's theorem tells us that conserved quantities come from symmetries of physical systems. For example, momentum is conserved because the laws of physics are translation invariant.
This deep insight is helpful for understanding when quantities should be conserved. A mass falling off of a building is allowed to gain momentum because the system is not translation invariant - as you move vertically, the gravitational potential changes. However, a train moving along its tracks should conserve momentum because no relevant physical quantity changes as you move around the surface of the earth.

Proving Noether's Theorem

In the system of Hamiltonian Mechanics, the proof of Noether's theorem is surprisingly simple and elegant. First, we need to set up some machinery. Recall Hamilton's equations of motion p˙i=Hqiq˙i=Hpi\begin{aligned} \dot p_i &= \frac{\partial H} {\partial q_i}\\ -\dot q_i &= \frac{\partial H} {\partial p_i} \end{aligned} Hamilton's equations define a vector field XH=(q˙,p˙)X_H = (\dot q, \dot p) on phase space that describes how a particle evolves over time. The trajectory of a particle starting at position qq with momentum pp is the integral curve of XHX_H passing through point (q,p)(q,p).
We can express Hamilton's equations more simply using a symplectic form. A symplectic form is a closed, nondegenerate differential 2-form. Using Ω\Omega, Hamilton's equations become dH=ιXHΩ dH = \iota_{X_H} \Omega Where dd is the exterior derivative and ιXHΩ\iota_{X_H} \Omega is the interior product, a one-form defined by (ιXHΩ)(X1)=Ω(XH,X1)(\iota_{X_H} \Omega)(X_1) = \Omega(X_H, X_1).
Aside: We call XHX_H the ``symplectic gradient'' HH. Given a metric gg, the regular gradient of a function ff can be defined by df=ιgradfgdf = \iota_{\text{grad}\;f} \; g. The definition of the symplectic gradient is the same as the definition normal gradient, except we use the symplectic form instead of the metric.
Now, let XGX_G be an infinitesimal symmetry transformation. Then LXGH=0\mathcal{L}_{X_G}H = 0. That is to say, if we move space a small amount in the XGX_G direction, the Hamiltonian stays the same. This is exactly what we mean by a symmetry. Furthermore, let XGX_G be the symplectic gradient of some potential function UGU_G. i.e. dUG=ιXGΩdU_G = \iota_{X_G} \Omega. Then 0=LXGH=ιXGdH+dιXGHCartan’s magic formula=ιXGdH+0Hdoesn’t take arguments, soιXGH=0=ιXGιXHΩdefinition ofXH=Ω(XH,XG)definition of theιoperation=Ω(XG,XH)Ωis antisymmetric=ιXHιXGΩdefinition of theιoperation=ιXHdUGdefinition ofXG=ιXHdUG+dιXHUGUGdoesn’t take arguments, soιXHUG=0=LXHUGCartan’s magic formula\begin{aligned} 0 &= \mathcal{L}_{X_G} H\\ &= \iota_{X_G} dH + d \iota_{X_G} H &&\text{Cartan's magic formula}\\ &= \iota_{X_G} dH + 0 &&H\;\text{doesn't take arguments, so}\; \iota_{X_G}H = 0\\ &= \iota_{X_G} \iota_{X_H} \Omega &&\text{definition of}\;X_H \\ &= \Omega(X_H, X_G) && \text{definition of the}\; \iota \; \text{operation}\\ &= -\Omega(X_G, X_H) && \Omega\;\text{is antisymmetric}\\ &= -\iota_{X_H} \iota_{X_G} \Omega && \text{definition of the}\;\iota\;\text{operation}\\ &= -\iota_{X_H} dU_G && \text{definition of}\; X_G\\ &= -\iota_{X_H} dU_G + d\iota_{X_H} U_G &&U_G\;\text{doesn't take arguments, so}\; \iota_{X_H}U_G = 0\\ &= -\mathcal{L}_{X_H} U_G && \text{Cartan's magic formula}\\ \end{aligned} Therefore, the quantity UGU_G does not change when we flow along the vector field XHX_H. But flow along XHX_H is time evolution! So UGU_G is a conserved quantity over time!
Aside: In the above derivation, we used Cartan's magic formula. It's a super useful identity described on Wikipedia here. It's also called the Cartan's homotopy formula since it can be viewed as the statement that the function Lx\mathcal{L}_x is null-homotopic on the de Rham complex. I hope to write a post describing it more at some point in the future.

Examples

Translation in One Dimension

Suppose we have a one-dimensional physical system. Furthermore, suppose our Hamiltonian is invariant under translation. The vector field that infinitesimally moves things in the xx direction is the vector field that points in the xx direction. We need to express this vector field as a symplectic gradient. So we want a function U(x,p)U(x, p) that satisfies U(x,p)x=0U(x,p)p=1\begin{aligned} \frac{\partial U(x, p)} {\partial x} &= 0\\ \frac{\partial U(x, p)} {\partial p} &= -1 \end{aligned} Clearly, U(x,p)=pU(x, p) = -p. Satisfies this condition. So the quantity p-p (and therefore pp as well), is conserved in this physical system! Just like that, we have shown the conservation of momentum!

Rotation in Two Dimensions

Suppose we have a two-dimensional physical system that is invariant under rotation. A rotation by an angle θ\theta is given by the matrix (cosθsinθsinθcosθ)\begin{pmatrix} \cos \theta & -\sin \theta\\\sin \theta & \cos \theta\end{pmatrix} For very small θ\theta, this matrix is approximately (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} Rotation affects both position and momentum the same way. So an infinitesimal rotation is given by the transformation x˙=y,y˙=x,p˙x=py,p˙y=px\dot x = -y, \dot y = x, \dot p_x = -p_y, \dot p_y = p_x. Now, to express this vector field as a symplectic gradient, we need a function U(x,y,px,py)U(x, y, p_x, p_y) satisfying Ux=p˙x=pyUy=p˙y=pxUpx=x˙=yUpy=y˙=x\begin{aligned} \frac {\partial U} {\partial x} &= \dot p_x = -p_y & \frac {\partial U} {\partial y} &= \dot p_y = p_x\\ \frac {\partial U} {\partial p_x} &= -\dot x = y & \frac {\partial U} {\partial p_y} &= -\dot y = -x \end{aligned} To satisfy these conditions, we pick U(x,y,px,py)=ypxxpyU(x, y, p_x, p_y) = yp_x - xp_y, which is the angular momentum!

Leave a Comment

No comments:

Powered by Blogger.