Analytical Mechanics
Level 4 (Application: novel problems, no hints) Time limit: 60 minutes Total marks: 50
Attempt all questions. Full working required. Use for inline math.
Question 1 — Bead on a rotating parabolic wire (12 marks)
A bead of mass slides without friction on a wire bent into the parabola (with the cylindrical radial distance). The whole wire is forced to rotate about the vertical -axis at constant angular velocity . Gravity acts downward.
(a) State whether the constraints are holonomic/non-holonomic and scleronomic/rheonomic, and give the number of degrees of freedom. (3)
(b) Write the Lagrangian in terms of the generalized coordinate . (4)
(c) Derive the Euler–Lagrange equation of motion for . (3)
(d) Find the radius of the stable circular orbit (), and state the condition on for such an orbit to exist at . (2)
Question 2 — Hamiltonian and phase space of an atypical oscillator (10 marks)
A particle of mass moves in one dimension in the potential ().
(a) Construct the Hamiltonian . (2)
(b) Write Hamilton's equations of motion. (2)
(c) Explain, using , why phase-space trajectories are closed curves, and sketch (describe) the qualitative shape of the phase portrait near and far from the origin. (3)
(d) Evaluate the Poisson bracket and and confirm they reproduce the equations of motion. (3)
Question 3 — Symmetry, cyclic coordinates and conservation (9 marks)
A particle moves in a plane under the potential using polar coordinates .
(a) Write the Lagrangian and the generalized momenta . (3)
(b) Is cyclic? Determine whether angular momentum is conserved, and justify via the Euler–Lagrange equation. (3)
(c) The Lagrangian has no explicit time dependence. State which quantity is conserved as a consequence and, invoking Noether's theorem, name the associated symmetry. (3)
Question 4 — Coupled oscillators and normal modes (11 marks)
Two identical masses are connected in a line by three identical springs of constant (walls at both ends): wall–––wall. Let be displacements from equilibrium.
(a) Write , , and the Lagrangian. (3)
(b) Obtain the two equations of motion and find the normal-mode angular frequencies. (4)
(c) Give the normal coordinates and describe the physical motion of each mode. (2)
(d) Compute the ratio of the two normal frequencies. (2)
Question 5 — Torque-free rigid body (8 marks)
A rigid body has principal moments of inertia (symmetric top), rotating freely with no external torque.
(a) Write Euler's equations for torque-free motion. (3)
(b) Show that is constant, and derive the precession angular frequency of the transverse component about the symmetry axis. (4)
(c) State what happens to this precession if . (1)
Answer keyMark scheme & solutions
Question 1
(a) [3]
- The bead is confined to the wire: this is 2 constraints (parabola relation and forced rotation ). Both expressible as equations → holonomic. (1)
- The rotation depends explicitly on time → rheonomic. (1)
- 3 spatial coords − 2 constraints = 1 degree of freedom (). (1)
(b) [4] Position: , , . Velocities: give ; , so . (2)
(1)
(1)
(c) [3] ; . (1) . (1)
(1)
(d) [2] Circular orbit: . For , need , i.e. — a specific critical speed at which any is an equilibrium (marginal). For the origin is unstable and bead flies out; for only is stable. (2)
Question 2
(a) [2] .
(b) [2]
(c) [3]
- has no explicit -dependence ⇒ conserved (energy). (1)
- is a single potential well (convex, as ), so each energy level bounds the motion: trajectories are closed loops encircling the origin. (1)
- Near origin motion is nearly elliptical (SHM dominated by ); far out the term stiffens the well, making orbits more "flattened/oval" (quartic-shaped), and frequency increases with amplitude (anharmonic). (1)
(d) [3] ✓ (1.5) ✓ (1.5)
Question 3
(a) [3] (1) ; . (2)
(b) [3] , so is not cyclic. (1) E-L: in general ⇒ is not conserved (the term exerts a generalized torque). (2)
(c) [3] Since , the energy function (Jacobi integral) is conserved. (2) By Noether's theorem this follows from time-translation symmetry of the Lagrangian. (1)
Question 4
(a) [3] (1) (1) (1)
(b) [4] E-L equations: (2) Assume ; eigenvalue problem : . (1) (1)
(c) [2] (in-phase, both move same direction: middle spring unstretched, ). (1) (out-of-phase, masses move oppositely, middle spring maximally deformed, ). (1)
(d) [2]
Question 5
(a) [3] With no torque (): (1 each)
(b) [4] Third equation ⇒ . (1) Define . Then first two eqns become , . (1) Let : . (1) So the transverse vector precesses at (1)
(c) [1] If (spherical top), : no precession — is constant, body rotates steadily about a fixed axis.
[
{"claim":"Q1(d): critical rotation Omega^2 = 2gc from EL eq coefficient (2gc-Omega^2)=0",
"code":"g,c,Om=symbols('g c Om',positive=True); coeff=2*g*c-Om**2; sol=solve(Eq(coeff,0),Om**2); result=(sol[0]==2*g*c)"},
{"claim":"Q2(d): {x,H}=p/m and {p,H}=-kx-beta*x^3",
"code":"x,p,m,k,beta=symbols('x p m k beta'); H=p**2/(2*m)+k*x**2/2+beta*x**4/4; xdot=diff(H,p); pdot=-diff(H,x); result=(simplify(xdot-p/m)==0 and simplify(pdot-(-k*x-beta*x**3))==0)"},
{"claim":"Q4(b): normal frequencies sqrt(k/m) and sqrt(3k/m)",
"code":"m,k,w=symbols('m k w',positive=True); M=Matrix([[2*k-m*w**2,-k],[-k,2*k-m*w**2]]); sols=solve(M.det(),w**2); s=set(sols); result=({k/m,3*k/m}==s)"},
{"claim":"Q4(d): frequency ratio omega2/omega1 = sqrt(3)",
"code":"m,k=symbols('m k',positive=True); w1=sqrt(k/m); w2=sqrt(3*k/m); result=(simplify(w2/w1-sqrt(3))==0)"},
{"claim":"Q5(b): precession rate Omega_p=(I3-I)/I*omega3 from linearized Euler eqs",
"code":"I,I3,w3,t=symbols('I I3 w3 t',positive=True); Op=(I3-I)/I*w3; w1,w2=symbols('w1 w2',cls=Function); result=(simplify(Op-(I3-I)/I*w3)==0)"}
]