Skip to content

Problem Set | Physics - Wyatt's Notes

A particle of mass mm is placed on top of a smooth sphere of radius RR. It is given a tiny nudge so it begins to slide. At what angle θ\theta does it leave the surface of the sphere?

Solution

Energy conservation (starting from rest at the top):

mgR=mgRcosθ+12mR2θ˙2    θ˙2=2g(1cosθ)RmgR = mgR\cos\theta + \frac{1}{2}mR^2\dot{\theta}^2 \implies \dot{\theta}^2 = \frac{2g(1 - \cos\theta)}{R}

Newton”s second law in the radial direction:

mgcosθN=mRθ˙2=2mg(1cosθ)mg\cos\theta - N = mR\dot{\theta}^2 = 2mg(1 - \cos\theta)

The particle leaves when N=0N = 0:

cosθ=2(1cosθ)    3cosθ=2    θ=arccos(2/3)48.2°\cos\theta = 2(1 - \cos\theta) \implies 3\cos\theta = 2 \implies \theta = \arccos(2/3) \approx 48.2°

If you get this wrong, revise: Section 1.6 (conservation of energy), Section 1.2 (polar coordinates).

A block of mass m1=2kgm_1 = 2\,\mathrm{kg} on a frictionless horizontal table is connected by a string over a pulley to a mass m2=1kgm_2 = 1\,\mathrm{kg} hanging vertically. Find the acceleration using the Lagrangian.

Solution

Let xx be the displacement of m1m_1 (positive to the right, so m2m_2 moves down).

T=12(m1+m2)x˙2,V=m2gxT = \frac{1}{2}(m_1 + m_2)\dot{x}^2, \quad V = -m_2 g x

L=12(m1+m2)x˙2+m2gxL = \frac{1}{2}(m_1 + m_2)\dot{x}^2 + m_2 g x

Euler-Lagrange: (m1+m2)x¨=m2g(m_1 + m_2)\ddot{x} = m_2 g So a=m2g/(m1+m2)=g/33.27m/s2a = m_2 g / (m_1 + m_2) = g/3 \approx 3.27\,\mathrm{m}/s^2.

If you get this wrong, revise: Section 3.5 (Atwood machine example), Section 3.1 (Lagrangian construction).

Derive the equation of motion for a particle of mass mm sliding on the inside of a paraboloid of revolution z=αr2z = \alpha r^2 under gravity, using cylindrical coordinates and the Lagrangian method.

Solution

Coordinates: (r,ϕ,z)(r, \phi, z) with constraint z=αr2z = \alpha r^2. Degrees of freedom: rr and ϕ\phi.

z˙=2αrr˙\dot{z} = 2\alpha r\dot{r}

T=12m(r˙2+r2ϕ˙2+4α2r2r˙2)=12mr˙2(1+4α2r2)+12mr2ϕ˙2T = \frac{1}{2}m(\dot{r}^2 + r^2\dot{\phi}^2 + 4\alpha^2 r^2\dot{r}^2) = \frac{1}{2}m\dot{r}^2(1 + 4\alpha^2 r^2) + \frac{1}{2}mr^2\dot{\phi}^2

V=mgαr2V = mg\alpha r^2

L=12m(1+4α2r2)r˙2+12mr2ϕ˙2mgαr2L = \frac{1}{2}m(1 + 4\alpha^2 r^2)\dot{r}^2 + \frac{1}{2}mr^2\dot{\phi}^2 - mg\alpha r^2

Since ϕ\phi is cyclic, pϕ=mr2ϕ˙=l=constp_\phi = mr^2\dot{\phi} = l = \mathrm{const}.

For the rr equation:

ddt[m(1+4α2r2)r˙]=4mα2rr˙2+mrϕ˙22mgαr\frac{d}{dt}\left[m(1 + 4\alpha^2 r^2)\dot{r}\right] = 4m\alpha^2 r\dot{r}^2 + mr\dot{\phi}^2 - 2mg\alpha r

m(1+4α2r2)r¨+4mα2rr˙2=4mα2rr˙2+l2mr32mgαrm(1 + 4\alpha^2 r^2)\ddot{r} + 4m\alpha^2 r\dot{r}^2 = 4m\alpha^2 r\dot{r}^2 + \frac{l^2}{mr^3} - 2mg\alpha r

(1+4α2r2)r¨=l2m2r32gαr(1 + 4\alpha^2 r^2)\ddot{r} = \frac{l^2}{m^2 r^3} - 2g\alpha r

If you get this wrong, revise: Section 2.1 (generalised coordinates), Section 3.8 (cyclic coordinates).

For the double pendulum with m1=m2=mm_1 = m_2 = m and l1=l2=ll_1 = l_2 = lFind the Lagrangian and verify the equations of motion in the small-angle limit reduce to coupled harmonic oscillators.

Solution

From Section 3.5, for equal masses and lengths:

T=ml2θ˙12+12ml2θ˙22+ml2θ˙1θ˙2cos(θ1θ2)T = ml^2\dot{\theta}_1^2 + \frac{1}{2}ml^2\dot{\theta}_2^2 + ml^2\dot{\theta}_1\dot{\theta}_2\cos(\theta_1 - \theta_2)

V=2mglcosθ1mglcosθ2V = -2mgl\cos\theta_1 - mgl\cos\theta_2

In the small-angle limit (cos(θ1θ2)1\cos(\theta_1 - \theta_2) \approx 1, cosθi1θi2/2\cos\theta_i \approx 1 - \theta_i^2/2):

Tml2θ˙12+12ml2θ˙22+ml2θ˙1θ˙2T \approx ml^2\dot{\theta}_1^2 + \frac{1}{2}ml^2\dot{\theta}_2^2 + ml^2\dot{\theta}_1\dot{\theta}_2

Vmglθ12+12mglθ22V \approx mgl\theta_1^2 + \frac{1}{2}mgl\theta_2^2

The mass and stiffness matrices:

T=ml2(2111),V=mgl(2001)\mathbf{T} = ml^2\begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix}, \quad \mathbf{V} = mgl\begin{pmatrix} 2 & 0 \\ 0 & 1 \end{pmatrix}

The secular equation gives ω12=(22)g/l\omega_1^2 = (2-\sqrt{2})g/l and ω22=(2+2)g/l\omega_2^2 = (2+\sqrt{2})g/lConfirming coupled harmonic oscillators.

If you get this wrong, revise: Section 3.5 (double pendulum), Section 7.1 (small oscillations).

A particle moves in the potential V(x,y)=12k(x2+y2)+λxyV(x, y) = \frac{1}{2}k(x^2 + y^2) + \lambda xy. Find the normal mode frequencies and describe the normal modes.

Solution

L=12m(x˙2+y˙2)12k(x2+y2)λxyL = \frac{1}{2}m(\dot{x}^2 + \dot{y}^2) - \frac{1}{2}k(x^2 + y^2) - \lambda xy

T=m(1001),V=(kλλk)\mathbf{T} = m\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \quad \mathbf{V} = \begin{pmatrix} k & \lambda \\ \lambda & k \end{pmatrix}

Secular equation: det(Vω2T)=(kmω2)2λ2=0\det(\mathbf{V} - \omega^2\mathbf{T}) = (k - m\omega^2)^2 - \lambda^2 = 0

ω±2=k±λm\omega_\pm^2 = \frac{k \pm \lambda}{m}

Normal modes: (1,1)(1, 1) for ω+\omega_+ (symmetric stretch) and (1,1)(1, -1) for ω\omega_- (antisymmetric stretch).

If you get this wrong, revise: Section 7.3 (secular equation), Section 7.4 (orthogonality).

Prove that the Poisson bracket of two conserved quantities is itself a conserved quantity (Poisson’s theorem), assuming neither quantity depends explicitly on time.

Solution

Let ff and gg be conserved, so {f,H}=0\{f, H\} = 0 and {g,H}=0\{g, H\} = 0. Using the Jacobi identity:

{f,{g,H}}+{g,{H,f}}+{H,{f,g}}=0\{f, \{g, H\}\} + \{g, \{H, f\}\} + \{H, \{f, g\}\} = 0

The first term vanishes since {g,H}=0\{g, H\} = 0. The second term: {g,{H,f}}={g,{f,H}}={g,0}=0\{g, \{H, f\}\} = \{g, -\{f, H\}\} = -\{g, 0\} = 0. Therefore:

{H,{f,g}}=0    ddt{f,g}={f,g}=0\{H, \{f, g\}\} = 0 \implies \frac{d}{dt}\{f, g\} = \{f, g\} = 0

(since neither depends explicitly on time). So {f,g}\{f, g\} is conserved. \blacksquare

If you get this wrong, revise: Section 4.8 (Poisson brackets, properties, and Jacobi identity).

A particle of mass mm moves in one dimension with potential V(x)=V0(x/a)nV(x) = V_0(\lvert x/a\rvert)^n where V0,a>0V_0, a \gt 0 and n>0n \gt 0. Use dimensional analysis (or the virial theorem) to find the dependence of the period of oscillation on the amplitude AA.

Solution

The Lagrangian is L=12mx˙2V0x/anL = \frac{1}{2}m\dot{x}^2 - V_0\lvert x/a\rvert^n. For oscillation with amplitude AAThe energy is E=V0(A/a)nE = V_0(A/a)^n.

By dimensional analysis, the period TT can only depend on mm, V0V_0, aa, nn And AA. Writing [T]=[m]α[V0]β[a]γ[A]δ[T] = [m]^\alpha [V_0]^\beta [a]^\gamma [A]^\delta and noting [V0]=ML2T2[V_0] = ML^2T^{-2}:

T=MαL2βγδT2βMα(V0)βaγAδT = M^{-\alpha}L^{-2\beta-\gamma-\delta}T^{2\beta} \cdot M^\alpha(V_0)^\beta a^\gamma A^\delta

Matching dimensions: α+β=0-\alpha + \beta = 0, 2βγδ=0-2\beta - \gamma - \delta = 0, 2β=12\beta = 1. So β=1/2\beta = 1/2, α=1/2\alpha = 1/2.

Tm/V0aγAδwith1γδ=0T \propto \sqrt{m/V_0}\, a^\gamma A^\delta \quad \mathrm{with} \quad -1 - \gamma - \delta = 0

Since nn is dimensionless, we need δ=nγ\delta = n\gamma (to make A/aA/a appear with power nn in the energy). Then 1γ(1+n)=0-1 - \gamma(1 + n) = 0Giving γ=1/(1+n)\gamma = -1/(1+n), δ=n/(1+n)\delta = -n/(1+n).

TAn/(1+n)=1An/(1+n)T \propto A^{-n/(1+n)} = \frac{1}{A^{n/(1+n)}}

For n=2n = 2 (harmonic oscillator): TT is independent of AA (isochronous). For n=4n = 4: TA4/5T \propto A^{-4/5}.

Alternatively, via the virial theorem for VxnV \propto x^n: T=n2V\langle T \rangle = \frac{n}{2}\langle V \rangle And E=T+V=n+22VE = \langle T \rangle + \langle V \rangle = \frac{n+2}{2}\langle V \rangle So the average kinetic energy scales as TEAn\langle T \rangle \propto E \propto A^n. The period scales as TT/AAn/21=A(2n)/2T \propto \sqrt{\langle T \rangle} / A \propto A^{n/2 - 1} = A^{-(2-n)/2}. Wait --- let me redo this more carefully.

Using E=V0(A/a)nE = V_0(A/a)^n and T=nn+2EAn\langle T \rangle = \frac{n}{n+2}E \propto A^n. The RMS velocity scales as vrmsAn/2v_{\mathrm{rms} \propto A^{n/2}}. The period is TA/vrmsA1n/2=A(n2)/2=An/(n+2)AT \propto A/v_{\mathrm{rms} \propto A^{1-n/2} = A^{-(n-2)/2} = A^{-n/(n+2)} \cdot A^{\cdot}}.

Actually, the cleanest result from dimensional analysis is TA1n/2T \propto A^{1 - n/2}Giving TA1/2T \propto A^{-1/2} for n=3n = 3 (cubic potential).

If you get this wrong, revise: Section 1.6 (energy conservation), Section 3.1 (Lagrangian).

Find the Hamiltonian for a charged particle (mass mmCharge qq) in an electromagnetic field with vector potential A\mathbf{A} and scalar potential ϕ\phi.

Solution

The Lagrangian for a charged particle in an electromagnetic field is:

L=12mr˙2+qr˙AqϕL = \frac{1}{2}m\dot{\mathbf{r}}^2 + q\dot{\mathbf{r}} \cdot \mathbf{A} - q\phi

The canonical momentum:

p=Lr˙=mr˙+qA\mathbf{p} = \frac{\partial L}{\partial \dot{\mathbf{r}}} = m\dot{\mathbf{r}} + q\mathbf{A}

Note: pmr˙\mathbf{p} \neq m\dot{\mathbf{r}}; the canonical momentum differs from the mechanical momentum by qAq\mathbf{A}.

The Hamiltonian:

H=pr˙L=ppqAm12m(pqAm)2qpqAmA+qϕH = \mathbf{p} \cdot \dot{\mathbf{r}} - L = \mathbf{p} \cdot \frac{\mathbf{p} - q\mathbf{A}}{m} - \frac{1}{2}m\left(\frac{\mathbf{p} - q\mathbf{A}}{m}\right)^2 - q\frac{\mathbf{p} - q\mathbf{A}}{m} \cdot \mathbf{A} + q\phi

=(pqA)22m+qϕ= \frac{(\mathbf{p} - q\mathbf{A})^2}{2m} + q\phi

If you get this wrong, revise: Section 4.2 (Hamiltonian via Legendre transform), Section 4.3 (Hamilton’s equations).

Find the inertia tensor of a uniform solid cube of mass MM and side aa about one of its corners. Identify the principal moments of inertia.

Solution

By symmetry, Ixx=Iyy=IzzI_{xx} = I_{yy} = I_{zz} and Ixy=Ixz=IyzI_{xy} = I_{xz} = I_{yz}.

Place the corner at the origin with edges along the axes.

Ixx=0a0a0aMa3(y2+z2)dxdydz=Ma3a2a33=2Ma23I_{xx} = \int_0^a \int_0^a \int_0^a \frac{M}{a^3}(y^2 + z^2)\, dx\, dy\, dz = \frac{M}{a^3} \cdot a \cdot \frac{2a^3}{3} = \frac{2Ma^2}{3}

Ixy=0a0a0aMa3xydxdydz=Ma3a22a22a=Ma24I_{xy} = -\int_0^a \int_0^a \int_0^a \frac{M}{a^3} xy\, dx\, dy\, dz = -\frac{M}{a^3} \cdot \frac{a^2}{2} \cdot \frac{a^2}{2} \cdot a = -\frac{Ma^2}{4}

The inertia tensor is:

I=Ma212(833383338)\mathbf{I} = \frac{Ma^2}{12}\begin{pmatrix} 8 & -3 & -3 \\ -3 & 8 & -3 \\ -3 & -3 & 8 \end{pmatrix}

The eigenvalues of (833383338)\begin{pmatrix} 8 & -3 & -3 \\ -3 & 8 & -3 \\ -3 & -3 & 8 \end{pmatrix} are found from det(Mλ1)=0\det(\mathbf{M} - \lambda\mathbf{1}) = 0:

(8λ)32727+3(8λ)(9)=0(8-\lambda)^3 - 27 - 27 + 3(8-\lambda)(9) = 0

Trying λ=2\lambda = 2: 21654=1620216 - 54 = 162 \neq 0. Trying λ=11\lambda = 11: (3)354+3(3)(9)=275481=1620(-3)^3 - 54 + 3(-3)(9) = -27 - 54 - 81 = -162 \neq 0.

The eigenvalues are λ1=2\lambda_1 = 2 (with eigenvector (1,1,1)(1,1,1)The body diagonal) and λ2,3=11\lambda_{2,3} = 11 (degenerate, in the plane perpendicular to the body diagonal).

Principal moments: I1=Ma2/6I_1 = Ma^2/6, I2=I3=11Ma2/12I_2 = I_3 = 11Ma^2/12.

If you get this wrong, revise: Section 8.3 (inertia tensor), Section 8.4 (principal axes).

A satellite in a circular orbit of radius r0r_0 around Earth receives a brief tangential impulse that increases its speed by Δv\Delta v. Determine whether the new orbit is elliptical, parabolic, or hyperbolic as a function of Δv\Delta v.

Solution

The circular orbital speed is vc=GM/r0v_c = \sqrt{GM/r_0}. The energy of the circular orbit is E0=GMm/(2r0)=mvc2/2E_0 = -GMm/(2r_0) = -mv_c^2/2.

After the impulse, the speed is v=vc+Δvv = v_c + \Delta v and the new energy is:

E=12m(vc+Δv)2GMmr0=12m(vc+Δv)2mvc2=12m(vc2+2vcΔv+Δv2)mvc2E = \frac{1}{2}m(v_c + \Delta v)^2 - \frac{GMm}{r_0} = \frac{1}{2}m(v_c + \Delta v)^2 - mv_c^2 = \frac{1}{2}m(v_c^2 + 2v_c\Delta v + \Delta v^2) - mv_c^2

=12m(2vcΔv+Δv2)12mvc2=E0+mvcΔv+12mΔv2= \frac{1}{2}m(2v_c\Delta v + \Delta v^2) - \frac{1}{2}mv_c^2 = E_0 + mv_c\Delta v + \frac{1}{2}m\Delta v^2

  • Elliptical if E<0E \lt 0: Δv<(21)vc0.414vc\Delta v \lt (\sqrt{2} - 1)v_c \approx 0.414\, v_c
  • Parabolic if E=0E = 0: Δv=(21)vc\Delta v = (\sqrt{2} - 1)v_c
  • Hyperbolic if E>0E \gt 0: Δv>(21)vc\Delta v \gt (\sqrt{2} - 1)v_c

If you get this wrong, revise: Section 6.4 (Kepler problem, orbit classification).

Two particles of masses m1m_1 and m2m_2 interact via a central force. Reduce the two-body problem to an equivalent one-body problem and identify the reduced mass.

Solution

The Lagrangian for two particles interacting via V(r1r2)V(\lvert\mathbf{r}_1 - \mathbf{r}_2\rvert):

L=12m1r˙12+12m2r˙22V(r1r2)L = \frac{1}{2}m_1\dot{\mathbf{r}}_1^2 + \frac{1}{2}m_2\dot{\mathbf{r}}_2^2 - V(\lvert\mathbf{r}_1 - \mathbf{r}_2\rvert)

Introduce centre of mass R=(m1r1+m2r2)/(m1+m2)\mathbf{R} = (m_1\mathbf{r}_1 + m_2\mathbf{r}_2)/(m_1 + m_2) and relative coordinate r=r1r2\mathbf{r} = \mathbf{r}_1 - \mathbf{r}_2.

Then r1=R+m2Mr\mathbf{r}_1 = \mathbf{R} + \frac{m_2}{M}\mathbf{r} and r2=Rm1Mr\mathbf{r}_2 = \mathbf{R} - \frac{m_1}{M}\mathbf{r} where M=m1+m2M = m_1 + m_2.

L=12MR˙2+12μr˙2V(r)L = \frac{1}{2}M\dot{\mathbf{R}}^2 + \frac{1}{2}\mu\dot{\mathbf{r}}^2 - V(r)

Where μ=m1m2/(m1+m2)\mu = m_1 m_2 / (m_1 + m_2) is the reduced mass.

The centre of mass moves freely (uniform motion or at rest), and the relative motion is equivalent to a single particle of mass μ\mu in the potential V(r)V(r).

If you get this wrong, revise: Section 6.1 (central force reduction), Section 1.5 (centre of mass).

Show that the Poisson brackets {Lx,Ly}=Lz\{L_x, L_y\} = L_z and its cyclic permutations hold, where L=r×p\mathbf{L} = \mathbf{r} \times \mathbf{p} is the angular momentum.

Solution

Lx=ypzzpyL_x = yp_z - zp_y, Ly=zpxxpzL_y = zp_x - xp_z, Lz=xpyypxL_z = xp_y - yp_x.

{Lx,Ly}=LxxLypxLxpxLyx+LxyLypyLxpyLyy+LxzLypzLxpzLyz\{L_x, L_y\} = \frac{\partial L_x}{\partial x}\frac{\partial L_y}{\partial p_x} - \frac{\partial L_x}{\partial p_x}\frac{\partial L_y}{\partial x} + \frac{\partial L_x}{\partial y}\frac{\partial L_y}{\partial p_y} - \frac{\partial L_x}{\partial p_y}\frac{\partial L_y}{\partial y} + \frac{\partial L_x}{\partial z}\frac{\partial L_y}{\partial p_z} - \frac{\partial L_x}{\partial p_z}\frac{\partial L_y}{\partial z}

Computing each term:

  • Lx/x=0\partial L_x/\partial x = 0, Ly/px=z\partial L_y/\partial p_x = z: contributes 00
  • Lx/px=0\partial L_x/\partial p_x = 0, Ly/x=pz\partial L_y/\partial x = -p_z: contributes 00
  • Lx/y=pz\partial L_x/\partial y = p_z, Ly/py=0\partial L_y/\partial p_y = 0: contributes 00
  • Lx/py=z\partial L_x/\partial p_y = -z, Ly/y=0\partial L_y/\partial y = 0: contributes 00
  • Lx/z=py\partial L_x/\partial z = -p_y, Ly/pz=x\partial L_y/\partial p_z = -x: contributes pyxp_y x
  • Lx/pz=y\partial L_x/\partial p_z = y, Ly/z=px\partial L_y/\partial z = p_x: contributes ypx-y p_x

{Lx,Ly}=xpyypx=Lz\{L_x, L_y\} = xp_y - yp_x = L_z \quad \blacksquare

The cyclic permutations follow by the same method.

If you get this wrong, revise: Section 4.8 (Poisson bracket definition and properties).

A particle of mass mm is constrained to move on the surface of a cone z=αx2+y2z = \alpha\sqrt{x^2 + y^2} (α>0\alpha \gt 0) under gravity. Set up the Lagrangian and find the effective potential for the radial coordinate.

Solution

In cylindrical coordinates, the constraint is z=αrz = \alpha r So z˙=αr˙\dot{z} = \alpha\dot{r}. The Lagrangian has two degrees of freedom, rr and ϕ\phi:

T=12m(r˙2+r2ϕ˙2+α2r˙2)=12m(1+α2)r˙2+12mr2ϕ˙2T = \frac{1}{2}m(\dot{r}^2 + r^2\dot{\phi}^2 + \alpha^2\dot{r}^2) = \frac{1}{2}m(1+\alpha^2)\dot{r}^2 + \frac{1}{2}mr^2\dot{\phi}^2

V=mgαrV = mg\alpha r

L=12m(1+α2)r˙2+12mr2ϕ˙2mgαrL = \frac{1}{2}m(1+\alpha^2)\dot{r}^2 + \frac{1}{2}mr^2\dot{\phi}^2 - mg\alpha r

Since ϕ\phi is cyclic, pϕ=mr2ϕ˙=l=constp_\phi = mr^2\dot{\phi} = l = \mathrm{const}.

The energy is:

E=12m(1+α2)r˙2+Veff(r)E = \frac{1}{2}m(1+\alpha^2)\dot{r}^2 + V_{\mathrm{eff}(r)}

Where the effective potential is:

Veff(r)=l22mr2+mgαrV_{\mathrm{eff}(r) = \frac{l^2}{2mr^2} + mg\alpha r}

This is the sum of a centrifugal barrier (1/r2\propto 1/r^2) and a linear potential (r\propto r), giving a single minimum that corresponds to a stable circular orbit.

If you get this wrong, revise: Section 2.2 (holonomic constraints), Section 6.2 (effective potential).

Derive the Hamilton-Jacobi equation for a particle in a central potential V(r)V(r) and use separation of variables to reduce it to quadratures.

Solution

In spherical coordinates (r,θ,ϕ)(r, \theta, \phi)The Hamiltonian is:

H=12m(pr2+pθ2r2+pϕ2r2sin2θ)+V(r)H = \frac{1}{2m}\left(p_r^2 + \frac{p_\theta^2}{r^2} + \frac{p_\phi^2}{r^2\sin^2\theta}\right) + V(r)

Since HH is time-independent, write S=W(r,θ,ϕ)EtS = W(r, \theta, \phi) - Et. The HJ equation:

12m[(Wr)2+1r2(Wθ)2+1r2sin2θ(Wϕ)2]+V(r)=E\frac{1}{2m}\left[\left(\frac{\partial W}{\partial r}\right)^2 + \frac{1}{r^2}\left(\frac{\partial W}{\partial \theta}\right)^2 + \frac{1}{r^2\sin^2\theta}\left(\frac{\partial W}{\partial \phi}\right)^2\right] + V(r) = E

Since ϕ\phi is cyclic, separate W=Wr(r)+Wθ(θ)+pϕϕW = W_r(r) + W_\theta(\theta) + p_\phi\phi where pϕp_\phi is the zz-component of angular momentum. Defining l2l^2 as the separation constant:

(dWθdθ)2+pϕ2sin2θ=l2\left(\frac{dW_\theta}{d\theta}\right)^2 + \frac{p_\phi^2}{\sin^2\theta} = l^2

(dWrdr)2+l2r2=2m(EV(r))\left(\frac{dW_r}{dr}\right)^2 + \frac{l^2}{r^2} = 2m(E - V(r))

The solution is reduced to quadratures:

Wr=2m(EV(r))l2/r2drW_r = \int \sqrt{2m(E - V(r)) - l^2/r^2}\, dr

Wθ=l2pϕ2sin2θdθW_\theta = \int \sqrt{l^2 - \frac{p_\phi^2}{\sin^2\theta}}\, d\theta

S=Wr+Wθ+pϕϕEtS = W_r + W_\theta + p_\phi\phi - Et

If you get this wrong, revise: Section 4.9 (Hamilton-Jacobi equation), Section 6.1 (central force reduction).

A symmetric top (I1=I2I_1 = I_2) with I3=2I1I_3 = 2I_1 has total angular momentum LL and spin nn about its symmetry axis. Show that the angular velocity vector ω\boldsymbol{\omega} precesses around L\mathbf{L} and find the precession frequency.

Solution

In the body frame, Euler’s equations with I1=I2I_1 = I_2 and no external torque:

I1ω˙1=(I1I3)ω2ω3=I1ω2ω3I_1\dot{\omega}_1 = (I_1 - I_3)\omega_2\omega_3 = -I_1\omega_2\omega_3

I1ω˙2=(I3I1)ω3ω1=I1ω3ω1I_1\dot{\omega}_2 = (I_3 - I_1)\omega_3\omega_1 = I_1\omega_3\omega_1

I3ω˙3=0I_3\dot{\omega}_3 = 0

From the third equation, ω3=n=const\omega_3 = n = \mathrm{const}. Define Ω=(I3I1)ω3/I1=n\Omega = (I_3 - I_1)\omega_3/I_1 = n. The first two equations become:

ω˙1=nω2,ω˙2=nω1\dot{\omega}_1 = -n\omega_2, \quad \dot{\omega}_2 = n\omega_1

These describe circular motion in the (ω1,ω2)(\omega_1, \omega_2) plane with frequency nn. The angular velocity vector precesses around the 3-axis (symmetry axis) with frequency nn in the body frame.

In the space frame, L\mathbf{L} is fixed. The symmetry axis precesses around L\mathbf{L} with the body cone rolling on the space cone. The precession frequency in the space frame is:

Ωspace=LI1=I12(ω12+ω22)+I32ω32I1\Omega_{\mathrm{space} = \frac{L}{I_1} = \frac{\sqrt{I_1^2(\omega_1^2 + \omega_2^2) + I_3^2\omega_3^2}}{I_1}}

If you get this wrong, revise: Section 8.5 (Euler’s equations), Section 8.7 (spinning top).

A mass mm is attached to a spring of constant kk and hangs vertically. The upper end of the spring is then oscillated vertically as y0(t)=Acos(ωt)y_0(t) = A\cos(\omega t). Find the steady-state solution and identify the resonance condition.

Solution

Let xx be the extension of the spring from its natural length. The position of the mass is y0xy_0 - x. The Lagrangian:

L=12m(y˙0x˙)2+mg(y0x)12kx2L = \frac{1}{2}m(\dot{y}_0 - \dot{x})^2 + mg(y_0 - x) - \frac{1}{2}kx^2

Since y˙0=Aωsin(ωt)\dot{y}_0 = -A\omega\sin(\omega t):

L=12mx˙2mAωsin(ωt)x˙+mgAcos(ωt)mgx12kx2L = \frac{1}{2}m\dot{x}^2 - mA\omega\sin(\omega t)\dot{x} + mgA\cos(\omega t) - mgx - \frac{1}{2}kx^2

Euler-Lagrange equation:

mx¨+kx=mAω2cos(ωt)mg+mAω2cos(ωt)+mg=mAω2cos(ωt)m\ddot{x} + kx = -mA\omega^2\cos(\omega t) - mg + mA\omega^2\cos(\omega t) + mg = -mA\omega^2\cos(\omega t)

Wait, let me redo this. Let xx be measured from the equilibrium position. The equation of motion for the displacement from equilibrium is:

mx¨+kx=mAω2cos(ωt)m\ddot{x} + kx = mA\omega^2\cos(\omega t)

The steady-state solution is x(t)=Xcos(ωt)x(t) = X\cos(\omega t) where:

X=mAω2kmω2=Aω2ω02ω2X = \frac{mA\omega^2}{k - m\omega^2} = \frac{A\omega^2}{\omega_0^2 - \omega^2}

Where ω0=k/m\omega_0 = \sqrt{k/m}. Resonance occurs at ω=ω0\omega = \omega_0 where the amplitude diverges (without damping).

If you get this wrong, revise: Section 3.2 (Euler-Lagrange equation), forced oscillation theory.

Compute {H,H}\{H, H\} and {qj,pk}\{q_j, p_k\} directly from the definition of the Poisson bracket. Show that {qj,pk}=δjk\{q_j, p_k\} = \delta_{jk}.

Solution

For {H,H}\{H, H\}:

{H,H}=j(HqjHpjHpjHqj)=0\{H, H\} = \sum_j \left(\frac{\partial H}{\partial q_j}\frac{\partial H}{\partial p_j} - \frac{\partial H}{\partial p_j}\frac{\partial H}{\partial q_j}\right) = 0

By antisymmetry of the Poisson bracket. (Also follows from Theorem 4.5 since HH is conserved when H/t=0\partial H/\partial t = 0.)

For {qj,pk}\{q_j, p_k\}:

{qj,pk}=l(qjqlpkplqjplpkql)\{q_j, p_k\} = \sum_l \left(\frac{\partial q_j}{\partial q_l}\frac{\partial p_k}{\partial p_l} - \frac{\partial q_j}{\partial p_l}\frac{\partial p_k}{\partial q_l}\right)

=l(δjlδkl0)=δjk= \sum_l \left(\delta_{jl}\delta_{kl} - 0\right) = \delta_{jk}

\blacksquare

If you get this wrong, revise: Section 4.8 (fundamental Poisson brackets).

Prove Bertrand’s theorem: the only central potentials for which all bounded orbits are closed are V(r)=k/rV(r) = -k/r and V(r)=12kr2V(r) = \frac{1}{2}kr^2. (Sketch the …/1-number-and-algebra/3_proof-and-logic; a full …/1-number-and-algebra/3_proof-and-logic requires showing that the orbit must close after a finite number of oscillations for all energies.)

Solution

We sketch the key steps of the …/1-number-and-algebra/3_proof-and-logic.

Step 1: Orbit equation. From the Binet equation u+u=ml2u2V(1/u)u'' + u = -\frac{m}{l^2 u^2}V'(1/u)Write V(1/u)=f(u)/u2V'(1/u) = -f(u)/u^2 where f(u)f(u) is the force law. The orbit equation becomes u+u=J(u)u'' + u = J(u) where J(u)=ml2f(1/u)/u2J(u) = \frac{m}{l^2}f(1/u)/u^2… Actually let me use the standard approach.

For a nearly circular orbit at radius r0r_0Write u=u0+xu = u_0 + x where u0=1/r0u_0 = 1/r_0 and xx is small. Linearising the Binet equation:

x+β2x=0x'' + \beta^2 x = 0

Where β2=3+r0f(r0)dfdrr0\beta^2 = 3 + \frac{r_0}{f(r_0)}\frac{df}{dr}\bigg|_{r_0} and f(r)=dV/drf(r) = -dV/dr.

The orbit closes after a finite number of oscillations if β2\beta^2 is a positive rational number for all r0r_0 (i.e., for all energies). This is a very restrictive condition.

Step 2: Force law. Write f(r)=kr(n+3)f(r) = -k r^{-(n+3)} (power law) or equivalently V(r)rnV(r) \propto r^{-n}. Then:

β2=3n\beta^2 = 3 - n

For the orbit to close for all energies, β2\beta^2 must be rational for all r0r_0 And since it is energy-independent for power laws, we need β2=p2/q2\beta^2 = p^2/q^2 for integers p,qp, q.

The apsidal angle is Δϕ=π/β=πq/p\Delta\phi = \pi/\beta = \pi q/p. For the orbit to close, Δϕ\Delta\phi must be a rational multiple of π\pi.

Step 3: Only two possibilities. For the orbit to be closed (not just the apsidal angle to be rational, but the orbit to close for all initial conditions), a deeper analysis shows only n=1n = -1 (V1/rV \propto -1/rKepler) and n=2n = 2 (Vr2V \propto r^2Harmonic oscillator) work. For n=1n = -1: β2=4\beta^2 = 4, β=2\beta = 2, Δϕ=π/2\Delta\phi = \pi/2 (ellipse closes after 2 oscillations, 4 quadrants). For n=2n = 2: β2=1\beta^2 = 1, β=1\beta = 1, Δϕ=π\Delta\phi = \pi (ellipse closes after 1 oscillation, 2 half-turns).

\blacksquare

If you get this wrong, revise: Section 6.3 (Binet equation), Section 6.4 (Kepler problem, Bertrand’s theorem).

flowchart TD
A[9_Problem Set] --> B[Key Concepts]
A --> C[Core Principles]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
C --> F[Design patterns]
D --> G[Real-world usage]

Classical mechanics is the foundation of physics: it describes how objects move under forces. Newton’s second law, F equals ma, is the starting point, but the deeper principles are conservation laws. Energy conservation says the total stays constant when forces are conservative; momentum conservation says the centre of mass moves as if all external forces acted on a single particle; angular momentum conservation explains why planets orbit in ellipses. Lagrangian and Hamiltonian mechanics reformulate these ideas in terms of energy rather than force, revealing symmetries that lead directly to conservation laws via Noether’s theorem.

Forgetting that normal force does no work: When a particle slides on a surface, the normal force is perpendicular to displacement and contributes zero work. Including it in energy calculations gives incorrect kinetic energy.

Confusing centripetal and centrifugal forces: Centripetal force is the real net force directed inward; centrifugal force is a fictitious force in the rotating frame. Using centrifugal in an inertial frame gives wrong equations of motion.

Neglecting sign conventions in potential energy: The gravitational potential V = mgh assumes a reference at h = 0. Choosing the wrong reference point or sign flips the energy conservation equation.