11

I don’t understand Noether’s theorem… there is nothing to prove?

If I understand Noether’s theorem correctly it says: if there is coordinate where the Lagrangian is invariant, then the conjugate momentum is conserved. However, this follows almost immediately from the Euler–Lagrange equation:

$$\frac{d}{dt}\frac{\partial L}{\partial\dot{q}}=\frac{\partial L}{\partial q}$$

If the Lagrangian is does not change in the direction of the coordinate $q$, we can describe this as:

$$\frac{\partial L}{\partial q}=0$$

According to the Euler–Lagrange equation, we then have;

$$\frac{d}{dt}\frac{\partial L}{\partial\dot{q}}=\frac{\partial L}{\partial q}=0$$

$$\frac{d}{dt}\frac{\partial L}{\partial\dot{q}}=0$$ $$\frac{d}{dt}p_q=0$$ $$p_q=\mathrm{constant}$$

In other words we have already shown that if the Lagrangian does not change in the coordinate $q$, the related momentum to $q$ which is $p_q$ is conserved. But isn't this then already Noether's theorem?

A problem here is if you choose a coordinate system that does not contain a coordinate basis vector that points in the direction where the Lagrangian is invariant. We could have chosen a wrong basis. However, you can just change the basis and the proof is similar.

Now imagine we have a coordinate system ${q_1,q_2,\ \ldots,\ q_i}$ where for every direction, the Lagrangian isn’t invariant. Then we have

$$\frac{\partial L}{\partial q_1}\neq0$$ $$\frac{\partial L}{\partial q_2}\neq0$$ $$\ldots$$

So there isn't any conserved conjugate momentum, or any conserved Noether’s charge. Now we are told that there is a certain direction ${\hat{q}}^\ast\ $ that the Lagrangian is invariant. However, our coordinate system ${q_1,q_2,\ \ldots,\ q_i}$ does not have a unit vector that points in that exact direction.

Then you can just perform a change of basis in such a way that we have ${q^\ast,q_2^\prime,q_3^\prime,..}$ and then perform the following again.

Then how to find the form of the Noether’s charge you can just project the total momentum vector in the first q system onto the direction of $\hat{q}$: $$Q=\vec{p}\cdot{\hat{q}}^\ast$$

$$Q=\begin{bmatrix} p_x \,\\ p_y \\ \ldots \end{bmatrix}^T \cdot {\hat{q}}^\ast $$

So my problem is basically that the conclusion of Noether's theorem really trivially falls out of setting the Euler-Lagrange equations equal to $0$. In the worst case you would have to do a coordinate transformation before you can do that. This suggests that I am missing something important, because this seems too easy for a proof.

I am probably misunderstanding something fundamental of the theorem. Where does my reasoning fail?

bananenheld
  • 2,267

2 Answers2

24

Comments to the post (v3):

  1. Noether's theorem is just one method to determine conservation laws. If you have another, that's totally fine.

  2. Not all quasi-symmetry transformations (which in principle can depend functionally on both generalized positions $q^j$, generalized velocities $\dot{q}^k$ and time $t$) can be reduced to the case of a cyclic/ignorable coordinate via a pertinent coordinate transformation, cf. OP's trick.

    Counterexamples:

    • Technically speaking, time $t$ is never a cyclic/ignorable coordinate, so OP's trick does not apply to the case of energy conservation. (Although it is a consequence of the Beltrami identity.)

    • The conservation of the Laplace-Runge-Lenz vector in the Lagrangian (as opposed to the Hamiltonian) formulation of the Kepler problem. In this case Noether's theorem uses a velocity-dependent quasi-symmetry transformation.

  3. Yes, Noether's theorem requires a proof, see e.g. the original 1918 paper.

Qmechanic
  • 220,844
9

Invariant Lagrangian and Conservation Laws:

You're correct that if the Lagrangian is invariant under a transformation, it leads to a conserved quantity according to Noether's theorem. However, the Lagrangian's invariance doesn't directly imply conservation of the conjugate momentum (often referred to as generalized momentum). Instead, it leads to a conserved current, which, when integrated over space or time, gives rise to a conserved charge. The conserved charge is related to the conserved quantity you're looking for.

Change of Coordinates:

Your point about changing coordinates is somewhat correct, but there's a subtlety. Noether's theorem deals with symmetries in the action (the integral of the Lagrangian over time). If you change coordinates, it might alter the form of the Lagrangian, but if the action remains invariant under the coordinate transformation, Noether's theorem can still be applied. Your idea of changing coordinates to align with the invariant direction is useful, but remember that the transformed Lagrangian should still exhibit the same invariance.

Conservation Laws in Absence of Invariance:

Your assertion that if the Lagrangian is not invariant in any direction, then there are no conserved quantities, might not always hold. It's true that Noether's theorem is directly applicable when there's an explicit symmetry in the Lagrangian, but there are situations where conservation laws can arise even without an explicit symmetry, through other mathematical considerations.

Projection onto Invariant Direction:

While projecting the total momentum vector onto the invariant direction is a reasonable approach, remember that Noether's theorem is more general and doesn't always involve just momentum conservation. For example, in a gauge theory, the conserved current can be more complex than simple momentum, involving other variables as well.

Physical Significance:

Finally, Noether's theorem not only provides a mathematical framework for deriving conservation laws from symmetries but also carries important physical implications. It links fundamental symmetries (like translations, rotations, gauge symmetries, etc.) to the preservation of physical quantities, contributing to our understanding of the underlying principles governing physical systems.

By these points you can understand it.