GSO001 Problem 19
Problem Statement
Small Oscillations of a Mass Point on a Rotating Ring
Problem Statement
Consider a fixed coordinate system with the positive z-axis pointing vertically upward. The magnitude of gravitational acceleration is g, and gravity acts in the −z direction.
A thin, smooth ring of radius R is fixed with its diameter aligned along the z-axis and rotates at constant angular velocity ω about the z-axis.
A mass point of mass m is threaded onto the ring and can slide along it without friction. The position of the mass point is uniquely described by the central angle θ (0≤θ≤π) measured from the lowest point of the ring (on the z-axis).
When the angular velocity satisfies ω>g/R, there exists a stable equilibrium position θ=θ0 (0<θ0<π/2) other than the lowest point.
Starting from this stable equilibrium position, the mass point is displaced slightly along the ring and released from rest, after which it undergoes small oscillations about θ0.
Let Ω be the angular frequency of this small oscillation. Find the value of Ω2.
Constraints
- Magnitude of gravitational acceleration: g=9.80 m/s2
- Radius of ring: R=0.50 m
- Angular velocity of ring: ω=7.00 rad/s
- Mass of mass point: m=0.100 kg
Input Format
Compute Ω2 in units of rad2/s2 and give the answer as a positive integer equal to the value multiplied by 100.
Solution
This problem is solved by formulating the Lagrangian in analytical mechanics and analyzing small oscillations via a Taylor expansion of the effective potential.
The Cartesian coordinates (x,y,z) of the mass point are expressed using the central angle θ and time t as:
xyz=Rsinθcos(ωt)=Rsinθsin(ωt)=−RcosθDifferentiating with respect to t to obtain velocity components and computing v2=x˙2+y˙2+z˙2:
v2=R2θ˙2+R2ω2sin2θThe kinetic energy T and potential energy U (measured from the origin, not from the lowest point z=−R) are:
TU=21mv2=21mR2θ˙2+21mR2ω2sin2θ=mgz=−mgRcosθThe Lagrangian L=T−U is:
L=21mR2θ˙2+21mR2ω2sin2θ+mgRcosθApplying the Euler-Lagrange equation dtd(∂θ˙∂L)−∂θ∂L=0:
mR2θ¨−(mR2ω2sinθcosθ−mgRsinθ)=0 θ¨=sinθ(ω2cosθ−Rg)At the equilibrium position θ0, we have θ¨=0, so either sinθ0=0 or cosθ0=Rω2g.
Since ω>g/R implies Rω2g<1, the stable equilibrium position in the range 0<θ0<π/2 is given by:
cosθ0=Rω2gNext, setting θ=θ0+ϕ (where ϕ is small) and linearizing the equation of motion, the angular frequency Ω of small oscillations is obtained from:
Ω2=mR2Veff′′(θ0)Here, the effective potential Veff(θ) corresponds to the negative of the θ-dependent part of the Lagrangian:
Veff(θ)=−21mR2ω2sin2θ−mgRcosθComputing the derivatives:
Veff′(θ)=−mR2ω2sinθcosθ+mgRsinθ Veff′′(θ)=−mR2ω2(cos2θ−sin2θ)+mgRcosθSubstituting θ=θ0 and using the relation mgR=mR2ω2cosθ0:
Veff′′(θ0)=−mR2ω2(cos2θ0−sin2θ0)+(mR2ω2cosθ0)cosθ0=mR2ω2sin2θ0Therefore:
Ω2=ω2sin2θ0=ω2(1−cos2θ0)=ω2−R2ω2g2Substituting the given numerical values:
- Rω2=0.50×7.002=0.50×49=24.5 m/s2
- cosθ0=Rω2g=24.59.80=0.4
- Ω2=49×(1−0.42)=49×(1−0.16)=49×0.84=41.16 rad2/s2
The required answer is Ω2 multiplied by 100, giving 4116.
Answer: 4116