feat(HJ): Chapter 3 — Advanced Analytical Mechanics (Hamilton-Jacobi)
Add Chapter 3 with 13 concept files covering: - HJ Fundamentals: derivation, separation, action-angle, EM coupling - Mechanics problems: free particle, projectile, SHO, Kepler, rigid rotator - EM problems: uniform E-field, cyclotron, E×B drift, Coulomb Also: manifest update (13 entries), macro additions (HJ + \bm + \dd override), unicode cleanup, compilation fixes.
This commit is contained in:
152
concepts/advanced/uniform-e-field-hj.tex
Normal file
152
concepts/advanced/uniform-e-field-hj.tex
Normal file
@@ -0,0 +1,152 @@
|
||||
\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}$.
|
||||
|
||||
\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
|
||||
\[
|
||||
\mcH = \frac{p_x^2 + p_y^2 + p_z^2}{2m} - qE_0 z.
|
||||
\]
|
||||
The coordinates $x$ and $y$ are absent from $\mcH$, so they are cyclic and the conjugate momenta $p_x$, $p_y$ are constants of the motion. The Hamilton--Jacobi equation for $\mcS(\vec{r},t)$ is
|
||||
\[
|
||||
\frac{1}{2m}\left[\left(\pdv{\mcS}{x}\right)^2 + \left(\pdv{\mcS}{y}\right)^2 + \left(\pdv{\mcS}{z}\right)^2\right] - qE_0 z + \pdv{\mcS}{t} = 0.
|
||||
\]}
|
||||
|
||||
\nt{This problem is the electromagnetic analogue of projectile motion. The gravitational acceleration $g$ is replaced by the electric acceleration $qE_0/m$ and the direction of $\hat{\bm{y}}$ by $\hat{\bm{z}}$. The two problems are formally equivalent under the substitution $g \to -qE_0/m$.}
|
||||
|
||||
\thm{Complete integral and trajectory from Jacobi's theorem}{
|
||||
The complete integral of the Hamilton--Jacobi equation for a charged particle in the uniform field $\vec{E} = E_0\,\hat{\bm{z}}$ is
|
||||
\[
|
||||
\mcS(x,y,z,t) = p_x x + p_y y + \frac{2\sqrt{2m}}{3qE_0}\left(E_z + qE_0 z\right)^{3/2} - Et,
|
||||
\]
|
||||
where $p_x$ and $p_y$ are the conserved transverse momenta and $E_z = E - (p_x^2 + p_y^2)/(2m)$. Jacobi's theorem with respect to the energy, $\pdv{\mcS}{E} = \beta_E$, yields the trajectory along the field direction:
|
||||
\[
|
||||
z(t) = v_{0z}\,t + \frac{1}{2}\,\frac{qE_0}{m}\,t^2,
|
||||
\]
|
||||
a parabola identical in form to the kinematic equation for constant acceleration.}
|
||||
|
||||
\pf{Separation of the HJ equation and extraction of $z(t)$}{
|
||||
Because the Hamiltonian has no explicit time dependence, use the ansatz $\mcS = p_x x + p_y y + W_z(z) - Et$, where $p_x$, $p_y$, and $E$ are the separation constants. The partial derivatives are
|
||||
\[
|
||||
\pdv{\mcS}{x} = p_x,
|
||||
\qquad
|
||||
\pdv{\mcS}{y} = p_y,
|
||||
\qquad
|
||||
\pdv{\mcS}{z} = \der{W_z}{z},
|
||||
\qquad
|
||||
\pdv{\mcS}{t} = -E.
|
||||
\]
|
||||
Substitute into the HJ PDE:
|
||||
\[
|
||||
\frac{1}{2m}\Bigl(p_x^2 + p_y^2 + \left(\der{W_z}{z}\right)^2\Bigr) - qE_0 z = E.
|
||||
\]
|
||||
Define the energy associated with $z$-motion, $E_z = E - (p_x^2 + p_y^2)/(2m)$, and solve for the derivative:
|
||||
\[
|
||||
\der{W_z}{z} = \sqrt{2m\left(E_z + qE_0 z\right)}.
|
||||
\]
|
||||
Integrate with respect to $z$. Set $u = E_z + qE_0 z$, so $\dd u = qE_0\,\dd z$:
|
||||
\[
|
||||
W_z(z) = \frac{\sqrt{2m}}{qE_0}\int\sqrt{u}\,\dd u
|
||||
= \frac{2\sqrt{2m}}{3qE_0}\left(E_z + qE_0 z\right)^{3/2}.
|
||||
\]
|
||||
Reassemble the principal function:
|
||||
\[
|
||||
\mcS(x,y,z,t) = p_x x + p_y y + \frac{2\sqrt{2m}}{3qE_0}\left(E_z + qE_0 z\right)^{3/2} - Et.
|
||||
\]
|
||||
Jacobi's theorem with respect to $E$ gives
|
||||
\[
|
||||
\pdv{\mcS}{E} = \frac{2\sqrt{2m}}{3qE_0}\cdot\frac{3}{2}\left(E_z + qE_0 z\right)^{1/2} - t = \beta_E,
|
||||
\]
|
||||
since $\pdv{E_z}{E} = 1$ with $p_x$ and $p_y$ held fixed. Simplify:
|
||||
\[
|
||||
\frac{\sqrt{2m}}{qE_0}\sqrt{E_z + qE_0 z} - t = \beta_E.
|
||||
\]
|
||||
The square root equals $p_z(z)/\sqrt{2m} = m v_z$ divided by $\sqrt{2m}$, so multiplying by $qE_0/\sqrt{2m}$ gives
|
||||
\[
|
||||
v_z(t) = \frac{qE_0}{m}\,(t + \beta_E).
|
||||
\]
|
||||
At $t = 0$, set $v_z(0) = v_{0z}$. Then $\beta_E = v_{0z}\,m/(qE_0)$ and
|
||||
\[
|
||||
v_z(t) = v_{0z} + \frac{qE_0}{m}\,t.
|
||||
\]
|
||||
Integrating once more with $z(0) = 0$:
|
||||
\[
|
||||
z(t) = v_{0z}\,t + \frac{1}{2}\,\frac{qE_0}{m}\,t^2.
|
||||
\]
|
||||
This is the trajectory along the field. The transverse coordinates evolve uniformly, with Jacobi's theorem applied to $p_x$ and $p_y$ giving $x(t) = (p_x/m)t + \beta_x$ and $y(t) = (p_y/m)t + \beta_y$.}
|
||||
|
||||
\nt{Verification against the Lorentz force}{Newton's second law with $\vec{F} = q\vec{E} = qE_0\,\hat{\bm{z}}$ gives the component equation $m\,\dv[2]{z}{t} = qE_0$. Integrating twice subject to $z(0) = 0$ and $\dot{z}(0) = v_{0z}$ yields
|
||||
\[
|
||||
z(t) = v_{0z}\,t + \frac{1}{2}\,\frac{qE_0}{m}\,t^2,
|
||||
\]
|
||||
which matches the Hamilton--Jacobi trajectory exactly. The constant acceleration $a_z = qE_0/m$ depends on the charge-to-mass ratio and the field strength. For an electron ($q < 0$) the acceleration opposes the field direction, just as a positively charged particle accelerates along the field. The equivalence between HJ and the force-law approach holds for any time-independent potential.}
|
||||
|
||||
\qs{Electron in a uniform electric field}{
|
||||
An electron ($q = -e = -1.60\times 10^{-19}\,\mathrm{C}$, $m = 9.11\times 10^{-31}\,\mathrm{kg}$) moves in a uniform electric field $\vec{E} = 1000\,\mathrm{N/C}$ directed along $+\hat{\bm{z}}$. The electron is released from rest at the origin at $t = 0$.
|
||||
|
||||
\begin{enumerate}[label=(\alph*)]
|
||||
\item Write the Hamilton--Jacobi equation for this system. Show that $x$ and $y$ are cyclic coordinates and identify the corresponding separation constants.
|
||||
\item For an electron with $p_x = p_y = 0$ and $v_{0z} = 0$, find $z(t)$ using Jacobi's theorem and give the canonical $z$-momentum $p_z$ as a function of time.
|
||||
\item At $t = 1.0\,\mathrm{ns} = 1.0\times 10^{-9}\,\mathrm{s}$, compute the position $z(t)$ and kinetic energy. Compare to the $F = ma$ prediction.
|
||||
\end{enumerate}}
|
||||
|
||||
\sol \textbf{Part (a).} The Hamiltonian is
|
||||
\[
|
||||
\mcH = \frac{p_x^2 + p_y^2 + p_z^2}{2m} - qE_0 z,
|
||||
\]
|
||||
with $E_0 = 1000\,\mathrm{N/C}$. The Hamilton--Jacobi equation reads
|
||||
\[
|
||||
\frac{1}{2m}\left[\left(\pdv{\mcS}{x}\right)^2 + \left(\pdv{\mcS}{y}\right)^2 + \left(\pdv{\mcS}{z}\right)^2\right] - qE_0 z + \pdv{\mcS}{t} = 0.
|
||||
\]
|
||||
Neither $x$ nor $y$ appears explicitly in the Hamiltonian, so both are cyclic. Their conjugate momenta
|
||||
\[
|
||||
\pdv{\mcS}{x} = \alpha_x,
|
||||
\qquad
|
||||
\pdv{\mcS}{y} = \alpha_y,
|
||||
\]
|
||||
are conserved separation constants. The complete integral is $\mcS = \alpha_x x + \alpha_y y + W_z(z) - Et$.
|
||||
|
||||
\textbf{Part (b).} With $p_x = p_y = 0$ we have $\alpha_x = \alpha_y = 0$ and the action reduces to $\mcS = W_z(z) - Et$. The HJ equation gives
|
||||
\[
|
||||
\frac{1}{2m}\left(\der{W_z}{z}\right)^2 - qE_0 z = E.
|
||||
\]
|
||||
Solve for the canonical momentum:
|
||||
\[
|
||||
p_z(z) = \der{W_z}{z} = \sqrt{2m\bigl(E + qE_0 z\bigr)}.
|
||||
\]
|
||||
Jacobi's theorem yields the velocity $v_z(t) = \dfrac{qE_0}{m}(t + \beta_E)$. The particle starts from rest, so $v_z(0) = 0$ fixes $\beta_E = 0$ and
|
||||
\[
|
||||
v_z(t) = \frac{qE_0}{m}\,t,
|
||||
\qquad
|
||||
p_z(t) = qE_0\,t.
|
||||
\]
|
||||
Integrating $v_z(t)$ with $z(0) = 0$:
|
||||
\[
|
||||
z(t) = \frac{1}{2}\,\frac{qE_0}{m}\,t^2.
|
||||
\]
|
||||
Because $q = -e < 0$ and $E_0 > 0$, the acceleration is negative and the electron moves in the $-z$ direction.
|
||||
|
||||
\textbf{Part (c).} Compute the acceleration:
|
||||
\[
|
||||
a = \frac{qE_0}{m} = \frac{(-1.60\times 10^{-19})(1000)}{9.11\times 10^{-31}}\,\mathrm{m/s^2}
|
||||
= -1.76\times 10^{14}\,\mathrm{m/s^2}.
|
||||
\]
|
||||
At $t = 1.0\times 10^{-9}\,\mathrm{s}$ the position is
|
||||
\[
|
||||
z = \frac{1}{2}\,a\,t^2
|
||||
= \frac{1}{2}\,(-1.76\times 10^{14})(1.0\times 10^{-18})\,\mathrm{m}
|
||||
= -8.8\times 10^{-5}\,\mathrm{m}.
|
||||
\]
|
||||
The speed is $|v_z| = |a|\,t = (1.76\times 10^{14})(1.0\times 10^{-9})\,\mathrm{m/s} = 1.76\times 10^{5}\,\mathrm{m/s}$. The kinetic energy is
|
||||
\[
|
||||
K = \tfrac{1}{2}\,m\,v_z^2 = \tfrac{1}{2}\,(9.11\times 10^{-31})(1.76\times 10^{5})^2\,\mathrm{J}
|
||||
= 1.4\times 10^{-20}\,\mathrm{J}.
|
||||
\]
|
||||
In electron volts, $K = (1.4\times 10^{-20})/(1.60\times 10^{-19})\,\mathrm{eV} = 0.088\,\mathrm{eV}$. From the $F = ma$ approach, $\vec{F} = q\vec{E} = (-1.60\times 10^{-19})(1000)\,\hat{\bm{z}}\,\mathrm{N} = -1.60\times 10^{-16}\,\hat{\bm{z}}\,\mathrm{N}$. The resulting acceleration $a = -1.76\times 10^{14}\,\mathrm{m/s^2}$ is identical and the integrated kinematics $z = \tfrac{1}{2}at^2$ reproduce both the position and energy exactly.
|
||||
|
||||
Therefore,
|
||||
\[
|
||||
z(1.0\,\mathrm{ns}) = -8.8\times 10^{-5}\,\mathrm{m},
|
||||
\qquad
|
||||
K = 1.4\times 10^{-20}\,\mathrm{J} = 0.088\,\mathrm{eV}.
|
||||
\]
|
||||
Reference in New Issue
Block a user