GSO002 Problem 13
Problem Statement
Watt Governor: Non-Linear Small Oscillations in a Rotating System
Problem Statement
Let g be the magnitude of gravitational acceleration on a certain planet.
A thin vertical rotating axis is fixed. At a smooth hinge at point O on this axis, two massless rigid rods of length l connect to two balls A and B (both of mass m, treated as point masses).
From each ball, another massless rigid rod of length l extends, and the other ends of these rods are connected to a common smooth hinge at sleeve C (treated as a point mass of mass M).
Sleeve C can slide up and down the rotating axis without friction. Balls A and B are always in symmetric positions on opposite sides of the axis. The quadrilateral O-A-C-B always forms a rhombus, and these four points always lie in the same plane (which contains the axis) and rotate together around the axis.
The entire device is forced to rotate at constant angular velocity ω around the axis. Sleeve C reaches a steady position at distance z0 from O (as seen in the rotating frame). At this point, let θ0 (0<θ0<π/2) be the angle between each rod and the rotation axis.
Then, in the rotating frame, sleeve C is given a small vertical displacement and released, after which it undergoes small oscillations about the steady-state position.
Find the period T of these small oscillations.
Air resistance and friction at all hinges are negligible.
Constraints
- Gravitational acceleration: g=12 m/s2
- Mass of balls A and B: m=4 kg
- Mass of sleeve C: M=3 kg
- Length of rigid rods: l=1.4 m
- Angular velocity of rotation: ω=5 rad/s
Input Format
The period T of small oscillations can be expressed as T=BAπ [s] with coprime positive integers A,B. Find the value of 100A+B and give the answer as a positive integer.
Solution
1. Mechanical Energy in the Rotating Frame
Let the z-axis point vertically downward with O as origin. Let θ(t) be the angle between each rod and the z-axis at any time.
In the rotating frame, the speed of each ball is vm′=lθ˙. Since the quadrilateral is a rhombus, sleeve C is always at depth 2lcosθ, so its speed is vM′=2lθ˙sinθ.
Kinetic energy in the rotating frame:
K′=(m+2Msin2θ)l2θ˙2The effective potential energy is the sum of gravitational and centrifugal potential energies:
Ueff(θ)=−2(m+M)glcosθ−ml2ω2sin2θThe mechanical energy E′=K′+Ueff(θ)=const is conserved in the rotating frame.
2. Steady-State Condition
At steady state θ=θ0 (θ˙=0, θ¨=0), i.e., Ueff′(θ0)=0:
cosθ0=mlω2(m+M)gSubstituting:
cosθ0=4×1.4×25(4+3)×12=14084=53So cosθ0=3/5 and sinθ0=4/5.
3. Angular Frequency of Small Oscillations
Differentiating the energy conservation equation with respect to time and linearizing for θ=θ0+Δθ:
2(m+2Msin2θ0)l2Δθ¨=−Ueff′′(θ0)ΔθComputing Ueff′′(θ0):
Ueff′′(θ)=2(m+M)glcosθ−2ml2ω2(cos2θ−sin2θ)At θ0, using 2(m+M)glcosθ0=2ml2ω2cos2θ0:
Ueff′′(θ0)=2ml2ω2sin2θ0The angular frequency of small oscillations:
ωosc2=m+2Msin2θ0mω2sin2θ0Numerically:
- Numerator: 4×25×(4/5)2=100×16/25=64
- Denominator: 4+2×3×(4/5)2=4+96/25=196/25
Period:
T=ωosc2π=107π [s]With A=7, B=10 (coprime): 100A+B=710.
Final Answer: 710