A particle of mass m is placed on top of a smooth sphere of radius R. It is given a tiny nudge so it begins to slide. At what angle θ does it leave the surface of the sphere?
Solution
Energy conservation (starting from rest at the top):
mgR=mgRcosθ+21mR2θ˙2⟹θ˙2=R2g(1−cosθ)
Newton”s second law in the radial direction:
mgcosθ−N=mRθ˙2=2mg(1−cosθ)
The particle leaves when N=0:
cosθ=2(1−cosθ)⟹3cosθ=2⟹θ=arccos(2/3)≈48.2°
If you get this wrong, revise: Section 1.6 (conservation of energy), Section 1.2 (polar coordinates).
Problem 2
A block of mass m1=2kg on a frictionless horizontal table is connected by a string over a pulley to a mass m2=1kg hanging vertically. Find the acceleration using the Lagrangian.
Solution
Let x be the displacement of m1 (positive to the right, so m2 moves down).
If you get this wrong, revise: Section 3.5 (Atwood machine example), Section 3.1 (Lagrangian construction).
Problem 3
Derive the equation of motion for a particle of mass m sliding on the inside of a paraboloid of revolution z=αr2 under gravity, using cylindrical coordinates and the Lagrangian method.
Solution
Coordinates: (r,ϕ,z) with constraint z=αr2. Degrees of freedom: r and ϕ.
If you get this wrong, revise: Section 2.1 (generalised coordinates), Section 3.8 (cyclic coordinates).
Problem 4
For the double pendulum with m1=m2=m and l1=l2=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+21ml2θ˙22+ml2θ˙1θ˙2cos(θ1−θ2)
V=−2mglcosθ1−mglcosθ2
In the small-angle limit (cos(θ1−θ2)≈1, cosθi≈1−θi2/2):
T≈ml2θ˙12+21ml2θ˙22+ml2θ˙1θ˙2
V≈mglθ12+21mglθ22
The mass and stiffness matrices:
T=ml2(2111),V=mgl(2001)
The secular equation gives ω12=(2−2)g/l and ω22=(2+2)g/lConfirming coupled harmonic oscillators.
If you get this wrong, revise: Section 3.5 (double pendulum), Section 7.1 (small oscillations).
Problem 5
A particle moves in the potential V(x,y)=21k(x2+y2)+λxy. Find the normal mode frequencies and describe the normal modes.
Solution
L=21m(x˙2+y˙2)−21k(x2+y2)−λxy
T=m(1001),V=(kλλk)
Secular equation: det(V−ω2T)=(k−mω2)2−λ2=0
ω±2=mk±λ
Normal modes: (1,1) for ω+ (symmetric stretch) and (1,−1) for ω− (antisymmetric stretch).
If you get this wrong, revise: Section 7.3 (secular equation), Section 7.4 (orthogonality).
Problem 6
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 f and g be conserved, so {f,H}=0 and {g,H}=0. Using the Jacobi identity:
{f,{g,H}}+{g,{H,f}}+{H,{f,g}}=0
The first term vanishes since {g,H}=0. The second term: {g,{H,f}}={g,−{f,H}}=−{g,0}=0. Therefore:
{H,{f,g}}=0⟹dtd{f,g}={f,g}=0
(since neither depends explicitly on time). So {f,g} is conserved. ■
If you get this wrong, revise: Section 4.8 (Poisson brackets, properties, and Jacobi identity).
Problem 7
A particle of mass m moves in one dimension with potential V(x)=V0(∣x/a∣)n where V0,a>0 and n>0. Use dimensional analysis (or the virial theorem) to find the dependence of the period of oscillation on the amplitude A.
Solution
The Lagrangian is L=21mx˙2−V0∣x/a∣n. For oscillation with amplitude AThe energy is E=V0(A/a)n.
By dimensional analysis, the period T can only depend on m, V0, a, nAnd A. Writing [T]=[m]α[V0]β[a]γ[A]δ and noting [V0]=ML2T−2:
T=M−αL−2β−γ−δT2β⋅Mα(V0)βaγAδ
Matching dimensions: −α+β=0, −2β−γ−δ=0, 2β=1. So β=1/2, α=1/2.
T∝m/V0aγAδwith−1−γ−δ=0
Since n is dimensionless, we need δ=nγ (to make A/a appear with power n in the energy). Then −1−γ(1+n)=0Giving γ=−1/(1+n), δ=−n/(1+n).
T∝A−n/(1+n)=An/(1+n)1
For n=2 (harmonic oscillator): T is independent of A (isochronous). For n=4: T∝A−4/5.
Alternatively, via the virial theorem for V∝xn: ⟨T⟩=2n⟨V⟩And E=⟨T⟩+⟨V⟩=2n+2⟨V⟩So the average kinetic energy scales as ⟨T⟩∝E∝An. The period scales as T∝⟨T⟩/A∝An/2−1=A−(2−n)/2. Wait --- let me redo this more carefully.
Using E=V0(A/a)n and ⟨T⟩=n+2nE∝An. The RMS velocity scales as vrms∝An/2. The period is T∝A/vrms∝A1−n/2=A−(n−2)/2=A−n/(n+2)⋅A⋅.
Actually, the cleanest result from dimensional analysis is T∝A1−n/2Giving T∝A−1/2 for n=3 (cubic potential).
If you get this wrong, revise: Section 1.6 (energy conservation), Section 3.1 (Lagrangian).
Problem 8
Find the Hamiltonian for a charged particle (mass mCharge q) in an electromagnetic field with vector potential A and scalar potential ϕ.
Solution
The Lagrangian for a charged particle in an electromagnetic field is:
L=21mr˙2+qr˙⋅A−qϕ
The canonical momentum:
p=∂r˙∂L=mr˙+qA
Note: p=mr˙; the canonical momentum differs from the mechanical momentum by qA.
The Hamiltonian:
H=p⋅r˙−L=p⋅mp−qA−21m(mp−qA)2−qmp−qA⋅A+qϕ
=2m(p−qA)2+qϕ
If you get this wrong, revise: Section 4.2 (Hamiltonian via Legendre transform), Section 4.3 (Hamilton’s equations).
Problem 9
Find the inertia tensor of a uniform solid cube of mass M and side a about one of its corners. Identify the principal moments of inertia.
Solution
By symmetry, Ixx=Iyy=Izz and Ixy=Ixz=Iyz.
Place the corner at the origin with edges along the axes.
The eigenvalues are λ1=2 (with eigenvector (1,1,1)The body diagonal) and λ2,3=11 (degenerate, in the plane perpendicular to the body diagonal).
Principal moments: I1=Ma2/6, I2=I3=11Ma2/12.
If you get this wrong, revise: Section 8.3 (inertia tensor), Section 8.4 (principal axes).
Problem 10
A satellite in a circular orbit of radius r0 around Earth receives a brief tangential impulse that increases its speed by Δv. Determine whether the new orbit is elliptical, parabolic, or hyperbolic as a function of Δv.
Solution
The circular orbital speed is vc=GM/r0. The energy of the circular orbit is E0=−GMm/(2r0)=−mvc2/2.
After the impulse, the speed is v=vc+Δv and the new energy is:
If you get this wrong, revise: Section 6.4 (Kepler problem, orbit classification).
Problem 11
Two particles of masses m1 and m2 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(∣r1−r2∣):
L=21m1r˙12+21m2r˙22−V(∣r1−r2∣)
Introduce centre of mass R=(m1r1+m2r2)/(m1+m2) and relative coordinate r=r1−r2.
Then r1=R+Mm2r and r2=R−Mm1r where M=m1+m2.
L=21MR˙2+21μr˙2−V(r)
Where μ=m1m2/(m1+m2) 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 μ in the potential V(r).
If you get this wrong, revise: Section 6.1 (central force reduction), Section 1.5 (centre of mass).
Problem 12
Show that the Poisson brackets {Lx,Ly}=Lz and its cyclic permutations hold, where L=r×p is the angular momentum.
The cyclic permutations follow by the same method.
If you get this wrong, revise: Section 4.8 (Poisson bracket definition and properties).
Problem 13
A particle of mass m is constrained to move on the surface of a cone z=αx2+y2 (α>0) under gravity. Set up the Lagrangian and find the effective potential for the radial coordinate.
Solution
In cylindrical coordinates, the constraint is z=αrSo z˙=αr˙. The Lagrangian has two degrees of freedom, r and ϕ:
T=21m(r˙2+r2ϕ˙2+α2r˙2)=21m(1+α2)r˙2+21mr2ϕ˙2
V=mgαr
L=21m(1+α2)r˙2+21mr2ϕ˙2−mgαr
Since ϕ is cyclic, pϕ=mr2ϕ˙=l=const.
The energy is:
E=21m(1+α2)r˙2+Veff(r)
Where the effective potential is:
Veff(r)=2mr2l2+mgαr
This is the sum of a centrifugal barrier (∝1/r2) and a linear potential (∝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).
Problem 14
Derive the Hamilton-Jacobi equation for a particle in a central potential V(r) and use separation of variables to reduce it to quadratures.
Solution
In spherical coordinates (r,θ,ϕ)The Hamiltonian is:
H=2m1(pr2+r2pθ2+r2sin2θpϕ2)+V(r)
Since H is time-independent, write S=W(r,θ,ϕ)−Et. The HJ equation:
Since ϕ is cyclic, separate W=Wr(r)+Wθ(θ)+pϕϕ where pϕ is the z-component of angular momentum. Defining l2 as the separation constant:
(dθdWθ)2+sin2θpϕ2=l2
(drdWr)2+r2l2=2m(E−V(r))
The solution is reduced to quadratures:
Wr=∫2m(E−V(r))−l2/r2dr
Wθ=∫l2−sin2θpϕ2dθ
S=Wr+Wθ+pϕϕ−Et
If you get this wrong, revise: Section 4.9 (Hamilton-Jacobi equation), Section 6.1 (central force reduction).
Problem 15
A symmetric top (I1=I2) with I3=2I1 has total angular momentum L and spin n about its symmetry axis. Show that the angular velocity vector ω precesses around L and find the precession frequency.
Solution
In the body frame, Euler’s equations with I1=I2 and no external torque:
I1ω˙1=(I1−I3)ω2ω3=−I1ω2ω3
I1ω˙2=(I3−I1)ω3ω1=I1ω3ω1
I3ω˙3=0
From the third equation, ω3=n=const. Define Ω=(I3−I1)ω3/I1=n. The first two equations become:
ω˙1=−nω2,ω˙2=nω1
These describe circular motion in the (ω1,ω2) plane with frequency n. The angular velocity vector precesses around the 3-axis (symmetry axis) with frequency n in the body frame.
In the space frame, L is fixed. The symmetry axis precesses around L with the body cone rolling on the space cone. The precession frequency in the space frame is:
Ωspace=I1L=I1I12(ω12+ω22)+I32ω32
If you get this wrong, revise: Section 8.5 (Euler’s equations), Section 8.7 (spinning top).
Problem 16
A mass m is attached to a spring of constant k and hangs vertically. The upper end of the spring is then oscillated vertically as y0(t)=Acos(ωt). Find the steady-state solution and identify the resonance condition.
Solution
Let x be the extension of the spring from its natural length. The position of the mass is y0−x. The Lagrangian:
If you get this wrong, revise: Section 4.8 (fundamental Poisson brackets).
Problem 18
Prove Bertrand’s theorem: the only central potentials for which all bounded orbits are closed are V(r)=−k/r and V(r)=21kr2. (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=−l2u2mV′(1/u)Write V′(1/u)=−f(u)/u2 where f(u) is the force law. The orbit equation becomes u′′+u=J(u) where J(u)=l2mf(1/u)/u2… Actually let me use the standard approach.
For a nearly circular orbit at radius r0Write u=u0+x where u0=1/r0 and x is small. Linearising the Binet equation:
x′′+β2x=0
Where β2=3+f(r0)r0drdfr0 and f(r)=−dV/dr.
The orbit closes after a finite number of oscillations if β2 is a positive rational number for allr0 (i.e., for all energies). This is a very restrictive condition.
Step 2: Force law. Write f(r)=−kr−(n+3) (power law) or equivalently V(r)∝r−n. Then:
β2=3−n
For the orbit to close for all energies, β2 must be rational for all r0And since it is energy-independent for power laws, we need β2=p2/q2 for integers p,q.
The apsidal angle is Δϕ=π/β=πq/p. For the orbit to close, Δϕ must be a rational multiple of π.
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=−1 (V∝−1/rKepler) and n=2 (V∝r2Harmonic oscillator) work. For n=−1: β2=4, β=2, Δϕ=π/2 (ellipse closes after 2 oscillations, 4 quadrants). For n=2: β2=1, β=1, Δϕ=π (ellipse closes after 1 oscillation, 2 half-turns).
■
If you get this wrong, revise: Section 6.3 (Binet equation), Section 6.4 (Kepler problem, Bertrand’s theorem).