9

I'm going through the derivations of Noether's theorems and I have several criticisms as to how they are presented in popular sources (note that I'm only referring to classical mechanics here and not interested in the theorems in the context of field theory). My comments are presented below:

The Hamiltonian is defined as $H=\sum \dot{q}_i \frac{\partial L}{\partial \dot{q}_i}-L$. I wont go through the details, but it can be shown that if the potential energy is only dependent on generalized coordinates (and not on velocities) and if the kinetic energy is a homogeneous quadratic function of $\dot{q}_i$ then the Hamiltonian is the total energy.

The fact $\frac{\partial L}{\partial t}=0$ only directly implies that $\frac{d}{dt}H=0$ and nothing else. So my criticism is: We cannot say in any absolute sense that time-translation symmetry implies conservation of energy; we can only say it implies conservation of the Hamiltonian, which may or may not be the total energy according to the conditions I posted above

On the other hand, it is often said that if there is space translation symmetry w.r.t. a certain variable, then the conjugate momentum is conserved. And this is shown rather simply by:

if $\frac{\partial L}{\partial \dot{q}_i}=0$ then $\frac{d}{dt}p_{{q}_i}=0$.

But this is only valid whenever the potential is independent of velocities, unless you accept $\frac{\partial L}{\partial \dot{q}_i} = P_{q_i}$ even when potentials are velocity dependent

So where am I screwing up here? Are my statements true but nevertheless useless since all potentials in the universe are velocity independent (which I think is false)? Is it always possible to find a coordinate system for which $H=E$?

Thanks.

DLV
  • 1,659

2 Answers2

3

As I see, maybe the problem is energy. So, What is energy?

The formal classical definition of energy is: Energy is a dynamical invariant of a system that came from time-translation symmetry. There is also a question here about it. If you want more references about it, let me know.

So.. when Bob write, $E = T + V$ in dissipative systems (damped OHS for instance), Bob is thus formally wrong, because the quantity $E$ clearly varies with time, thus is not a dynamical invariant, thus can't be the energy of this system.

Also, you said that: $$ \frac{\partial L}{\partial t} = \frac{dH}{dt} $$

That does not proves Noether Theorem. That only indicates when $H$ is conserved. The complete proof of Noether Theorem has to do with the least action principle. When you take the action $A$, and make it vary infinitesimally $\delta A$ by time translation $\delta t$ and spatial translation $\delta q_i$, and after a few calculations, you will arrive in: $$ \delta A = \delta\int L(q_i, \dot q_i, t) dt = \int\left(\frac{\partial L}{\partial q_i} - \frac{d}{dt}\frac{\partial L}{\partial\dot q_i}\right) \left(\delta q_i - \dot q_i\delta t\right)dt + \left[\frac{\partial L}{\partial\dot q_i}\delta q_i - H\delta t\right] $$

The spatial translation $\delta q_i$ is associated with the momentum $p_i$, and the time translation $\delta t$ is associated with the hamiltonian $H$.

Now we apply the least action principle: $\delta A = 0$, and we get: $$ \left(\frac{\partial L}{\partial q_i} - \frac{d}{dt}\frac{\partial L}{\partial\dot q_i}\right) \left(\delta q_i - \dot q_i\delta t\right)dt = -\frac{d}{dt} \left[\frac{\partial L}{\partial\dot q_i}\delta q_i - H\delta t\right] $$

Here we identify Euler-Lagrange equations, which must be satisfied, and thus are zero (be careful with the dot products). Then we have a conserved quantity for each symmetry of the action: $$ p_i\delta q_i - H\delta t = cte $$

For a time symmetry, $H$ is conserved, and thus $H$ is the energy of the system, by definition. There is no such thing proven that $T+V$ is the conserved, thus, they may not be dynamical invariants, thus they may not be the energy.

In summary, the current formal definition of classical energy was motivated thanks to Noether Theorem.

Physicist137
  • 3,354
2

There are at least two generalizations of Noether's theorem.

1) Assume that the Hamiltonian system with Hamiltonian $H(z),\quad z=(p,q)$ has a one-parameter symmetry group $\{g^s_F(z)\}$ which is generated by a Hamiltonian system with Hamiltonian $F$. Then $F$ is a first integral for $H:\quad \{F,H\}=0$, moreover if $dF\ne 0$ then there are local canonical coordinates $P,Q$ such that in these coordinates (these coordinates can be built by quadratures provided $g^s_F$ is given) Hamiltonian $H$ does not depend on $Q_1$ and $(P,Q)\mapsto g^s_F(P,Q)=(P_1,\ldots,P_n,Q_1+s,Q_2,\ldots,Q_n)$.

2) Consider a nonholonomic system with Lagrangian $L=L(q,\dot q)$ and the constraints equation $a_i^j(q)\dot q^i=0,\quad j=1,\ldots,k<n$. Assume that there exists a one-parameteer group $\{g^s(q)\},\quad L(q,\dot q)=L(g^s(q),d g^s(q)\dot q)$ and $a_i^j(q) v^i(q)=0$. Here $v$ is the vector field which generates $g^s$. Then the system has the first integral $f=\frac{\partial L}{\partial \dot q^l}v^l.$ One can also apply the rectification theorem to $v$

Oleg
  • 21