Appendix D Solutions¶
← Back to problems | Back to chapter
Table of Contents
Basic
- B-1. Calculation of Canonical Momentum from the Lagrangian
- B-2. Construction of the Hamiltonian via Legendre Transform
- B-3. Application of Hamilton's Canonical Equations
- B-4. Direct Application of the Euler-Lagrange Equation
- B-5. Direct Verification of Energy Conservation
- B-6. Concrete Calculation of the Action
- B-7. Practice Calculating Variations
- B-8. Calculation of Poisson Brackets
Medium
- M-1. Derivation of Euler-Lagrange Equations in 2D Polar Coordinates
- M-2. Inverse of the Legendre Transform
- M-3. Trajectory of a Harmonic Oscillator in Phase Space
- M-4. Poisson Brackets and Hamilton's Equations of Motion
- M-5. Canonical Quantization: Verification of Commutation Relations
Advanced
Basic¶
B-1. Calculation of Canonical Momentum from the Lagrangian¶
Solution Strategy¶
We directly apply the definition of canonical momentum \(p = \frac{\partial L}{\partial \dot{q}}\). In the partial differentiation, \(q\) is treated as a constant.
(a) \(L = \frac{1}{2}m\dot{q}^2 - \frac{1}{2}kq^2\)
(b) \(L = \frac{1}{2}m(\dot{r}^2 + r^2\dot{\theta}^2) - V(r)\)
Momentum conjugate to \(r\):
Momentum conjugate to \(\theta\):
Verification: \(p_\theta = mr^2\dot{\theta}\) coincides with the \(z\)-component of angular momentum \(L_z\). Its dimensions are \([\text{kg}\cdot\text{m}^2\cdot\text{s}^{-1}]\), which is correct for angular momentum.
(c) \(L = \frac{1}{2}m\dot{q}^2 + e\dot{q}A(q) - e\phi(q)\)
Since \(A(q)\) does not depend on \(\dot{q}\):
Verification: The canonical momentum \(p\) differs from the mechanical momentum \(m\dot{q}\) and includes the contribution from the vector potential \(eA\). This agrees with the well-known result for the canonical momentum of a charged particle in an electromagnetic field.
B-2. Construction of the Hamiltonian via Legendre Transform¶
Solution Strategy¶
Solve the \(p\) found in D1 for \(\dot{q}\), then substitute into \(H = p\dot{q} - L\) to eliminate \(\dot{q}\).
(a) From D1(a), \(p = m\dot{q}\), so \(\dot{q} = p/m\).
Check: This has the form \(T + V\). Setting \(k = m\omega^2\), it agrees with the standard Hamiltonian of the harmonic oscillator.
(b) From D1(b), \(p_r = m\dot{r}\), \(p_\theta = mr^2\dot{\theta}\), so:
The Hamiltonian is \(H = p_r\dot{r} + p_\theta\dot{\theta} - L\):
Check: The second term \(\frac{p_\theta^2}{2mr^2} = \frac{(mr^2\dot{\theta})^2}{2mr^2} = \frac{1}{2}mr^2\dot{\theta}^2\) corresponds to the rotational kinetic energy. The whole expression has the form \(T + V\).
(c) From D1(c), \(p = m\dot{q} + eA(q)\), so:
Computing each term:
Therefore:
Check: \(\frac{(p-eA)^2}{2m} = \frac{(m\dot{q})^2}{2m} = \frac{1}{2}m\dot{q}^2\) equals the kinetic energy. \(e\phi\) is the potential energy. The whole expression has the form \(T + V\), which agrees with the well-known Hamiltonian for a charged particle in an electromagnetic field.
B-3. Application of Hamilton's Canonical Equations¶
Solution Strategy¶
For \(H = \frac{p^2}{2m} + \frac{1}{2}m\omega^2 q^2\), compute \(\dot{q} = \frac{\partial H}{\partial p}\) and \(\dot{p} = -\frac{\partial H}{\partial q}\), then derive the second-order equation of motion.
Hamilton's canonical equations:
Differentiating both sides of \(\dot{q} = p/m\) with respect to time:
Substituting \(\dot{p} = -m\omega^2 q\):
This is precisely the equation of motion for the harmonic oscillator (restoring force \(F = -kq = -m\omega^2 q\)).
Verification: From Newton's equation of motion \(F = ma\) with \(F = -\frac{dV}{dq} = -m\omega^2 q\), we directly obtain \(m\ddot{q} = -m\omega^2 q\), which is consistent with the result above.
B-4. Direct Application of the Euler-Lagrange Equation¶
Solution Strategy¶
For each Lagrangian, compute \(\frac{\partial L}{\partial \dot{q}}\) and \(\frac{\partial L}{\partial q}\), then substitute into \(\frac{d}{dt}\left(\frac{\partial L}{\partial \dot{q}}\right) - \frac{\partial L}{\partial q} = 0\).
(a) \(L = \frac{1}{2}m\dot{q}^2\)
A free particle moves with constant velocity in a straight line.
(b) \(L = \frac{1}{2}m\dot{q}^2 - mgq\)
Uniform acceleration in a gravitational field (free fall with \(q\) taken as positive upward).
(c) \(L = \frac{1}{2}m\dot{q}^2 - V(q)\)
This is Newton's second law \(F = ma\) (with \(F = -dV/dq\)) itself.
Verification: (a) is the special case \(V = 0\), and (b) is the special case \(V = mgq\), both of which are correctly reproduced from the general result in (c).
B-5. Direct Verification of Energy Conservation¶
Solution Strategy¶
Expand the total time derivative of \(H(q,p)\) using the chain rule, then substitute Hamilton's canonical equations.
Since \(H = \frac{p^2}{2m} + \frac{1}{2}m\omega^2 q^2\) does not depend explicitly on time:
Computing each partial derivative:
Substituting the results from D3, \(\dot{q} = \frac{p}{m}\), \(\dot{p} = -m\omega^2 q\):
Verification: This result holds in general. For any system where \(H\) does not depend explicitly on time, \(\frac{dH}{dt} = \frac{\partial H}{\partial q}\dot{q} + \frac{\partial H}{\partial p}\dot{p} = \frac{\partial H}{\partial q}\frac{\partial H}{\partial p} + \frac{\partial H}{\partial p}\left(-\frac{\partial H}{\partial q}\right) = 0\). This follows automatically from the structure of Hamilton's canonical equations.
B-6. Concrete Calculation of the Action¶
Solution Strategy¶
Since the velocity of uniform linear motion \(q(t) = \frac{d}{T}t\) is the constant \(\dot{q} = d/T\), the integrand is also constant.
Verification (dimensional analysis): \([m][d^2]/[T] = \text{kg}\cdot\text{m}^2/\text{s} = \text{J}\cdot\text{s}\). The dimensions of action are \([\text{energy}]\times[\text{time}]\), which is correct.
Verification (special cases): If \(d = 0\) (no motion), then \(S = 0\). If \(T \to \infty\) (very slow motion), then \(S \to 0\). If \(T \to 0\) (instantaneous motion), then \(S \to \infty\). All of these are physically reasonable.
B-7. Practice Calculating Variations¶
Solution Strategy¶
Calculate the velocity of the displaced path and expand the action in powers of \(\epsilon\).
(a) Verification of endpoint conditions:
(b) Velocity of the displaced path:
Computing the action:
Expanding:
Integrating each term:
Zeroth-order term (\(\epsilon^0\)):
First-order term (\(\epsilon^1\)):
Second-order term (\(\epsilon^2\)):
Therefore:
The first-order term in \(\epsilon\) is zero, and the difference begins at order \(\epsilon^2\). This means that \(q_0(t)\) is a stationary point of the action.
Consistency check: Since \(\Delta S > 0\), the uniform rectilinear motion path gives a minimum of the action (a true minimum for the free particle case). This is physically reasonable.
B-8. Calculation of Poisson Brackets¶
Solution Strategy¶
Definition of the Poisson bracket for 1 degree of freedom:
(a) \(\{q, p\}_{\mathrm{PB}}\)
(b) \(\{q, q\}_{\mathrm{PB}}\) and \(\{p, p\}_{\mathrm{PB}}\)
Verification: For any \(A\), \(\{A, A\}_{\mathrm{PB}} = 0\) follows automatically from the antisymmetry of the Poisson bracket \(\{A, B\} = -\{B, A\}\).
(c) \(\{q^2, p\}_{\mathrm{PB}}\)
(d) \(\{q, p^2\}_{\mathrm{PB}}\)
Verification: Using the general Poisson bracket identity \(\{A, BC\} = \{A, B\}C + B\{A, C\}\), we get \(\{q, p^2\} = \{q, p\}p + p\{q, p\} = p + p = 2p\), which agrees. Similarly, \(\{q^2, p\} = \{q, p\}q + q\{q, p\} = q + q = 2q\) also agrees.
Medium¶
M-1. Derivation of Euler-Lagrange Equations in 2D Polar Coordinates¶
Solution Strategy¶
Apply the Euler-Lagrange equation for each of \(r\) and \(\theta\) to \(L = \frac{1}{2}m(\dot{r}^2 + r^2\dot{\theta}^2) - V(r)\).
(a) Euler-Lagrange equation for \(r\)
Computing the necessary partial derivatives:
Substituting into the Euler-Lagrange equation \(\frac{d}{dt}\left(\frac{\partial L}{\partial \dot{r}}\right) - \frac{\partial L}{\partial r} = 0\):
Physical interpretation: The left-hand side \(m\ddot{r}\) is the mass times the radial acceleration. The first term on the right-hand side \(mr\dot{\theta}^2\) is the centrifugal force (a fictitious force) that acts radially outward due to rotational motion. The second term \(-V'(r)\) is the force from the central potential. This equation represents the equation of motion in the radial direction.
(b) Euler-Lagrange equation for \(\theta\)
\(L\) does not depend explicitly on \(\theta\) (since \(V\) is a function of \(r\) only). Substituting into the Euler-Lagrange equation:
This means that \(p_\theta = mr^2\dot{\theta}\) is a constant independent of time. Since \(mr^2\dot{\theta}\) is nothing other than the \(z\)-component of angular momentum \(L_z\), this equation expresses conservation of angular momentum.
In general, when the Lagrangian does not explicitly depend on a generalized coordinate \(q_j\) (i.e., \(\frac{\partial L}{\partial q_j} = 0\)), that coordinate is called a cyclic coordinate, and the corresponding canonical momentum \(p_j\) becomes a conserved quantity.
(c) Comparison with the Newtonian formulation
To write Newton's equations of motion in polar coordinates, one must separately derive the polar coordinate components of acceleration:
Radial direction: \(m(\ddot{r} - r\dot{\theta}^2) = F_r = -V'(r)\)
Angular direction: \(m(r\ddot{\theta} + 2\dot{r}\dot{\theta}) = F_\theta = 0\)
These are consistent with the results of (a) and (b), but in the Newtonian formulation: - The polar coordinate components of acceleration (the centrifugal term \(-r\dot{\theta}^2\) and the Coriolis term \(2\dot{r}\dot{\theta}\)) must be derived beforehand - The expression for acceleration must be rederived separately for each coordinate system
On the other hand, the advantages of the Lagrangian formulation are: 1. One only needs to write \(L = T - V\) in the chosen coordinates; the form of the Euler-Lagrange equations is the same regardless of the coordinate system 2. Centrifugal and Coriolis forces appear automatically without needing to be introduced separately 3. The relationship between cyclic coordinates and conserved quantities is immediately apparent
Verification: Expanding the result of (b) gives \(mr^2\ddot{\theta} + 2mr\dot{r}\dot{\theta} = 0\), i.e., \(m(r\ddot{\theta} + 2\dot{r}\dot{\theta}) = 0\), which agrees with the angular equation of motion in the Newtonian formulation (for the case \(F_\theta = 0\)).
M-2. Inverse of the Legendre Transform¶
Solution Strategy¶
Starting from the Hamiltonian, we recover the Lagrangian and demonstrate the involutive property of the Legendre transformation (applying it twice returns to the original function).
(a) Procedure for the inverse transformation
Given a Hamiltonian \(H(q, p)\):
- Compute Hamilton's first canonical equation \(\dot{q} = \frac{\partial H}{\partial p}\)
- Solve this equation for \(p\) to obtain \(p = p(q, \dot{q})\)
- Substitute \(p = p(q, \dot{q})\) into the inverse Legendre transformation \(L(q, \dot{q}) = p\dot{q} - H(q, p)\) to eliminate \(p\)
This procedure recovers \(L(q, \dot{q})\) from \(H(q, p)\). Note that step 2 requires that \(p\) can be uniquely solved for (i.e., \(\frac{\partial^2 H}{\partial p^2} \neq 0\), the convexity condition for the Legendre transformation).
(b) Explicit recovery for the harmonic oscillator
Starting from \(H = \frac{p^2}{2m} + \frac{1}{2}m\omega^2 q^2\).
Step 1:
Step 2:
Step 3:
The original Lagrangian is correctly recovered.
(c) General proof of involutivity
Starting from \(L(q, \dot{q})\), we apply the Legendre transformation twice and show that it returns to the original function.
First Legendre transformation: \(L(q, \dot{q}) \to H(q, p)\)
where \(\dot{q} = \dot{q}(q, p)\) is obtained by solving \(p = \frac{\partial L}{\partial \dot{q}}\) for \(\dot{q}\).
Second Legendre transformation: \(H(q, p) \to L'(q, \dot{q}')\)
Define the new variable as \(\dot{q}' = \frac{\partial H}{\partial p}\). Computing the partial derivative of \(H = p\dot{q} - L\) with respect to \(p\):
(where we used \(\frac{\partial L}{\partial \dot{q}} = p\).)
Therefore \(\dot{q}' = \dot{q}\), and the new variable is identical to the original velocity.
The function obtained by the inverse Legendre transformation is:
Thus, applying the Legendre transformation twice returns to the original function (involutivity). This means that the Legendre transformation is a reversible transformation that preserves information.
Verification: Confirmed with the concrete example in (b). The round trip \(L \to H \to L\) correctly recovers \(L = \frac{1}{2}m\dot{q}^2 - \frac{1}{2}m\omega^2 q^2\).
M-3. Trajectory of a Harmonic Oscillator in Phase Space¶
Solution Strategy¶
Solve the canonical equations to obtain the general solution, then eliminate \(t\) using trigonometric identities to find the trajectory in phase space.
(a) General solution of the system of differential equations
Differentiating \(\dot{q} = p/m\) with respect to time and substituting \(\dot{p} = -m\omega^2 q\):
The general solution is:
From the initial condition \(q(0) = q_0\), we get \(C_1 = q_0\).
\(p(t) = m\dot{q}(t) = m(-C_1\omega\sin\omega t + C_2\omega\cos\omega t)\)
From the initial condition \(p(0) = p_0\), we get \(m\omega C_2 = p_0\), i.e., \(C_2 = \frac{p_0}{m\omega}\).
Verification: At \(t = 0\), \(q(0) = q_0\), \(p(0) = p_0\) ✓. \(\dot{q}(t) = -q_0\omega\sin\omega t + \frac{p_0}{m}\cos\omega t = p(t)/m\) ✓.
(b) Elliptical trajectory in phase space
We eliminate \(t\) from \(q(t)\) and \(p(t)\). Rewriting:
We treat these as simultaneous equations in \(\cos\omega t\) and \(\sin\omega t\). Multiplying the first equation by \(\frac{p_0}{m\omega}\) and the second by \(q_0\), then adding:
More directly, we use \(\cos^2\omega t + \sin^2\omega t = 1\). Writing the system in matrix form:
Since the rotation matrix is orthogonal, the squared magnitude of the vector is conserved:
The right-hand side can be written as \(\frac{2E}{m\omega^2}\) (confirmed in part (c) below). This is the equation of an ellipse in phase space.
(c) Expression in terms of energy
The initial energy is:
Therefore:
Substituting into the result from (b):
Dividing both sides by \(\frac{2E}{m\omega^2}\):
This is an ellipse in standard form \(\frac{q^2}{a^2} + \frac{p^2}{b^2} = 1\), where:
- Semi-axis along the \(q\)-direction (semi-major axis): \(a = \sqrt{\frac{2E}{m\omega^2}}\)
- Semi-axis along the \(p\)-direction (semi-minor axis): \(b = \sqrt{2mE}\)
Verification: The area of the ellipse is \(\pi ab = \pi\sqrt{\frac{2E}{m\omega^2}}\cdot\sqrt{2mE} = \pi\cdot\frac{2E}{\omega} = \frac{2\pi E}{\omega}\). Since the period is \(T = 2\pi/\omega\), the area \(= ET\). This agrees with the well-known result for the adiabatic invariant \(J = \oint p\,dq = ET\).
Dimensional check: \(a = \sqrt{2E/(m\omega^2)}\): \([E/(m\omega^2)] = \text{J}/(\text{kg}\cdot\text{s}^{-2}) = \text{m}^2\), so \([a] = \text{m}\) ✓. \(b = \sqrt{2mE}\): \([mE] = \text{kg}\cdot\text{J} = \text{kg}^2\cdot\text{m}^2\cdot\text{s}^{-2}\), so \([b] = \text{kg}\cdot\text{m}\cdot\text{s}^{-1}\) (dimensions of momentum) ✓.
M-4. Poisson Brackets and Hamilton's Equations of Motion¶
Solution Strategy¶
Expand the total time derivative of the dynamical variable \(A(q, p, t)\) using the chain rule, then substitute Hamilton's canonical equations to express the result in terms of the Poisson bracket.
Writing the total time derivative of \(A(q_j, p_j, t)\) using the chain rule (employing Einstein's summation convention):
Substituting Hamilton's canonical equations \(\dot{q}_j = \frac{\partial H}{\partial p_j}\), \(\dot{p}_j = -\frac{\partial H}{\partial q_j}\):
Comparing with the definition of the Poisson bracket:
Case \(A = q_j\): Since \(q_j\) does not depend explicitly on time, \(\frac{\partial q_j}{\partial t} = 0\).
Since \(\frac{\partial q_j}{\partial q_k} = \delta_{jk}\) and \(\frac{\partial q_j}{\partial p_k} = 0\):
Case \(A = p_j\): Similarly, \(\frac{\partial p_j}{\partial t} = 0\).
Since \(\frac{\partial p_j}{\partial q_k} = 0\) and \(\frac{\partial p_j}{\partial p_k} = \delta_{jk}\):
Hamilton's canonical equations are reproduced as special cases of the Poisson bracket.
Verification: Substituting \(A = H\) (when \(\frac{\partial H}{\partial t} = 0\)) gives \(\frac{dH}{dt} = \{H, H\}_{\mathrm{PB}} = 0\) (by antisymmetry). This is the law of energy conservation, consistent with the result of D5.
M-5. Canonical Quantization: Verification of Commutation Relations¶
Solution Strategy¶
Apply the replacement rule from Poisson brackets to commutators, and derive the operator version of the classical canonical equations from Heisenberg's equations of motion.
(a) Derivation of canonical commutation relations
Applying the canonical quantization recipe to the result \(\{q, p\}_{\mathrm{PB}} = 1\) from D8(a):
Similarly, from the results \(\{q, q\}_{\mathrm{PB}} = 0\), \(\{p, p\}_{\mathrm{PB}} = 0\) of D8(b):
These are consistent with the canonical commutation relations introduced in Ch. 10.
(b) Application of Heisenberg's equations of motion
We apply Heisenberg's equations of motion to \(\hat{H} = \frac{\hat{p}^2}{2m} + \frac{1}{2}m\omega^2\hat{q}^2\).
Case \(\hat{A} = \hat{q}\):
Since \([\hat{q}, \hat{q}^2] = 0\) (\(\hat{q}\) commutes with itself):
Using the commutator identity \([\hat{A}, \hat{B}\hat{C}] = [\hat{A}, \hat{B}]\hat{C} + \hat{B}[\hat{A}, \hat{C}]\):
Substituting:
Case \(\hat{A} = \hat{p}\):
Since \([\hat{p}, \hat{p}^2] = 0\):
Using the same identity:
Substituting:
From the above, we have obtained the operator version of Hamilton's canonical equations:
These have exactly the same form as the classical canonical equations (results of D3).
Verification: By Ehrenfest's theorem, quantum mechanical expectation values obey the classical equations of motion. Taking expectation values of the operator equations above gives \(\frac{d\langle\hat{q}\rangle}{dt} = \frac{\langle\hat{p}\rangle}{m}\), \(\frac{d\langle\hat{p}\rangle}{dt} = -m\omega^2\langle\hat{q}\rangle\), which is consistent with the classical results. For the harmonic oscillator, since the potential is quadratic, Ehrenfest's theorem yields equations that are exactly the same form as the classical equations.
Advanced¶
A-1. Canonical Quantization of a Charged Particle in an Electromagnetic Field¶
Solution Strategy¶
Derive the canonical momentum and Hamiltonian from the 3-dimensional Lagrangian, obtain the Schrödinger equation through canonical quantization, and then verify covariance under gauge transformations.
(a) Canonical momentum
The canonical momentum for the \(i\)-th component is:
In vector notation:
The difference from the kinetic momentum \(m\dot{\mathbf{r}}\):
The canonical momentum includes the contribution from the vector potential and generally differs from the kinetic momentum \(m\dot{\mathbf{r}}\).
(b) Derivation of the Hamiltonian
From \(\mathbf{p} = m\dot{\mathbf{r}} + e\mathbf{A}\):
The Hamiltonian is:
Computing each term:
Substituting:
More concisely, defining \(\boldsymbol{\pi} \equiv \mathbf{p} - e\mathbf{A}\) (kinetic momentum) so that \(\dot{\mathbf{r}} = \boldsymbol{\pi}/m\):
Verification: When \(\mathbf{A} = \mathbf{0}\) and \(\phi = 0\), we get \(H = p^2/(2m)\), which reduces to the free-particle Hamiltonian ✓.
(c) Schrödinger equation
Applying the canonical quantization prescription \(\mathbf{r} \to \hat{\mathbf{r}}\), \(\mathbf{p} \to \hat{\mathbf{p}} = -i\hbar\nabla\) to the Hamiltonian:
Substituting into the Schrödinger equation \(i\hbar\frac{\partial}{\partial t}\Psi = \hat{H}\Psi\):
(d) Gauge invariance
Under the gauge transformation:
we set \(\Psi' = e^{ie\chi/\hbar}\Psi\). We show that \(\Psi'\) satisfies the Schrödinger equation after the gauge transformation.
Step 1: Compute \((-i\hbar\nabla - e\mathbf{A}')\Psi'\).
Therefore:
Step 2: Apply the same operator a second time.
This has exactly the same structure as Step 1 (with \(\Psi\) replaced by \((-i\hbar\nabla - e\mathbf{A})\Psi\)), so:
Step 3: Compute the time derivative.
Step 4: The right-hand side of the Schrödinger equation after the gauge transformation is:
Since the original \(\Psi\) satisfies the original Schrödinger equation, \(i\hbar\frac{\partial\Psi}{\partial t} = \frac{1}{2m}(-i\hbar\nabla - e\mathbf{A})^2\Psi + e\phi\Psi\). Substituting this, the right-hand side becomes:
This agrees with the left-hand side \(i\hbar\frac{\partial\Psi'}{\partial t}\) computed in Step 3.
Gauge invariance of physical observables:
Probability density:
Since \(e^{ie\chi/\hbar}\) is a phase factor with unit modulus, the probability density is invariant under gauge transformations.
For the probability current density as well, since \((-i\hbar\nabla - e\mathbf{A}')\Psi' = e^{ie\chi/\hbar}(-i\hbar\nabla - e\mathbf{A})\Psi\):
Therefore, the probability current density is also gauge invariant.
Verification: A gauge transformation does not change the physical electric field \(\mathbf{E} = -\nabla\phi - \frac{\partial\mathbf{A}}{\partial t}\) or the magnetic field \(\mathbf{B} = \nabla\times\mathbf{A}\). The gauge invariance of physical observables is consistent with this fact.
A-2. Noether's Theorem: From Symmetry to Conservation Laws¶
Solution Strategy¶
Derive conserved quantities by combining the invariance of the Lagrangian with the Euler-Lagrange equations.
(a) Derivation of Noether charge conservation
Under the infinitesimal transformation \(q_j \to q_j + \epsilon\,\eta_j\), the variation of the Lagrangian is:
(using the fact that \(\dot{q}_j \to \dot{q}_j + \epsilon\dot{\eta}_j\).)
Under the condition \(\delta L = 0\) (invariance of the Lagrangian):
Substituting the Euler-Lagrange equation \(\frac{\partial L}{\partial q_j} = \frac{d}{dt}\left(\frac{\partial L}{\partial \dot{q}_j}\right)\) into the first term of \((*)\):
The left-hand side, by the product rule of differentiation, gives:
Defining the Noether charge \(Q = \sum_j \frac{\partial L}{\partial \dot{q}_j}\eta_j = \sum_j p_j\eta_j\):
(b) Conservation of angular momentum
\(L = \frac{1}{2}m(\dot{x}^2 + \dot{y}^2 + \dot{z}^2) - V(r)\), \(r = \sqrt{x^2 + y^2 + z^2}\)
Infinitesimal rotation about the \(z\)-axis: \(\eta_x = -y\), \(\eta_y = x\), \(\eta_z = 0\)
Verification of Lagrangian invariance:
Variation of kinetic energy: \(\delta T = m(\dot{x}\delta\dot{x} + \dot{y}\delta\dot{y} + \dot{z}\delta\dot{z})\)
Since \(\delta\dot{x} = -\epsilon\dot{y}\), \(\delta\dot{y} = \epsilon\dot{x}\), \(\delta\dot{z} = 0\):
Variation of potential energy: \(\delta V = V'(r)\delta r\)
Therefore \(\delta L = \delta T - \delta V = 0\) ✓
Applying the result of (a), the Noether charge is:
From \(\frac{dQ}{dt} = 0\), the \(z\)-component of angular momentum \(L_z\) is conserved.
Verification: Since the central force potential \(V(r)\) is rotationally symmetric, conservation of angular momentum is physically obvious. Noether's theorem rigorously proves this intuition.
(c) Conservation of energy
Consider the case \(\frac{\partial L}{\partial t} = 0\) (the Lagrangian has no explicit time dependence).
The coordinate change corresponding to time translation \(t \to t + \epsilon\) is \(\delta q_j = \dot{q}_j\epsilon\) (when time advances by \(\epsilon\), the coordinates change by \(\dot{q}_j\epsilon\)).
Computing the total time derivative of \(L\):
Under the assumption \(\frac{\partial L}{\partial t} = 0\), substituting the Euler-Lagrange equation \(\frac{\partial L}{\partial q_j} = \frac{d}{dt}\left(\frac{\partial L}{\partial \dot{q}_j}\right)\):
(using the product rule in reverse.)
Rearranging:
The conserved quantity corresponding to time translation symmetry is the Hamiltonian (energy).
Verification: This result is consistent with \(\frac{dH}{dt} = 0\) computed directly in D5. In D5, it was shown using Hamilton's canonical equations, whereas here it is derived from the general framework of Noether's theorem.
Remark: In the formulation of (a), we assumed \(\delta L = 0\), but for time translation the situation is slightly different. The time translation \(t \to t + \epsilon\) induces the coordinate transformation \(\delta q_j = \dot{q}_j\epsilon\), but \(L\) itself undergoes a change \(\delta L = \frac{dL}{dt}\epsilon\) (variation as a total derivative). When \(\frac{\partial L}{\partial t} = 0\), \(\delta L = \frac{dL}{dt}\epsilon\) takes the form of a total derivative, which does not contribute to the variation of the action (it becomes a boundary term). For this reason, the derivation above employs the method of directly computing \(\frac{dL}{dt}\).
Feedback on this page
Let us know if something was unclear, incorrect, or could be improved.