Compare commits
19 Commits
1c1a575f6e
...
3d34729489
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d34729489 | ||
|
|
77df20dad1 | ||
|
|
08c45e7b80 | ||
|
|
1795a5ce0b | ||
|
|
2c04812ff6 | ||
|
|
0f244f6874 | ||
|
|
ea14007fd8 | ||
|
|
fa23acafdd | ||
|
|
9efdce646a | ||
|
|
f37744395b | ||
|
|
db7585d12c | ||
|
|
4f8205da23 | ||
|
|
8aed6532b8 | ||
|
|
9d3be476b9 | ||
|
|
6fea00317c | ||
|
|
0d1cb449a7 | ||
|
|
a003663177 | ||
|
|
7c97bbbb01 | ||
|
|
9eadfa2bf0 |
@@ -1,8 +1,115 @@
|
||||
\chapter{Advanced Analytical Mechanics}
|
||||
|
||||
The Hamilton-Jacobi (HJ) formulation is the final reformulation of classical mechanics, expressing the entire dynamics of a system as a single first-order partial differential equation for a scalar function $S$, called the \textbf{principal function}. Solving the HJ equation by separation of variables often yields complete solutions more directly than the Lagrange or Hamilton equations -- especially for systems with symmetries and cyclic coordinates. The HJ framework also provides the classical foundation for the WKB approximation and connects to the Schrodinger equation in the $\hbar \to 0$ limit.
|
||||
Newtonian mechanics, Lagrangian mechanics, and Hamiltonian mechanics each reformulate
|
||||
the same physics in progressively more abstract language. Newton\normalsize{}'s laws write
|
||||
second-order differential equations for particle positions. The Lagrangian principle
|
||||
of least action recasts this as a variational problem, automatically accommodating
|
||||
constraints and generalized coordinates. Hamilton\normalsize{}'s canonical equations split
|
||||
the second-order problem into $2n$ coupled first-order equations on phase space,
|
||||
revealing the underlying symplectic structure of mechanics. Each of these formulations
|
||||
is fundamentally \textbf{trajectory-based}: you solve for a particle\normalsize{}'s specific
|
||||
path through space and time.
|
||||
|
||||
This chapter is organized in three parts. Section 3.1 develops the HJ equation from Hamiltonian mechanics and introduces separation of variables, action-angle variables, and electromagnetic minimal coupling. Section 3.2 applies the HJ formalism to classical mechanics problems: the free particle, projectile motion, the simple harmonic oscillator, the Kepler (two-body) problem, and the rigid rotator on a sphere. Section 3.3 treats problems from electromagnetism, including charged particles in uniform $\vec{E}$-fields, cyclotron motion, and $\vec{E}\times\vec{B}$ drift, showing that the HJ approach recovers all standard results with a unified method.
|
||||
The Hamilton--Jacobi framework changes the question entirely. Instead of solving for
|
||||
a single trajectory, it asks: \textit{what is the global structure of all possible
|
||||
trajectories?} The answer is encoded in a single scalar function $S(q_1,\dots,q_n,t)$,
|
||||
called Hamilton\normalsize{}'s principal function, whose spatial gradient equals the
|
||||
canonical momentum:
|
||||
\[
|
||||
p_i = \frac{\partial S}{\partial q_i}.
|
||||
\]
|
||||
This relation elevates momentum from a dynamical variable to a property of a
|
||||
\textbf{field} defined over configuration space. Solving mechanics becomes a matter
|
||||
of finding the field $S$ that satisfies the Hamilton--Jacobi equation, a single
|
||||
first-order nonlinear partial differential equation. The Hamilton--Jacobi formulation
|
||||
is the most abstract of the four classical frameworks, but that abstraction is precisely
|
||||
what makes it useful: by shifting from trajectories to fields, it exposes structure
|
||||
that is invisible at the level of individual paths.
|
||||
|
||||
The field perspective of the Hamilton--Jacobi formalism is not an accident. It
|
||||
reflects a deep analogy with geometric optics, first noticed by Maupertuis and
|
||||
made explicit by Hamilton himself. In geometrical optics, light propagates as
|
||||
rays, each orthogonal to surfaces of constant phase called \textbf{wavefronts}.
|
||||
The wavefronts are level sets of a scalar function called the \textbf{eikonal},
|
||||
and the local direction of each ray is determined by the gradient of the eikonal.
|
||||
Hamilton recognized that mechanics has the exact same structure. Particle trajectories
|
||||
play the role of light rays, surfaces of constant action $S$ play the role of
|
||||
optical wavefronts, and the gradient relation $p_i = \partial S/\partial q_i$
|
||||
mirrors the optical relation between wavefront normals and ray directions. In
|
||||
this view, the Hamilton--Jacobi equation is the mechanical analog of the
|
||||
\textbf{eikonal equation} of optics:
|
||||
\[
|
||||
\left|\nabla S\right|^2 = 2m\bigl(E - V(\vec{r})\bigr).
|
||||
\]
|
||||
Just as light rays bend when the refractive index changes, particle trajectories
|
||||
curve when the potential energy varies in space. The analogy runs even deeper:
|
||||
in both cases, the dynamics of rays is completely determined by the level-geometry
|
||||
of a single scalar field.
|
||||
|
||||
This analogy is not merely poetic. It makes concrete the three most powerful
|
||||
features of the Hamilton--Jacobi approach. \textbf{First}, separation of variables
|
||||
for the Hamilton--Jacobi PDE reveals conserved quantities that are often obscured
|
||||
in the Newtonian or even Hamiltonian formulation. When the equation separates in
|
||||
a particular coordinate system, each additive separation constant corresponds to
|
||||
a constant of motion, and the choice of coordinates that enables separation is
|
||||
itself a signature of the system\normalsize{}'s hidden symmetry. Spherical coordinates
|
||||
separate for central potentials; parabolic coordinates separate for the Kepler
|
||||
problem and expose the Runge--Lenz vector\normalsize{}'s associated conservation law.
|
||||
\textbf{Second}, for periodic or bound systems, the \textbf{action-angle variables}
|
||||
$(J,w)$ provide a direct route to the system\normalsize{}'s frequencies without solving
|
||||
any differential equation. The action variable
|
||||
\[
|
||||
J = \frac{1}{2\pi} \oint p \, \mathrm{d}q
|
||||
\]
|
||||
is the area enclosed by the orbit in phase space, divided by $2\pi$. The frequency
|
||||
follows immediately as a partial derivative of the Hamiltonian with respect to
|
||||
the action:
|
||||
\[
|
||||
\omega = \frac{\partial H}{\partial J}.
|
||||
\]
|
||||
The angle variable $w$ advances uniformly in time, acting as a clock that tracks
|
||||
the system\normalsize{}'s progress through one period. Systems with commensurate
|
||||
frequencies close their trajectories, while incommensurate frequencies fill out
|
||||
invariant tori in phase space --- the geometric origin of resonant and chaotic
|
||||
behavior. \textbf{Third}, the Hamilton--Jacobi equation is the classical limit of
|
||||
quantum mechanics. In the Wentzel--Kramers--Brillouin (WKB) approximation, the
|
||||
quantum wave function is written as
|
||||
\[
|
||||
\psi(\vec{r},t) = A(\vec{r},t)\, \mathrm{e}^{iS(\vec{r},t)/\hbar}.
|
||||
\]
|
||||
Substituting this ansatz into the Schrödinger equation and collecting the leading
|
||||
order in $\hbar \to 0$ reproduces the Hamilton--Jacobi equation exactly. The older
|
||||
Bohr--Sommerfeld quantization rule,
|
||||
\[
|
||||
J = n h \qquad (n = 0,1,2,\dots),
|
||||
\]
|
||||
was the first successful attempt to quantize classical action, emerging naturally
|
||||
from the action-angle formalism nearly a decade before the modern theory of
|
||||
quantum mechanics. The Hamilton--Jacobi framework is the conceptual bridge that
|
||||
connects the orbit picture of classical physics to the wave picture of quantum
|
||||
physics.
|
||||
|
||||
Everything in this chapter rests on the mechanics and electromagnetism you already
|
||||
know. The mechanics problems --- free particle, projectile motion, the simple harmonic
|
||||
oscillator, the Kepler two-body problem, and the rigid rotator --- draw on your
|
||||
work with kinematics, energy conservation, momentum, rotation, and central forces
|
||||
from the earlier mechanics units. The electromagnetism problems --- charged particles
|
||||
in uniform electric fields, cyclotron motion in magnetic fields, and
|
||||
$\vec{E} \times \vec{B}$ drift --- build on your treatment of Lorentz forces,
|
||||
equipotentials, and magnetic particle motion. The Hamilton--Jacobi formalism unifies
|
||||
all of these results under one method. For problems you have already solved by
|
||||
elementary means, it provides a deeper structural understanding. For problems that
|
||||
resist elementary approaches, it supplies a systematic technique grounded in the
|
||||
same variational principles you used to derive Lagrange\normalsize{}'s equations.
|
||||
|
||||
This chapter is organized in three parts. Section 3.1 develops the HJ equation from
|
||||
Hamiltonian mechanics and introduces separation of variables, action-angle variables,
|
||||
and electromagnetic minimal coupling. Section 3.2 applies the HJ formalism to classical
|
||||
mechanics problems: the free particle, projectile motion, the simple harmonic oscillator,
|
||||
the Kepler (two-body) problem, and the rigid rotator on a sphere. Section 3.3 treats
|
||||
problems from electromagnetism, including charged particles in uniform $\vec{E}$-fields,
|
||||
cyclotron motion, and $\vec{E}\times\vec{B}$ drift, showing that the HJ approach recovers
|
||||
all standard results with a unified method.
|
||||
|
||||
\section{Hamilton-Jacobi Fundamentals}
|
||||
|
||||
|
||||
@@ -1,158 +1,201 @@
|
||||
\subsection{Action-Angle Variables}
|
||||
|
||||
This subsection develops action-angle variables for integrable periodic systems, presenting the canonical transformation that reduces any periodic system to trivial dynamics where the momenta are constant and the angles advance uniformly.
|
||||
This subsection develops action-angle variables for integrable periodic systems. We present the canonical transformation that reduces any periodic system to trivial dynamics where the momenta are constant and the angles advance uniformly. The central insight is geometric: the action variable measures the area enclosed by the orbit in phase space, and the angle variable measures where along that orbit the system currently stands.
|
||||
|
||||
\nt{Recap of separation of variables}{
|
||||
The characteristic function $W(q_1,\dots,q_n)$ found by separation in A.02 contains the complete solution to the time--independent Hamilton--Jacobi equation. Once $W$ is known, Jacobi's theorem gives every trajectory. But $W$ alone does not make the periodicity of the motion immediately visible. Here we repackage the information contained in $W$ into action--angle variables, where the periodic structure and oscillation frequencies emerge directly.}
|
||||
|
||||
\dfn{Action and angle variables}{
|
||||
For a periodic degree of freedom with generalized coordinate $q_i$ and conjugate momentum $p_i$, the action variable $J_i$ is defined as the phase-space integral over one complete closed orbit:
|
||||
For a periodic degree of freedom with generalized coordinate $q_i$ and conjugate momentum $p_i$, the orbit in the $(q_i,p_i)$ phase plane forms a closed curve. The action variable $J_i$ is defined as the area enclosed by this curve, divided by $2\pi$:
|
||||
\[
|
||||
J_i = \oint p_i\,dq_i.
|
||||
J_i = \frac{1}{2\pi}\oint p_i\,dq_i.
|
||||
\]
|
||||
The integral is taken over one full cycle of the periodic motion. The angle variable $w_i$ is the canonical coordinate conjugate to $J_i$, defined by differentiating Hamilton's characteristic function $W$ with respect to the action:
|
||||
The integral is taken counter--clockwise around one complete closed orbit. Geometrically, $J_i$ is proportional to the phase--space area of one cycle: it equals the enclosed area divided by $2\pi$. For a harmonic oscillator the orbit is an ellipse and the area is a straightforward ellipse computation; for an infinite well the orbit is a rectangle. The angle variable $w_i$ is the canonically conjugate coordinate to $J_i$, defined from Hamilton's characteristic function by
|
||||
\[
|
||||
w_i = \pdv{W}{J_i}.
|
||||
\]
|
||||
The angle variable $w_i$ increases by exactly one complete unit during one period of the associated periodic motion.}
|
||||
The angle variable $w_i$ is measured in radians and ranges over $[0,2\pi)$. It increases by exactly $2\pi$ during one complete period of the motion. Together, $(w_i,J_i)$ form a set of canonical coordinates obtained from $(q_i,p_i)$ by a canonical transformation.}
|
||||
|
||||
\nt{The action variable $J_i$ equals the area enclosed by the orbit in the $(q_i,p_i)$ phase-space plane. This geometric interpretation makes it straightforward to evaluate $J_i$ for simple periodic systems: the integral reduces to computing the area of an ellipse (harmonic oscillator), a triangle plus its reflection (infinite well), or other phase-space shapes.}
|
||||
\nt{The angle variable as a phase clock}{
|
||||
The angle variable $w_i$ tracks progress through one complete cycle of periodic motion, much like the hand of a clock. At $w_i = 0$ the system sits at some chosen reference point on its orbit --- for example, the maximum positive displacement. As time advances, $w_i$ sweeps through $[0,2\pi)$ and reaches $2\pi$ precisely when the system returns to its starting phase-space point and the cycle repeats. Because $w_i = \pdv{W}{J_i}$ and the Hamiltonian expressed in action variables is time--independent, Hamilton's equations give $\dot{w}_i = \pdv{\mcH}{J_i} = \omega_i$, a constant. The angle therefore advances uniformly, just as a clock hand rotates at constant angular speed. This makes action--angle variables the natural language for discussing periodic oscillation.}
|
||||
|
||||
In a completely integrable system with $n$ degrees of freedom, the Hamiltonian depends only on the action variables and not on the angle variables: $\mcH = \mcH(J_1,\ldots,J_n)$. Because the angles do not appear in $\mcH$, they are cyclic coordinates. This leads to the simplest possible Hamiltonian dynamics.
|
||||
\ex{Phase-space ellipse for the simple harmonic oscillator}{
|
||||
The simplest illustration of the geometric definition comes from the harmonic oscillator of mass $m$ and natural frequency $\omega_0$. The energy is $E = p^2/(2m) + \tfrac{1}{2}m\omega_0^2 x^2$. Rearranging, the energy-level curve in phase space is
|
||||
\[
|
||||
\frac{x^2}{A^2} + \frac{p^2}{p_{\max}^2} = 1,
|
||||
\qquad\text{where}\qquad
|
||||
A = \sqrt{\frac{2E}{m\omega_0^2}},
|
||||
\quad
|
||||
p_{\max} = m\omega_0 A.
|
||||
\]
|
||||
This is an ellipse in the $(x,p)$ phase plane with semiaxes $A$ along the position axis and $p_{\max} = m\omega_0 A$ along the momentum axis. The area of an ellipse is $\pi$ times the product of its semiaxes:
|
||||
\[
|
||||
\text{Area} = \pi A\cdot p_{\max}
|
||||
= \pi A\cdot m\omega_0 A
|
||||
= \pi m\omega_0 A^2.
|
||||
\]
|
||||
Substituting $A^2 = 2E/(m\omega_0^2)$ gives
|
||||
\[
|
||||
\text{Area} = \pi m\omega_0\cdot\frac{2E}{m\omega_0^2}
|
||||
= \frac{2\pi E}{\omega_0}.
|
||||
\]
|
||||
The action variable is the area divided by $2\pi$:
|
||||
\[
|
||||
J = \frac{1}{2\pi}\cdot\frac{2\pi E}{\omega_0}
|
||||
= \frac{E}{\omega_0}.
|
||||
\]
|
||||
Inverting, $E(J) = \omega_0 J$, and the oscillation frequency is
|
||||
\[
|
||||
\omega = \pdv{E}{J} = \omega_0.
|
||||
\]
|
||||
The frequency equals the natural angular frequency $\omega_0$, measured in radians per second, and the period is $T = 2\pi/\omega_0$. This is a direct consequence of isochrony: all oscillations of a harmonic oscillator have the same period regardless of energy.}
|
||||
|
||||
A system with $n$ degrees of freedom is called \emph{completely integrable} when it possesses $n$ independent constants of motion that are in involution --- their pairwise Poisson brackets all vanish, $\{F_i, F_j\} = 0$ for all $i,j = 1,\dots,n$. Complete integrability guarantees that the $2n$--dimensional phase space is foliated by invariant $n$--dimensional tori, each labeled by constant values of the action variables. On each torus the dynamics reduces to uniform rotation of the angles. For such systems the Hamiltonian depends only on the actions: $\mcH = \mcH(J_1,\dots,J_n)$.
|
||||
|
||||
\thm{Hamilton's equations in action-angle variables}{
|
||||
Let $\mcH = \mcH(J_1,\ldots,J_n)$ be the Hamiltonian expressed in action variables. Hamilton's canonical equations in the $(w,J)$ variables are
|
||||
Let $\mcH = \mcH(J_1,\dots,J_n)$ be the Hamiltonian expressed as a function of the action variables alone. Hamilton's canonical equations in the $(w,J)$ variables are
|
||||
\[
|
||||
\dot{J}_i = -\pdv{\mcH}{w_i} = 0,
|
||||
\qquad
|
||||
\dot{w}_i = \pdv{\mcH}{J_i} \equiv \omega_i.
|
||||
\]
|
||||
The action variables $J_i$ are constant in time, and the angle variables advance linearly:
|
||||
The action variables $J_i$ are constant in time because the angle variables do not appear in $\mcH$ and therefore the actions experience no conjugate forces. The angle variables advance linearly:
|
||||
\[
|
||||
w_i(t) = \omega_i t + w_i(0).
|
||||
w_i(t) = \omega_i t + w_i(0),
|
||||
\]
|
||||
The frequency $\omega_i = \pdv{\mcH}{J_i}$ is independent of time. Since the angle variable $w_i$ increases by one unit over one complete cycle, the period of the $i$-th motion is $T_i = 1/\omega_i$.}
|
||||
with constant angular frequencies $\omega_i = \pdv{\mcH}{J_i}$ measured in radians per second. Since the angle variable $w_i$ increases by $2\pi$ during one complete period of the $i$-th degree of freedom, the oscillation period is $T_i = 2\pi/\omega_i$.}
|
||||
|
||||
The frequency $\omega_i$ provides direct access to the temporal characteristics of the motion. When there is a single degree of freedom, the action is found by evaluating the integral $J = \oint p\,dq$, the Hamiltonian is inverted to give $E(J)$, and the period follows immediately from $T = 1/\pdv{E}{J}$. This procedure avoids solving the equations of motion directly. The physical angular frequency of the motion is $2\pi\omega_i$.
|
||||
The frequency $\omega_i$ provides direct access to the temporal characteristics of the motion without solving differential equations. For a single degree of freedom, the procedure is mechanical: evaluate $J = \frac{1}{2\pi}\oint p\,dq$ by computing the enclosed phase--space area or by direct integration, invert the resulting relation to express $E = E(J)$, and differentiate to find $\omega = \pdv{E}{J}$. The period follows from $T = 2\pi/\pdv{E}{J}$. When $T$ turns out independent of amplitude the system is isochronous, a property shared by both the harmonic oscillator and the Kepler problem, and one that proves significant in the quantum limit.
|
||||
|
||||
\ex{Simple harmonic oscillator in action-angle variables}{
|
||||
The Hamiltonian for a one-dimensional simple harmonic oscillator of mass $m$ and natural angular frequency $\omega_0$ is
|
||||
\ex{Direct integration for the simple harmonic oscillator}{
|
||||
We confirm the geometric result of the previous example by direct computation. For the harmonic oscillator $\mcH = p^2/(2m) + \tfrac{1}{2}m\omega_0^2 x^2$, at fixed energy $E$ the momentum is $p = \pm\sqrt{2mE - m^2\omega_0^2 x^2}$ and the turning points are $x = \pm A$ with $A = \sqrt{2E/(m\omega_0^2)}$. The raw phase--space integral around the orbit is
|
||||
\[
|
||||
\mcH = \frac{p^2}{2m} + \frac{1}{2}m\omega_0^2 x^2.
|
||||
\oint p\,dx = 2\int_{-A}^{A}\sqrt{2mE - m^2\omega_0^2 x^2}\,dx.
|
||||
\]
|
||||
At energy $E = \mcH$, the momentum is $p = \pm\sqrt{2mE - m^2\omega_0^2 x^2}$ and the turning points are at $x = \pm A$ with amplitude $A = \sqrt{2E/(m\omega_0^2)}$.
|
||||
|
||||
The action variable is evaluated by integrating over one complete oscillation:
|
||||
Substitute $x = A\sin\phi$, so $dx = A\cos\phi\,d\phi$ and the limits become $\phi = -\pi/2$ to $\pi/2$. The integrand simplifies:
|
||||
\[
|
||||
J = \oint p\,dx = 2\int_{-A}^{A}\sqrt{2mE - m^2\omega_0^2 x^2}\,dx.
|
||||
\]
|
||||
Substitute $x = A\sin\phi$, so $dx = A\cos\phi\,d\phi$ and the limits are $\phi = -\pi/2$ to $\pi/2$:
|
||||
\[
|
||||
\sqrt{2mE - m^2\omega_0^2 x^2}
|
||||
\sqrt{2mE - m^2\omega_0^2 A^2\sin^2\phi}
|
||||
= \sqrt{2mE - 2mE\sin^2\phi}
|
||||
= \sqrt{2mE}\cos\phi.
|
||||
= \sqrt{2mE}\cos\phi,
|
||||
\]
|
||||
The integral becomes
|
||||
since $m^2\omega_0^2 A^2 = 2mE$. The integral becomes
|
||||
\[
|
||||
J = 2\sqrt{2mE}\cdot A\int_{-\pi/2}^{\pi/2}\cos^2\phi\,d\phi
|
||||
= 2\sqrt{2mE}\cdot A\cdot\frac{\pi}{2}
|
||||
\oint p\,dx = 2\sqrt{2mE}\cdot A\int_{-\pi/2}^{\pi/2}\cos^2\phi\,d\phi.
|
||||
\]
|
||||
Using $\int_{-\pi/2}^{\pi/2}\cos^2\phi\,d\phi = \pi/2$, this gives
|
||||
\[
|
||||
\oint p\,dx = 2\sqrt{2mE}\cdot A\cdot\frac{\pi}{2}
|
||||
= \pi\sqrt{2mE}\cdot A.
|
||||
\]
|
||||
Substituting $A = \sqrt{2E/(m\omega_0^2)}$ gives
|
||||
Substituting $A = \sqrt{2E/(m\omega_0^2)}$ yields
|
||||
\[
|
||||
J = \pi\sqrt{2mE}\cdot\sqrt{\frac{2E}{m\omega_0^2}}
|
||||
= 2\pi\,\frac{E}{\omega_0}.
|
||||
\oint p\,dx = \pi\sqrt{2mE}\cdot\sqrt{\frac{2E}{m\omega_0^2}}
|
||||
= \frac{2\pi E}{\omega_0}.
|
||||
\]
|
||||
Inverting this relation expresses the energy as a function of the action:
|
||||
Dividing by $2\pi$, we recover
|
||||
\[
|
||||
E(J) = \frac{\omega_0 J}{2\pi}.
|
||||
J = \frac{1}{2\pi}\cdot\frac{2\pi E}{\omega_0}
|
||||
= \frac{E}{\omega_0},
|
||||
\qquad
|
||||
E(J) = \omega_0 J,
|
||||
\qquad
|
||||
\omega = \pdv{E}{J} = \omega_0,
|
||||
\]
|
||||
The frequency obtained from the action-angle formalism is the derivative of $E$ with respect to $J$:
|
||||
\[
|
||||
\omega = \pdv{E}{J} = \frac{\omega_0}{2\pi}.
|
||||
\]
|
||||
The period of oscillation is $T = 1/\omega = 2\pi/\omega_0$, and the physical angular frequency is $2\pi\omega = \omega_0$. Crucially, the frequency is independent of the energy $E$ and therefore independent of the amplitude $A$. This is the property of isochrony: all oscillations of a simple harmonic oscillator have the same period regardless of amplitude.}
|
||||
in complete agreement with the geometric calculation. The angular frequency equals $\omega_0$ directly, with no separate $2\pi$ factors to track.}
|
||||
|
||||
\nt{The Kepler problem (gravitational or electrostatic $V = -k/r$) has three independent action variables $J_r$, $J_\theta$, and $J_\phi$. The energy depends on their sum:
|
||||
\nt{Degeneracy and closed orbits in the Kepler problem}{
|
||||
The Kepler problem (gravitational or electrostatic $V = -k/r$) provides a remarkable illustration of frequency degeneracy. It has three independent action variables --- $J_r$ for radial motion, $J_\theta$ for polar angle, and $J_\phi$ for azimuthal rotation. The energy in action--angle variables depends only on their sum:
|
||||
\[
|
||||
E = -\frac{2\pi^2 m k^2}{(J_r + J_\theta + J_\phi)^2}.
|
||||
E = -\frac{mk^2}{2(J_r + J_\theta + J_\phi)^2}.
|
||||
\]
|
||||
The frequency derivatives $\pdv{E}{J_r}$, $\pdv{E}{J_\theta}$, $\pdv{E}{J_\phi}$ are all equal, so the three frequencies are degenerate. Degenerate frequencies mean every bound orbit closes on itself after one period. This degeneracy is the deep reason Kepler's ellipses are closed: the radial period equals the angular period. A small perturbation $V = -k/r + \epsilon/r^2$ breaks the degeneracy and produces precession.}
|
||||
The three frequency derivatives are therefore identical:
|
||||
\[
|
||||
\omega_r = \pdv{E}{J_r} = \pdv{E}{J_\theta} = \pdv{E}{J_\phi}.
|
||||
\]
|
||||
Every degree of freedom oscillates at the same angular frequency. On the three--dimensional invariant torus this means all three angle variables advance by $2\pi$ simultaneously after one period, so the trajectory retraces itself and forms a closed curve. In contrast, when frequency ratios are irrational, motion on a torus fills the surface densely without ever repeating --- the so--called irrational winding. Because the Kepler frequencies are equal, no such winding occurs: every bound Kepler orbit closes exactly after one period, producing the familiar planetary ellipses. This is the degeneracy singled out by Bertrand's theorem, which proves that only the Kepler potential $V \propto -1/r$ and the harmonic potential $V \propto r^2$ among all central potentials produce closed bounded orbits. Adding a small perturbing term, such as $V = -k/r + \epsilon/r^2$, breaks the degeneracy: the frequencies separate, the orbit no longer closes, and the perihelion precesses.}
|
||||
|
||||
\qs{Particle in a one-dimensional infinite potential well}{
|
||||
A particle of mass $m$ is confined to a region $0 < x < L$ by infinite potential walls, so $V(x) = 0$ for $0 < x < L$ and $V = \infty$ elsewhere. Inside the well the Hamiltonian is $\mcH = p^2/(2m)$ and the total energy is $E$.
|
||||
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Compute the action variable $J = \oint p\,dx$ for this system, showing that $J = 2L\sqrt{2mE}$.
|
||||
\item Express the energy as $E(J)$ and compute the frequency $\omega = \pdv{E}{J}$ and the period $T = 1/\omega$. Show that $T = 2L\sqrt{m/(2E)}$, which equals the time for the particle to travel the distance $2L$ at speed $v = \sqrt{2E/m}$.
|
||||
\item Compute the action variable $J = \frac{1}{2\pi}\oint p\,dx$ for this system, showing that $J = L\sqrt{2mE}/\pi$.
|
||||
\item Express the energy as $E(J)$ and compute the frequency $\omega = \pdv{E}{J}$ and the period $T = 2\pi/\omega$. Show that $T = 2L\sqrt{m/(2E)}$, which equals the time for the particle to travel the distance $2L$ at speed $v = \sqrt{2E/m}$.
|
||||
\item For an electron with mass $m = 9.11\times 10^{-31}\,\mathrm{kg}$ confined to a region of width $L = 1.00\times 10^{-10}\,\mathrm{m}$ with total energy $E = 1.00\,\mathrm{eV} = 1.60\times 10^{-19}\,\mathrm{J}$, compute the numerical values of $J$ (in $\mathrm{kg\!\cdot\!m^2/s}$) and $T$ (in seconds).
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} Inside the well the particle has kinetic energy $E = p^2/(2m)$, so the magnitude of momentum is $|p| = \sqrt{2mE}$ and is independent of position. The particle travels back and forth between the walls at $x = 0$ and $x = L$. During the forward leg the momentum is $p = +\sqrt{2mE}$ and during the return leg $p = -\sqrt{2mE}$.
|
||||
|
||||
The action integral over one complete cycle is
|
||||
The phase--space integral around one complete cycle is
|
||||
\[
|
||||
J = \oint p\,dx = \int_{0}^{L}\sqrt{2mE}\,dx + \int_{L}^{0}\left(-\sqrt{2mE}\right)\,dx.
|
||||
\oint p\,dx = \int_{0}^{L}\sqrt{2mE}\,dx + \int_{L}^{0}\left(-\sqrt{2mE}\right)\,dx.
|
||||
\]
|
||||
Each integral equals $L\sqrt{2mE}$, so
|
||||
Each integral equals $L\sqrt{2mE}$, so the total enclosed area is
|
||||
\[
|
||||
J = L\sqrt{2mE} + L\sqrt{2mE} = 2L\sqrt{2mE}.
|
||||
\oint p\,dx = L\sqrt{2mE} + L\sqrt{2mE} = 2L\sqrt{2mE}.
|
||||
\]
|
||||
Dividing by $2\pi$ gives the action variable:
|
||||
\[
|
||||
J = \frac{1}{2\pi}\cdot 2L\sqrt{2mE}
|
||||
= \frac{L\sqrt{2mE}}{\pi}.
|
||||
\]
|
||||
|
||||
\textbf{Part (b).} Solve the result from part (a) for $E$:
|
||||
\[
|
||||
\frac{J}{2L} = \sqrt{2mE},
|
||||
\frac{\pi J}{L} = \sqrt{2mE},
|
||||
\qquad
|
||||
\frac{J^2}{4L^2} = 2mE,
|
||||
\frac{\pi^2 J^2}{L^2} = 2mE,
|
||||
\qquad
|
||||
E(J) = \frac{J^2}{8mL^2}.
|
||||
E(J) = \frac{\pi^2 J^2}{2mL^2}.
|
||||
\]
|
||||
Differentiate with respect to $J$ to find the frequency:
|
||||
Differentiate with respect to $J$ to find the angular frequency:
|
||||
\[
|
||||
\omega = \pdv{E}{J} = \frac{J}{4mL^2}.
|
||||
\omega = \pdv{E}{J} = \frac{\pi^2 J}{mL^2}.
|
||||
\]
|
||||
The period is the reciprocal of the frequency:
|
||||
The period is $T = 2\pi/\omega$:
|
||||
\[
|
||||
T = \frac{1}{\omega} = \frac{4mL^2}{J}.
|
||||
T = \frac{2\pi}{\pi^2 J/(mL^2)}
|
||||
= \frac{2mL^2}{\pi J}.
|
||||
\]
|
||||
Substitute $J = 2L\sqrt{2mE}$ to express $T$ in terms of $E$:
|
||||
Substitute $J = L\sqrt{2mE}/\pi$ to express $T$ in terms of $E$:
|
||||
\[
|
||||
T = \frac{4mL^2}{2L\sqrt{2mE}}
|
||||
T = \frac{2mL^2}{\pi\cdot L\sqrt{2mE}/\pi}
|
||||
= \frac{2mL^2}{L\sqrt{2mE}}
|
||||
= \frac{2mL}{\sqrt{2mE}}
|
||||
= 2L\sqrt{\frac{m}{2E}}.
|
||||
\]
|
||||
Independently, the particle's speed inside the well is $v = \sqrt{2E/m}$, and the round-trip distance is $2L$. The travel time for one complete cycle is
|
||||
Independently, the particle's speed inside the well is $v = \sqrt{2E/m}$ and the round--trip distance is $2L$. The travel time for one complete cycle is
|
||||
\[
|
||||
T = \frac{2L}{v} = 2L\sqrt{\frac{m}{2E}},
|
||||
\]
|
||||
which agrees exactly with the action-angle result.
|
||||
which agrees exactly with the action--angle result.
|
||||
|
||||
\textbf{Part (c).} The given values are $m = 9.11\times 10^{-31}\,\mathrm{kg}$, $L = 1.00\times 10^{-10}\,\mathrm{m}$, and $E = 1.60\times 10^{-19}\,\mathrm{J}$.
|
||||
|
||||
First compute the action variable $J = 2L\sqrt{2mE}$:
|
||||
First compute the product $2mE$:
|
||||
\[
|
||||
2mE = 2(9.11\times 10^{-31})(1.60\times 10^{-19})\,\mathrm{kg\!\cdot\!J}
|
||||
2mE = 2(9.11\times 10^{-31})(1.60\times 10^{-19})\,\mathrm{kg^2\!\cdot\!m^2/s^2}
|
||||
= 2.92\times 10^{-49}\,\mathrm{kg^2\!\cdot\!m^2/s^2}.
|
||||
\]
|
||||
(The product $\mathrm{kg\!\cdot\!J}$ has the same dimensions as $\mathrm{kg^2\!\cdot\!m^2/s^2}$ since $1\,\mathrm{J} = 1\,\mathrm{kg\!\cdot\!m^2/s^2}$.) Taking the square root:
|
||||
Taking the square root:
|
||||
\[
|
||||
\sqrt{2mE} = \sqrt{2.92\times 10^{-49}}\,\mathrm{kg\!\cdot\!m/s}
|
||||
= 5.40\times 10^{-25}\,\mathrm{kg\!\cdot\!m/s}.
|
||||
\sqrt{2mE} = 5.40\times 10^{-25}\,\mathrm{kg\!\cdot\!m/s}.
|
||||
\]
|
||||
Now multiply by $2L$:
|
||||
Now compute the action variable $J = L\sqrt{2mE}/\pi$:
|
||||
\[
|
||||
J = 2(1.00\times 10^{-10})(5.40\times 10^{-25})\,\mathrm{kg\!\cdot\!m^2/s}
|
||||
= 1.08\times 10^{-34}\,\mathrm{kg\!\cdot\!m^2/s}.
|
||||
J = \frac{(1.00\times 10^{-10})(5.40\times 10^{-25})}{\pi}\,\mathrm{kg\!\cdot\!m^2/s}
|
||||
= \frac{5.40\times 10^{-35}}{\pi}\,\mathrm{kg\!\cdot\!m^2/s}
|
||||
= 1.72\times 10^{-35}\,\mathrm{kg\!\cdot\!m^2/s}.
|
||||
\]
|
||||
|
||||
Next compute the period $T = 2L\sqrt{m/(2E)}$:
|
||||
Next, the period $T = 2L\sqrt{m/(2E)}$. Compute $m/(2E)$:
|
||||
\[
|
||||
\frac{m}{2E} = \frac{9.11\times 10^{-31}}{2(1.60\times 10^{-19})}\,\mathrm{kg/J}
|
||||
= 2.85\times 10^{-12}\,\mathrm{s^2/m^2}.
|
||||
\]
|
||||
Taking the square root:
|
||||
\[
|
||||
\sqrt{\frac{m}{2E}} = \sqrt{2.85\times 10^{-12}}\,\mathrm{s/m}
|
||||
= 1.69\times 10^{-6}\,\mathrm{s/m}.
|
||||
\sqrt{\frac{m}{2E}} = 1.69\times 10^{-6}\,\mathrm{s/m}.
|
||||
\]
|
||||
Multiply by $2L$:
|
||||
Multiplying by $2L$:
|
||||
\[
|
||||
T = 2(1.00\times 10^{-10})(1.69\times 10^{-6})\,\mathrm{s}
|
||||
= 3.37\times 10^{-16}\,\mathrm{s}.
|
||||
@@ -160,7 +203,7 @@ T = 2(1.00\times 10^{-10})(1.69\times 10^{-6})\,\mathrm{s}
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
J = 1.08\times 10^{-34}\,\mathrm{kg\!\cdot\!m^2/s},
|
||||
J = 1.72\times 10^{-35}\,\mathrm{kg\!\cdot\!m^2/s},
|
||||
\qquad
|
||||
T = 3.37\times 10^{-16}\,\mathrm{s}.
|
||||
\]
|
||||
\]
|
||||
@@ -21,7 +21,7 @@ becomes explicitly
|
||||
\]
|
||||
The coordinates $x$ and $z$ do not appear in $\mcH$, so they are cyclic and their conjugate momenta $p_x$ and $p_z$ are conserved.}
|
||||
|
||||
\nt{Choice of gauge does not affect physical observables. The Landau gauge $\vec{A} = (-B_0 y, 0, 0)$ breaks translational symmetry in $y$ but preserves it in $x$, making $p_x$ the conserved momentum. An alternative symmetric gauge $\vec{A} = \tfrac12 B_0(-y, x, 0)$ would be natural for purely rotational problems but obscures the drift structure we want to expose here.}
|
||||
\nt{Gauge choice for crossed fields. The Landau gauge $\vec{A} = (-B_0 y, 0, 0)$ differs from the gauge used in the pure magnetic-field problem (subsection A.11), where cylindrical symmetry guided the choice. Here, placing the electric field along the $y$-direction makes this particular Landau gauge algebraically convenient: because $\vec{A}$ depends only on $y$, the coordinate $x$ remains cyclic and $p_x$ is automatically conserved. This conserved momentum $\alpha_x$ couples directly into the guiding-centre position, allowing the drift velocity to emerge cleanly from the Hamilton--Jacobi formalism without solving coupled differential equations.}
|
||||
|
||||
\thm{$E \times B$ drift velocity from the guiding centre}{
|
||||
For crossed fields $\vec{E} = E_0\,\hat{\bm{y}}$ and $\vec{B} = B_0\,\hat{\bm{z}}$, the guiding centre of the orbit lies at
|
||||
@@ -76,6 +76,7 @@ The shift in brackets is the guiding-centre coordinate:
|
||||
\[
|
||||
y_c = \frac{mE_0/B_0 - \alpha_x}{qB_0}.
|
||||
\]
|
||||
Completing the square has a clear physical meaning: it reveals the equilibrium position $y_c$ at which the electric force $qE_0\,\hat{\bm{y}}$ is exactly balanced by the magnetic force arising from the guiding-centre's $x$-velocity. At $y = y_c$, the canonical momentum combination $\alpha_x + qB_0 y_c = mE_0/B_0$ gives precisely the velocity needed for the magnetic Lorentz force to cancel the electric force. Deviations from $y_c$ are therefore harmonic oscillations about this equilibrium.
|
||||
Substituting back, the full equation becomes
|
||||
\[
|
||||
\bigl(\der{W_y}{y}\bigr)^2 + q^2B_0^2\bigl(y - y_c\bigr)^2 = 2mE - \alpha_z^2 - \alpha_x^2 + q^2B_0^2 y_c^2.
|
||||
@@ -88,14 +89,24 @@ This is precisely the Hamilton--Jacobi equation for a harmonic oscillator in the
|
||||
\[
|
||||
\omega_c = \frac{|q|B_0}{m}.
|
||||
\]
|
||||
The $y$-motion oscillates sinusoidally about $y_c$ with the cyclotron frequency. The time average of the position is the guiding centre, $\langle y \rangle = y_c$.
|
||||
The $y$-motion oscillates sinusoidally about $y_c$ with the cyclotron frequency. The explicit time dependence of the coordinate follows from inverting the generating function:
|
||||
\[
|
||||
y(t) = y_c + A\sin\bigl(\omega_c t + \varphi\bigr),
|
||||
\]
|
||||
where $A$ is the oscillation amplitude determined by the total energy and $\varphi$ is a phase set by initial conditions. Trigonometric averaging over one cyclotron period $T_c = 2\pi/\omega_c$ gives
|
||||
\[
|
||||
\langle y \rangle = \frac{1}{T_c}\int_0^{T_c} y(t)\,\dd t
|
||||
= y_c + \frac{A}{T_c}\int_0^{T_c} \sin\bigl(\omega_c t + \varphi\bigr)\,\dd t
|
||||
= y_c,
|
||||
\]
|
||||
because the sine function integrates to zero over a complete period. The guiding-centre position is thus the exact time-average of the $y$-coordinate.
|
||||
|
||||
Now compute the kinematic $x$-velocity. From Hamilton's equation, $\dot{x} = \pdv{\mcH}{p_x}$:
|
||||
\[
|
||||
v_x = \pdv{\mcH}{p_x}
|
||||
= \frac{1}{m}\bigl(p_x + qB_0 y\bigr).
|
||||
\]
|
||||
The canonical momentum $p_x = \pdv{\mcS}{x} = \alpha_x$ is constant. Averaging over one cyclotron orbit, $\langle y \rangle = y_c$, so the drift velocity is
|
||||
The canonical momentum $p_x = \pdv{\mcS}{x} = \alpha_x$ is constant. With the trigonometric average $\langle y \rangle = y_c$ established, the drift velocity follows from substituting $y_c$ into the expression for $v_x$:
|
||||
\[
|
||||
\langle v_x \rangle = \frac{\alpha_x + qB_0 y_c}{m}.
|
||||
\]
|
||||
@@ -140,7 +151,7 @@ With $\vec{B} = B_0\,\hat{\bm{z}}$ and $\vec{E} = E_0\,\hat{\bm{y}}$:
|
||||
\]
|
||||
This matches the Hamilton--Jacobi result exactly. The cross product $\vec{E}\times\vec{B}$ determines the drift direction and division by $B^2$ converts the magnitude into a velocity. Both formalisms predict the same drift regardless of the particle's charge or mass.}
|
||||
|
||||
\nt{A charge-sign reversal changes both the sense of Larmor rotation and the location of the guiding centre $y_c$, but these two effects exactly compensate in the averaged $x$-velocity. An electron and a proton spiralling in the same crossed fields therefore share the same guiding-centre drift, even though their individual gyroradii and rotation frequencies differ enormously. This universality is what makes the $E\times B$ drift so important in plasma physics: bulk plasma drifts as a coherent fluid.}
|
||||
\nt{Universality of the $E \times B$ drift velocity. The drift velocity $v_d = E_0/B_0$ is independent of both the particle's mass and its charge sign. A charge-sign reversal changes the sense of Larmor rotation and shifts the guiding centre $y_c$, but these two effects exactly compensate in the time-averaged $x$-velocity. An electron and a proton spiralling in the same crossed fields share the same guiding-centre drift, even though their gyroradii and cyclotron frequencies differ enormously. This universality is precisely why the result is called the $E\times B$ drift velocity: the expression $\vec{v}_d = \vec{E}\times\vec{B}/B^2$ contains no mass or charge, so every charged species drifts together. In plasma physics this means bulk plasma moves as a coherent fluid rather than separating into counter-streaming components.}
|
||||
|
||||
\mprop{Properties of the $E \times B$ drift}{
|
||||
The drift velocity $\vec{v}_d = \vec{E}\times\vec{B}/B^2$ satisfies the following properties:
|
||||
|
||||
@@ -3,7 +3,13 @@
|
||||
This subsection solves for a charged particle moving in a uniform magnetic field through the Hamilton--Jacobi equation, derives the helical trajectory by quadrature, and computes the action-angle variables that recover the cyclotron frequency.
|
||||
|
||||
\dfn{Hamilton--Jacobi formulation of cyclotron motion}{
|
||||
A particle of mass $m$ and charge $q$ moves in a uniform magnetic field $\vec{B} = B_0\,\hat{\bm{z}}$. Choose the Landau gauge for the vector potential $\vec{A} = (0, B_0 x, 0)$ and set the scalar potential $\varphi = 0$. The Hamiltonian is
|
||||
A particle of mass $m$ and charge $q$ moves in a uniform magnetic field $\vec{B} = B_0\,\hat{\bm{z}}$. Choose the Landau gauge for the vector potential $\vec{A} = (0, B_0 x, 0)$. The curl verifies the field:
|
||||
\[
|
||||
\nabla\times(0, B_0 x, 0)
|
||||
= \left(0,\; 0,\; \pdv{(B_0 x)}{x}\right)
|
||||
= B_0\,\hat{\bm{z}}.
|
||||
\]
|
||||
Set the scalar potential $\varphi = 0$. The Hamiltonian is
|
||||
\[
|
||||
\mcH = \frac{1}{2m}\Bigl[p_x^2 + \bigl(p_y - q B_0 x\bigr)^2 + p_z^2\Bigr].
|
||||
\]
|
||||
@@ -12,7 +18,11 @@ In this gauge, the coordinate $x$ appears explicitly in $\mcH$ while $y$ and $z$
|
||||
\frac{1}{2m}\left[\left(\pdv{\mcS}{x}\right)^2 + \bigl(\pdv{\mcS}{y} - q B_0 x\bigr)^2 + \left(\pdv{\mcS}{z}\right)^2\right] + \pdv{\mcS}{t} = 0.
|
||||
\]}
|
||||
|
||||
\nt{The Landau gauge $\vec{A} = (0, B_0 x, 0)$ breaks rotational symmetry and makes $y$ cyclic but $x$ not. Other gauges exist (for instance $A = (-B_0 y, 0, 0)$), but they lead to mathematically equivalent Hamiltonian systems. The physics of cyclotron motion -- circular gyration at the Larmor frequency -- is gauge-independent, as the magnetic field $\vec{B} = \nabla\times\vec{A} = B_0\hat{\bm{z}}$ is the same in every gauge.}
|
||||
\nt{Why Landau gauge?}{
|
||||
The Landau gauge $\vec{A} = (0, B_0 x, 0)$ deliberately breaks rotational symmetry in the $xy$-plane to make $y$ a cyclic coordinate. With $y$ cyclic, $p_y$ is conserved and the HJ equation separates. In the symmetric gauge $\vec{A} = \tfrac{B_0}{2}(-y, x, 0)$, neither $x$ nor $y$ is cyclic -- the Hamiltonian depends on both, preventing straightforward HJ separation. Even after rotating to $x', y'$ coordinates, the $y'$-coordinate is \textbf{not} cyclic in the symmetric gauge. Both gauges describe the same physics, but only the Landau gauge unlocks the separation ansatz $\mcS = W_x(x) + \alpha_y y + \alpha_z z - Et$.}
|
||||
|
||||
\nt{Two momenta}{
|
||||
In a magnetic field two distinct notions of momentum appear. The \textbf{canonical momentum} $p_y = \pdv{\mcS}{y} = \alpha_y$ is conserved because $y$ is cyclic in the Landau gauge. The \textbf{kinetic momentum} $m v_y = p_y - q B_0 x = \alpha_y - q B_0 x$ is not conserved -- it rotates at the cyclotron frequency as $x(t)$ oscillates. Conservation of $p_y$ fixes the orbit guiding center at $X_c = \alpha_y/(q B_0)$, while the rotating kinetic momentum generates the circular gyration about that center.}
|
||||
|
||||
\thm{Complete integral for cyclotron motion}{
|
||||
The cyclotron frequency is $\omega_c = q B_0/m$. The guiding-center $x$-coordinate is $X_c = \alpha_y/(q B_0)$ and the gyroradius is $R = \sqrt{2m E_\perp}/(q B_0)$, where $\alpha_y$ is the conserved canonical $y$-momentum and $E_\perp$ is the transverse energy. The complete integral of the Hamilton--Jacobi equation is
|
||||
@@ -128,7 +138,7 @@ or equivalently,
|
||||
\[
|
||||
x(t) = X_c + R\sin\!\bigl(\omega_c(t + \beta)\bigr).
|
||||
\]
|
||||
Define the initial phase $\phi_0 = \omega_c\beta$.
|
||||
Define the initial phase $\phi_0 = \omega_c\beta$, measured in radians.
|
||||
|
||||
Differentiate $\mcS$ with respect to the separation constant $\alpha_y$:
|
||||
\[
|
||||
@@ -154,37 +164,58 @@ z(t) = v_z t + z_0.
|
||||
\]
|
||||
The projection onto the $xy$-plane is a circle of radius $R$ centered at $(X_c, Y_c)$, traversed at the constant angular speed $\omega_c$. Superimposed is uniform motion along the field direction at speed $v_z$.}
|
||||
|
||||
\nt{Hamilton's equations shortcut for $y(t)$}{
|
||||
The same $y(t)$ result follows directly from Hamilton's equations without differentiating $\mcS$. Because $y$ is cyclic,
|
||||
\[
|
||||
\dot{p}_y = -\pdv{\mcH}{y} = 0,
|
||||
\]
|
||||
so $p_y = \alpha_y$ is constant. Hamilton's velocity equation gives
|
||||
\[
|
||||
\dot{y} = \pdv{\mcH}{p_y} = \frac{1}{m}\bigl(p_y - q B_0 x\bigr)
|
||||
= \frac{\alpha_y - q B_0 x(t)}{m}.
|
||||
\]
|
||||
Substituting $x(t) = X_c + R\sin(\omega_c t + \phi_0)$ with $X_c = \alpha_y/(q B_0)$:
|
||||
\[
|
||||
\dot{y} = \frac{q B_0(X_c - X_c - R\sin(\omega_c t + \phi_0))}{m}
|
||||
= -\omega_c R\sin(\omega_c t + \phi_0).
|
||||
\]
|
||||
Integrating once yields $y(t) = Y_c + R\cos(\omega_c t + \phi_0)$, matching the HJ-derived trajectory. All angle arguments are in radians.}
|
||||
|
||||
\nt{Guiding-center independence}{
|
||||
The guiding center $X_c = \alpha_y/(q B_0)$ depends only on the conserved canonical momentum $\alpha_y$, not on the transverse energy $E_\perp$. Physically, increasing $E_\perp$ enlarges the gyroradius $R = \sqrt{2m E_\perp}/(q B_0)$ but does not shift the orbit center. Energy changes the orbit size, not the center. This reflects the fact that the magnetic force is always perpendicular to velocity: it does no work, cannot change the particle's speed, and merely redirects the motion into circles whose centers are determined by the initial momentum partition, not the total energy.}
|
||||
|
||||
\mprop{Action-angle variables for cyclotron motion}{
|
||||
The action-angle formalism applied to cyclotron motion yields the following results:
|
||||
|
||||
\begin{enumerate}[label=\bfseries\tiny\protect\circled{\small\arabic*}]
|
||||
\item The action variable associated with the transverse motion is the phase-space area enclosed by one gyration:
|
||||
\item The action variable associated with the transverse motion, defined as one-over-$2\pi$ times the phase-space area enclosed by one gyration, is
|
||||
\[
|
||||
J = \oint p_x\,\dd x = 2\int_{X_c - R}^{X_c + R} q B_0\sqrt{R^2 - (x - X_c)^2}\,\dd x.
|
||||
J = \frac{1}{2\pi}\oint p_x\,\dd x = \frac{1}{\pi}\int_{X_c - R}^{X_c + R} q B_0\sqrt{R^2 - (x - X_c)^2}\,\dd x.
|
||||
\]
|
||||
The integral is twice the area of a semicircle of radius $R$ (multiplied by $q B_0$), so
|
||||
The integral is the area of a semicircle of radius $R$ multiplied by $q B_0$. With the $1/\pi$ factor:
|
||||
\[
|
||||
J = q B_0 \cdot \pi R^2
|
||||
= q B_0 \cdot \pi\cdot\frac{2m E_\perp}{q^2 B_0^2}
|
||||
= \frac{2\pi m E_\perp}{q B_0}
|
||||
= \frac{2\pi E_\perp}{\omega_c}.
|
||||
J = \frac{q B_0}{\pi}\cdot\frac{\pi R^2}{2}
|
||||
= \frac{q B_0 R^2}{2}
|
||||
= \frac{q B_0}{2}\cdot\frac{2m E_\perp}{q^2 B_0^2}
|
||||
= \frac{m E_\perp}{q B_0}
|
||||
= \frac{E_\perp}{\omega_c}.
|
||||
\]
|
||||
Geometrically, $J/(q B_0)$ is the area of the circular orbit in the $xy$-plane.
|
||||
Geometrically, the full phase-space area $2\pi J/(q B_0) = \pi R^2$ is the area of the real-space circular orbit.
|
||||
|
||||
\item Inverting the action--energy relation, the transverse energy as a function of the action is
|
||||
\[
|
||||
E_\perp(J) = \frac{\omega_c J}{2\pi}.
|
||||
E_\perp(J) = \omega_c J.
|
||||
\]
|
||||
The Hamiltonian expressed in terms of the action variables is $E = \omega_c J/(2\pi) + \alpha_z^2/(2m)$, linear in $J$ and quadratic in $\alpha_z$.
|
||||
The Hamiltonian expressed in terms of the action variables is $E = \omega_c J + \alpha_z^2/(2m)$, linear in $J$ and quadratic in $\alpha_z$.
|
||||
|
||||
\item The Hamilton--Jacobi frequency is $\hat{\omega} = \pdv{E_\perp}{J} = \omega_c/(2\pi)$. The physical angular frequency is $\omega = 2\pi\hat{\omega} = \omega_c = q B_0/m$, which depends only on the charge-to-mass ratio and the field strength. It is independent of the transverse energy $E_\perp$ and the gyroradius $R$. This amplitude independence is the hallmark of uniform circular motion in a constant magnetic field.
|
||||
\item The Hamilton--Jacobi frequency is $\pdv{E_\perp}{J} = \omega_c$, which already has units of angular frequency (rad/s). It depends only on the charge-to-mass ratio and the field strength, and is independent of the transverse energy $E_\perp$ and the gyroradius $R$. This amplitude independence is the hallmark of uniform circular motion in a constant magnetic field.
|
||||
|
||||
\item The angle variable advances linearly in time: $w = \hat{\omega}t + w_0 = (\omega_c/2\pi)t + w_0$. The phase of the circular gyration, $\omega_c t + \phi_0$, equals $2\pi w$ up to a constant phase. The action-angle variables provide a clean canonical description even though the original Cartesian coordinates exhibit coupled oscillatory dynamics.
|
||||
\item The angle variable advances linearly in time: $w = \omega_c t + w_0$. The phase of the circular gyration, $\omega_c t + \phi_0$ (all angles in radians), equals $w$ up to a constant phase. The action-angle variables provide a clean canonical description even though the original Cartesian coordinates exhibit coupled oscillatory dynamics.
|
||||
\end{enumerate}
|
||||
}
|
||||
|
||||
\nt{Comparison with the Lorentz force}{
|
||||
The Lorentz force law $m\,\ddot{\vec{r}} = q\,\dot{\vec{r}}\times\vec{B}$ with $\vec{B} = B_0\hat{\bm{z}}$ gives the component equations
|
||||
The Lorentz force law $m\,\ddot{\vec{r}} = q\,\dot{\vec{r}}\times\vec{B}$ with $\vec{B} = B_0\hat{\bm{z}}$ gives the component equations (see also e12-2 for cyclotron motion from Lorentz force):
|
||||
\[
|
||||
\ddot{x} = \frac{q B_0}{m}\,\dot{y},
|
||||
\qquad
|
||||
@@ -206,7 +237,7 @@ A proton of mass $m = 1.67\times 10^{-27}\,\mathrm{kg}$ and charge $q = e = 1.60
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Compute the cyclotron angular frequency $\omega_c = q B_0/m$ and the gyration period $T = 2\pi/\omega_c$.
|
||||
\item Find the gyroradius $R = \sqrt{2m E_\perp}/(q B_0)$ in meters.
|
||||
\item Compute the action variable $J = 2\pi E_\perp/\omega_c$ in SI units and verify by differentiation that $\pdv{E_\perp}{J} = \omega_c/(2\pi)$, recovering the cyclotron frequency.
|
||||
\item Compute the action variable $J = E_\perp/\omega_c$ in SI units and verify by differentiation that $\pdv{E_\perp}{J} = \omega_c$, recovering the cyclotron angular frequency.
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} The cyclotron angular frequency is
|
||||
@@ -276,28 +307,28 @@ R = 3.05\,\mathrm{mm}.
|
||||
|
||||
\textbf{Part (c).} The action variable for the transverse cyclotron motion is
|
||||
\[
|
||||
J = \frac{2\pi E_\perp}{\omega_c}.
|
||||
J = \frac{E_\perp}{\omega_c}.
|
||||
\]
|
||||
Substitute the numerical values:
|
||||
\[
|
||||
J = \frac{2\pi(1.60\times 10^{-16}\,\mathrm{J})}{1.437\times 10^8\,\mathrm{rad/s}}
|
||||
= \frac{1.005\times 10^{-15}}{1.437\times 10^8}\,\mathrm{J\!\cdot\!s}.
|
||||
J = \frac{1.60\times 10^{-16}\,\mathrm{J}}{1.437\times 10^8\,\mathrm{rad/s}}
|
||||
= 1.11\times 10^{-24}\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
This gives
|
||||
\[
|
||||
J = 7.0\times 10^{-24}\,\mathrm{J\!\cdot\!s}.
|
||||
J = 1.1\times 10^{-24}\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
Now verify the energy--action relation $E_\perp(J) = \omega_c J/(2\pi)$. Differentiating with respect to $J$:
|
||||
Now verify the energy--action relation $E_\perp(J) = \omega_c J$. Differentiating with respect to $J$:
|
||||
\[
|
||||
\pdv{E_\perp}{J} = \frac{\omega_c}{2\pi}.
|
||||
\pdv{E_\perp}{J} = \omega_c.
|
||||
\]
|
||||
The physical angular frequency is recovered as $\omega = 2\pi(\pdv{E_\perp}{J}) = \omega_c$. For the numerical values,
|
||||
The derivative directly equals the cyclotron angular frequency. For the numerical values,
|
||||
\[
|
||||
E_\perp(J) = \frac{\omega_c J}{2\pi}
|
||||
= \frac{(1.437\times 10^8\,\mathrm{rad/s})(7.0\times 10^{-24}\,\mathrm{J\!\cdot\!s})}{2\pi}
|
||||
E_\perp(J) = \omega_c J
|
||||
= (1.437\times 10^8\,\mathrm{rad/s})(1.11\times 10^{-24}\,\mathrm{J\!\cdot\!s})
|
||||
= 1.60\times 10^{-16}\,\mathrm{J},
|
||||
\]
|
||||
which is exactly the original transverse energy of $1.0\,\mathrm{keV}$. The relation $\pdv{E_\perp}{J} = \omega_c/(2\pi)$ holds both algebraically and numerically, confirming that the action-angle formalism reproduces the cyclotron frequency exactly.
|
||||
which is exactly the original transverse energy of $1.0\,\mathrm{keV}$. The relation $\pdv{E_\perp}{J} = \omega_c$ holds both algebraically and numerically, confirming that the action-angle formalism reproduces the cyclotron angular frequency exactly.
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
@@ -307,5 +338,5 @@ T = 44\,\mathrm{ns},
|
||||
\qquad
|
||||
R = 3.1\,\mathrm{mm},
|
||||
\qquad
|
||||
J = 7.0\times 10^{-24}\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
J = 1.1\times 10^{-24}\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
@@ -1,6 +1,6 @@
|
||||
\subsection{Free Particle in 1D and 3D}
|
||||
|
||||
This subsection solves the Hamilton--Jacobi equation for a free particle in one and three dimensions, demonstrating that Jacobi's theorem reproduces the familiar result of uniform straight-line motion.
|
||||
The free particle is the simplest test of the Hamilton--Jacobi formalism, showing the full machinery in the least cluttered setting. With no potential to complicate the Hamiltonian, every step of the method -- separation of variables, identification of the complete integral, application of Jacobi\normalsize{}'s theorem -- can be seen clearly. Here we solve the equation in both one and three dimensions and recover the familiar result of uniform straight-line motion.
|
||||
|
||||
\dfn{Free particle Hamiltonian and Hamilton--Jacobi equation}{
|
||||
For a free particle of mass $m$ the Hamiltonian is purely kinetic:
|
||||
@@ -72,14 +72,22 @@ Treating $(p_x, p_y, p_z)$ as three independent separation constants, Jacobi's t
|
||||
\]
|
||||
Each coordinate evolves linearly with time, confirming uniform straight-line motion in three dimensions.}
|
||||
|
||||
\nt{Connection to Newton's second law}{Each coordinate equation $q_i(t) = (p_i/m)t + \beta_i$ integrates a constant velocity $\dot{q}_i = p_i/m$. The acceleration vanishes, $\ddot{q}_i = 0$, which is precisely the result of Newton's second law for zero applied force. The Hamilton--Jacobi formalism therefore reproduces the familiar kinematic result of uniform motion along a straight line.}
|
||||
\nt{Connection to earlier material}{Free-particle motion was already solved in Unit 1 (Kinematics), where constant velocity and linear position functions $x(t) = v_0 t + x_0$ were obtained directly from Newton\normalsize{}'s second law for zero net force. Unit 4 (Momentum and Impulse) used conservation of linear momentum to analyze collisions of free particles.
|
||||
|
||||
Here we recover all of those results without writing a differential equation: each coordinate evolves as $q_i(t) = (p_i/m)t + \beta_i$, carrying a conserved momentum $p_i$ and zero acceleration $\ddot{q}_i = 0$. The Hamilton--Jacobi formalism reproduces familiar kinematics from the geometry of the action, treating the entire trajectory as a consequence of the action principle rather than Newton\normalsize{}'s second law.}
|
||||
|
||||
\nt{Geometric picture of the action}{In three dimensions the principal function $\mcS(x,y,z,t) = p_x x + p_y y + p_z z - Et$ is a linear function, so its level sets are planes in configuration space. The surfaces $\mcS = \text{const}$ are parallel planes $p_x x + p_y y + p_z z = \text{const} + Et$, propagating along the direction of $\mathbf{p}$ with speed $|\mathbf{p}|/m$.
|
||||
|
||||
This is the wavefront picture from the optics analogy discussed in A.01. The action $\mcS$ plays the role of an optical phase, and curves orthogonal to the wavefronts are the ray paths. Those ray paths coincide with the particle trajectories. For a free particle there is no potential to refract the rays, so the wavefronts remain perfectly planar and propagate without distortion. The constant velocity of the wavefronts reflects the constant speed of the particle itself.}
|
||||
|
||||
As stated in Jacobi\normalsize{}'s theorem (A.01), setting $\pdv{\mcS}{\alpha_i} = \beta_i$ for each separation constant $\alpha_i$ gives the equations of motion.
|
||||
|
||||
\qs{Free particle in three dimensions}{A free particle of mass $m = 2.0\,\mathrm{kg}$ passes through the origin at $t = 0$ with initial velocity $(3.0,\,4.0,\,0)\,\mathrm{m/s}$.
|
||||
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Write Hamilton's principal function $\mcS(x,y,z,t)$ using the additive separation ansatz $\mcS = p_x x + p_y y + p_z z - Et$, substituting numerical values for the momenta and energy.
|
||||
\item From Jacobi's theorem, $\pdv{\mcS}{p_x} = \beta_x$, $\pdv{\mcS}{p_y} = \beta_y$, $\pdv{\mcS}{p_z} = \beta_z$, find $x(t)$, $y(t)$, and $z(t)$ using the given initial conditions.
|
||||
\item Verify that the trajectory matches $\mathbf{r}(t) = (3.0t,\,4.0t,\,0)\,\mathrm{m}$.
|
||||
\item At $t = 2.5\,\mathrm{s}$, compute the position vector $\mathbf{r}(t)$, the speed $|\mathbf{v}|$, and the kinetic energy $K$. Verify that $K$ equals the total energy $E$ found in Part (a).
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} Compute the canonical momenta from the initial velocity:
|
||||
@@ -129,11 +137,20 @@ Since $p_z = 0$ and $z(0) = 0$, we obtain $\beta_z = 0$ and
|
||||
z(t) = 0.
|
||||
\]
|
||||
|
||||
\textbf{Part (c).} Assembling the three components:
|
||||
\textbf{Part (c).} The position vector at $t = 2.5\,\mathrm{s}$ is
|
||||
\[
|
||||
\mathbf{r}(t) = \bigl(x(t),\,y(t),\,z(t)\bigr) = (3.0\,t,\,4.0\,t,\,0).
|
||||
\mathbf{r}(2.5\,\mathrm{s}) = \bigl(3.0(2.5),\,4.0(2.5),\,0\bigr)\,\mathrm{m}
|
||||
= (7.5,\,10.0,\,0)\,\mathrm{m}.
|
||||
\]
|
||||
This matches the expected trajectory $\mathbf{r}(t) = (3.0t,\,4.0t,\,0)\,\mathrm{m}$, confirming the consistency of the Hamilton--Jacobi formalism for the free particle. The speed is $|\mathbf{v}| = \sqrt{3.0^2 + 4.0^2} = 5.0\,\mathrm{m/s}$, and the kinetic energy $E = \tfrac{1}{2}(2.0)(5.0)^2 = 25\,\mathrm{J}$ matches the energy from part (a).
|
||||
The velocity is constant, $\mathbf{v} = (3.0,\,4.0,\,0)\,\mathrm{m/s}$, so the speed is
|
||||
\[
|
||||
|\mathbf{v}| = \sqrt{3.0^2 + 4.0^2} = 5.0\,\mathrm{m/s}.
|
||||
\]
|
||||
The kinetic energy at this instant is
|
||||
\[
|
||||
K = \tfrac{1}{2}\,m\,|\mathbf{v}|^2 = \tfrac{1}{2}(2.0)(5.0)^2\,\mathrm{J} = 25\,\mathrm{J}.
|
||||
\]
|
||||
This equals the total energy $E = 25\,\mathrm{J}$ from Part (a), confirming energy conservation for the free particle.
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
|
||||
@@ -2,6 +2,25 @@
|
||||
|
||||
This subsection extends the Hamilton--Jacobi framework to a charged particle moving in electromagnetic fields by replacing the canonical momentum with the minimal-coupling substitution $p \to p - qA$.
|
||||
|
||||
\nt{Where does the $q\,\vec{v}\cdot\vec{A}$ term come from?}{
|
||||
We can reverse-engineer the electromagnetic Lagrangian by demanding that the Euler--Lagrange equations reproduce the Lorentz force. Start from the ansatz $\mcL = \tfrac12 m v^2 - q\varphi + q\,\vec{v}\cdot\vec{A}$ and check the $x$-component. The Euler--Lagrange equation reads
|
||||
\[
|
||||
\frac{\dd}{\dd t}\!\left(\pdv{\mcL}{\dot{x}}\right) = \pdv{\mcL}{x}.
|
||||
\]
|
||||
The canonical momentum is $\pdv{\mcL}{\dot{x}} = m\dot{x} + qA_x$. Its total time derivative expands as
|
||||
\[
|
||||
\frac{\dd}{\dd t}(m\dot{x}+qA_x) = m\ddot{x} + q\pdv{A_x}{t} + q\dot{x}\pdv{A_x}{x} + q\dot{y}\pdv{A_x}{y} + q\dot{z}\pdv{A_x}{z}.
|
||||
\]
|
||||
The spatial derivative of the Lagrangian is
|
||||
\[
|
||||
\pdv{\mcL}{x} = -q\pdv{\varphi}{x} + q\dot{x}\pdv{A_x}{x} + q\dot{y}\pdv{A_y}{x} + q\dot{z}\pdv{A_z}{x}.
|
||||
\]
|
||||
Equating left and right sides and rearranging, the terms $q\dot{x}\pdv{A_x}{x}$ cancel, leaving
|
||||
\[
|
||||
m\ddot{x} = q\Biggl(-\pdv{\varphi}{x} - \pdv{A_x}{t}\Biggr) + q\dot{y}\Biggl(\pdv{A_y}{x} - \pdv{A_x}{y}\Biggr) + q\dot{z}\Biggl(\pdv{A_z}{x} - \pdv{A_x}{z}\Biggr).
|
||||
\]
|
||||
The first grouped term is $qE_x$ using $E_x = -\pdv{\varphi}{x} - \pdv{A_x}{t}$. The next two are the $x$-component of $q(\vec{v}\times\vec{B})_x = q(\dot{y}B_z - \dot{z}B_y)$ using $B_z = \pdv{A_y}{x} - \pdv{A_x}{y}$ and $B_y = \pdv{A_x}{z} - \pdv{A_z}{x}$. Thus $m\ddot{x} = q(E_x + (\vec{v}\times\vec{B})_x)$, matching the Lorentz force. The Lagrangian $\mcL = \tfrac12 mv^2 - q\varphi + q\,\vec{v}\cdot\vec{A}$ is not a guess --- it is uniquely fixed by the requirement that the variational principle yield $\vec{F} = q(\vec{E}+\vec{v}\times\vec{B})$.}
|
||||
|
||||
\dfn{Lagrangian for a charged particle in electromagnetic fields}{
|
||||
Let a particle of mass $m$ and charge $q$ move with velocity $\vec{v}$ in an electromagnetic field described by the scalar potential $\varphi(\vec{r},t)$ and the vector potential $\vec{A}(\vec{r},t)$. The Lagrangian is
|
||||
\[
|
||||
@@ -15,9 +34,10 @@ so that in vector notation,
|
||||
\[
|
||||
\vec{p} = m\vec{v} + q\vec{A}.
|
||||
\]
|
||||
The kinetic (mechanical) momentum is $m\vec{v} = \vec{p} - q\vec{A}$, and it is this combination that enters the kinetic-energy part of the Hamiltonian.}
|
||||
The kinetic (mechanical) momentum is $m\vec{v} = \vec{p} - q\vec{A}$, and it is this combination that enters the kinetic-energy part of the Hamiltonian. The passage from a free-particle Hamiltonian to the electromagnetic one simply requires the substitutions $\vec{p} \to \vec{p} - q\vec{A}$ and $E \to E - q\varphi$. This procedure is called \emph{minimal coupling} because it represents the lowest-order way to couple electromagnetic potentials to particle motion: the potentials enter only through the simple shift of the canonical momentum, with no higher-order derivative couplings, no spin-dependent terms, and no direct coupling of the field-strength tensor to the particle coordinates.}
|
||||
|
||||
\nt{The canonical momentum differs from the kinetic momentum. The extra term $q\vec{A}$ in the canonical momentum is what distinguishes a charged particle's Hamiltonian dynamics from those of a free particle, even in the absence of a scalar potential. Because $\vec{A}$ generally depends on position, the canonical momentum is not simply $m\vec{v}$, and its time derivative is not equal to the mechanical force. Instead, Hamilton's equations for the canonical variables reproduce the full Lorentz-force law.}
|
||||
\nt{Canonical versus kinetic momentum}{
|
||||
It is crucial to distinguish two notions of momentum for a charged particle. The canonical momentum $\vec{p} = m\vec{v} + q\vec{A}$ is the formal variable that appears in Hamilton's equations and the Hamilton--Jacobi equation. It is the quantity conserved when its corresponding coordinate is cyclic (absent from the Hamiltonian). The kinetic momentum $m\vec{v} = \vec{p} - q\vec{A}$, by contrast, is the physically measured momentum: it is the mass times the actual velocity of the particle, and its time derivative equals the mechanical Lorentz force $q(\vec{E}+\vec{v}\times\vec{B})$. These two momenta differ by $q\vec{A}$. Because $\vec{A}$ generally depends on position, the canonical momentum is not simply $m\vec{v}$, and its time derivative is not equal to the mechanical force. The canonical momentum is what Hamilton's equations govern; the kinetic momentum is what a detector would measure.}
|
||||
|
||||
\thm{Hamiltonian for a charged particle in electromagnetic fields}{
|
||||
Let $m$ denote the mass, let $q$ denote the charge, let $\varphi(\vec{r},t)$ denote the scalar potential, and let $\vec{A}(\vec{r},t)$ denote the vector potential. The canonical momentum has components $p_i$. Then the Hamiltonian of the charged particle is
|
||||
@@ -86,31 +106,55 @@ The passage from a free particle to a charged particle in electromagnetic fields
|
||||
\qquad
|
||||
E \longrightarrow E - q\varphi.
|
||||
\]
|
||||
Under a gauge transformation of the potentials,
|
||||
To understand why these substitutions are consistent, consider gauge transformations of the potentials. An arbitrary smooth scalar function $\chi(\vec{r},t)$ defines the gauge transformation
|
||||
\[
|
||||
\vec{A}' = \vec{A} + \nabla\Lambda,
|
||||
\vec{A}' = \vec{A} + \nabla\chi,
|
||||
\qquad
|
||||
\varphi' = \varphi - \pdv{\Lambda}{t},
|
||||
\varphi' = \varphi - \pdv{\chi}{t}.
|
||||
\]
|
||||
the HJ equation retains its form provided the principal function transforms as
|
||||
The physical electric and magnetic fields expressed in terms of potentials are $\vec{E} = -\nabla\varphi - \pdv{\vec{A}}{t}$ and $\vec{B} = \nabla\times\vec{A}$. Substituting the primed potentials,
|
||||
\[
|
||||
\mcS'(\vec{r},t) = \mcS(\vec{r},t) - q\,\Lambda(\vec{r},t).
|
||||
\vec{E}' = -\nabla\varphi' - \pdv{\vec{A}'}{t} = -\nabla\varphi + \nabla\pdv{\chi}{t} - \pdv{\vec{A}}{t} - \nabla\pdv{\chi}{t} = \vec{E},
|
||||
\]
|
||||
To see this, substitute $\nabla\mcS' = \nabla\mcS - q\nabla\Lambda$ into the HJ equation written in the transformed potentials:
|
||||
\[
|
||||
\vec{B}' = \nabla\times\vec{A}' = \nabla\times(\vec{A}+\nabla\chi) = \nabla\times\vec{A} + 0 = \vec{B}.
|
||||
\]
|
||||
Both $\vec{E}$ and $\vec{B}$ are unchanged, as required since potentials are a redundant mathematical description and only the fields are physically measurable. How does the Lagrangian behave? Under the gauge transformation, the new Lagrangian is
|
||||
\[
|
||||
\mcL' = \tfrac12 m v^2 - q\varphi' + q\,\vec{v}\cdot\vec{A}' = \mcL + q\,\vec{v}\cdot\nabla\chi + q\,\pdv{\chi}{t}.
|
||||
\]
|
||||
The extra terms combine into a total time derivative: $q\,\vec{v}\cdot\nabla\chi + q\,\pdv{\chi}{t} = \frac{\dd(q\chi)}{\dd t}$. The action changes by $\int_{t_1}^{t_2} \frac{\dd(q\chi)}{\dd t}\,\dd t = q\chi(t_2) - q\chi(t_1)$, a pure boundary term. Since the principle of least action fixes the endpoints, the variation of this boundary term vanishes: $\delta[q\chi(t_2)-q\chi(t_1)] = 0$. The Euler--Lagrange equations, which depend only on the variation of the action, remain unchanged. This is why adding a total time derivative to any Lagrangian never alters the equations of motion. Under the gauge transformation the HJ equation retains its form provided the principal function transforms as
|
||||
\[
|
||||
\mcS'(\vec{r},t) = \mcS(\vec{r},t) - q\,\chi(\vec{r},t).
|
||||
\]
|
||||
To see this, substitute $\nabla\mcS' = \nabla\mcS - q\nabla\chi$ into the HJ equation written in the transformed potentials:
|
||||
\[
|
||||
\frac{1}{2m}\bigl|\nabla\mcS' - q\vec{A}'\bigr|^2 + q\varphi' + \pdv{\mcS'}{t} = \frac{1}{2m}\bigl|\nabla\mcS - q\vec{A}\bigr|^2 + q\varphi + \pdv{\mcS}{t},
|
||||
\]
|
||||
so the unprimed and primed equations are identical. Thus the Hamilton--Jacobi formulation respects electromagnetic gauge invariance.}
|
||||
|
||||
\nt{A deep connection to quantum mechanics emerges from the WKB ansatz. Write the wavefunction as $\psi(\vec{r},t) = \exp\bigl(i\mcS(\vec{r},t)/\hbar\bigr)$. Substituting this form into the Schrodinger equation,
|
||||
\nt{Connection to quantum mechanics through the WKB approximation}{
|
||||
The Hamilton--Jacobi equation is the classical $\hbar\to 0$ limit of the Schrödinger equation, and the bridge between them is the WKB (Wentzel--Kramers--Brillouin) approximation, a semiclassical method valid when the action is large compared to $\hbar$. The WKB ansatz writes the wavefunction as $\psi(\vec{r},t) = A(\vec{r},t)\,\exp(\mathrm{i}\mcS(\vec{r},t)/\hbar)$, where $\mcS$ plays the role of a phase function and $A$ is a slowly varying amplitude. For simplicity set $A=1$ so that $\psi = \exp(\mathrm{i}\mcS/\hbar)$ and substitute this directly into the Schrödinger equation for a charged particle,
|
||||
\[
|
||||
i\hbar\,\pdv{\psi}{t} = \frac{1}{2m}\bigl(-i\hbar\nabla - q\vec{A}\bigr)^2\psi + q\varphi\psi,
|
||||
\mathrm{i}\hbar\,\pdv{\psi}{t} = \frac{1}{2m}\bigl(-\mathrm{i}\hbar\nabla - q\vec{A}\bigr)^2\psi + q\varphi\psi.
|
||||
\]
|
||||
and collecting terms order by order in $\hbar$, the leading-order equation (proportional to $\hbar^0$) is exactly the classical Hamilton--Jacobi equation for a charged particle:
|
||||
Compute the derivatives: $\pdv{\psi}{t} = (\mathrm{i}/\hbar)(\pdv{\mcS}{t})\psi$, and
|
||||
\[
|
||||
\frac{1}{2m}\bigl|\nabla\mcS - q\vec{A}\bigr|^2 + q\varphi + \pdv{\mcS}{t} = 0.
|
||||
(-\mathrm{i}\hbar\nabla - q\vec{A})\psi = -\mathrm{i}\hbar\Bigl(\frac{\mathrm{i}}{\hbar}\nabla\mcS\,\psi\Bigr) - q\vec{A}\psi = (\nabla\mcS - q\vec{A})\psi.
|
||||
\]
|
||||
Higher-order terms in $\hbar$ account for quantum corrections. In this sense, the classical Hamilton--Jacobi PDE is the $\hbar\to 0$ limit of the Schrodinger equation.}
|
||||
Applying the operator a second time,
|
||||
\[
|
||||
\bigl(-\mathrm{i}\hbar\nabla - q\vec{A}\bigr)^2\psi = (-\mathrm{i}\hbar\nabla)\bigl[(\nabla\mcS - q\vec{A})\psi\bigr] - q\vec{A}\cdot(\nabla\mcS - q\vec{A})\psi.
|
||||
\]
|
||||
The gradient of the product gives $(\nabla\mcS - q\vec{A})(\mathrm{i}/\hbar)(\nabla\mcS)\psi + (\mathrm{i}/\hbar)(\nabla\mcS)(\nabla\mcS - q\vec{A})\psi$ plus the term involving $\nabla\cdot(\nabla\mcS-q\vec{A})$. Multiplying by $-\mathrm{i}\hbar$, the leading-order piece (proportional to $\hbar^0$) is $|\nabla\mcS - q\vec{A}|^2\psi$, while a correction proportional to $\hbar$ involves $\nabla\cdot(\nabla\mcS - q\vec{A})$. The right-hand side of the Schrödinger equation becomes
|
||||
\[
|
||||
\frac{1}{2m}\Bigl[|\nabla\mcS - q\vec{A}|^2 - \mathrm{i}\hbar\,\nabla\cdot(\nabla\mcS - q\vec{A})\Bigr]\psi + q\varphi\psi.
|
||||
\]
|
||||
The left-hand side is $-\pdv{\mcS}{t}\,\psi$. Equating and dividing by $\psi$, the $\hbar^0$ (leading-order) terms give exactly
|
||||
\[
|
||||
\frac{1}{2m}|\nabla\mcS - q\vec{A}|^2 + q\varphi + \pdv{\mcS}{t} = 0,
|
||||
\]
|
||||
which is the classical Hamilton--Jacobi equation for a charged particle. The $\hbar^1$ term $-\mathrm{i}\hbar/(2m)\,\nabla\cdot(\nabla\mcS - q\vec{A}) = 0$ yields a continuity equation for the amplitude $A$. Higher-order terms in $\hbar$ provide successive quantum corrections. In this way, the Hamilton--Jacobi equation is the zeroth-order term in a systematic semiclassical expansion of quantum mechanics.}
|
||||
|
||||
\ex{Separation for time-independent fields}{
|
||||
Suppose the electromagnetic potentials are time-independent. Then the Hamiltonian has no explicit time dependence and the total energy $E$ is conserved. The time variable separates from the action as $\mcS = W(\vec{r}) - Et$, and the Hamilton--Jacobi equation reduces to the time-independent form
|
||||
@@ -187,15 +231,13 @@ m^2\omega^2 = (q B_0)^2,
|
||||
\]
|
||||
The HJ separation constant analysis thus recovers the cyclotron frequency exactly, independent of the guiding-center location and the transverse energy. The transverse energy $E_\perp = 1.60\times 10^{-17}\,\mathrm{J}$ sets the gyroradius but does not affect the frequency.
|
||||
|
||||
Therefore, the Hamiltonian is
|
||||
Therefore,
|
||||
\[
|
||||
\mcH = \frac{1}{2m}\Bigl[p_x^2 + \bigl(p_y - q B_0 x\bigr)^2 + p_z^2\Bigr],
|
||||
\]
|
||||
the Hamilton--Jacobi equation is
|
||||
\[
|
||||
\frac{1}{2m}\left[\left(\pdv{\mcS}{x}\right)^2 + \left(\pdv{\mcS}{y} - q B_0 x\right)^2 + \left(\pdv{\mcS}{z}\right)^2\right] + \pdv{\mcS}{t} = 0,
|
||||
\]
|
||||
the cyclic coordinates are $y$ and $z$, and the cyclotron frequency is
|
||||
\[
|
||||
\omega_c = 1.76\times 10^{11}\,\mathrm{rad/s}.
|
||||
\text{cyclic coordinates: } y, z,\qquad \omega_c = 1.76\times 10^{11}\,\mathrm{rad/s}.
|
||||
\]
|
||||
|
||||
@@ -1,23 +1,54 @@
|
||||
\subsection{Derivation of the Hamilton-Jacobi Equation}
|
||||
\subsection{Derivation of the Hamilton--Jacobi Equation}
|
||||
|
||||
This subsection derives the Hamilton--Jacobi partial differential equation from the Lagrangian formulation through successive Legendre transforms and a special canonical transformation, and states Jacobi's theorem that reduces the solution of the mechanics problem to finding a complete integral of the resulting PDE.
|
||||
This subsection derives the Hamilton--Jacobi partial differential equation from Hamiltonian mechanics through a special canonical transformation. Jacobi's theorem then reduces the solution of the mechanics problem to finding a complete integral of the resulting PDE.
|
||||
|
||||
\nt{What is a canonical transformation?}{
|
||||
A canonical transformation is a change of coordinates from $(q,p)$ to new variables $(Q,P)$ that preserves the form of Hamilton's equations. In the new variables the motion still satisfies $\dot{Q}_i = \pdv{\mcK}{P_i}$ and $\dot{P}_i = -\pdv{\mcK}{Q_i}$ for some new Hamiltonian $\mcK$. Why do such transformations exist? From Hamilton's principle, the action integral is $S = \int \mcL\,\dd t$. If we change coordinates so that the new Lagrangian differs from the old one by a total time derivative, $\mcL' = \mcL + \dd F/\dd t$, the action changes only by the boundary term $F(t_\mathrm{f}) - F(t_\mathrm{i})$. Since the variational principle fixes the endpoints, these boundary terms do not affect the Euler--Lagrange equations. The equations of motion are therefore unchanged. Any coordinate change generated in this way -- where the Lagrangian shifts by a total time derivative -- is canonical.}
|
||||
|
||||
\dfn{Generating function $F_2$}{
|
||||
A type-2 generating function $F_2(q,P,t)$ defines a canonical transformation through two sets of partial-derivative relations:
|
||||
\[
|
||||
p_i = \pdv{F_2}{q_i},
|
||||
\qquad
|
||||
Q_i = \pdv{F_2}{P_i}.
|
||||
\]
|
||||
The first relation expresses the old momenta in terms of the old coordinates and new momenta; the second gives the new coordinates. Together these two equations completely determine the transformation. The total-time-derivative shift in the Lagrangian means the new Hamiltonian is related to the old by
|
||||
\[
|
||||
\mcK(Q,P,t) = \mcH(q,p,t) + \pdv{F_2}{t},
|
||||
\]
|
||||
since adding $\dd F_2/\dd t$ to the Lagrangian shifts the Legendre transform (which defines the Hamiltonian) by $-\pdv{F_2}{t}$. This is the crucial formula: it tells us exactly how the Hamiltonian changes under the transformation, and it is what lets us control the new dynamics by choosing $F_2$ wisely.}
|
||||
|
||||
\dfn{Hamilton's principal function and the Hamilton--Jacobi action}{
|
||||
Let $q_1,\dots,q_n$ be generalized coordinates and let $p_1,\dots,p_n$ be the corresponding canonical momenta. Hamilton's principal function $\mcS(q_1,\dots,q_n,t)$ is a generating function whose spatial partial derivatives equal the canonical momenta:
|
||||
\[
|
||||
p_i = \pdv{\mcS}{q_i}
|
||||
\]
|
||||
for each $i=1,\dots,n$. When $\mcS$ satisfies the Hamilton--Jacobi equation, it encodes the complete solution to the equations of motion.}
|
||||
for each $i=1,\dots,n$. When $\mcS$ satisfies the Hamilton--Jacobi equation it encodes the complete solution to the equations of motion.}
|
||||
|
||||
\nt{The Hamilton--Jacobi approach replaces the $2n$ coupled first-order Hamiltonian equations of motion with a single first-order nonlinear PDE for $\mcS$. The trade-off is between solving a system of coupled ODEs and solving a nonlinear PDE. In practice, the PDE is often separable, reducing to a set of ordinary equations that integrate more easily.}
|
||||
\nt{Why turn ODEs into a PDE?}{
|
||||
At first glance, replacing $2n$ coupled first-order ODEs with one nonlinear PDE seems like a step backward. Three reasons make the trade worth it.
|
||||
|
||||
(a) Separability reveals symmetries: if the Hamiltonian admits cyclic coordinates, the PDE separates and each separated equation displays a conserved quantity, making symmetries algebraically manifest. A cyclic coordinate in the Hamiltonian becomes a trivially integrable separated equation in the PDE.
|
||||
|
||||
(b) Complete integrals bypass ODE solving entirely: finding a solution with $n$ independent constants, then applying Jacobi's theorem, yields the trajectory $q(t)$ algebraically without integrating equations of motion at all. The mechanics problem reduces to algebra.
|
||||
|
||||
(c) Quantum-mechanical connection: the Hamilton--Jacobi equation is the classical limit of the Schrödinger equation, appearing as the leading-order term in the WKB approximation where the wavefunction takes the form $\psi \propto \exp(\mathrm{i}\mcS/\hbar)$. Solving the HJ equation is the prerequisite step for connecting classical trajectories to quantum amplitudes -- a theme that recurs throughout the advanced material.}
|
||||
|
||||
\nt{Geometric optics analogy}{
|
||||
Geometric optics provides an intuitive picture. In optics there are two complementary descriptions of light: the ray picture, where light follows trajectories through space, and the wavefront picture, where surfaces of constant phase propagate through the medium. The eikonal equation, $|\nabla\phi| = n(\mathbf{r})$, is a first-order PDE for the optical phase $\phi(\mathbf{r})$. Surfaces of constant $\phi$ are the wavefronts; the gradient $\mathbf{k} = \nabla\phi$ is the local wave-vector, pointing normal to each wavefront, and its magnitude $|\mathbf{k}| = n$ encodes the local refractive index. The light rays are the characteristics of the eikonal equation -- integral curves of $\mathbf{k}$ -- and they obey Snell's law at interfaces.
|
||||
|
||||
The Hamilton--Jacobi theory is the exact mechanical analogue of this picture. The principal function $\mcS$ plays the role of optical phase, the canonical momentum $\mathbf{p} = \nabla\mcS$ plays the role of the wave-vector (it is the gradient of $\mcS$, pointing normal to surfaces of constant action), and particle trajectories are the characteristics -- integral curves of $\mathbf{p}$ -- just as light rays are integral curves of $\mathbf{k}$. The Hamilton--Jacobi equation itself is the mechanical eikonal equation.
|
||||
|
||||
Just as Fermat's principle determines the path of light through minimizing optical path length, Hamilton's principle determines the path of the particle through extremizing the action. Both are encoded in the same first-order PDE structure: one governing propagating wavefronts of light, the other governing propagating surfaces of constant action.}
|
||||
|
||||
\thm{The Hamilton--Jacobi partial differential equation}{
|
||||
Let $\mcH(q_1,\dots,q_n,p_1,\dots,p_n,t)$ be the Hamiltonian of a system with $n$ degrees of freedom. Then Hamilton's principal function $\mcS(q_1,\dots,q_n,t)$ satisfies
|
||||
Let $\mcH(q_1,\dots,q_n,p_1,\dots,p_n,t)$ be the Hamiltonian of a system with $n$ degrees of freedom. We seek a type-2 canonical transformation, generated by $\mcS(q,P,t)$, that simplifies the dynamics by choosing the new Hamiltonian to vanish identically: $\mcK = 0$. With $\mcK = 0$, every new coordinate and momentum is constant in time, because $\dot{Q}_i = \pdv{\mcK}{P_i} = 0$ and $\dot{P}_i = -\pdv{\mcK}{Q_i} = 0$. This choice eliminates all time dependence in the transformed variables, reducing the entire dynamics problem to finding $\mcS$. The generating function $\mcS(q_1,\dots,q_n,t)$ satisfies
|
||||
\[
|
||||
\mcH\!\left(q_1,\dots,q_n,\pdv{\mcS}{q_1},\dots,\pdv{\mcS}{q_n},t\right) + \pdv{\mcS}{t} = 0.
|
||||
\]}
|
||||
\]
|
||||
This is the Hamilton--Jacobi equation.}
|
||||
|
||||
\pf{Derivation from Lagrangian through canonical transformation to HJ}{
|
||||
\pf{Derivation from the canonical transformation to $\mcK=0$}{
|
||||
Begin with the Lagrangian $\mcL(q,\dot{q},t)$ for a system with generalized coordinates $q_1,\dots,q_n$. Define the canonical momenta through the Legendre transform:
|
||||
\[
|
||||
p_i = \pdv{\mcL}{\dot{q}_i}
|
||||
@@ -26,15 +57,13 @@ for each $i$. The Hamiltonian is the Legendre transform of the Lagrangian:
|
||||
\[
|
||||
\mcH = \sum_{i=1}^{n} p_i \dot{q}_i - \mcL,
|
||||
\]
|
||||
expressed as a function of $(q,p,t)$ after eliminating $\dot{q}$ in favor of $p$ using the inverse of the Legendre map.
|
||||
|
||||
Hamilton's canonical equations follow directly from this construction:
|
||||
expressed as a function of $(q,p,t)$ after eliminating $\dot{q}$ in favor of $p$ using the inverse of the Legendre map. Hamilton's canonical equations follow from the definition:
|
||||
\[
|
||||
\dot{q}_i = \pdv{\mcH}{p_i},
|
||||
\qquad
|
||||
\dot{p}_i = -\pdv{\mcH}{q_i}.
|
||||
\]
|
||||
These $2n$ first-order coupled equations fully determine the dynamics of the system once initial conditions are specified.
|
||||
These $2n$ first-order coupled equations determine the dynamics once initial conditions are given. For systems with many degrees of freedom these equations are tightly coupled and difficult to integrate directly.
|
||||
|
||||
Now seek a type-2 canonical transformation from $(q,p)$ to new variables $(Q,P)$ that simplifies the dynamics. The generating function $F_2(q,P,t)$ defines the transformation through the relations
|
||||
\[
|
||||
@@ -47,17 +76,18 @@ The new Hamiltonian $\mcK(Q,P,t)$ is related to the original Hamiltonian $\mcH$
|
||||
\mcK = \mcH + \pdv{F_2}{t}.
|
||||
\]
|
||||
|
||||
Choose the generating function so that the new Hamiltonian vanishes identically: $\mcK = 0$. With this choice, all new coordinates and momenta are constant in time by Hamilton's equations in the new variables:
|
||||
The central idea of the Hamilton--Jacobi method is to choose the generating function $F_2$ so that the new Hamiltonian vanishes identically: $\mcK = 0$. The motivation for this choice is simple -- with $\mcK = 0$, Hamilton's equations in the new variables give
|
||||
\[
|
||||
\dot{Q}_i = \pdv{\mcK}{P_i} = 0,
|
||||
\qquad
|
||||
\dot{P}_i = -\pdv{\mcK}{Q_i} = 0.
|
||||
\]
|
||||
This makes every $Q_i$ and $P_i$ a constant of motion, which trivializes the dynamics in the transformed variables. Setting $\mcK = 0$ in the transformation rule gives the key relation
|
||||
Every new coordinate and every new momentum is strictly constant in time. The dynamics in the transformed variables is completely trivial: all $2n$ constants of motion are known immediately.
|
||||
|
||||
Setting $\mcK = 0$ in the transformation rule gives the key relation
|
||||
\[
|
||||
\mcH = -\pdv{F_2}{t}.
|
||||
\]
|
||||
|
||||
Rename the generating function $F_2$ as $\mcS(q_1,\dots,q_n,P_1,\dots,P_n,t)$ and use $p_i = \pdv{\mcS}{q_i}$ to substitute the momenta inside the Hamiltonian. The previous equation reads
|
||||
\[
|
||||
\mcH\!\left(q_1,\dots,q_n,\pdv{\mcS}{q_1},\dots,\pdv{\mcS}{q_n},t\right) = -\pdv{\mcS}{t}.
|
||||
@@ -66,7 +96,7 @@ Rearranging gives the Hamilton--Jacobi partial differential equation:
|
||||
\[
|
||||
\mcH\!\left(q_1,\dots,q_n,\pdv{\mcS}{q_1},\dots,\pdv{\mcS}{q_n},t\right) + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
Every solution $\mcS$ of this PDE generates a canonical transformation to action-angle-like variables in which the motion is completely trivial.}
|
||||
Every solution $\mcS$ of this PDE generates a canonical transformation to variables in which the motion is completely trivial. The constants $P_i$ can be identified with separation constants $\alpha_i$ and the constants $Q_i$ with integration constants $\beta_i$. Finding the complete integral of this one PDE is therefore equivalent to solving all $2n$ Hamilton's equations at once.}
|
||||
|
||||
\cor{Time-independent HJ equation (Hamilton--Charpit--Jacobi)}{
|
||||
When the Hamiltonian does not depend explicitly on time, $\pdv{\mcH}{t} = 0$ and the Hamiltonian is a conserved quantity, $\mcH = E$. In this case the time dependence of $\mcS$ separates as $\mcS = W(q_1,\dots,q_n) - Et$, and the Hamilton--Jacobi equation reduces to
|
||||
@@ -75,30 +105,42 @@ When the Hamiltonian does not depend explicitly on time, $\pdv{\mcH}{t} = 0$ and
|
||||
\]
|
||||
This is the time-independent Hamilton--Jacobi equation, sometimes called the Hamilton--Charpit--Jacobi equation. Solving for $W$ and appending $-Et$ gives the complete principal function.}
|
||||
|
||||
\mprop{Jacobi's theorem on complete integrals}{
|
||||
Let $\mcS(q_1,\dots,q_n,\alpha_1,\dots,\alpha_n,t)$ denote a complete integral of the Hamilton--Jacobi equation, meaning it contains $n$ independent non-additive separation constants $\alpha_1,\dots,\alpha_n$ plus one true additive constant. Jacobi's theorem provides the equations of motion:
|
||||
\dfn{Jacobi's theorem on complete integrals}{
|
||||
A complete integral of the Hamilton--Jacobi equation is a solution $\mcS(q_1,\dots,q_n,\alpha_1,\dots,\alpha_n,t)$ containing $n$ independent non-additive separation constants $\alpha_1,\dots,\alpha_n$ (plus one overall additive constant that drops out of all derivatives and does not affect the physics). The term non-additive means each $\alpha_i$ appears in $\mcS$ in a way that cannot be removed by simply shifting $\mcS$ by a constant -- for example, as a coefficient of $x$ or inside a square root.
|
||||
|
||||
\begin{enumerate}[label=\bfseries\tiny\protect\circled{\small\arabic*}]
|
||||
\item For each $i=1,\dots,n$, the equation
|
||||
The constants $\alpha_i$ play the role of the new canonical momenta $P_i$, all conserved because $\mcK = 0$. Physically, the $\alpha_i$ are constants of motion that specify the state of the system; common choices include the total energy, the magnitude of angular momentum, and its $z$-component. The constants $\beta_i$ play the role of the new coordinates $Q_i$ and are fixed by initial conditions.
|
||||
|
||||
Jacobi's theorem provides the equations of motion:
|
||||
\[
|
||||
\pdv{\mcS}{\alpha_i} = \beta_i
|
||||
\]
|
||||
determines a relation among the coordinates, time, and the two constants $\alpha_i$ and $\beta_i$. The constants $\beta_1,\dots,\beta_n$ are fixed by the initial conditions.
|
||||
for each $i=1,\dots,n$. Each equation $\pdv{\mcS}{\alpha_i} = \beta_i$ is algebraic in the coordinates and time, so the $n$ equations together determine $q_1(t),\dots,q_n(t)$.
|
||||
|
||||
\item The $n$ equations from the previous point determine $q_1(t),\dots,q_n(t)$, thereby solving the mechanics problem entirely. The canonical momenta follow from
|
||||
\[
|
||||
p_i = \pdv{\mcS}{q_i}.
|
||||
\]
|
||||
The algorithm is: find the complete integral, differentiate $\mcS$ with respect to each separation constant $\alpha_i$, set each result equal to a constant $\beta_i$, and solve the resulting $n$ algebraic equations for $q_1(t),\dots,q_n(t)$. The canonical momenta then follow from $p_i = \pdv{\mcS}{q_i}$. This procedure replaces the integration of $2n$ coupled first-order differential equations with the solution of $n$ algebraic equations -- a dramatic simplification.}
|
||||
|
||||
\item In the language of canonical transformations, the separation constants $\alpha_i$ play the role of the new momenta $P_i$ and the constants $\beta_i$ play the role of the new coordinates $Q_i$. All are constant in time because the new Hamiltonian has been chosen to vanish.
|
||||
\nt{Connection to Hamilton's principle of least action}{
|
||||
Hamilton's principal function $\mcS(q,t)$ evaluated along the actual physical path coincides with the action integral $\int_{t_0}^{t} \mcL\,\dd t'$ computed along that trajectory. The Hamilton--Jacobi equation itself can be viewed as the condition that the action integral be stationary under endpoint variations, generalized to a differential equation for the action. This unifies the variational and canonical formulations of classical mechanics into a single framework based on the propagating wavefront of constant action. The principal function $\mcS$ is itself the action evaluated from a fixed initial point to the variable endpoint $(q,t)$ along the true trajectory.}
|
||||
|
||||
\nt{Connection to Maupertuis' principle}{
|
||||
The time-independent Hamilton--Jacobi equation also connects to Maupertuis' principle, which characterizes true trajectories as geodesics in configuration space with a metric scaled by kinetic energy. The reduced action $W(q)$ satisfies $\dd W = p_i\,\dd q_i$, so that integrating $\dd W$ along a trajectory is equivalent to integrating the momentum one-form. When $H=E$ is held fixed, the paths that extremize $\int p_i\,\dd q_i$ are the same paths found by solving the time-independent equation for $W$. This makes the Hamilton--Jacobi formalism the bridge between the velocity-space perspective of Lagrangian mechanics and the phase-space perspective of Hamiltonian mechanics.}
|
||||
|
||||
\mprop{Summary of the HJ method}{
|
||||
The Hamilton--Jacobi method solves a mechanics problem in five steps:
|
||||
\begin{enumerate}[label=\bfseries\tiny\protect\circled{\small\arabic*}]
|
||||
\item Write the Hamiltonian $\mcH(q,p,t)$ in terms of the appropriate generalized coordinates and momenta. Choose coordinates that exploit the symmetry of the problem.
|
||||
|
||||
\item Substitute $p_i = \pdv{\mcS}{q_i}$ into $\mcH$ to obtain the Hamilton--Jacobi PDE: $\mcH + \pdv{\mcS}{t} = 0$. This converts the problem from solving $2n$ ODEs into solving one PDE.
|
||||
|
||||
\item Separate variables if possible. If $\mcH$ does not depend explicitly on time, set $\mcS = W(q) - Et$ and solve the time-independent equation $\mcH(q,\pdv{W}{q}) = E$. Cyclic coordinates produce additive terms in $W$ that separate immediately.
|
||||
|
||||
\item Find a complete integral $\mcS(q,\alpha,t)$ containing $n$ independent non-additive separation constants $\alpha_1,\dots,\alpha_n$. For a one-degree-of-freedom system this means one constant; for higher dimensional systems more separation constants appear.
|
||||
|
||||
\item Apply Jacobi's theorem: set $\pdv{\mcS}{\alpha_i} = \beta_i$ for each $i$, then solve the resulting $n$ algebraic equations for $q_1(t),\dots,q_n(t)$. The momenta follow from $p_i = \pdv{\mcS}{q_i}$. The mechanics problem is solved.
|
||||
\end{enumerate}
|
||||
}
|
||||
|
||||
\nt{Connection to Hamilton's principle of least action}{The Hamilton--Jacobi formalism is deeply connected to Hamilton's principle of least action. Hamilton's principal function $\mcS(q,t)$ evaluated along the actual physical path coincides with the action integral $\int_{t_0}^{t} \mcL\,dt'$ computed along that trajectory. The Hamilton--Jacobi equation itself can be viewed as the condition that the action integral be stationary under variations of the endpoint, generalizing the Euler--Lagrange equations to a differential equation for the action. This unifies the variational and canonical formulations of classical mechanics into a single framework based on the propagating wavefront of constant action.}
|
||||
|
||||
\nt{Connection to Maupertuis' principle}{The time-independent Hamilton--Jacobi equation also connects to Maupertuis' principle of least action, which characterizes true trajectories as geodesics in configuration space with a metric scaled by kinetic energy. The reduced action $W(q)$ satisfies $dW = p_i\,dq_i$, so that integrating $dW$ along a trajectory is equivalent to integrating the momentum one-form. When $H=E$ is held fixed, the paths that extremize $\int p_i\,dq_i$ are the same paths found by solving the time-independent equation for $W$.}
|
||||
|
||||
\ex{Complete integral for a free particle}{For a free particle in one dimension, $\mcH = p^2/2m$. The Hamilton--Jacobi equation is
|
||||
\ex{Complete integral for a free particle}{
|
||||
For a free particle in one dimension, $\mcH = p^2/2m$. The Hamilton--Jacobi equation is
|
||||
\[
|
||||
\tfrac{1}{2m}\left(\pdv{\mcS}{x}\right)^2 + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
@@ -116,9 +158,10 @@ The spatial equation gives $\der{W}{x} = \pm\alpha$. Choosing the positive sign
|
||||
\[
|
||||
\mcS(x,t;\alpha) = \alpha x - \frac{\alpha^2}{2m}\,t.
|
||||
\]
|
||||
We can verify this solution directly by substitution. Computing $\pdv{\mcS}{x} = \alpha$ and $\pdv{\mcS}{t} = -\alpha^2/(2m)$, the left-hand side of the PDE becomes $\tfrac{1}{2m}\alpha^2 - \alpha^2/(2m) = 0$, confirming the result. Here $\alpha$ is the constant momentum and serves as the single separation constant for this one-degree-of-freedom system. Because the Hamiltonian does not depend explicitly on time, energy conservation $\mcH = E = \alpha^2/(2m)$ determines the relationship between the separation constant and the total mechanical energy of the particle.}
|
||||
We can verify this solution directly by substitution. Computing $\pdv{\mcS}{x} = \alpha$ and $\pdv{\mcS}{t} = -\alpha^2/(2m)$, the left-hand side of the PDE becomes $\tfrac{1}{2m}\alpha^2 - \alpha^2/(2m) = 0$, confirming the result. Here $\alpha$ is the constant momentum and serves as the single separation constant for this one-degree-of-freedom system. Because the Hamiltonian does not depend explicitly on time, energy conservation $\mcH = E = \alpha^2/(2m)$ determines the relationship between the separation constant and the total mechanical energy of the particle. The level sets $\mcS = \mathrm{const}$ are planes in $(x,t)$ space, representing uniformly propagating wavefronts of constant action.}
|
||||
|
||||
\qs{Hamilton--Jacobi for a one-dimensional Hamiltonian}{A one-dimensional system has Hamiltonian
|
||||
\qs{Hamilton--Jacobi for a one-dimensional Hamiltonian}{
|
||||
A one-dimensional system has Hamiltonian
|
||||
\[
|
||||
\mcH(x,p) = \frac{p^2}{2m} + V(x).
|
||||
\]
|
||||
@@ -126,24 +169,32 @@ We can verify this solution directly by substitution. Computing $\pdv{\mcS}{x} =
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Write the Hamilton--Jacobi PDE explicitly for this system.
|
||||
\item For the free-particle case $V(x) = 0$, find the complete integral $\mcS(x,t;\alpha)$ by separation of variables, identifying $\alpha$ as the constant momentum.
|
||||
\item Show from Jacobi's theorem that $\pdv{\mcS}{\alpha} = \beta$ yields the trajectory $x(t) = (\alpha/m)t + \beta$, and verify that this satisfies the free-particle equation of motion $m\ddot{x} = 0$.
|
||||
\item Show from Jacobi's theorem that $\pdv{\mcS}{\alpha} = \beta$ yields the trajectory $x(t) = (\alpha/m)t + \beta$. For $m = 2.0\,\mathrm{kg}$, $\alpha = 4.0\,\mathrm{kg\!\cdot\!m/s}$, and $\beta = 1.0\,\mathrm{m}$, compute $x(3.0\,\mathrm{s})$ and verify that the result satisfies $m\ddot{x} = 0$.
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} The Hamilton--Jacobi equation is obtained by replacing the canonical momentum $p$ with the partial derivative $\pdv{\mcS}{x}$. Substituting this into the given Hamiltonian gives
|
||||
\sol \textbf{Part (a).} The Hamilton--Jacobi equation is obtained by the standard HJ substitution: everywhere the canonical momentum $p$ appears in the Hamiltonian, replace it with $\pdv{\mcS}{x}$. Starting from the given Hamiltonian,
|
||||
\[
|
||||
\mcH(x,p) = \frac{p^2}{2m} + V(x),
|
||||
\]
|
||||
the substitution $p \to \pdv{\mcS}{x}$ gives
|
||||
\[
|
||||
\frac{1}{2m}\left(\pdv{\mcS}{x}\right)^2 + V(x).
|
||||
\]
|
||||
The full HJ equation adds the time derivative $\pdv{\mcS}{t}$ and sets the sum to zero:
|
||||
\[
|
||||
\frac{1}{2m}\left(\pdv{\mcS}{x}\right)^2 + V(x) + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
This is the explicit Hamilton--Jacobi PDE for a one-dimensional particle in potential $V(x)$.
|
||||
This is the explicit Hamilton--Jacobi PDE for a one-dimensional particle in potential $V(x)$. For general potentials $V(x)$ this is a nonlinear first-order PDE that must be solved to find $\mcS(x,t)$.
|
||||
|
||||
\textbf{Part (b).} For $V(x) = 0$, the Hamilton--Jacobi equation reduces to
|
||||
\textbf{Part (b).} For $V(x) = 0$, the Hamiltonian reduces to pure kinetic energy, $\mcH = p^2/(2m)$, and the Hamilton--Jacobi equation becomes
|
||||
\[
|
||||
\frac{1}{2m}\left(\pdv{\mcS}{x}\right)^2 + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
Use the separation ansatz $\mcS(x,t) = W(x) + T(t)$. Substituting and using ordinary derivatives gives
|
||||
Use the separation ansatz $\mcS(x,t) = W(x) + T(t)$. Because $W$ depends only on $x$ and $T$ only on $t$, the partial derivatives become ordinary derivatives:
|
||||
\[
|
||||
\frac{1}{2m}\left(\der{W}{x}\right)^2 + \der{T}{t} = 0.
|
||||
\]
|
||||
The first term depends only on $x$ and the second only on $t$, so each must equal a constant. Choose the separation constant so that the spatial derivative equals the momentum $\alpha$:
|
||||
The first term depends only on $x$ and the second only on $t$, so each must equal a constant. We choose the separation constant so that the spatial derivative equals the momentum $\alpha$:
|
||||
\[
|
||||
\frac{1}{2m}\left(\der{W}{x}\right)^2 = \frac{\alpha^2}{2m},
|
||||
\qquad
|
||||
@@ -153,11 +204,11 @@ Solving the spatial part, take the square root of both sides:
|
||||
\[
|
||||
\der{W}{x} = \pm\alpha.
|
||||
\]
|
||||
Choosing the positive sign (the negative case is covered by allowing $\alpha$ to be negative) and integrating with respect to $x$ gives $W(x) = \alpha x$. Integrating the temporal equation gives $T(t) = -\alpha^2 t/(2m)$. Therefore,
|
||||
Choosing the positive sign (the negative case is covered by allowing $\alpha$ to be negative) and integrating with respect to $x$ gives $W(x) = \alpha x$. Integrating the temporal equation gives $T(t) = -\alpha^2 t/(2m)$. The complete integral is therefore
|
||||
\[
|
||||
\mcS(x,t;\alpha) = \alpha x - \frac{\alpha^2}{2m}\,t.
|
||||
\]
|
||||
This is the complete integral: it solves the HJ PDE and contains one independent non-additive constant $\alpha$.
|
||||
This solves the HJ PDE and contains one independent non-additive constant $\alpha$, which is the constant momentum. The energy is $E = \alpha^2/(2m)$.
|
||||
|
||||
\textbf{Part (c).} Jacobi's theorem states that $\pdv{\mcS}{\alpha} = \beta$, where $\beta$ is a constant determined by initial conditions. Differentiate the complete integral with respect to $\alpha$:
|
||||
\[
|
||||
@@ -169,19 +220,29 @@ x - \frac{\alpha}{m}\,t = \beta,
|
||||
\qquad\text{so}\qquad
|
||||
x(t) = \frac{\alpha}{m}\,t + \beta.
|
||||
\]
|
||||
This is the trajectory. Differentiate once with respect to time to find the velocity:
|
||||
The velocity is
|
||||
\[
|
||||
\dot{x} = \frac{\alpha}{m}.
|
||||
\dot{x} = \frac{\alpha}{m},
|
||||
\]
|
||||
The velocity is constant, as expected for a free particle. Differentiate a second time:
|
||||
which is constant. The acceleration is
|
||||
\[
|
||||
\ddot{x} = 0.
|
||||
\ddot{x} = 0,
|
||||
\]
|
||||
Multiplying by the mass gives
|
||||
confirming the free-particle equation of motion $m\ddot{x} = 0$.
|
||||
|
||||
Now substitute the numerical values. The particle has mass $m = 2.0\,\mathrm{kg}$, the separation constant is $\alpha = 4.0\,\mathrm{kg\!\cdot\!m/s}$, and the integration constant is $\beta = 1.0\,\mathrm{m}$. The constant velocity is
|
||||
\[
|
||||
m\ddot{x} = 0,
|
||||
\frac{\alpha}{m} = \frac{4.0\,\mathrm{kg\!\cdot\!m/s}}{2.0\,\mathrm{kg}} = 2.0\,\mathrm{m/s}.
|
||||
\]
|
||||
which is Newton's second law for a free particle. The trajectory is therefore verified. The constant $\alpha$ has the physical meaning $m\dot{x}$, confirming it is the conserved linear momentum. The constant $\beta$ represents the initial position of the particle at $t=0$, since $x(0) = \beta$. Together, $\alpha$ and $\beta$ form a complete set of independent constants for this one-degree-of-freedom system, providing the full two parameters needed to describe the general solution of the second-order equation of motion.
|
||||
The trajectory becomes
|
||||
\[
|
||||
x(t) = (2.0\,\mathrm{m/s})\,t + 1.0\,\mathrm{m}.
|
||||
\]
|
||||
At $t = 3.0\,\mathrm{s}$, the position is
|
||||
\[
|
||||
x(3.0\,\mathrm{s}) = (2.0)(3.0)\,\mathrm{m} + 1.0\,\mathrm{m} = 7.0\,\mathrm{m}.
|
||||
\]
|
||||
The total energy of the particle is $E = \alpha^2/(2m) = (4.0)^2/(2 \cdot 2.0) = 4.0\,\mathrm{J}$, which equals the kinetic energy $\tfrac{1}{2}(2.0)(2.0)^2 = 4.0\,\mathrm{J}$ -- a consistent check. The velocity is constant at $2.0\,\mathrm{m/s}$, the acceleration vanishes, and the initial position $x(0) = \beta = 1.0\,\mathrm{m}$. The constant $\alpha$ is the conserved linear momentum $p = m\dot{x} = 4.0\,\mathrm{kg\!\cdot\!m/s}$, and the constant $\beta$ is the initial position. Together, $\alpha$ and $\beta$ form a complete set of two independent constants for this one-degree-of-freedom system, matching the two parameters needed to describe the general solution of the second-order equation of motion.
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
@@ -190,5 +251,7 @@ Therefore,
|
||||
\[
|
||||
\mcS(x,t;\alpha) = \alpha x - \frac{\alpha^2}{2m}\,t,
|
||||
\qquad
|
||||
x(t) = \frac{\alpha}{m}\,t + \beta.
|
||||
\]
|
||||
x(t) = \frac{\alpha}{m}\,t + \beta,
|
||||
\qquad
|
||||
x(3.0\,\mathrm{s}) = 7.0\,\mathrm{m}.
|
||||
\]
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
\subsection{Charged Particle in Coulomb Potential}
|
||||
|
||||
This subsection treats a charged particle moving in the Coulomb potential of a fixed point charge through the Hamilton-- Jacobi formalism, demonstrating its identical structure to the gravitational Kepler problem and using action-- angle variables to recover the Bohr-- Sommerfeld energy levels of the hydrogen atom.
|
||||
This subsection treats a charged particle moving in the Coulomb potential of a fixed point charge through the Hamilton--Jacobi formalism, demonstrating its identical structure to the gravitational Kepler problem and using action--angle variables to recover the Bohr--Sommerfeld energy levels of the hydrogen atom.
|
||||
|
||||
\dfn{Coulomb Hamilton-- Jacobi equation}{
|
||||
Consider a particle of reduced mass $\mu$ and charge $q$ moving in the electrostatic potential of a fixed source charge $Q$. The coupling constant is $k = qQ/(4\pi\varepsilon_0)$, with the potential $V(r) = -k/r$ for attractive interaction. For the electron-- proton system, $q = -e$, $Q = +e$, so $k = e^2/(4\pi\varepsilon_0)$. In spherical coordinates the Hamiltonian is
|
||||
\dfn{Coulomb Hamilton--Jacobi equation}{
|
||||
Consider a particle of reduced mass $\mu$ and charge $q$ moving in the electrostatic potential of a fixed source charge $Q$. The coupling constant is $k = qQ/(4\pi\varepsilon_0)$, with the potential $V(r) = -k/r$ for attractive interaction. For the electron--proton system, $q = -e$, $Q = +e$, so $k = e^2/(4\pi\varepsilon_0)$. In spherical coordinates the Hamiltonian is
|
||||
\[
|
||||
\mcH = \frac{p_r^2}{2\mu} + \frac{p_\theta^2}{2\mu r^2} + \frac{p_\phi^2}{2\mu r^2\sin^2\theta} - \frac{k}{r}.
|
||||
\]
|
||||
Substituting $p_i = \pdv{\mcS}{q_i}$ into the Hamilton-- Jacobi equation $\mcH + \pdv{\mcS}{t} = 0$ gives
|
||||
Substituting $p_i = \pdv{\mcS}{q_i}$ into the Hamilton--Jacobi equation $\mcH + \pdv{\mcS}{t} = 0$ gives
|
||||
\[
|
||||
\frac{1}{2\mu}\left(\pdv{\mcS}{r}\right)^2
|
||||
+ \frac{1}{2\mu r^2}\left(\pdv{\mcS}{\theta}\right)^2
|
||||
+ \frac{1}{2\mu r^2\sin^2\theta}\left(\pdv{\mcS}{\phi}\right)^2
|
||||
- \frac{k}{r} + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
Because the scalar potential is time-- independent, energy $E = \mcH$ is conserved and the time variable separates as $\mcS = W(r,\theta,\phi) - Et$ with $W$ the Hamilton characteristic function.}
|
||||
Because the scalar potential is time--independent, energy $E = \mcH$ is conserved and the time variable separates as $\mcS = W(r,\theta,\phi) - Et$ with $W$ the Hamilton characteristic function.}
|
||||
|
||||
\thm{Orbit equation and eccentricity for the Coulomb problem}{
|
||||
With $V(r) = -k/r$ the trajectory is a conic section
|
||||
@@ -23,8 +23,8 @@ r(\phi) = \frac{\ell}{1 + \varepsilon\cos(\phi - \phi_0)},
|
||||
\]
|
||||
where the semilatus rectum $\ell = L^2/(\mu k)$ and the eccentricity $\varepsilon = \sqrt{1 + 2EL^2/(\mu k^2)}$ are determined by the energy $E$ and the total angular momentum $L$. For bound orbits ($E < 0$, $\varepsilon < 1$) the semimajor axis is $a = -k/(2E)$ and the binding energy $E = -k/(2a)$. A circular orbit occurs at $\varepsilon = 0$ with $L^2 = \mu k a$.}
|
||||
|
||||
\pf{Separated Hamilton-- Jacobi equations for the Coulomb problem}{
|
||||
Set $\mcS = W_r(r) + W_\theta(\theta) + W_\phi(\phi) - Et$ and substitute into the time-- independent HJ equation $\mcH(q,\pdv{W}{q}) = E$:
|
||||
\pf{Separated Hamilton--Jacobi equations for the Coulomb problem}{
|
||||
Set $\mcS = W_r(r) + W_\theta(\theta) + W_\phi(\phi) - Et$ and substitute into the time--independent HJ equation $\mcH(q,\pdv{W}{q}) = E$:
|
||||
\[
|
||||
\frac{1}{2\mu}\left(\der{W_r}{r}\right)^2
|
||||
+ \frac{1}{2\mu r^2}\left(\der{W_\theta}{\theta}\right)^2
|
||||
@@ -44,34 +44,51 @@ and the radial equation is
|
||||
\[
|
||||
\left(\der{W_r}{r}\right)^2 = 2\mu E + \frac{2\mu k}{r} - \frac{L^2}{r^2}.
|
||||
\]
|
||||
These match the gravitational Kepler equations exactly, with $k$ playing the role of $GM\mu$. The three constants $E$, $L$, and $L_z$ form a complete set required by Jacobi's theorem.}
|
||||
These match the gravitational Kepler equations exactly, with $k$ playing the role of $GM\mu$. The three constants $E$, $L$, and $L_z$ form a complete set required by Jacobi\normalsize{}'s theorem.}
|
||||
|
||||
\nt{Structural identity with the gravitational Kepler problem}{
|
||||
The Coulomb HJ equation is structurally identical to the gravitational Kepler problem. The only difference lies in the coupling constant: gravity has $k_{\text{grav}} = GM\mu$ while electrostatics has $k_{\text{Coul}} = qQ/(4\pi\varepsilon_0)$. Because the Coulomb interaction is a scalar potential with $\vec{A} = 0$, the minimal coupling is trivial --- the canonical momentum equals the kinetic momentum, $\vec{p} = \mu\dot{\vec{r}}$, and no vector-- potential corrections appear in the Hamiltonian. The separation in spherical coordinates proceeds identically, yielding the same separated radial, polar, and azimuthal equations shown above. All results for orbits, action-- angle variables, and frequencies carry over with the replacement $GM\mu \to k$.}
|
||||
The Coulomb HJ equation is structurally identical to the gravitational Kepler problem treated in A.08 (kepler--hj.tex). The only difference lies in the coupling constant: gravity has $k_{\text{grav}} = GM\mu$ while electrostatics has $k_{\text{Coul}} = qQ/(4\pi\varepsilon_0)$. Because the Coulomb interaction is a scalar potential with $\vec{A} = 0$, the minimal coupling is trivial --- the canonical momentum equals the kinetic momentum, $\vec{p} = \mu\dot{\vec{r}}$, and no vector--potential corrections appear in the Hamiltonian. The separation in spherical coordinates proceeds identically, yielding the same separated radial, polar, and azimuthal equations shown above. The three action variables $J_r$, $J_\theta$, and $J_\phi$ retain the exact integral structure from the gravitational case; all results for orbits, action--angle variables, and frequencies carry over with the replacement $GM\mu \to k$.}
|
||||
|
||||
\nt{Action-- angle quantization and the hydrogen spectrum}{
|
||||
For the $1/r$ potential the three action variables are $J_\phi = 2\pi L_z$, $J_\theta = 2\pi(L - |L_z|)$, and $J_r = 2\pi(-L + k\sqrt{\mu/(2|E|)})$. Their sum eliminates the angular-- momentum dependence:
|
||||
\nt{From classical action to quantum numbers}{
|
||||
In the Hamilton--Jacobi formalism, an action variable is defined as the phase--space integral of a canonical momentum over one complete cycle of its conjugate coordinate: $J = \frac{1}{2\pi}\oint p\,\dd q$. This construction assigns a single number to each degree of freedom that measures the area enclosed by the orbit in phase space, normalized by $2\pi$. Planck introduced a fundamental constant $h = 6.626\times 10^{-34}\,\mathrm{J\!\cdot\!s}$ to explain blackbody radiation. The reduced Planck constant $\hbar = h/(2\pi) = 1.055\times 10^{-34}\,\mathrm{J\!\cdot\!s}$ is the natural quantum of angular momentum. Bohr and Sommerfeld proposed that classical action variables should be restricted to integer multiples of $\hbar$:
|
||||
\[
|
||||
J_{\mathrm{tot}} = J_r + J_\theta + J_\phi = 2\pi k\sqrt{\frac{\mu}{2|E|}}.
|
||||
J_i = n_i\hbar,
|
||||
\]
|
||||
Bohr-- Sommerfeld quantization requires $J_{\mathrm{tot}}/2\pi = n\hbar$, where $n$ is the principal quantum number. Setting $k\sqrt{\mu/(2|E|)} = n\hbar$ and solving for energy:
|
||||
where $n_i$ is a positive integer called a quantum number. The physical idea is that phase space is granular at atomic scales: only classical orbits whose action variables satisfy this condition survive in the quantum theory. Why quantize action? The action variable sets the scale of an orbit in phase space, and imposing $J = n\hbar$ is equivalent to requiring an integer number of de Broglie wavelengths to fit along the orbit, producing a standing wave. The simplest action variable to evaluate is the azimuthal action. For any central potential, the canonical momentum $p_\phi = \pdv{\mcS}{\phi} = L_z$ is a constant of motion. Because $L_z$ does not vary with $\phi$, the integral evaluates directly:
|
||||
\[
|
||||
J_\phi = \frac{1}{2\pi}\oint p_\phi\,\dd\phi
|
||||
= \frac{1}{2\pi}\int_{0}^{2\pi} L_z\,\dd\phi
|
||||
= \frac{1}{2\pi}L_z\int_{0}^{2\pi}\dd\phi
|
||||
= L_z.
|
||||
\]
|
||||
Bohr--Sommerfeld quantization $J_\phi = n_\phi\hbar$ then immediately gives $L_z = n_\phi\hbar$. The $z$-component of angular momentum is quantized in units of $\hbar$, exactly as full quantum mechanics predicts.}
|
||||
|
||||
\nt{Action--angle quantization and the hydrogen spectrum}{
|
||||
For the $1/r$ potential the three action variables are $J_\phi = L_z$, $J_\theta = L - |L_z|$, and $J_r = -L + k\sqrt{\mu/(2|E|)}$. The polar and radial actions $J_\theta$ and $J_r$ have the same integral structure as those derived for the gravitational Kepler problem in A.08, with the only change being the coupling constant $k$. Their sum eliminates the angular--momentum dependence:
|
||||
\[
|
||||
J_{\mathrm{tot}} = J_r + J_\theta + J_\phi = k\sqrt{\frac{\mu}{2|E|}}.
|
||||
\]
|
||||
Bohr--Sommerfeld quantization requires $J_{\mathrm{tot}} = n\hbar$, where $n$ is the principal quantum number. Setting $k\sqrt{\mu/(2|E|)} = n\hbar$ and solving for energy:
|
||||
\[
|
||||
|E| = \frac{\mu k^2}{2n^2\hbar^2},
|
||||
\qquad
|
||||
E_n = -\frac{\mu k^2}{2\hbar^2 n^2}.
|
||||
\]
|
||||
This expression coincides exactly with the ground-- state energy formula from the Schrodinger equation for hydrogen. The separability of the HJ equation in both spherical and parabolic coordinates reflects the hidden $SO(4)$ dynamical symmetry of the $1/r$ potential that makes the hydrogen spectrum depend on a single quantum number.}
|
||||
This expression coincides exactly with the ground--state energy formula from the Schrodinger equation for hydrogen.}
|
||||
|
||||
\qs{Electron in the Coulomb field of a proton using the HJ action-- angle formalism}{
|
||||
\nt{The Bohr model}{
|
||||
In 1913, Niels Bohr proposed a model of the hydrogen atom in which the electron orbits the nucleus in circular paths with quantized angular momentum $L = n\hbar$. Bohr postulated that only certain discrete orbits are allowed and that electromagnetic radiation is emitted or absorbed when the electron jumps between them. His model produced the correct Rydberg formula for hydrogen line spectra but relied on ad hoc quantization rules applied to purely classical orbits. The Bohr--Sommerfeld method extends this picture to elliptical orbits and multiple degrees of freedom using action--angle variables derived from the Hamilton--Jacobi formalism. The calculations below show how the Bohr results emerge systematically from semiclassical quantization of classical action variables.}
|
||||
|
||||
\qs{Electron in the Coulomb field of a proton using the HJ action--angle formalism}{
|
||||
For an electron bound to a proton, the electrostatic coupling constant is $k = e^2/(4\pi\varepsilon_0) = 2.307\times 10^{-28}\,\mathrm{J\!\cdot\!m}$ and the reduced mass $\mu \approx m_e = 9.11\times 10^{-31}\,\mathrm{kg}$.
|
||||
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item For a bound orbit with semimajor axis $a_0 = 0.529\times 10^{-10}\,\mathrm{m}$ (the Bohr radius), find the orbital energy $E = -k/(2a_0)$ from the HJ action-- angle formalism. Express the result in both joules and electron volts.
|
||||
\item Find the angular momentum $L = \sqrt{\mu k a_0}$ for this circular orbit and compute the total action $J_{\mathrm{tot}} = 2\pi L$. Compare the energy found in part (a) to the quantum $n=1$ energy of $-13.6\,\mathrm{eV} = -2.18\times 10^{-18}\,\mathrm{J}$.
|
||||
\item Using the Bohr-- Sommerfeld quantization $J_{\mathrm{tot}} = n h$ with $n=1$, verify that the quantized energy $E_1 = -\mu k^2/(2\hbar^2)$ matches $-13.6\,\mathrm{eV}$.
|
||||
\item For a bound orbit with semimajor axis $a_0 = 0.529\times 10^{-10}\,\mathrm{m}$ (the Bohr radius), find the orbital energy $E = -k/(2a_0)$ from the HJ action--angle formalism. Express the result in both joules and electron volts.
|
||||
\item Find the angular momentum $L = \sqrt{\mu k a_0}$ for this circular orbit and compute the total action $J_{\mathrm{tot}} = L$. Compare the energy found in part (a) to the quantum $n=1$ energy of $-13.6\,\mathrm{eV} = -2.18\times 10^{-18}\,\mathrm{J}$.
|
||||
\item Using the Bohr--Sommerfeld quantization $J_{\mathrm{tot}} = n\hbar$ with $n=1$, verify that the quantized energy $E_1 = -\mu k^2/(2\hbar^2)$ matches $-13.6\,\mathrm{eV}$.
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} The HJ action-- angle formalism for any $1/r$ potential gives the energy of a bound orbit in terms of the semimajor axis. The binding energy follows from the virial relation $2T + V = 0$ for a $1/r$ potential, giving
|
||||
\sol \textbf{Part (a).} The HJ action--angle formalism for any $1/r$ potential gives the energy of a bound orbit in terms of the semimajor axis. The binding energy follows from the virial relation $2T + V = 0$ for a $1/r$ potential, giving
|
||||
\[
|
||||
E = -\frac{k}{2a_0}.
|
||||
\]
|
||||
@@ -91,7 +108,7 @@ E = -\frac{2.18\times 10^{-18}}{1.602\times 10^{-19}}\,\mathrm{eV}
|
||||
\]
|
||||
This is precisely the binding energy of the hydrogen atom in its ground state.
|
||||
|
||||
\textbf{Part (b).} For a circular orbit the angular momentum follows from the zero-- eccentricity condition $\varepsilon = 0$, which gives $L^2 = \mu k a$. The angular momentum for the orbit at the Bohr radius is
|
||||
\textbf{Part (b).} For a circular orbit the angular momentum follows from the zero--eccentricity condition $\varepsilon = 0$, which gives $L^2 = \mu k a$. The angular momentum for the orbit at the Bohr radius is
|
||||
\[
|
||||
L = \sqrt{\mu k a_0}.
|
||||
\]
|
||||
@@ -115,20 +132,17 @@ L = \sqrt{1.111\times 10^{-68}}\,\mathrm{J\!\cdot\!s}
|
||||
\]
|
||||
This equals the reduced Planck constant $\hbar = 1.055\times 10^{-34}\,\mathrm{J\!\cdot\!s}$. The total action is
|
||||
\[
|
||||
J_{\mathrm{tot}} = 2\pi L = 2\pi\hbar = h = 6.63\times 10^{-34}\,\mathrm{J\!\cdot\!s}.
|
||||
J_{\mathrm{tot}} = L = \hbar = 1.055\times 10^{-34}\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
The total action equals Planck's constant $h$. This is consistent with the Bohr-- Sommerfeld quantization condition $J_{\mathrm{tot}} = n h$ at $n=1$.
|
||||
The total action equals the reduced Planck constant $\hbar$. This is consistent with the Bohr--Sommerfeld quantization condition $J_{\mathrm{tot}} = n\hbar$ at $n=1$.
|
||||
|
||||
Comparing energies: part (a) yielded $E = -2.18\times 10^{-18}\,\mathrm{J} = -13.6\,\mathrm{eV}$, which is exactly the stated quantum $n=1$ energy. The classical HJ action-- angle energy at the Bohr radius coincides numerically with the quantum ground-- state energy.
|
||||
Comparing energies: part (a) yielded $E = -2.18\times 10^{-18}\,\mathrm{J} = -13.6\,\mathrm{eV}$, which is exactly the stated quantum $n=1$ energy. The classical HJ action--angle energy at the Bohr radius coincides numerically with the quantum ground--state energy.
|
||||
|
||||
\textbf{Part (c).} The Bohr-- Sommerfeld quantization condition reads
|
||||
\textbf{Part (c).} The Bohr--Sommerfeld quantization condition reads
|
||||
\[
|
||||
J_{\mathrm{tot}} = n h = n\cdot 2\pi\hbar.
|
||||
\]
|
||||
From the HJ action-- angle analysis, the total action is $J_{\mathrm{tot}} = 2\pi k\sqrt{\mu/(2|E|)}$. Equate the two expressions:
|
||||
\[
|
||||
2\pi k\sqrt{\frac{\mu}{2|E|}} = 2\pi n\hbar,
|
||||
J_{\mathrm{tot}} = n\hbar.
|
||||
\]
|
||||
From the HJ action--angle analysis, the total action is $J_{\mathrm{tot}} = k\sqrt{\mu/(2|E|)}$. Equate the two expressions:
|
||||
\[
|
||||
k\sqrt{\frac{\mu}{2|E|}} = n\hbar.
|
||||
\]
|
||||
@@ -168,7 +182,7 @@ Rounding the coupling constant slightly upward to $k = 2.3071\times 10^{-28}\,\m
|
||||
E_1 = -2.18\times 10^{-18}\,\mathrm{J}
|
||||
= -13.6\,\mathrm{eV}.
|
||||
\]
|
||||
This matches the quantum ground-- state energy $-13.6\,\mathrm{eV}$ found from solving the Schrodinger equation for hydrogen. The Bohr-- Sommerfeld semiclassical quantization of the HJ action variable therefore predicts the correct hydrogen energy spectrum in its dependence on $n$ and reproduces the ground-- state energy to the precision of the given parameters.
|
||||
This matches the quantum ground--state energy $-13.6\,\mathrm{eV}$ found from solving the Schrodinger equation for hydrogen. The Bohr--Sommerfeld semiclassical quantization of the HJ action variable therefore predicts the correct hydrogen energy spectrum in its dependence on $n$ and reproduces the ground--state energy to the precision of the given parameters.
|
||||
|
||||
Therefore, the orbital energy, angular momentum, and quantized energy are
|
||||
\[
|
||||
@@ -177,7 +191,7 @@ E = -2.18\times 10^{-18}\,\mathrm{J} = -13.6\,\mathrm{eV},
|
||||
L = 1.055\times 10^{-34}\,\mathrm{J\!\cdot\!s} = \hbar,
|
||||
\]
|
||||
\[
|
||||
J_{\mathrm{tot}} = h = 6.63\times 10^{-34}\,\mathrm{J\!\cdot\!s},
|
||||
J_{\mathrm{tot}} = \hbar = 1.055\times 10^{-34}\,\mathrm{J\!\cdot\!s},
|
||||
\qquad
|
||||
E_1 = -\frac{\mu k^2}{2\hbar^2} = -13.6\,\mathrm{eV}.
|
||||
\]
|
||||
|
||||
@@ -1,30 +1,36 @@
|
||||
\subsection{The Kepler Problem}
|
||||
|
||||
This subsection treats the inverse-square central potential $V(r) = -k/r$ through the Hamilton-- Jacobi formalism, derives conic-section orbits from Jacobi's theorem, and uses action-- angle variables to recover Kepler's third law and the degeneracy that makes bound orbits close.
|
||||
This subsection treats the inverse-square central potential $V(r) = -k/r$ through the Hamilton--Jacobi formalism. The gravitational potential $V(r) = -GMm/r = -k/r$ originates from Unit 3 m3-3 (conservative forces and potential energy), and the familiar circular-orbit speed and energy of Unit 6 m6-5 emerge here as special cases: setting $\varepsilon = 0$ in the general conic orbit reproduces $v = \sqrt{GM/r}$ and $E = -GMm/(2r)$.
|
||||
|
||||
To appreciate why the Hamilton--Jacobi method is ideally suited to this problem, compare it with the traditional Binet-equation approach. The Binet equation reduces Newton\normalsize{}'s second law in polar coordinates to a linear differential equation for $u(\phi) = 1/r(\phi)$:
|
||||
\[
|
||||
\dv[2]{u}{\phi} + u = \frac{\mu k}{L^2}.
|
||||
\]
|
||||
This derivation requires knowing in advance to make the substitution $u = 1/r$, a clever trick with no obvious physical motivation. By contrast, the Hamilton--Jacobi method obtains the orbit equation purely from separation constants. The relation between $r$ and $\phi$ follows from Jacobi\normalsize{}'s theorem $\pdv{W}{L} = \beta_L$ as a straightforward quadrature, with no inspired change of variable. The orbit emerges from the geometry of phase space rather than from algebraic guesswork. Moreover, action--angle variables immediately yield Kepler\normalsize{}'s third law and the dynamical degeneracy that makes all bound orbits close, results the Binet equation leaves for separate energy-integral calculations.
|
||||
|
||||
\dfn{Kepler Hamiltonian}{
|
||||
Consider the central potential $V(r) = -k/r$ where $k = GM\mu$ with $G$ the gravitational constant, $M$ the mass of the central body, and $\mu$ the reduced mass of the two-- body system. In spherical coordinates $(r,\theta,\phi)$ the kinetic energy is $T = \tfrac{1}{2}\mu(\dot{r}^2 + r^2\dot{\theta}^2 + r^2\sin^2\theta\,\dot{\phi}^2)$, and the canonical momenta are $p_r = \mu\dot{r}$, $p_\theta = \mu r^2\dot{\theta}$, $p_\phi = \mu r^2\sin^2\theta\,\dot{\phi}$. The Legendre transform yields the Hamiltonian:
|
||||
Consider the central potential $V(r) = -k/r$ where $k = GM\mu$ with $G$ the gravitational constant, $M$ the mass of the central body, and $\mu$ the reduced mass of the two--body system. From A.02, the scale factors for spherical coordinates $(r,\theta,\phi)$ are $h_r = 1$, $h_\theta = r$, $h_\phi = r\sin\theta$, giving the kinetic energy $T = \tfrac{1}{2}\mu(\dot{r}^2 + r^2\dot{\theta}^2 + r^2\sin^2\theta\,\dot{\phi}^2)$. The canonical momenta are $p_r = \mu\dot{r}$, $p_\theta = \mu r^2\dot{\theta}$, $p_\phi = \mu r^2\sin^2\theta\,\dot{\phi}$. The Legendre transform yields the Hamiltonian:
|
||||
\[
|
||||
\mcH = \frac{p_r^2}{2\mu} + \frac{p_\theta^2}{2\mu r^2} + \frac{p_\phi^2}{2\mu r^2\sin^2\theta} - \frac{k}{r}.
|
||||
\]
|
||||
The Hamilton-- Jacobi equation for the principal function $\mcS(r,\theta,\phi,t)$ is
|
||||
The Hamilton--Jacobi equation for the principal function $\mcS(r,\theta,\phi,t)$ is
|
||||
\[
|
||||
\frac{1}{2\mu}\left(\pdv{\mcS}{r}\right)^2
|
||||
+ \frac{1}{2\mu r^2}\left(\pdv{\mcS}{\theta}\right)^2
|
||||
+ \frac{1}{2\mu r^2\sin^2\theta}\left(\pdv{\mcS}{\phi}\right)^2
|
||||
- \frac{k}{r} + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
Because $\pdv{\mcH}{t} = 0$ the Hamiltonian is time-- independent and energy $E = \mcH$ is conserved.}
|
||||
Because $\pdv{\mcH}{t} = 0$ the Hamiltonian is time--independent and energy $E = \mcH$ is conserved.}
|
||||
|
||||
\nt{Two-- body reduction and reduced mass}{
|
||||
A system of two bodies with masses $M$ and $m$ interacting through a central potential depends only on the distance between them. Introducing the relative coordinate $\mathbf{r} = \mathbf{r}_1 - \mathbf{r}_2$ and the center of mass $\mathbf{R} = (M\mathbf{r}_1 + m\mathbf{r}_2)/(M+m)$, the Lagrangian splits into the free motion of the center of mass and the relative motion with the reduced mass $\mu = Mm/(M+m)$. The relative Hamiltonian has exactly the form of the Kepler Hamiltonian above, with the potential $V(r) = -GMm/r = -k/r$ and $k = GMm = G(M+m)\mu$. In many astrophysical situations $M \gg m$ so that $\mu \approx m$ and the central body is effectively fixed. This reduction is what justifies treating the Hamiltonian as a one-- body problem.}
|
||||
\nt{Two--body reduction and reduced mass}{
|
||||
A system of two bodies with masses $M$ and $m$ interacting through a central potential depends only on the distance between them. Introducing the relative coordinate $\mathbf{r} = \mathbf{r}_1 - \mathbf{r}_2$ and the center of mass $\mathbf{R} = (M\mathbf{r}_1 + m\mathbf{r}_2)/(M+m)$, the Lagrangian splits into the free motion of the center of mass and the relative motion with the reduced mass $\mu = Mm/(M+m)$. The relative Hamiltonian has exactly the form of the Kepler Hamiltonian above, with the potential $V(r) = -GMm/r = -k/r$ and $k = GMm = G(M+m)\mu$. In many astrophysical situations $M \gg m$ so that $\mu \approx m$ and the central body is effectively fixed. This reduction is what justifies treating the Hamiltonian as a one--body problem.}
|
||||
|
||||
\thm{Separated Hamilton-- Jacobi equations for the Kepler problem}{
|
||||
\thm{Separated Hamilton--Jacobi equations for the Kepler problem}{
|
||||
With the separation ansatz
|
||||
\[
|
||||
\mcS(r,\theta,\phi,t) = W_r(r) + W_\theta(\theta) + L_z\phi - Et,
|
||||
\]
|
||||
the Hamilton-- Jacobi equation breaks into three ordinary differential equations. The azimuthal equation is
|
||||
the Hamilton--Jacobi equation breaks into three ordinary differential equations. The azimuthal equation is
|
||||
\[
|
||||
\pdv{\mcS}{\phi} = L_z,
|
||||
\]
|
||||
@@ -32,21 +38,21 @@ a constant. The polar angular equation is
|
||||
\[
|
||||
\left(\der{W_\theta}{\theta}\right)^2 + \frac{L_z^2}{\sin^2\theta} = L^2,
|
||||
\]
|
||||
where $L$ is the total-- angular-- momentum separation constant. The radial equation is
|
||||
where $L$ is the total--angular--momentum separation constant. The radial equation is
|
||||
\[
|
||||
\left(\der{W_r}{r}\right)^2 = 2\mu E + \frac{2\mu k}{r} - \frac{L^2}{r^2}.
|
||||
\]
|
||||
The three constants of motion $E$, $L$, and $L_z$ provide the complete integral required by Jacobi's theorem.}
|
||||
The three constants of motion $E$, $L$, and $L_z$ provide the complete integral required by Jacobi\normalsize{}'s theorem.}
|
||||
|
||||
\pf{Derivation of the separated equations from the full HJ PDE}{
|
||||
Begin by eliminating the time dependence. Because the Hamiltonian does not depend explicitly on time, set $\mcS(r,\theta,\phi,t) = W(r,\theta,\phi) - Et$. The time derivative contributes $-E$ and the Hamilton-- Jacobi equation becomes
|
||||
Begin by eliminating the time dependence. Because the Hamiltonian does not depend explicitly on time, set $\mcS(r,\theta,\phi,t) = W(r,\theta,\phi) - Et$. The time derivative contributes $-E$ and the Hamilton--Jacobi equation becomes
|
||||
\[
|
||||
\frac{1}{2\mu}\left(\pdv{W}{r}\right)^2
|
||||
+ \frac{1}{2\mu r^2}\left(\pdv{W}{\theta}\right)^2
|
||||
+ \frac{1}{2\mu r^2\sin^2\theta}\left(\pdv{W}{\phi}\right)^2
|
||||
- \frac{k}{r} = E.
|
||||
\]
|
||||
The azimuthal angle $\phi$ is absent from the potential, so $\phi$ is a cyclic coordinate. Write $W = W_{r\theta}(r,\theta) + W_\phi(\phi)$, and because the $\phi$-- term appears only through $\pdv{W}{\phi}$ it must be a constant:
|
||||
The azimuthal angle $\phi$ is absent from the potential, so $\phi$ is a cyclic coordinate. Write $W = W_{r\theta}(r,\theta) + W_\phi(\phi)$, and because the $\phi$--term appears only through $\pdv{W}{\phi}$ it must be a constant:
|
||||
\[
|
||||
\pdv{W}{\phi} = L_z.
|
||||
\]
|
||||
@@ -57,7 +63,7 @@ This is the canonical momentum conjugate to $\phi$ and equals the $z$\-component
|
||||
\]
|
||||
Multiply by $2\mu r^2$:
|
||||
\[
|
||||
r^2\left(\pdv{W_{r\theta}}{r}\right)^2 - \frac{2\mu k r}{1} - 2\mu E r^2
|
||||
r^2\left(\pdv{W_{r\theta}}{r}\right)^2 - 2\mu k r - 2\mu E r^2
|
||||
= -\left(\pdv{W_{r\theta}}{\theta}\right)^2 - \frac{L_z^2}{\sin^2\theta}.
|
||||
\]
|
||||
The left side depends only on $r$ and the right side depends only on $\theta$. Each must therefore equal a constant, which we call the separation constant $L^2$ because it will be identified with the square of the total angular momentum:
|
||||
@@ -67,7 +73,7 @@ The left side depends only on $r$ and the right side depends only on $\theta$. E
|
||||
\[
|
||||
r^2\left(\pdv{W_{r\theta}}{r}\right)^2 - 2\mu k r - 2\mu E r^2 = -L^2.
|
||||
\]
|
||||
Assume additive separation $W_{r\theta}(r,\theta) = W_r(r) + W_\theta(\theta)$. The $\theta$-- equation becomes
|
||||
Assume additive separation $W_{r\theta}(r,\theta) = W_r(r) + W_\theta(\theta)$. The $\theta$--equation becomes
|
||||
\[
|
||||
\left(\der{W_\theta}{\theta}\right)^2 + \frac{L_z^2}{\sin^2\theta} = L^2,
|
||||
\]
|
||||
@@ -79,14 +85,21 @@ which rearranges to
|
||||
\[
|
||||
\left(\der{W_r}{r}\right)^2 = 2\mu E + \frac{2\mu k}{r} - \frac{L^2}{r^2}.
|
||||
\]
|
||||
The three separation constants are $E$ (total energy), $L$ (total angular momentum magnitude), and $L_z$ (angular momentum $z$\-component). Together with Jacobi's theorem, these equations determine the trajectory without solving any second-- order differential equation.}
|
||||
The three separation constants are $E$ (total energy), $L$ (total angular momentum magnitude), and $L_z$ (angular momentum $z$\-component). Together with Jacobi\normalsize{}'s theorem, these equations determine the trajectory without solving any second--order differential equation.}
|
||||
|
||||
\nt{Centrifugal barrier and effective turning points}{
|
||||
In the radial equation $\left(\der{W_r}{r}\right)^2 = 2\mu E + 2\mu k/r - L^2/r^2$, the term $L^2/(2\mu r^2)$ acts as a repulsive centrifugal barrier. It can be viewed as part of an effective potential
|
||||
\[
|
||||
V_{\mathrm{eff}}(r) = -\frac{k}{r} + \frac{L^2}{2\mu r^2},
|
||||
\]
|
||||
so that the radial kinetic energy reads $\tfrac{1}{2}\mu\dot{r}^2 = E - V_{\mathrm{eff}}(r)$. At small $r$ the $1/r^2$ centrifugal term grows faster than the attractive $1/r$ gravitational term, pushing the particle away from the origin even when gravity tries to pull it inward. The turning points of the motion occur where $p_r = 0$, i.e., where $E = V_{\mathrm{eff}}(r)$. For bound orbits ($E < 0$) the equation $2\mu E + 2\mu k/r - L^2/r^2 = 0$ has two positive roots for $1/r$, corresponding to $r_{\min}$ (periapsis) and $r_{\max}$ (apoapsis). The existence of $r_{\min} > 0$ is guaranteed by the centrifugal barrier: whenever $L \neq 0$ the barrier creates a local minimum in $V_{\mathrm{eff}}(r)$ and prevents the particle from reaching the center. This is why all nonradial orbits have a well--defined periapsis and never collide with the center of force.}
|
||||
|
||||
\thm{Orbit equation for the Kepler problem}{
|
||||
The trajectory $r(\phi)$ of a particle moving in the potential $V(r) = -k/r$ is a conic section:
|
||||
\[
|
||||
r(\phi) = \frac{\ell}{1 + \varepsilon\cos(\phi - \phi_0)},
|
||||
\]
|
||||
where the semi\-latus rectum $\ell$ and the eccentricity $\varepsilon$ are determined by the constants of motion:
|
||||
where the semi--latus rectum $\ell$ and the eccentricity $\varepsilon$ are determined by the constants of motion:
|
||||
\[
|
||||
\ell = \frac{L^2}{\mu k},
|
||||
\qquad
|
||||
@@ -94,10 +107,10 @@ where the semi\-latus rectum $\ell$ and the eccentricity $\varepsilon$ are deter
|
||||
\qquad
|
||||
\phi_0 = \text{constant}.
|
||||
\]
|
||||
The angle $\phi_0$ fixes the orientation of the conic in the orbital plane.}
|
||||
Geometrically, the focus of the conic sits at the origin, which is the center of force. The parameter $\ell$ measures the width of the conic at the point $\phi = \phi_0 + \pi/2$ measured in radians from periapsis. The angle $\phi_0$ gives the angular position of periapsis, the point of closest approach, measured in radians from the reference azimuthal axis. The sign of the total energy selects the conic type: $E < 0$ gives an ellipse (bound orbit), $E = 0$ gives a parabola (marginal escape trajectory), and $E > 0$ gives a hyperbola (unbound scattering orbit).}
|
||||
|
||||
\pf{Derivation of the orbit from Jacobi's theorem}{
|
||||
Because the motion takes place in a fixed plane (the plane normal to the angular momentum vector), we may choose the orbital plane as $\theta = \pi/2$. In this plane $\sin\theta = 1$ and the radial momentum equals $p_r = \der{W_r}{r}$. The azimuthal momentum is $p_\phi = L_z = L$ (by choosing the $z$\-axis normal to the orbital plane, the total angular momentum lies along $z$). Jacobi's theorem states that the derivatives of the characteristic function $W$ with respect to the separation constants are themselves constants determined by the initial conditions:
|
||||
\pf{Derivation of the orbit from Jacobi\normalsize{}'s theorem}{
|
||||
Because the motion takes place in a fixed plane (the plane normal to the angular momentum vector), we may choose the orbital plane as $\theta = \pi/2$. In this plane $\sin\theta = 1$ and the radial momentum equals $p_r = \der{W_r}{r}$. The azimuthal momentum is $p_\phi = L_z = L$ (by choosing the $z$\-axis normal to the orbital plane, the total angular momentum lies along $z$). Jacobi\normalsize{}'s theorem states that the derivatives of the characteristic function $W$ with respect to the separation constants are themselves constants determined by the initial conditions:
|
||||
\[
|
||||
\pdv{W}{E} = \beta_E,
|
||||
\qquad
|
||||
@@ -105,13 +118,20 @@ Because the motion takes place in a fixed plane (the plane normal to the angular
|
||||
\qquad
|
||||
\pdv{W}{L_z} = \beta_{L_z}.
|
||||
\]
|
||||
The condition $\pdv{W}{L} = \beta_L$ connects the azimuthal angle with the radial coordinate. We have $W = W_r(r) + W_\theta(\theta) + L_z\phi$. At $\theta = \pi/2$ the polar part of the angular integral is at its turning point and contributes no net change to the derivative. The dependence of $W$ on $L$ enters through $W_r$, where $L$ appears in the effective-potential term $-L^2/r^2$, and through the azimuthal term via $L_z = L$ (since for planar motion all angular momentum lies in the $z$-direction). Differentiating $W_r$ with respect to $L$:
|
||||
The condition $\pdv{W}{L} = \beta_L$ connects the azimuthal angle with the radial coordinate. We have $W = W_r(r) + W_\theta(\theta) + L_z\phi$. At $\theta = \pi/2$ the polar part of the angular integral is at its turning point and contributes no net change to the derivative. The dependence of $W$ on $L$ enters through $W_r$, where $L$ appears in the effective--potential term $-L^2/r^2$, and through the azimuthal term via $L_z = L$ (since for planar motion all angular momentum lies along the $z$-axis). We evaluate $\pdv{W_r}{L}$ explicitly. Write
|
||||
\[
|
||||
\pdv{W_r}{L} = \int\frac{1}{2\der{W_r}{r}}\cdot\pdv{(\der{W_r}{r})^2}{L}\dd r
|
||||
= \int\frac{1}{2p_r}\cdot\left(-\frac{2L}{r^2}\right)\dd r
|
||||
W_r(r) = \int \sqrt{2\mu E + \frac{2\mu k}{r} - \frac{L^2}{r^2}}\,\dd r.
|
||||
\]
|
||||
The integrand depends on the parameter $L$ through the term $-L^2/r^2$. By the Leibniz integral rule, differentiating with respect to a parameter inside the integral gives
|
||||
\[
|
||||
\pdv{W_r}{L} = \int \pdv{}{L}\left[\sqrt{2\mu E + \frac{2\mu k}{r} - \frac{L^2}{r^2}}\right]\dd r.
|
||||
\]
|
||||
Differentiating the square root:
|
||||
\[
|
||||
\pdv{W_r}{L} = \int\frac{1}{2\sqrt{2\mu E + 2\mu k/r - L^2/r^2}}\cdot\left(-\frac{2L}{r^2}\right)\dd r
|
||||
= -\int\frac{L}{r^2 p_r}\,\dd r.
|
||||
\]
|
||||
The key observation is that the same integral appears in the relation between $\phi$ and $r$. From Hamilton's equations or from the $\phi$-- part of Jacobi's theorem, the azimuthal advance per radial step is
|
||||
The key observation is that the same integral appears in the relation between $\phi$ and $r$. From Hamilton\normalsize{}'s equations or from the $\phi$--part of Jacobi\normalsize{}'s theorem, the azimuthal advance per radial step is
|
||||
\[
|
||||
\mathrm{d}\phi = \frac{p_\phi}{\mu r^2}\frac{\dd t}{1}
|
||||
= \frac{L}{\mu r^2}\frac{\dd r}{p_r/\mu}
|
||||
@@ -161,7 +181,7 @@ r\bigl(1 + \varepsilon\cos(\phi - \phi_0)\bigr) = \ell,
|
||||
\[
|
||||
r(\phi) = \frac{\ell}{1 + \varepsilon\cos(\phi - \phi_0)}.
|
||||
\]
|
||||
This is the standard polar equation of a conic section with focus at the origin. The parameters $\ell$ and $\varepsilon$ follow from matching the effective-- energy expression. The radial turning points occur when $p_r = 0$:
|
||||
This is the standard polar equation of a conic section with focus at the origin. The parameters $\ell$ and $\varepsilon$ follow from matching the effective--energy expression. The radial turning points occur when $p_r = 0$:
|
||||
\[
|
||||
2\mu E + \frac{2\mu k}{r} - \frac{L^2}{r^2} = 0,
|
||||
\qquad
|
||||
@@ -169,42 +189,46 @@ r^2 + \frac{\mu k}{\mu E}\,r - \frac{L^2}{2\mu E} = 0.
|
||||
\]
|
||||
Solving for the roots gives $r_{\min,\max}$, which for bound orbits are the perihelion and aphelion distances. The difference $r_{\max} - r_{\min} = 2\ell\varepsilon/(1-\varepsilon^2)$ for bound orbits matches the major axis of the ellipse. Matching the conic parameters to the physical constants gives $\ell = L^2/(\mu k)$ and $\varepsilon = \sqrt{1 + 2EL^2/(\mu k^2)}$.}
|
||||
|
||||
\mprop{Classification of conic-- section orbits by eccentricity}{
|
||||
\mprop{Classification of conic--section orbits by eccentricity}{
|
||||
The eccentricity $\varepsilon = \sqrt{1 + 2EL^2/(\mu k^2)}$ determines the shape of the orbit $r(\phi) = \ell/(1 + \varepsilon\cos(\phi - \phi_0))$. The orbit is
|
||||
|
||||
\begin{enumerate}[label=\bfseries\tiny\protect\circled{\small\arabic*}]
|
||||
\item An ellipse when $\varepsilon < 1$. This corresponds to $-k^2\mu/(2L^2) < E < 0$ and $L \neq 0$. The orbit is bound and closed, with semimajor axis $a = \ell/(1 - \varepsilon^2) = -k/(2E)$ and semiminor axis $b = a\sqrt{1 - \varepsilon^2} = L/\sqrt{2\mu|E|}$. The period of one complete revolution is $T = 2\pi\sqrt{\mu a^3/k}$.
|
||||
\item An ellipse when $\varepsilon < 1$. This corresponds to $-k^2\mu/(2L^2) < E < 0$ and $L \neq 0$. The orbit is bound and closed, with semimajor axis $a = \ell/(1 - \varepsilon^2) = -k/(2E)$ and semiminor axis $b = a\sqrt{1 - \varepsilon^2} = L/\sqrt{2\mu|E|}$. The period of one complete revolution is $T = 2\pi\sqrt{\mu a^3/k}$. The periapsis distance is $r_{\min} = \ell/(1+\varepsilon)$ at angle $\phi = \phi_0$ (measured in radians), and the apoapsis is $r_{\max} = \ell/(1-\varepsilon)$ at $\phi = \phi_0 + \pi$.
|
||||
|
||||
\item A circle when $\varepsilon = 0$, which occurs at the special energy $E = -k^2\mu/(2L^2)$. The distance $r = \ell$ is constant throughout the motion, and the motion reduces to uniform circular motion with angular speed $\omega = \sqrt{k/(\mu r^3)}$.
|
||||
\item A circle when $\varepsilon = 0$, which occurs at the special energy $E = -k^2\mu/(2L^2)$. The distance $r = \ell$ is constant throughout the motion, and the motion reduces to uniform circular motion with angular speed $\omega = \sqrt{k/(\mu r^3)}$. This matches the circular-orbit results of Unit 6 m6-5.
|
||||
|
||||
\item A parabola when $\varepsilon = 1$, corresponding to the critical energy $E = 0$. The trajectory is unbound, and the particle arrives from infinity, swings by the central mass once, and returns to infinity with zero residual speed.
|
||||
|
||||
\item A hyperbola when $\varepsilon > 1$, corresponding to $E > 0$. The trajectory is unbound with positive energy, approaching from infinity with a nonzero residual speed after the encounter. The angle between the two asymptotes of the hyperbola is $2\arccos(-1/\varepsilon)$.
|
||||
\item A hyperbola when $\varepsilon > 1$, corresponding to $E > 0$. The trajectory is unbound with positive energy, approaching from infinity with a nonzero residual speed after the encounter. The angle between the two asymptotes of the hyperbola is $2\arccos(-1/\varepsilon)$, measured in radians.
|
||||
\end{enumerate}}
|
||||
|
||||
\nt{Action-- angle variables and Kepler's third law}{
|
||||
The three independent action variables for the Kepler problem are computed by integrating the appropriate momenta over one complete cycle of each coordinate. For the azimuthal coordinate, $J_\phi = \oint p_\phi\,\mathrm{d}\phi = 2\pi L_z$. For the polar coordinate, $J_\theta = \oint p_\theta\,\mathrm{d}\theta = 2\pi(L - |L_z|)$. For the radial coordinate, the integral $J_r = \oint p_r\,\dd r$ requires careful evaluation between the two radial turning points for bound orbits ($E < 0$). The result is $J_r = 2\pi(-L + k\sqrt{\mu/(2|E|)})$. Adding all three actions eliminates the angular-- momentum dependence:
|
||||
\nt{Action--angle variables and Kepler\normalsize{}'s third law}{
|
||||
The three independent action variables for the Kepler problem are computed by integrating the appropriate momenta over one complete cycle of each coordinate. For the azimuthal coordinate, $J_\phi = \frac{1}{2\pi}\oint p_\phi\,\mathrm{d}\phi = L_z$. For the polar coordinate, $J_\theta = \frac{1}{2\pi}\oint p_\theta\,\mathrm{d}\theta = L - |L_z|$. For the radial coordinate, the integral $J_r = \frac{1}{2\pi}\oint p_r\,\dd r$ requires careful evaluation between the two radial turning points for bound orbits ($E < 0$). The result is $J_r = -L + k\sqrt{\mu/(2|E|)}$.
|
||||
|
||||
Each action variable carries a distinct physical meaning. The azimuthal action $J_\phi = L_z$ measures the conserved rotation about the vertical axis: it is the circulation of angular momentum along the $\phi$ direction and sets the rate of azimuthal precession. The polar action $J_\theta = L - |L_z|$ measures the inclination of the orbital plane: when the orbit is equatorial ($L = |L_z|$) we have $J_\theta = 0$, and larger values of $L - |L_z|$ correspond to a more tilted orbit with greater polar oscillation between $\theta_{\min}$ and $\pi - \theta_{\min}$. The radial action $J_r = -L + k\sqrt{\mu/(2|E|)}$ measures the extent of the radial excursion between periapsis and apoapsis: for a circular orbit $J_r = 0$ (no radial oscillation), and for highly eccentric orbits $J_r$ grows as the particle swings farther from the center.
|
||||
|
||||
Adding all three actions eliminates the angular--momentum dependence:
|
||||
\[
|
||||
J_{\mathrm{tot}} = J_r + J_\theta + J_\phi
|
||||
= 2\pi k\sqrt{\frac{\mu}{2|E|}}.
|
||||
= k\sqrt{\frac{\mu}{2|E|}}.
|
||||
\]
|
||||
Inverting this expression gives $|E| = 2\pi^2\mu k^2/J_{\mathrm{tot}}^2$, which expresses the energy in terms of the single total action $J_{\mathrm{tot}}$. Because $E$ depends on $J_{\mathrm{tot}} = J_r + J_\theta + J_\phi$ through a sum, the three frequency derivatives $\pdv{E}{J_r}$, $\pdv{E}{J_\theta}$, and $\pdv{E}{J_\phi}$ are all equal. Equal frequencies mean the radial period equals the angular period, so every bound orbit closes on itself. This degeneracy is the deep mathematical origin of Kepler's third law.}
|
||||
Inverting this expression gives $|E| = \mu k^2/(2J_{\mathrm{tot}}^2)$, which expresses the energy in terms of the single total action $J_{\mathrm{tot}}$. Because $E$ depends on $J_{\mathrm{tot}} = J_r + J_\theta + J_\phi$ through a sum, the three frequency derivatives $\pdv{E}{J_r}$, $\pdv{E}{J_\theta}$, and $\pdv{E}{J_\phi}$ are all equal. Equal frequencies mean the radial period equals the angular period, so every bound orbit closes on itself. This degeneracy is the deep mathematical origin of Kepler\normalsize{}'s third law.}
|
||||
|
||||
\ex{Action-- angle derivation of $E(J_{\mathrm{tot}})$ and the degenerate frequencies}{
|
||||
\ex{Action--angle derivation of $E(J_{\mathrm{tot}})$ and the degenerate frequencies}{
|
||||
We evaluate the three action variables for the Kepler problem explicitly.
|
||||
|
||||
\textbf{Azimuthal action.} The momentum conjugate to $\phi$ is $p_\phi = L_z$, a constant. Integrating over one full revolution:
|
||||
\[
|
||||
J_\phi = \oint p_\phi\,\mathrm{d}\phi = \int_{0}^{2\pi} L_z\,\mathrm{d}\phi = 2\pi L_z.
|
||||
J_\phi = \frac{1}{2\pi}\oint p_\phi\,\mathrm{d}\phi = \frac{1}{2\pi}\int_{0}^{2\pi} L_z\,\mathrm{d}\phi = L_z.
|
||||
\]
|
||||
|
||||
\textbf{Polar action.} The polar momentum is $p_\theta = \sqrt{L^2 - L_z^2/\sin^2\theta}$. The turning points satisfy $\sin\theta_{\min} = |L_z|/L$ and $\sin\theta_{\max} = |L_z|/L$ with $\theta_{\max} = \pi - \theta_{\min}$. The integral over one oscillation is
|
||||
\[
|
||||
J_\theta = 2\int_{\theta_{\min}}^{\pi-\theta_{\min}}\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}\;\mathrm{d}\theta.
|
||||
J_\theta = \frac{1}{2\pi}\,2\int_{\theta_{\min}}^{\pi-\theta_{\min}}\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}\;\mathrm{d}\theta.
|
||||
\]
|
||||
The substitution $u = \cos\theta$ converts the integrand to $\sqrt{L^2 - L_z^2/(1-u^2)}$, and the integral evaluates to
|
||||
\[
|
||||
J_\theta = 2\pi\bigl(L - |L_z|\bigr).
|
||||
J_\theta = L - |L_z|.
|
||||
\]
|
||||
|
||||
\textbf{Radial action.} The radial momentum is $p_r = \pm\sqrt{2\mu E + 2\mu k/r - L^2/r^2}$. For bound orbits ($E < 0$) write $|E| = -E$. The turning points are the roots of $2\mu|E|r^2 - 2\mu kr - L^2 = 0$, which are
|
||||
@@ -213,88 +237,74 @@ r_{\pm} = \frac{\mu k \pm L\sqrt{\mu^2 k^2 - 2\mu|E|L^2}}{2\mu|E|}.
|
||||
\]
|
||||
The radial action integral is
|
||||
\[
|
||||
J_r = 2\int_{r_-}^{r_+}\sqrt{2\mu|E| + \frac{2\mu k}{r} - \frac{L^2}{r^2}}\;\frac{\dd r}{r^2/r^2}.
|
||||
J_r = \frac{1}{2\pi}\,2\int_{r_-}^{r_+}\sqrt{2\mu|E| + \frac{2\mu k}{r} - \frac{L^2}{r^2}}\;\frac{\dd r}{r^2/r^2}.
|
||||
\]
|
||||
The standard contour-- integration or-- elliptic-- integral evaluation gives
|
||||
The standard contour--integration or elliptic--integral evaluation gives
|
||||
\[
|
||||
J_r = 2\pi\!\left(-L + k\sqrt{\frac{\mu}{2|E|}}\right).
|
||||
J_r = -L + k\sqrt{\frac{\mu}{2|E|}}.
|
||||
\]
|
||||
|
||||
\textbf{Total action and energy.} Adding the three actions:
|
||||
\[
|
||||
J_{\mathrm{tot}} = J_r + J_\theta + J_\phi
|
||||
= 2\pi\!\left(-L + k\sqrt{\frac{\mu}{2|E|}}\right) + 2\pi(L - |L_z|) + 2\pi L_z
|
||||
= 2\pi k\sqrt{\frac{\mu}{2|E|}}.
|
||||
= \left(-L + k\sqrt{\frac{\mu}{2|E|}}\right) + \left(L - |L_z|\right) + L_z
|
||||
= k\sqrt{\frac{\mu}{2|E|}}.
|
||||
\]
|
||||
The angular-- momentum terms $L$ and $|L_z|$ cancel exactly. Invert the total-- action relation to obtain the energy:
|
||||
The angular--momentum terms $L$ and $|L_z|$ cancel exactly. Invert the total--action relation to obtain the energy:
|
||||
\[
|
||||
\sqrt{\frac{\mu}{2|E|}} = \frac{J_{\mathrm{tot}}}{2\pi k},
|
||||
\sqrt{\frac{\mu}{2|E|}} = \frac{J_{\mathrm{tot}}}{k},
|
||||
\qquad
|
||||
\frac{2|E|}{\mu} = \frac{4\pi^2 k^2}{J_{\mathrm{tot}}^2},
|
||||
\frac{2|E|}{\mu} = \frac{k^2}{J_{\mathrm{tot}}^2},
|
||||
\]
|
||||
\[
|
||||
E(J_{\mathrm{tot}}) = -\frac{2\pi^2\mu k^2}{J_{\mathrm{tot}}^2}.
|
||||
E(J_{\mathrm{tot}}) = -\frac{\mu k^2}{2J_{\mathrm{tot}}^2}.
|
||||
\]
|
||||
|
||||
\textbf{Degenerate frequencies.} The three action-- angle frequencies are
|
||||
\textbf{Degenerate frequencies.} The three action--angle frequencies are
|
||||
\[
|
||||
\omega_r = \pdv{E}{J_r} = \pdv{E}{J_{\mathrm{tot}}}\pdv{J_{\mathrm{tot}}}{J_r}
|
||||
= \frac{4\pi^2\mu k^2}{J_{\mathrm{tot}}^3}\cdot 1,
|
||||
= \frac{\mu k^2}{J_{\mathrm{tot}}^3}\cdot 1,
|
||||
\]
|
||||
\[
|
||||
\omega_\theta = \pdv{E}{J_\theta} = \pdv{E}{J_{\mathrm{tot}}}\pdv{J_{\mathrm{tot}}}{J_\theta}
|
||||
= \frac{4\pi^2\mu k^2}{J_{\mathrm{tot}}^3}\cdot 1,
|
||||
= \frac{\mu k^2}{J_{\mathrm{tot}}^3}\cdot 1,
|
||||
\]
|
||||
\[
|
||||
\omega_\phi = \pdv{E}{J_\phi} = \pdv{E}{J_{\mathrm{tot}}}\pdv{J_{\mathrm{tot}}}{J_\phi}
|
||||
= \frac{4\pi^2\mu k^2}{J_{\mathrm{tot}}^3}\cdot 1.
|
||||
= \frac{\mu k^2}{J_{\mathrm{tot}}^3}\cdot 1.
|
||||
\]
|
||||
All three frequencies are equal: $\omega_r = \omega_\theta = \omega_\phi$. The period of radial oscillation equals the period of angular advance. In a single radial period the azimuthal angle advances by $2\pi$, so the orbit closes after exactly one revolution. This is Kepler's third law: the orbital period is determined solely by the energy and is independent of the angular momentum.}
|
||||
All three frequencies are equal: $\omega_r = \omega_\theta = \omega_\phi$. The period of radial oscillation equals the period of angular advance. In a single radial period the azimuthal angle advances by $2\pi$ radians, so the orbit closes after exactly one revolution. This is Kepler\normalsize{}'s third law: the orbital period is determined solely by the energy and is independent of the angular momentum.}
|
||||
|
||||
\nt{Comparison with the Binet equation}{
|
||||
The Binet equation is an alternative derivation of Kepler orbits that begins with Newton's second law and the substitution $u(\phi) = 1/r(\phi)$. The radial equation of motion in polar coordinates is
|
||||
\nt{Binet equation: alternative derivation}{
|
||||
The Binet approach starts from Newton\normalsize{}'s second law in polar coordinates and the substitution $u(\phi) = 1/r(\phi)$. The radial equation of motion is
|
||||
\[
|
||||
\mu(\ddot{r} - r\dot{\phi}^2) = -\frac{k}{r^2}.
|
||||
\]
|
||||
With the angular momentum $L = \mu r^2\dot{\phi}$, eliminate $\dot{\phi}$ in favor of $L$:
|
||||
With $L = \mu r^2\dot{\phi}$, eliminate $\dot{\phi}$:
|
||||
\[
|
||||
\ddot{r} - \frac{L^2}{\mu^2 r^3} = -\frac{k}{\mu r^2}.
|
||||
\]
|
||||
Write $r = 1/u(\phi)$ and use the chain rule to convert time derivatives into $\phi$ derivatives. Since $\dot{\phi} = L/(\mu r^2) = L u^2/\mu$:
|
||||
Setting $r = 1/u$ and using $\dot{\phi} = L u^2/\mu$:
|
||||
\[
|
||||
\dot{r} = \dv{r}{\phi}\dot{\phi} = -\dv{u}{\phi}\cdot\frac{1}{u^2}\cdot\frac{L u^2}{\mu}
|
||||
= -\frac{L}{\mu}\dv{u}{\phi}.
|
||||
\dot{r} = -\frac{L}{\mu}\dv{u}{\phi},
|
||||
\qquad
|
||||
\ddot{r} = -\frac{L^2}{\mu^2}\dv[2]{u}{\phi}.
|
||||
\]
|
||||
Differentiate once more:
|
||||
The radial equation becomes the linear ODE
|
||||
\[
|
||||
\ddot{r} = \dv{}{t}\!\left(-\frac{L}{\mu}\dv{u}{\phi}\right)
|
||||
= -\frac{L}{\mu}\dv[2]{u}{\phi}\dot{\phi}
|
||||
= -\frac{L^2}{\mu^2}\dv[2]{u}{\phi}.
|
||||
\dv[2]{u}{\phi} + u = \frac{\mu k}{L^2},
|
||||
\]
|
||||
Substitute into the radial equation:
|
||||
with general solution
|
||||
\[
|
||||
-\frac{L^2}{\mu^2}\dv[2]{u}{\phi} - \frac{L^2}{\mu^2}\,u = -\frac{k}{\mu},
|
||||
u(\phi) = \frac{\mu k}{L^2} + A\cos(\phi - \phi_0).
|
||||
\]
|
||||
which rearranges to the Binet equation:
|
||||
\[
|
||||
\dv[2]{u}{\phi} + u = \frac{\mu k}{L^2}.
|
||||
\]
|
||||
The general solution is
|
||||
\[
|
||||
u(\phi) = \frac{\mu k}{L^2} + A\cos(\phi - \phi_0),
|
||||
\]
|
||||
where $A$ is determined by the energy. Inverting $r = 1/u$ gives
|
||||
\[
|
||||
r(\phi) = \frac{1}{\mu k/L^2 + A\cos(\phi - \phi_0)}
|
||||
= \frac{L^2/(\mu k)}{1 + \mu k A/L^2\cos(\phi - \phi_0)},
|
||||
\]
|
||||
which matches the form $\ell/(1 + \varepsilon\cos(\phi - \phi_0))$ with $\ell = L^2/(\mu k)$ and $\varepsilon = \mu k A/L^2$. This derivation is shorter but requires knowing the $u = 1/r$ substitution. The Hamilton-- Jacobi approach reaches the same result through quadratures without any clever change of variable, demonstrating the power of Jacobi's theorem as a unifying principle. Moreover, the action-- angle formalism provides immediate access to the energy-- period-- semimajor axis relations that the Binet equation leaves as an afterthought. The Binet method also cannot be extended to noncentral potentials or to higher dimensions without substantial modification, while the Hamilton-- Jacobi approach generalizes naturally to any separable system.}
|
||||
Inverting $r = 1/u$ gives the conic $r(\phi) = \ell/(1 + \varepsilon\cos(\phi - \phi_0))$ with $\ell = L^2/(\mu k)$ and $\varepsilon = \mu k A/L^2$. The Hamilton--Jacobi approach reaches the same result through quadratures alone, demonstrating the systematic power of Jacobi\normalsize{}'s theorem.}
|
||||
|
||||
\qs{Earth-- sun system parameters from the HJ formulation}{
|
||||
\qs{Earth--sun system parameters from the HJ formulation}{
|
||||
For the Earth orbiting the Sun, take the semimajor axis $a = 1.50\times 10^{11}\,\mathrm{m}$, the solar mass $M_{\text{sun}} = 1.99\times 10^{30}\,\mathrm{kg}$, the gravitational constant $G = 6.674\times 10^{-11}\,\mathrm{N\!\cdot\!m^2/kg^2}$, and the Earth mass $m_{\text{earth}} = 5.97\times 10^{24}\,\mathrm{kg}$. The gravitational coupling constant is $k = GM_{\text{sun}}\,m_{\text{earth}}$.
|
||||
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Compute $k$ and the binding energy $E = -k/(2a)$ for the circular-- orbit limit. Show that $E \approx -2.65\times 10^{33}\,\mathrm{J}$.
|
||||
\item Compute $k$ and the binding energy $E = -k/(2a)$ for the circular--orbit limit. Show that $E \approx -2.65\times 10^{33}\,\mathrm{J}$.
|
||||
\item From Kepler's third law, $T^2 = 4\pi^2 a^3/(GM_{\text{sun}})$, compute the orbital period $T$ and verify that it equals approximately $3.16\times 10^7\,\mathrm{s}$, or one year.
|
||||
\item For a circular orbit ($\varepsilon = 0$) the orbital speed is $v = \sqrt{GM_{\text{sun}}/a}$. Show that $v \approx 29.8\times 10^3\,\mathrm{m/s} = 29.8\,\mathrm{km/s}$.
|
||||
\end{enumerate}}
|
||||
@@ -325,9 +335,9 @@ Rounding the coupling constant to $k = 7.94\times 10^{44}\,\mathrm{J\!\cdot\!m}$
|
||||
E = -\frac{7.94\times 10^{44}}{3.00\times 10^{11}}\,\mathrm{J}
|
||||
= -2.65\times 10^{33}\,\mathrm{J}.
|
||||
\]
|
||||
The large negative value confirms that the Earth is deeply bound to the Sun's gravitational potential. This value represents the total mechanical energy of the Earth-- sun relative motion: the kinetic energy plus the potential energy, which for a bound circular orbit obeying the virial theorem gives $2T + V = 0$ and $E = V/2 = -k/(2a)$.
|
||||
The large negative value confirms that the Earth is deeply bound to the Sun\normalsize{}'s gravitational potential. This value represents the total mechanical energy of the Earth--sun relative motion: the kinetic energy plus the potential energy, which for a bound circular orbit obeying the virial theorem gives $2T + V = 0$ and $E = V/2 = -k/(2a)$.
|
||||
|
||||
\textbf{Part (b).} Kepler's third law follows from the action-- angle energy relation. The gravitational parameter is
|
||||
\textbf{Part (b).} Kepler\normalsize{}'s third law follows from the action--angle energy relation. The gravitational parameter is
|
||||
\[
|
||||
GM_{\text{sun}} = (6.674\times 10^{-11})(1.99\times 10^{30})\,\mathrm{m^3/s^2}
|
||||
= 13.28\times 10^{19}\,\mathrm{m^3/s^2}
|
||||
@@ -386,7 +396,9 @@ v = \sqrt{8.87\times 10^8}\,\mathrm{m/s}
|
||||
= 29.8\times 10^3\,\mathrm{m/s}
|
||||
= 29.8\,\mathrm{km/s}.
|
||||
\]
|
||||
This is the orbital speed of the Earth around the Sun, approximately $30\,\mathrm{km/s}$. It can also be derived from the energy: for a bound circular orbit, $E = -\tfrac12\mu v^2$, so $v = \sqrt{-2E/\mu}$. Using $E = -k/(2a)$ and $\mu \approx m_{\text{earth}}$ gives the same result since $k = GM_{\text{sun}}m_{\text{earth}}$ and $v = \sqrt{GM_{\text{sun}}/a}$. Therefore,
|
||||
This is the orbital speed of the Earth around the Sun, approximately $30\,\mathrm{km/s}$. It can also be derived from the energy: for a bound circular orbit, $E = -\tfrac12\mu v^2$, so $v = \sqrt{-2E/\mu}$. Using $E = -k/(2a)$ and $\mu \approx m_{\text{earth}}$ gives the same result since $k = GM_{\text{sun}}m_{\text{earth}}$ and $v = \sqrt{GM_{\text{sun}}/a}$.
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
k = 7.94\times 10^{44}\,\mathrm{J\!\cdot\!m},
|
||||
\qquad
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
\subsection{Projectile Motion via Hamilton-Jacobi}
|
||||
|
||||
This subsection solves the Hamilton--Jacobi equation for projectile motion in a uniform gravitational field, showing that Jacobi's theorem reproduces the standard parabolic kinematics of the AP Physics C curriculum.
|
||||
This subsection solves the Hamilton--Jacobi equation for projectile motion in a uniform gravitational field, demonstrating that Jacobi's theorem reproduces the standard parabolic trajectory without ever integrating Newton's second-order differential equations. The kinematics approach (Unit 1, Section m1--5) solves two decoupled ODEs for $x(t)$ and $y(t)$ separately. Here, a single first-order PDE separates into the same two independent problems because the cyclic coordinate $x$ forces the horizontal--vertical split by the structure of the formalism. The energy budget, cross-referencing Unit 3, emerges naturally from the separation constants rather than from the work--energy theorem.
|
||||
|
||||
\dfn{Projectile Hamiltonian}{
|
||||
A particle of mass $m$ moving in the $xy$-plane under uniform gravity $g$ has the Hamiltonian
|
||||
@@ -14,6 +14,8 @@ where $y$ is measured upward from ground level and $p_x$, $p_y$ are the canonica
|
||||
|
||||
\nt{The coordinate $x$ is cyclic (ignorable) because it does not appear in the Hamiltonian. Its conjugate momentum $p_x = \pdv{\mcS}{x}$ is therefore a constant of motion, which mirrors the familiar AP result that horizontal velocity remains unchanged during projectile motion.}
|
||||
|
||||
\nt{Energy budget: the total energy $E$ splits into a horizontal part $E_x = \alpha_x^2/(2m) = \tfrac{1}{2}mv_{0x}^2$, which is constant because $x$ is cyclic, and a vertical part $E_y = \tfrac{1}{2}mv_y^2 + mgy$. The separation constant $E_x$ is the horizontal kinetic energy, carrying no potential contribution. The vertical energy $E_y$ accounts for both the vertical kinetic and gravitational potential energy, so $E_y$ is conserved within the vertical subsystem. The total energy is $E = E_x + E_y = \tfrac{1}{2}m(v_{0x}^2 + v_{0y}^2)$, matching the initial kinetic energy at ground level. This energy partition is equivalent to the mechanical-energy bookkeeping used in Unit 3.}
|
||||
|
||||
\thm{Separated Hamilton--Jacobi equations for the projectile}{
|
||||
Using the time-independent ansatz $\mcS(x,y,t) = W_x(x) + W_y(y) - Et$, the full Hamilton--Jacobi PDE reduces to two ordinary equations. Because $x$ is cyclic, $\der{W_x}{x} = \alpha_x$ (constant). The remaining vertical equation is
|
||||
\[
|
||||
@@ -55,21 +57,49 @@ Solving for $x(t)$ with $\beta_x = 0$ (launch from the origin):
|
||||
\[
|
||||
x(t) = \frac{\alpha_x}{m}\,t = v_{0x}\,t.
|
||||
\]
|
||||
From Jacobi's theorem with respect to $E$, using $\pdv{E_y}{E} = 1$:
|
||||
To find $y(t)$, apply Jacobi's theorem with respect to $E$. The principal function depends on $E$ both explicitly in the term $-Et$ and implicitly through $E_y(E) = E - \alpha_x^2/(2m)$. The chain rule gives
|
||||
\[
|
||||
\pdv{\mcS}{E} = \mp\frac{2\sqrt{2m}}{3mg}\cdot\frac{3}{2}\left(E_y - mgy\right)^{1/2} - t = \beta_E,
|
||||
\pdv{\mcS}{E}
|
||||
= \pdv{\mcS}{E_y}\,\pdv{E_y}{E} - t.
|
||||
\]
|
||||
Since $\pdv{E_y}{E} = 1$, substituting the $W_y$ term yields
|
||||
\[
|
||||
\pdv{\mcS}{E}
|
||||
= \mp\frac{2\sqrt{2m}}{3mg}\cdot\frac{3}{2}\left(E_y - mgy\right)^{1/2} - t = \beta_E,
|
||||
\]
|
||||
which simplifies to
|
||||
\[
|
||||
\mp\frac{\sqrt{2m}}{mg}\sqrt{E_y - mgy} - t = \beta_E.
|
||||
\]
|
||||
Solve the squared relation for $y(t)$. At $t = 0$ the particle is at $y = 0$ with vertical speed $v_{0y} = \sqrt{2E_y/m}$. The initial conditions fix $\beta_E$ and yield
|
||||
To solve for $y(t)$, choose the sign consistent with an upward launch: $p_y = \der{W_y}{y} > 0$ at $t = 0$ selects the upper square root for $\der{W_y}{y}$, which gives the negative sign in $\mcS$. Rearrange:
|
||||
\[
|
||||
\frac{\sqrt{2m}}{mg}\sqrt{E_y - mgy} - t = \beta_E.
|
||||
\]
|
||||
At $t = 0$ with $y = 0$ and $v_{0y} = \sqrt{2E_y/m}$, the integration constant is fixed:
|
||||
\[
|
||||
\frac{\sqrt{2m}}{mg}\sqrt{E_y} = -\beta_E
|
||||
\qquad\Longrightarrow\qquad
|
||||
\beta_E = -\frac{\sqrt{2E_y/m}}{g} = -\frac{v_{0y}}{g}.
|
||||
\]
|
||||
Substitute $\beta_E$ back and isolate the radical:
|
||||
\[
|
||||
\frac{\sqrt{2m}}{mg}\sqrt{E_y - mgy} = \frac{v_{0y}}{g} - t.
|
||||
\]
|
||||
Multiply by $mg/\sqrt{2m}$ and square both sides:
|
||||
\[
|
||||
E_y - mgy = \frac{m}{2}\left(v_{0y} - gt\right)^2.
|
||||
\]
|
||||
Since $2E_y/m = v_{0y}^2$, divide through by $m$ and expand the right-hand side:
|
||||
\[
|
||||
\frac{1}{2}v_{0y}^2 - gy = \frac{1}{2}\left(v_{0y}^2 - 2v_{0y}gt + g^2t^2\right).
|
||||
\]
|
||||
The term $\tfrac{1}{2}v_{0y}^2$ cancels, leaving $gy = v_{0y}gt - \tfrac{1}{2}g^2t^2$, so
|
||||
\[
|
||||
y(t) = v_{0y}\,t - \frac{1}{2}\,g\,t^2.
|
||||
\]
|
||||
The two equations combine into the parabolic trajectory $y = (v_{0y}/v_{0x})\,x - \tfrac{g}{2v_{0x}^2}\,x^2$.}
|
||||
|
||||
\nt{Comparison to AP kinematics}{The Hamilton--Jacobi equations $x(t) = v_{0x}t$ and $y(t) = v_{0y}t - \tfrac{1}{2}gt^2$ are identical to the standard AP C constant-acceleration kinematics. The separation constant $\alpha_x = mv_{0x}$ is the conserved horizontal momentum, and the transverse energy $E_y = \tfrac{1}{2}mv_{0y}^2$ encodes the initial vertical kinetic energy. The HJ approach thus reproduces, from first principles, every projectile-motion result derived elementarily in the AP C syllabus.}
|
||||
\nt{Comparison to AP kinematics}{The Hamilton--Jacobi equations $x(t) = v_{0x}t$ and $y(t) = v_{0y}t - \tfrac{1}{2}gt^2$ are identical to the constant-acceleration kinematics of Unit 1 (Section m1--5, free-fall formulas). The separation constant $\alpha_x = mv_{0x}$ is the conserved horizontal momentum, and the transverse energy $E_y = \tfrac{1}{2}mv_{0y}^2$ encodes the initial vertical kinetic energy. Where kinematics integrates $a_x = 0$ and $a_y = -g$ separately into two decoupled ODEs, the Hamilton--Jacobi approach solves one PDE and lets the cyclic coordinate enforce the exact same horizontal--vertical split. The HJ formalism reproduces, from first principles, every projectile-motion result derived elementarily in the AP C syllabus.}
|
||||
|
||||
\qs{Projectile launched from the ground}{
|
||||
A projectile of mass $m = 0.50\,\mathrm{kg}$ is launched from the origin with speed $v_0 = 20\,\mathrm{m/s}$ at angle $\theta_0 = 30.0^\circ$ above the horizontal. Use $g = 9.81\,\mathrm{m/s^2}$.
|
||||
|
||||
@@ -1,26 +1,40 @@
|
||||
\subsection{Rigid Rotator and Particle on a Sphere}
|
||||
|
||||
This subsection treats the motion of a particle constrained to a sphere of fixed radius using the Hamilton--Jacobi method, derives the separated equations for the two angular degrees of freedom, and connects the action-angle variables to rotational states of diatomic molecules.
|
||||
This subsection treats the simplest two-degree-of-freedom Hamilton--Jacobi problem: a particle constrained to the surface of a sphere. The rigid rotator is the classical prototype for spherical angular motion, appearing in the dynamics of diatomic molecules, symmetric rotating tops, and any system whose configuration is naturally described by two angles rather than Cartesian coordinates. It connects directly to material in Unit 5 m5-4 (the moment of inertia $I = mr^2$ for a point mass at distance $r$ from the axis) and Unit 6 m6-1 (the rotational kinetic energy $\tfrac12 I\omega^2$).
|
||||
|
||||
\dfn{Rigid rotator Hamiltonian}{
|
||||
Consider a particle of mass $m$ constrained to move on a sphere of fixed radius $R$ with no potential energy. The kinetic energy in spherical coordinates with $r = R$ is $T = \tfrac{1}{2}mR^2\dot{\theta}^2 + \tfrac{1}{2}mR^2\sin^2\theta\,\dot{\phi}^2$. Defining the moment of inertia $I = mR^2$, the canonical momenta are
|
||||
\nt{Opening motivation}{The rigid rotator is the simplest genuine two-degree-of-freedom system. Unlike coupled oscillators or the Kepler problem, it has no radial degree of freedom to simplify away, yet it remains analytically solvable on the spot. The geometry of the sphere introduces a curvature-dependent kinetic energy, and the resulting Hamilton--Jacobi equation demonstrates how separability survives in curvilinear coordinates. Physically the model describes the end-to-end rotation of a diatomic molecule, the spinning of a symmetric top with fixed nutation angle, and the angular part of the free-particle Schrödinger equation.}
|
||||
|
||||
\dfn{From Lagrangian to Hamiltonian for the rigid rotator}{
|
||||
Consider a particle of mass $m$ constrained to move on a sphere of fixed radius $r$ with no potential energy. The kinetic energy in spherical coordinates with fixed $r$ is
|
||||
\[
|
||||
p_\theta = I\,\dot{\theta},
|
||||
T = \tfrac12 m r^2 \dot{\theta}^2 + \tfrac12 m r^2 \sin^2\theta\;\dot{\phi}^2.
|
||||
\]
|
||||
Because $V = 0$ the Lagrangian is $\mcL = T$. The two generalized coordinates are the polar angle $\theta \in [0,\pi]$ and the azimuthal angle $\phi \in [0,2\pi)$. The conjugate momenta are
|
||||
\[
|
||||
p_\theta = \pdv{\mcL}{\dot{\theta}} = m r^2 \dot{\theta},
|
||||
\qquad
|
||||
p_\phi = I\sin^2\theta\,\dot{\phi}.
|
||||
p_\phi = \pdv{\mcL}{\dot{\phi}} = m r^2 \sin^2\theta\;\dot{\phi}.
|
||||
\]
|
||||
The Hamiltonian is the Legendre transform of the Lagrangian:
|
||||
Invert these relations to express the velocities in terms of momenta:
|
||||
\[
|
||||
\mcH = \frac{p_\theta^2}{2I} + \frac{p_\phi^2}{2I\sin^2\theta}.
|
||||
\dot{\theta} = \frac{p_\theta}{m r^2},
|
||||
\qquad
|
||||
\dot{\phi} = \frac{p_\phi}{m r^2 \sin^2\theta}.
|
||||
\]
|
||||
Since the Hamiltonian has no explicit time dependence, energy is conserved and $\mcH = E$ is a constant.}
|
||||
The Hamiltonian is the Legendre transform $\mcH = p_\theta \dot{\theta} + p_\phi \dot{\phi} - \mcL$, which for a velocity-quadratic Lagrangian with no explicit time dependence simply equals the total energy:
|
||||
\[
|
||||
\mcH = \frac{p_\theta^2}{2m r^2} + \frac{p_\phi^2}{2m r^2 \sin^2\theta}.
|
||||
\]
|
||||
Introducing the moment of inertia $I = m r^2$ gives the compact form
|
||||
\[
|
||||
\mcH = \frac{p_\theta^2}{2I} + \frac{p_\phi^2}{2I \sin^2\theta}.
|
||||
\]
|
||||
The Hamiltonian has no explicit time dependence, so energy is conserved and $\mcH = E$ is a constant.}
|
||||
|
||||
\nt{The rigid rotator arises in molecular physics as the model for the rotation of diatomic molecules. The two nuclei are treated as point masses constrained to a fixed separation $R$ by a rigid bond, rotating freely about their center of mass. The moment of inertia $I = \mu R^2$ uses the reduced mass $\mu$ of the two-atom system. Because there is no potential energy, the problem is purely kinematic and governed by the geometry of the sphere.}
|
||||
\nt{Cross-reference to AP core material}{Notice how the two terms in the Hamiltonian are each of the form $p^2/(2I_{\text{eff}})$. The $p_\phi^2$ term carries an extra $\sin^2\theta$ in the denominator because the effective radius of the circular $\phi$-orbit is $r\sin\theta$, not $r$. When the particle sits on the equator $\theta = \pi/2$, the effective moment of inertia for azimuthal rotation is $I = mr^2$, matching the Unit 5 formula $I = mr^2$ for a point mass. When the particle moves near a pole, the effective radius shrinks and the same canonical momentum $p_\phi$ produces a faster angular speed $\dot{\phi}$, exactly as the Unit 6 relation $K_{\text{rot}} = \tfrac12 I\omega^2$ predicts when $I$ decreases while kinetic energy stays fixed.}
|
||||
|
||||
The Hamiltonian depends only on $\theta$ and the two momenta, and it contains no explicit dependence on the azimuthal angle $\phi$. Therefore $\phi$ is a cyclic coordinate and its conjugate momentum is conserved.
|
||||
|
||||
\thm{Separation of the rigid-rotator Hamilton-- Jacobi equation}{
|
||||
With $\mcH = p_\theta^2/(2I) + p_\phi^2/(2I\sin^2\theta)$, the time-independent Hamilton--Jacobi equation $\mcH\!\bigl(\theta,\phi,\pdv{\mcS}{\theta},\pdv{\mcS}{\phi}\bigr) = E$ separates as follows. Because $\phi$ is cyclic, $\pdv{\mcS}{\phi} = L_z$, a constant. Setting $\mcS = W_\theta(\theta) + L_z\phi - Et$ reduces the equation to
|
||||
\thm{Separation of the rigid-rotator Hamilton--Jacobi equation}{
|
||||
With $H = p_\theta^2/(2I) + p_\phi^2/(2I\sin^2\theta)$, the time-independent Hamilton--Jacobi equation $H\!\bigl(\theta,\phi,\pdv{\mcS}{\theta},\pdv{\mcS}{\phi}\bigr) = E$ separates as follows. Because $\phi$ is cyclic, $\pdv{\mcS}{\phi} = L_z$, a constant. Setting $\mcS = W_\theta(\theta) + L_z\phi - Et$ reduces the equation to
|
||||
\[
|
||||
\left(\der{W_\theta}{\theta}\right)^2 + \frac{L_z^2}{\sin^2\theta} = 2IE \equiv L^2,
|
||||
\]
|
||||
@@ -30,7 +44,7 @@ where $L$ is the total angular momentum and $L^2 = 2IE$ is the second separation
|
||||
\]
|
||||
which integrates to
|
||||
\[
|
||||
W_\theta(\theta) = \int\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}\;\mathrm{d}\theta.
|
||||
W_\theta(\theta) = \int\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}\;\dd\theta.
|
||||
\]}
|
||||
|
||||
\pf{Derivation of the separated equations}{
|
||||
@@ -58,60 +72,66 @@ Define the separation constant $L^2 = 2IE$, which has the dimensions of angular-
|
||||
\[
|
||||
\der{W_\theta}{\theta} = \pm\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}.
|
||||
\]
|
||||
The right-hand side vanishes at the turning points where $L^2 = L_z^2/\sin^2\theta$, or equivalently $\sin\theta = |L_z|/L$. Between these turning points, the particle oscillates in $\theta$, tracing a cone on the surface of the sphere. The polar angle sweeps between $\theta_{\min} = \arcsin(|L_z|/L)$ and $\theta_{\max} = \pi - \theta_{\min}$, while $\phi$ advances monotonically. The trajectory is a closed orbit when the ratio of the azimuthal advance to the $\theta$-oscillation is rational.}
|
||||
The right-hand side vanishes at the turning points where $L^2 = L_z^2/\sin^2\theta$, or equivalently $\sin\theta = |L_z|/L$. Between the turning points the particle oscillates in $\theta$, tracing a cone on the surface of the sphere. The polar angle sweeps between $\theta_{\min} = \arcsin(|L_z|/L)$ and $\theta_{\max} = \pi - \theta_{\min}$, while $\phi$ advances monotonically.}
|
||||
|
||||
\nt{Geometric interpretation of the orbit}{On the surface of the sphere, the angular momentum vector is fixed in space with magnitude $L$ and $z$-component $L_z$. The fixed polar angle that this vector makes with the $z$-axis is $\theta_{\text{cone}} = \arccos(|L_z|/L)$. The instantaneous position vector of the particle precesses around the angular-momentum vector, so the trajectory on the sphere is the intersection of the sphere with the cone defined by $\theta = \theta_{\text{cone}}$. In Hamilton's equations, the azimuthal rate is $\dot{\phi} = L_z/(I\sin^2\theta)$, which varies as $\theta$ oscillates. Near the turning points the denominator is small compared to the pole, so the particle slows in $\phi$ and spends more time near the maximum polar excursion.}
|
||||
\nt{Rational and irrational orbit closure}{The rigid rotator has two frequencies, $\omega_\theta$ for the polar oscillation and $\omega_\phi$ for the azimuthal precession. If the ratio $\omega_\theta/\omega_\phi = p/q$ is rational (with $p$ and $q$ coprime integers), then after exactly $q$ complete cycles of $\theta$ oscillation the orbit returns to its starting phase and retraces itself. If the ratio is irrational, the orbit never closes and the trajectory wraps around the invariant torus in phase space, densely filling a two-dimensional ring on the sphere surface. The irrational case exemplifies quasi-periodic motion: the particle explores an angular band without ever repeating its exact configuration. For the rigid rotator the two frequencies turn out equal in magnitude, so every orbit is degenerate and closed with $p/q = \pm 1$. This degeneracy --- identical frequencies for dynamically independent degrees of freedom --- is a special property of the $1/r^2$ force structure and the spherical symmetry of the configuration space.}
|
||||
|
||||
\nt{Evaluating the $\theta$ integral}{The integral $W_\theta(\theta) = \int\sqrt{L^2 - L_z^2/\sin^2\theta}\;\dd\theta$ can be rearranged by factoring the square root:
|
||||
\[
|
||||
\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}
|
||||
= \frac{\sqrt{L^2\sin^2\theta - L_z^2}}{\sin\theta}.
|
||||
\]
|
||||
A useful substitution is $u = \cos\theta$, for which $\dd\theta = -\dd u/\sqrt{1-u^2}$ and $\sin^2\theta = 1-u^2$. The integral then reads
|
||||
\[
|
||||
\int \frac{\sqrt{L^2(1-u^2) - L_z^2}}{\sqrt{1-u^2}}\cdot \left(-\frac{\dd u}{\sqrt{1-u^2}}\right)
|
||||
= -\int \frac{\sqrt{(L^2-L_z^2) - L^2 u^2}}{1-u^2}\;\dd u.
|
||||
\]
|
||||
This has the structure of an elliptic integral in general. The denominator $(1-u^2)$ together with the quadratic radicand $\sqrt{(L^2-L_z^2) - L^2 u^2}$ prevents a simple elementary antiderivative. However, for the purpose of computing the action variable --- a closed-loop integral between turning points --- the explicit antiderivative is not needed. The turning points in $u$-space occur at $u = \pm L_z/L$, where the radicand vanishes. A second substitution $u = (L_z/L)\cos\psi$ converts the definite integral to a standard trigonometric form that evaluates in closed fashion, yielding $J_\theta = |L| - |L_z|$ without computing an indefinite integral.}
|
||||
|
||||
\nt{Action-angle variables for the rigid rotator}{The two independent action variables are computed by integrating the conjugate momenta over their respective cycles, each divided by $2\pi$. For the azimuthal coordinate $\phi$, which is $2\pi$-periodic:
|
||||
\[
|
||||
J_\phi = \frac{1}{2\pi}\oint p_\phi\,\dd\phi = \frac{1}{2\pi}\int_{0}^{2\pi} L_z\,\dd\phi = L_z.
|
||||
\]
|
||||
Physically, $J_\phi = L_z$ equals the vertical spin: the amount of angular momentum aligned with the symmetry axis. A larger $|L_z|$ means the motion stays closer to the equator circle. For the polar coordinate $\theta$, which oscillates between turning points, the full cycle traverses the range twice:
|
||||
\[
|
||||
J_\theta = \frac{1}{2\pi}\oint p_\theta\,\dd\theta
|
||||
= \frac{1}{\pi}\int_{\theta_{\min}}^{\theta_{\max}}\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}\;\dd\theta
|
||||
= |L| - |L_z|.
|
||||
\]
|
||||
Physically, $J_\theta = |L| - |L_z|$ measures the tilt from the equator: the ``missing'' angular momentum that keeps the trajectory from being perfectly planar. When $|L| = |L_z|$ the tilt vanishes, $J_\theta = 0$, and the motion is confined to the equatorial circle. When $L_z = 0$ there is no preferred axis and $J_\theta = |L|$, the full angular momentum goes into the polar oscillation. Inverting gives $L_z = J_\phi$ and $|L| = J_\theta + |J_\phi|$. The Hamiltonian in action variables is
|
||||
\[
|
||||
H(J_\theta,J_\phi) = \frac{\bigl(J_\theta + |J_\phi|\bigr)^2}{2I}.
|
||||
\]}
|
||||
|
||||
\nt{From classical action to quantum numbers}{The Bohr--Sommerfeld quantization rule states that each action variable must be an integer multiple of Planck\normalsize{}'s reduced constant: $J_i = n_i\hbar$. Applying this to the rigid rotator, the azimuthal action quantizes as $J_\phi = m\hbar$ with $m$ an integer, giving directly $L_z = m\hbar$. The polar action quantizes as $J_\theta = \ell_\theta\hbar$ with $\ell_\theta$ a non-negative integer. Since $|L| = J_\theta + |J_\phi|$, we obtain $|L| = (\ell_\theta + |m|)\hbar$. Defining the total angular-momentum quantum number $\ell = \ell_\theta + |m|$, the condition $\ell_\theta \ge 0$ becomes $\ell \ge |m|$. Therefore $L^2 = |L|^2 = \ell^2\hbar^2$, and the semiclassical energy is $E = \ell^2\hbar^2/(2I)$. The fully quantum-mechanical result from solving the angular Schrödinger equation replaces $\ell^2$ with $\ell(\ell+1)$, giving $E = \ell(\ell+1)\hbar^2/(2I)$. The factor $\ell(\ell+1)$ rather than $\ell^2$ emerges from the non-commutativity of $L_x$, $L_y$, and $L_z$ --- no quantum state can simultaneously have definite values of all three components, so the total angular momentum magnitude always exceeds $|L_z|$ by a half-integer step. The Bohr--Sommerfeld approach captures the ladder of energy levels, the integer structure of quantum numbers, and the constraint $\ell \ge |m|$ that limits how far the spin axis can tilt. However, it cannot produce the $+\ell$ correction inside $\ell(\ell+1)$. For large $\ell$ the semiclassical and quantum results agree well, since $\ell(\ell+1) \approx \ell^2$ when $\ell \gg 1$. This bridge from classical action variables to quantum angular momentum was the key step in old quantum theory and its subsequent replacement by matrix and wave mechanics.}
|
||||
|
||||
\cor{Equatorial orbit}{
|
||||
When the total angular momentum equals the absolute value of its $z$-component, $L = |L_z|$, the square root in the $\theta$-equation vanishes identically except at $\sin\theta = 1$. The radial momentum $p_\theta = \der{W_\theta}{\theta}$ vanishes everywhere except on the equator $\theta = \pi/2$, where the denominator of $L_z^2/\sin^2\theta$ exactly matches the separation constant. The motion is therefore confined to the equatorial plane. From Hamilton's equations, the azimuthal velocity is
|
||||
When the total angular momentum equals the absolute value of its $z$-component, $L = |L_z|$, the square root in the $\theta$-equation vanishes everywhere except at $\sin\theta = 1$. The polar momentum $p_\theta = \der{W_\theta}{\theta}$ is zero, so the motion is confined to the equator $\theta = \pi/2$. From Hamilton\normalsize{}'s equations, the azimuthal velocity is
|
||||
\[
|
||||
\dot{\phi} = \pdv{\mcH}{p_\phi} = \frac{p_\phi}{I\sin^2\theta} = \frac{L_z}{I}
|
||||
\dot{\phi} = \pdv{H}{p_\phi} = \frac{p_\phi}{I\sin^2\theta} = \frac{L_z}{I}
|
||||
\]
|
||||
on the equator where $\sin\theta = 1$. The azimuthal angle advances linearly in time:
|
||||
since $\sin(\pi/2) = 1$. The azimuthal angle advances at constant rate:
|
||||
\[
|
||||
\phi(t) = \frac{L_z}{I}\,t + \phi_0,
|
||||
\]
|
||||
representing uniform circular motion at constant angular speed $\omega = |L_z|/I$.}
|
||||
|
||||
\nt{Action-angle variables for the rigid rotator}{The two independent action variables are computed by integrating the conjugate momenta over their respective cycles. For the cyclic coordinate $\phi$:
|
||||
\[
|
||||
J_\phi = \oint p_\phi\,\mathrm{d}\phi = \int_{0}^{2\pi} L_z\,\mathrm{d}\phi = 2\pi L_z.
|
||||
\]
|
||||
For the oscillating coordinate $\theta$, the integral runs between the two turning points:
|
||||
\[
|
||||
J_\theta = \oint p_\theta\,\mathrm{d}\theta = 2\int_{\theta_{\min}}^{\theta_{\max}}\sqrt{L^2 - \frac{L_z^2}{\sin^2\theta}}\;\mathrm{d}\theta = 2\pi\bigl(L - |L_z|\bigr).
|
||||
\]
|
||||
Inverting these relations gives $L_z = J_\phi/(2\pi)$ and $L = (J_\theta + |J_\phi|)/(2\pi)$. The Hamiltonian expressed in terms of actions is
|
||||
\[
|
||||
\mcH(J_\theta,J_\phi) = \frac{L^2}{2I} = \frac{\bigl(J_\theta + |J_\phi|\bigr)^2}{8\pi^2 I}.
|
||||
\]
|
||||
The frequencies follow from $\omega_i = \pdv{\mcH}{J_i}$. They are generally unequal, so the motion is quasiperiodic unless $L = |L_z|$ (equatorial orbit, $J_\theta = 0$).}
|
||||
|
||||
\nt{Connection to quantum mechanics}{In the Bohr--Sommerfeld semiclassical quantization, the action variables are quantized as integer multiples of Planck's constant:
|
||||
\[
|
||||
J_\phi = m\,h,
|
||||
\qquad
|
||||
J_\theta = (l - |m|)\,h,
|
||||
\]
|
||||
where $l$ and $m$ are integers satisfying $l \ge |m| \ge 0$. Using $L_z = J_\phi/(2\pi) = m\hbar$ and $L = (J_\theta + |J_\phi|)/(2\pi) = l\hbar$, the semiclassical energy is $E = l^2\hbar^2/(2I)$. The fully quantized result from the Schrodinger equation is $E = \hbar^2 l(l+1)/(2I)$. The two agree in the limit of large $l$, since $l(l+1) \approx l^2$ for $l \gg 1$. For small $l$, the $+l$ correction in $l(l+1)$ represents a shift with no classical counterpart.}
|
||||
representing uniform circular motion at angular speed $\omega = |L_z|/I$. This orbit corresponds to $J_\theta = 0$ and is the only truly one-degree-of-freedom subcase of the rigid rotator.}
|
||||
|
||||
\ex{Action-angle frequencies for the rigid rotator}{
|
||||
Using the Hamiltonian in action variables,
|
||||
\[
|
||||
\mcH = \frac{\bigl(J_\theta + |J_\phi|\bigr)^2}{8\pi^2 I},
|
||||
H = \frac{\bigl(J_\theta + |J_\phi|\bigr)^2}{2I},
|
||||
\]
|
||||
the two frequencies are
|
||||
\[
|
||||
\omega_\theta = \pdv{\mcH}{J_\theta}
|
||||
= \frac{J_\theta + |J_\phi|}{4\pi^2 I}
|
||||
= \frac{L}{2\pi I},
|
||||
\omega_\theta = \pdv{H}{J_\theta}
|
||||
= \frac{J_\theta + |J_\phi|}{I}
|
||||
= \frac{|L|}{I},
|
||||
\qquad
|
||||
\omega_\phi = \pdv{\mcH}{J_\phi}
|
||||
= \pm\frac{J_\theta + |J_\phi|}{4\pi^2 I}
|
||||
= \pm\frac{L}{2\pi I}.
|
||||
\omega_\phi = \pdv{H}{J_\phi}
|
||||
= \pm\frac{J_\theta + |J_\phi|}{I}
|
||||
= \pm\frac{|L|}{I}.
|
||||
\]
|
||||
Here the signs conventionally match the chosen signs of the actions, so $J_\phi$ can be negative and the $\pm$ sign on the right-hand side is the sign of $J_\phi$. These two frequencies are equal in magnitude, confirming the degeneracy. For the special case $J_\theta = 0$ (equatorial orbit), there is no $\theta$ oscillation and the motion is purely azimuthal at the single frequency $\omega = L/(2\pi I)$.
|
||||
}
|
||||
Here the sign conventionally matches the sign of $J_\phi$, so a negative $J_\phi$ gives retrograde azimuthal motion at the same frequency magnitude. The two frequencies are equal in magnitude, confirming the degeneracy noted above: every trajectory on the sphere is a closed orbit with rational frequency ratio $1:1$. For the special case $J_\theta = 0$ (equatorial orbit), the polar frequency is defined by continuity and the motion is purely azimuthal.}
|
||||
|
||||
\qs{Diatomic molecule as a rigid rotator}{A diatomic molecule is modeled as a rigid rotator with moment of inertia
|
||||
\[
|
||||
@@ -120,18 +140,18 @@ I = 1.46\times 10^{-46}\,\mathrm{kg\!\cdot\!m^2}.
|
||||
The total angular momentum is $L = 2\hbar$, where $\hbar = 1.055\times 10^{-34}\,\mathrm{J\!\cdot\!s}$.
|
||||
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Write the Hamilton-- Jacobi equation for the rigid rotator in spherical coordinates with fixed $r = R$. Identify the cyclic coordinate and state the corresponding conserved quantity.
|
||||
\item Use the classical action-angle result $E = L^2/(2I)$ to compute the rotational energy of the molecule in SI units. Compare this to the quantum result $E = \hbar^2 l(l+1)/(2I)$ with $l = 2$.
|
||||
\item Write the Hamilton--Jacobi equation for the rigid rotator in spherical coordinates with fixed $r$. Identify the cyclic coordinate and state the corresponding conserved quantity.
|
||||
\item Use the classical action-angle result $E = L^2/(2I)$ to compute the rotational energy of the molecule in SI units. Compare this to the quantum result $E = \hbar^2\ell(\ell+1)/(2I)$ with $\ell = 2$.
|
||||
\item Find the absolute difference between the classical and quantum energy values and express it as a percentage of the quantum value.
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} The Hamiltonian of the rigid rotator is $\mcH = p_\theta^2/(2I) + p_\phi^2/(2I\sin^2\theta)$. The full Hamilton--Jacobi equation follows by replacing $p_\theta$ with $\pdv{\mcS}{\theta}$, $p_\phi$ with $\pdv{\mcS}{\phi}$, and appending the time derivative:
|
||||
\sol \textbf{Part (a).} The Hamiltonian of the rigid rotator is $H = p_\theta^2/(2I) + p_\phi^2/(2I\sin^2\theta)$. The full Hamilton--Jacobi equation follows by replacing $p_\theta$ with $\pdv{\mcS}{\theta}$, $p_\phi$ with $\pdv{\mcS}{\phi}$, and appending the time derivative:
|
||||
\[
|
||||
\frac{1}{2I}\left(\pdv{\mcS}{\theta}\right)^2 + \frac{1}{2I\sin^2\theta}\left(\pdv{\mcS}{\phi}\right)^2 + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
For time-independent motion, the action separates as $\mcS = W(\theta,\phi) - Et$. The Hamiltonian does not depend explicitly on $\phi$, so $\phi$ is the cyclic coordinate. Its conjugate momentum is conserved:
|
||||
\[
|
||||
\pdv{\mcS}{\phi} = L_z,
|
||||
\pdv{\mcS}{\phi} = L_z = \text{const},
|
||||
\]
|
||||
which is the $z$-component of the angular momentum.
|
||||
|
||||
@@ -147,9 +167,9 @@ E_{\mathrm{class}} = \frac{4\hbar^2}{2I}
|
||||
= \frac{2(1.113\times 10^{-68})}{1.46\times 10^{-46}}\,\mathrm{J}
|
||||
= 1.525\times 10^{-22}\,\mathrm{J}.
|
||||
\]
|
||||
The quantum energy with $l = 2$ is
|
||||
The quantum energy with $\ell = 2$ is
|
||||
\[
|
||||
E_{\mathrm{quant}} = \frac{\hbar^2\,l(l+1)}{2I}
|
||||
E_{\mathrm{quant}} = \frac{\hbar^2\,\ell(\ell+1)}{2I}
|
||||
= \frac{(1.113\times 10^{-68})(6)}{2(1.46\times 10^{-46})}\,\mathrm{J}
|
||||
= \frac{6.678\times 10^{-68}}{2.92\times 10^{-46}}\,\mathrm{J}
|
||||
= 2.287\times 10^{-22}\,\mathrm{J}.
|
||||
@@ -173,20 +193,21 @@ Expressed as a percentage of the quantum value:
|
||||
= \frac{7.62\times 10^{-23}}{2.287\times 10^{-22}}\times 100\%
|
||||
= 33.3\%.
|
||||
\]
|
||||
Analytically, since $E_{\mathrm{class}} = l^2\hbar^2/(2I)$ and $E_{\mathrm{quant}} = l(l+1)\hbar^2/(2I)$, the fractional difference is
|
||||
Analytically, since $E_{\mathrm{class}} = \ell^2\hbar^2/(2I)$ and $E_{\mathrm{quant}} = \ell(\ell+1)\hbar^2/(2I)$, the fractional difference is
|
||||
\[
|
||||
\frac{\Delta E}{E_{\mathrm{quant}}}
|
||||
= \frac{l(l+1) - l^2}{l(l+1)}
|
||||
= \frac{l}{l(l+1)}
|
||||
= \frac{1}{l+1}.
|
||||
= \frac{\ell(\ell+1) - \ell^2}{\ell(\ell+1)}
|
||||
= \frac{\ell}{\ell(\ell+1)}
|
||||
= \frac{1}{\ell+1}.
|
||||
\]
|
||||
For $l = 2$ this gives $1/3 = 33.3\%$, which matches the numerical calculation. The discrepancy arises entirely from the quantum $+l$ correction in $l(l+1)$ relative to the classical $l^2$.
|
||||
For $\ell = 2$ this gives $1/3 = 33.3\%$, matching the numerical calculation. The discrepancy arises from the quantum $+\ell$ correction in $\ell(\ell+1)$ relative to the classical $\ell^2$.
|
||||
|
||||
Therefore, the Hamilton-- Jacobi equation is
|
||||
Therefore,
|
||||
\[
|
||||
\frac{1}{2I}\left(\pdv{\mcS}{\theta}\right)^2 + \frac{1}{2I\sin^2\theta}\left(\pdv{\mcS}{\phi}\right)^2 + \pdv{\mcS}{t} = 0,
|
||||
\qquad
|
||||
p_\phi = L_z = \text{const};
|
||||
\]
|
||||
the cyclic coordinate is $\phi$ with $p_\phi = L_z = \text{const}$, and the energies are
|
||||
\[
|
||||
E_{\mathrm{class}} = 1.53\times 10^{-22}\,\mathrm{J},
|
||||
\qquad
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
This subsection develops the method of separation of variables for the Hamilton--Jacobi equation, showing how the choice of coordinate system determines whether the PDE reduces to a set of ordinary quadratures.
|
||||
|
||||
\nt{Recap: The Hamilton--Jacobi equation from A.01 is a single first-order nonlinear PDE. Here we learn how to solve it by separation of variables.}
|
||||
|
||||
\dfn{Separation of variables for the HJ equation}{
|
||||
Suppose the Hamiltonian has no explicit time dependence and the Hamilton--Jacobi equation is $\mcH(q_1,\dots,q_n,\pdv{\mcS}{q_1},\dots,\pdv{\mcS}{q_n}) = E$. The time variable is separated by setting
|
||||
\[
|
||||
@@ -17,6 +19,8 @@ This is the time-independent Hamilton--Jacobi equation. It contains $n$ partial
|
||||
|
||||
\nt{The condition $\pdv{\mcH}{t} = 0$ is necessary for the simple time separation $\mcS = W - Et$. When the Hamiltonian depends explicitly on time, a different separation ansatz or a time-dependent canonical transformation is required. In the time-independent case, energy is a constant of motion and serves as the first separation constant.}
|
||||
|
||||
\nt{The separation constant $E$ is the total energy of the system, arising because $t$ is a cyclic coordinate in the extended phase space whenever the Hamiltonian is time-independent.}
|
||||
|
||||
A particularly simple situation arises when one or more coordinates are cyclic. A generalized coordinate $q_i$ is cyclic, or ignorable, when it is absent from the Hamiltonian, which means $\pdv{\mcH}{q_i} = 0$. For such a coordinate, Hamilton's equation gives $\dot{p}_i = 0$, so the conjugate momentum is conserved. Within the Hamilton--Jacobi framework this translates directly: since $p_i = \pdv{\mcS}{q_i}$ and $\pdv{\mcH}{q_i} = 0$, the derivative
|
||||
\[
|
||||
\pdv{\mcS}{q_i} = \alpha_i
|
||||
@@ -36,10 +40,19 @@ W(q_1,\dots,q_n) = W_1(q_1) + W_2(q_2) + \cdots + W_n(q_n).
|
||||
\]
|
||||
Each function $W_i(q_i)$ satisfies an ordinary differential equation involving one separation constant, and the complete integral is obtained by evaluating $n$ quadratures.}
|
||||
|
||||
\nt{The additive separation theorem gives a sufficient condition for separability. A more general theory was developed by Levi-Civita and later refined by Stackel. The Levi-Civita separability conditions state that the Hamilton--Jacobi equation is separable in a given orthogonal coordinate system if and only if the Hamiltonian can be written as a sum, each term depending on only one coordinate and its conjugate momentum. Equivalently, the coefficient matrix of the quadratic kinetic-energy form, when written in these coordinates, must be a Stackel matrix. A Stackel matrix $S_{ij}$ is an $n\times n$ matrix whose $(i,j)$ entry depends only on the single coordinate $q_i$, and whose determinant is nonzero almost everywhere. The inverse of the Stackel matrix then relates the separation constants to the Hamiltonian components, producing the $n$ separated ODEs.}
|
||||
|
||||
Several standard orthogonal coordinate systems admit separable Hamilton--Jacobi equations for important classes of potentials. The gradient-squared operator takes different forms in each system, and the metric coefficients determine whether a given potential allows additive separation.
|
||||
|
||||
\ex{Gradient in spherical coordinates}{
|
||||
In orthogonal curvilinear coordinates $(q_1,q_2,q_3)$, the line element is $\dd s^2 = h_1^2\,\dd q_1^2 + h_2^2\,\dd q_2^2 + h_3^2\,\dd q_3^2$, where $h_i$ are the scale factors. The magnitude-squared of a gradient follows from the metric as
|
||||
\[
|
||||
|\nabla W|^2 = \frac{1}{h_1^2}\left(\pdv{W}{q_1}\right)^2 + \frac{1}{h_2^2}\left(\pdv{W}{q_2}\right)^2 + \frac{1}{h_3^2}\left(\pdv{W}{q_3}\right)^2.
|
||||
\]
|
||||
For spherical coordinates $(r,\theta,\phi)$, the line element is $\dd s^2 = \dd r^2 + r^2\,\dd\theta^2 + r^2\sin^2\theta\,\dd\phi^2$, so the scale factors are $h_r = 1$, $h_\theta = r$, $h_\phi = r\sin\theta$. Substituting:
|
||||
\[
|
||||
|\nabla W|^2 = \left(\pdv{W}{r}\right)^2 + \frac{1}{r^2}\left(\pdv{W}{\theta}\right)^2 + \frac{1}{r^2\sin^2\theta}\left(\pdv{W}{\phi}\right)^2.
|
||||
\]
|
||||
This explicit form enters the time-independent Hamilton--Jacobi equation as $\,|\nabla W|^2/(2m) + V = E$ and the geometric factors $1/r^2$ and $1/(r^2\sin^2\theta)$ control which potentials permit additive separation.}
|
||||
|
||||
\mprop{Coordinate systems and separability for the HJ equation}{
|
||||
The table below summarizes the gradient operator squared $|\nabla W|^2$ in commonly used orthogonal coordinate systems, and the classes of potentials that permit additive separation of the Hamilton--Jacobi equation with $\mcH = |\nabla W|^2/(2m) + V = E$:
|
||||
|
||||
@@ -81,6 +94,10 @@ The last two terms depend only on $\theta$ while the first and rightmost terms d
|
||||
\]
|
||||
Each equation integrates by quadrature, and $W_\phi(\phi) = \alpha_\phi\,\phi$. These three quadratures constitute the complete integral for the free particle in spherical coordinates.}
|
||||
|
||||
\nt{Physical meaning of $\alpha_\phi$: In spherical coordinates the azimuthal angle $\phi$ is always cyclic for rotationally symmetric Hamiltonians. The separation constant $\alpha_\phi$ is the $z$-component of angular momentum, denoted $L_z$. It is a constant of motion because the system is invariant under rotations about the $z$-axis.}
|
||||
|
||||
\nt{Physical meaning of $\alpha^2$: The constant $\alpha^2$ that appears when separating the angular variables $\theta$ and $\phi$ identifies with $L^2$, the squared total angular momentum. It measures the magnitude of rotational motion and produces the centrifugal barrier $L^2/(2mr^2)$ in the radial equation.}
|
||||
|
||||
\qs{Separation for a particle in a uniform gravitational field}{
|
||||
A particle of mass $m$ moves in the $xy$-plane under a uniform gravitational field $g$ acting in the negative $y$-direction. The Hamiltonian is
|
||||
\[
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
\subsection{Simple Harmonic Oscillator}
|
||||
|
||||
This subsection solves the simple harmonic oscillator through the Hamilton--Jacobi equation, obtains the complete integral and trajectory by quadrature, and computes the action-angle variables that confirm isochronous oscillation.
|
||||
This subsection solves the simple harmonic oscillator through the Hamilton--Jacobi equation. The quadratic potential turns the Hamilton--Jacobi square-root integral into an elementary trigonometric substitution, making the oscillator one of the few nonlinear Hamilton--Jacobi equations integrable in closed form. This same physical system appears in Unit~7 (oscillations) under Newton\normalsize{}'s law; here we solve it by an entirely different route to obtain the complete integral, trajectory by quadrature, and action--angle variables confirming isochronous oscillation. This integrability makes the harmonic oscillator the prototypical example for testing both the Hamilton--Jacobi method and the action--angle formalism.
|
||||
|
||||
\dfn{Hamilton--Jacobi formulation of the simple harmonic oscillator}{
|
||||
The Hamiltonian for a one-dimensional simple harmonic oscillator of mass~$m$ and spring constant~$k$ is
|
||||
@@ -15,9 +15,7 @@ The Hamilton--Jacobi partial differential equation for the principal function~$\
|
||||
\[
|
||||
\frac{1}{2m}\left(\pdv{\mcS}{x}\right)^2 + \frac{1}{2}m\omega_0^2 x^2 + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
A complete integral $\mcS(x,t;E)$, containing one independent non-additive constant $E$ equal to the total energy, determines the full dynamics by Jacobi's theorem.}
|
||||
|
||||
\nt{The simple harmonic oscillator is one of the few nonlinear Hamilton--Jacobi equations that can be integrated in closed form. The quadratic potential turns the square-root integral into an elementary trigonometric substitution, and the resulting complete integral yields the standard sinusoidal trajectory. This integrability makes the harmonic oscillator the prototypical example for testing both the Hamilton--Jacobi method and the action-angle formalism.}
|
||||
A complete integral $\mcS(x,t;E)$, containing one independent non-additive constant $E$ equal to the total energy, determines the full dynamics by Jacobi\normalsize{}'s theorem.}
|
||||
|
||||
\thm{Complete integral of the SHO Hamilton--Jacobi equation}{
|
||||
The complete integral of the Hamilton--Jacobi equation for a simple harmonic oscillator is
|
||||
@@ -38,6 +36,8 @@ Solve for the spatial derivative:
|
||||
\]
|
||||
The square root is real for $|x| \le A$, where $A = \sqrt{2E/(m\omega_0^2)}$ is the amplitude. The turning points $x = \pm A$ bound the oscillation and correspond to the points where the kinetic energy vanishes.
|
||||
|
||||
The sign carries physical meaning: the upper sign describes forward motion ($p>0$, the mass traveling toward $+A$) and the lower sign describes backward motion ($p<0$, the mass returning toward $-A$). In the closed contour integral $\oint p\,\dd x$ that defines the action variable, the $+$ branch contributes the outward half of the orbit $(-A\to A)$ and the $-$ branch contributes the return half $(A\to -A)$. For finding $W(x;E)$ as a local generating function we choose the positive branch and carry it through the integration; full periodicity is then imposed by the boundary conditions.
|
||||
|
||||
Integrate by the trigonometric substitution $x = A\sin\theta$, giving $\dd x = A\cos\theta\,\mathrm{d}\theta$. The radicand becomes
|
||||
\[
|
||||
2mE - m^2\omega_0^2 A^2\sin^2\theta
|
||||
@@ -92,8 +92,8 @@ W(x;E) = \frac{E}{\omega_0}\arcsin\!\left(x\sqrt{\frac{m\omega_0^2}{2E}}\right)
|
||||
\]
|
||||
and the complete integral is $\mcS(x,t;E) = W(x;E) - Et$.}
|
||||
|
||||
\cor{Trajectory from Jacobi's theorem}{
|
||||
Jacobi's theorem states $\pdv{\mcS}{E} = \beta$, where $\beta$ is a constant fixed by the initial conditions. Differentiate $\mcS = W - Et$ with respect to $E$ at fixed~$x$:
|
||||
\cor{Trajectory from Jacobi\normalsize{}'s theorem}{
|
||||
Jacobi\normalsize{}'s theorem states $\pdv{\mcS}{E} = \beta$, where $\beta$ is a constant fixed by the initial conditions. Differentiate $\mcS = W - Et$ with respect to $E$ at fixed~$x$:
|
||||
\[
|
||||
\pdv{\mcS}{E} = \pdv{W}{E} - t.
|
||||
\]
|
||||
@@ -122,7 +122,7 @@ The third term equals
|
||||
\frac{xm}{2R} = \frac{xm}{2\sqrt{2mE}\sqrt{1-\chi^2}}
|
||||
= \frac{x\sqrt{m}}{2\sqrt{2E}\sqrt{1-\chi^2}},
|
||||
\]
|
||||
which exactly cancels the second term. This cancellation reflects the fact that the energy dependence of the amplitude and the energy dependence of the integrand conspire to leave only the angular part. Therefore,
|
||||
which exactly cancels the second term. This cancellation carries deep physical significance: the energy dependence of the amplitude $A = \sqrt{2E/(m\omega_0^2)}$ and the energy dependence of the integrand $\sqrt{2mE - m^2\omega_0^2 x^2}$ nearly cancel when differentiated with respect to $E$, leaving only the geometric phase $\tfrac{1}{\omega_0}\arcsin(\cdots)$. Because $\pdv{W}{E}$ is independent of the amplitude, the period $T = 2\pi/\omega_0$ is the same for every orbit regardless of how much energy it carries. This is the isochrony of the simple harmonic oscillator---all amplitudes share one period. The algebraic cancellation in $\pdv{W}{E}$ is the Hamilton--Jacobi embodiment of that physical fact. Therefore,
|
||||
\[
|
||||
\pdv{W}{E} = \frac{1}{\omega_0}\arcsin\!\left(x\sqrt{\frac{m\omega_0^2}{2E}}\right).
|
||||
\]
|
||||
@@ -140,30 +140,48 @@ x(t) = A\sin(\omega_0 t + \phi).
|
||||
\]
|
||||
The total energy is $E = \tfrac12 m\omega_0^2 A^2 = \tfrac12 k A^2$, and the initial phase $\phi$ is determined by the initial position and velocity through $\sin\phi = x_0/A$ and $\cos\phi = v_0/(\omega_0 A)$. When the oscillator is released from rest at maximum displacement, $\cos\phi = 0$ and $\phi = \pi/2$, giving $x(t) = A\cos(\omega_0 t)$.}
|
||||
|
||||
\ex{Phase-space ellipse}{
|
||||
The action variable $J = \frac{1}{2\pi}\oint p\,\dd x$ is $\frac{1}{2\pi}$ times the area enclosed by the orbit in the $(x,p)$ phase plane. For the harmonic oscillator the orbit is an ellipse. The orbit equation follows from energy conservation,
|
||||
\[
|
||||
\frac{p^2}{2m} + \frac{1}{2}m\omega_0^2 x^2 = E,
|
||||
\]
|
||||
which can be rearranged to standard form:
|
||||
\[
|
||||
\frac{x^2}{A^2} + \frac{p^2}{p_{\max}^2} = 1,
|
||||
\]
|
||||
where $A = \sqrt{2E/(m\omega_0^2)}$ is the maximum displacement (semi-axis along the position direction) and $p_{\max} = \sqrt{2mE} = m\omega_0 A$ is the maximum momentum (semi-axis along the momentum direction). The phase-space orbit is an ellipse centered at the origin with these semi-axes. The enclosed area is $\pi A\,p_{\max}$. The action variable is $\frac{1}{2\pi}$ times this area:
|
||||
\[
|
||||
J = \frac{1}{2\pi}\cdot\pi A\,p_{\max}
|
||||
= \frac{1}{2}\sqrt{\frac{2E}{m\omega_0^2}}\cdot\sqrt{2mE}
|
||||
= \frac{1}{2}\sqrt{\frac{4E^2}{\omega_0^2}}
|
||||
= \frac{E}{\omega_0}.
|
||||
\]
|
||||
The linear relation $J \propto E$ reflects the fact that doubling the energy rescales the ellipse uniformly, while the ratio $p_{\max}/A = m\omega_0$ sets the ellipse\normalsize{}'s aspect ratio.}
|
||||
|
||||
\mprop{Action-angle variables for the harmonic oscillator}{
|
||||
Applying the action-angle formalism to the simple harmonic oscillator gives the following results:
|
||||
|
||||
\begin{enumerate}[label=\bfseries\tiny\protect\circled{\small\arabic*}]
|
||||
\item The action variable is the phase-space area enclosed by one complete cycle:
|
||||
\item The action variable is $\frac{1}{2\pi}$ times the phase-space area enclosed by one complete cycle:
|
||||
\[
|
||||
J = \oint p\,\dd x = 2\int_{-A}^{A}\sqrt{2mE - m^2\omega_0^2 x^2}\,\dd x.
|
||||
J = \frac{1}{2\pi}\oint p\,\dd x = \frac{1}{\pi}\int_{-A}^{A}\sqrt{2mE - m^2\omega_0^2 x^2}\,\dd x.
|
||||
\]
|
||||
With the substitution $x = A\sin\phi$, the integral reduces to $J = \pi\sqrt{2mE}\cdot A$. Using $A = \sqrt{2E/(m\omega_0^2)}$ this becomes $J = 2\pi E/\omega_0$. Geometrically, $J$ is the area of the elliptical orbit in the $(x,p)$ phase plane.
|
||||
With the substitution $x = A\sin\phi$, the integral $\int_{-A}^{A}\sqrt{2mE - m^2\omega_0^2 x^2}\,\dd x$ evaluates to $\tfrac{\pi}{2}\sqrt{2mE}\cdot A$. With the prefactor $1/\pi$ this gives $J = \tfrac{1}{2}\sqrt{2mE}\cdot A$. Using $A = \sqrt{2E/(m\omega_0^2)}$ we obtain $J = E/\omega_0$. Geometrically, $J$ is $\frac{1}{2\pi}$ times the area of the elliptical orbit in the $(x,p)$ phase plane, confirming the computation in the example above.
|
||||
|
||||
\item Inverting the action relation, the Hamiltonian as a function of the action alone is
|
||||
\[
|
||||
E(J) = \frac{\omega_0 J}{2\pi}.
|
||||
E(J) = \omega_0 J.
|
||||
\]
|
||||
The Hamiltonian is now linear in $J$, which is the defining feature of an action-angle representation.
|
||||
The Hamiltonian is linear in $J$, which is the defining feature of an action-angle representation.
|
||||
|
||||
\item The HJ frequency is $\hat{\omega} = \pdv{E}{J} = \omega_0/(2\pi)$. The physical angular frequency is $\omega = 2\pi\hat{\omega} = \omega_0$, which is independent of the action $J$. Every oscillation shares the period $T = 2\pi/\omega_0$, regardless of energy or amplitude. This amplitude independence is the isochrony property of the harmonic oscillator.
|
||||
\item The frequency conjugate to the action is $\pdv{E}{J} = \omega_0$, which is the physical angular frequency itself, independent of $J$. Every oscillation shares the period $T = 2\pi/\omega_0$, regardless of energy or amplitude. This amplitude independence is the isochrony property of the harmonic oscillator, whose algebraic origin we saw in the cancellation within $\pdv{W}{E}$.
|
||||
|
||||
\item The angle variable advances linearly in time: $w = \hat{\omega}t + w_0 = \omega_0 t/(2\pi) + w_0$. The phase of the sinusoidal trajectory, $\omega_0 t + \phi$, equals $2\pi w$ up to a constant, matching the canonical construction.
|
||||
\item The angle variable $w\in[0,2\pi)$ tracks the oscillator\normalsize{}'s progress through one complete cycle. At $w=0$ the particle sits at the outward turning point $x=+A$ (maximum displacement, zero velocity). It crosses equilibrium toward $-A$ at $w=\pi/2$, reaches the opposite turning point $x=-A$ at $w=\pi$, and returns through equilibrium at $w=3\pi/2$. At $w=2\pi\equiv 0$ the orbit closes, having completed one period. The angle advances linearly, $w = \omega_0 t + w_0$, advancing exactly $2\pi$ each period $T=2\pi/\omega_0$. The sinusoidal phase $\omega_0 t + \phi$ coincides with $w$ up to a constant offset, confirming that $w$ measures angular position within the cycle.
|
||||
\end{enumerate}
|
||||
}
|
||||
|
||||
\nt{Comparison with Newton's law and energy conservation}{
|
||||
Newton's second law for the harmonic oscillator gives $m\ddot{x} + m\omega_0^2 x = 0$, a linear second-order ODE whose solution is $x(t) = A\sin(\omega_0 t + \phi)$. The energy method gives $E = \tfrac12 m\dot{x}^2 + \tfrac12 m\omega_0^2 x^2$ and $\dot{x} = \pm\sqrt{2E/m - \omega_0^2 x^2}$, which integrates to the same sinusoidal motion. The Hamilton--Jacobi approach reaches the identical result through a completely different route: solving a first-order nonlinear PDE by separation, evaluating a quadrature, and applying Jacobi's theorem. The agreement confirms the equivalence of the three formulations -- Newton's, Lagrange's, and Jacobi's -- as different faces of the same underlying mechanics.}
|
||||
\nt{Comparison with Newton\normalsize{}'s law and energy conservation}{
|
||||
Newton\normalsize{}'s second law for the harmonic oscillator gives $m\ddot{x} + m\omega_0^2 x = 0$, a linear second-order ODE whose solution is $x(t) = A\sin(\omega_0 t + \phi)$. The energy method gives $E = \tfrac12 m\dot{x}^2 + \tfrac12 m\omega_0^2 x^2$ and $\dot{x} = \pm\sqrt{2E/m - \omega_0^2 x^2}$, which integrates to the same sinusoidal motion. The Hamilton--Jacobi approach reaches the identical result through a completely different route: solving a first-order nonlinear PDE by separation, evaluating a quadrature, and applying Jacobi\normalsize{}'s theorem. The agreement confirms the equivalence of the three formulations -- Newton\normalsize{}'s, Lagrange\normalsize{}'s, and Jacobi\normalsize{}'s -- as different faces of the same underlying mechanics.}
|
||||
|
||||
\qs{Simple harmonic oscillator from the HJ complete integral}{
|
||||
A mass $m = 1.0\,\mathrm{kg}$ is attached to a horizontal spring with spring constant $k = 4.0\,\mathrm{N/m}$. The mass is displaced from equilibrium to $x_0 = 2.0\,\mathrm{m}$ and released from rest, so $v_0 = 0\,\mathrm{m/s}$.
|
||||
@@ -171,7 +189,7 @@ A mass $m = 1.0\,\mathrm{kg}$ is attached to a horizontal spring with spring con
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Compute the natural angular frequency $\omega_0 = \sqrt{k/m}$. Write the Hamilton--Jacobi equation for this system, separate the variables to find $\der{W}{x}$, and state the complete integral $\mcS(x,t;E)$ with numerical parameter values.
|
||||
\item Use the initial conditions $x(0) = 2.0\,\mathrm{m}$ and $\dot{x}(0) = 0\,\mathrm{m/s}$ to find the total energy $E$ and the amplitude $A = \sqrt{2E/(m\omega_0^2)}$. Write the trajectory $x(t)$ and verify that the maximum speed equals $A\omega_0$.
|
||||
\item Compute the action variable $J = 2\pi E/\omega_0$ in SI units and verify numerically that $E(J) = \omega_0 J/(2\pi)$ reproduces the original energy.
|
||||
\item Compute the action variable $J = E/\omega_0$ in SI units and verify numerically that $E(J) = \omega_0 J$ reproduces the original energy.
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} The natural angular frequency is
|
||||
@@ -244,24 +262,20 @@ From energy, $v_{\max} = \sqrt{2E/m} = \sqrt{16.0/1.0}\,\mathrm{m/s} = 4.0\,\mat
|
||||
|
||||
\textbf{Part (c).} The action variable for the harmonic oscillator is
|
||||
\[
|
||||
J = \frac{2\pi E}{\omega_0}.
|
||||
J = \frac{E}{\omega_0}.
|
||||
\]
|
||||
Substitute the numerical values:
|
||||
\[
|
||||
J = \frac{2\pi(8.0\,\mathrm{J})}{2.0\,\mathrm{rad/s}}
|
||||
= 8\pi\,\mathrm{J\!\cdot\!s}.
|
||||
J = \frac{8.0\,\mathrm{J}}{2.0\,\mathrm{rad/s}}
|
||||
= 4.0\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
Evaluating numerically:
|
||||
Now verify the energy--action relation $E(J) = \omega_0 J$:
|
||||
\[
|
||||
J = 8\pi\,\mathrm{J\!\cdot\!s} \approx 25\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
Now verify the energy--action relation $E(J) = \omega_0 J/(2\pi)$:
|
||||
\[
|
||||
E(J) = \frac{\omega_0 J}{2\pi}
|
||||
= \frac{(2.0\,\mathrm{rad/s})(8\pi\,\mathrm{J\!\cdot\!s})}{2\pi}
|
||||
E(J) = \omega_0 J
|
||||
= (2.0\,\mathrm{rad/s})(4.0\,\mathrm{J\!\cdot\!s})
|
||||
= 8.0\,\mathrm{J}.
|
||||
\]
|
||||
This returns the original energy exactly, confirming $E(J) = \omega_0 J/(2\pi)$ both algebraically and for the numerical values of this problem.
|
||||
This returns the original energy exactly, confirming $E(J) = \omega_0 J$ both algebraically and for the numerical values of this problem.
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
@@ -269,5 +283,5 @@ Therefore,
|
||||
\qquad
|
||||
x(t) = (2.0\,\mathrm{m})\cos\bigl((2.0\,\mathrm{rad/s})\,t\bigr),
|
||||
\qquad
|
||||
J = 8\pi\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
J = 4.0\,\mathrm{J\!\cdot\!s}.
|
||||
\]
|
||||
@@ -1,6 +1,6 @@
|
||||
\subsection{Charged Particle in Uniform Electric Field}
|
||||
|
||||
This subsection solves the Hamilton--Jacobi equation for a charged particle in a uniform electric field, showing that Jacobi's theorem reproduces the parabolic motion dictated by the constant electric force $\vec{F} = q\vec{E}$.
|
||||
This subsection solves the Hamilton--Jacobi equation for a charged particle in a uniform electric field, showing that Jacobi's theorem reproduces the parabolic motion dictated by the constant electric force $\vec{F} = q\vec{E}$. The problem is formally identical to the projectile motion treatment in~A.06: the separation ansatz, the characteristic function, and the Jacobi inversion follow exactly the same algebra, with the gravitational acceleration $g$ replaced by $-qE_0/m$. Likewise, the uniform field between parallel plates studied in Unit~9 (e9-3) produces a constant electric force that accelerates the particle uniformly; the HJ solution presented here applies directly to that configuration as well.
|
||||
|
||||
\dfn{Hamiltonian for a charged particle in a uniform electric field}{
|
||||
A particle of mass $m$ and charge $q$ in a uniform electric field $\vec{E} = E_0\,\hat{\bm{z}}$ (with $\vec{B} = 0$) is described by the scalar potential $\varphi = -E_0 z$ and zero vector potential. The Hamiltonian is
|
||||
|
||||
Reference in New Issue
Block a user