Rotational Mechanics
Time: 90 min | Total: 60 marks
Question 1 (24 marks)
Uniform solid sphere and hollow shell (same , ) released from rest, roll without slipping down an incline (angle , height ).
(a) Prove from . (5)
(b) Find about a tangent line; state & prove the parallel axis theorem . (5)
(c) From energy conservation derive at the bottom for ; hence compute . (5)
(d) Derive and find minimum for the solid sphere. (5)
(e) Write arrival_time(beta, theta_deg, h) and state its symbolic form. (4)
Question 2 (20 marks)
Turntable disk kg, m spinning freely at rad/s; person kg (point mass) walks from rim to centre.
(a) State conditions for conservation of ; justify here. (3) (b) Find at the centre. (5) (c) Find ; explain energy source and why conserved but not. (6) (d) For outward walk at radial speed , show and find torque on disk vs . (6)
Question 3 (16 marks)
Horizontal-axis gyroscope, support-to-CM distance , weight .
(a) Derive ; explain why it precesses not falls. (6)
(b) Reaction wheel: , , rpm; find spacecraft angular speed (deg/s), explain sign. (6)
(c) Write precession_rate(M,g,l,Is,ws); contrast precession vs reaction-wheel control. (4)
Answer keyMark scheme & solutions
Question 1
(a) Solid sphere inertia — 5 marks
Divide the sphere into thin disks of thickness at height ; disk radius , density . (1) Disk moment about the vertical (diameter) axis... use standard method: mass element, integrate.
, and a disk's inertia about a diameter through its centre is ; by symmetry integrate the axis-along- contribution: — cleaner shell method: Use spherical shells: , each thin shell has . (2) (1) Substitute : (1)
(b) Tangent axis + parallel axis proof — 5 marks
Proof: Take CM axis; a mass element at position from CM. New axis parallel, offset . Position from new axis (perpendicular components). (1) (1) Middle term since (CM origin); first term , last . (1) Tangent line: : (2)
(c) Speed from energy conservation — 5 marks
(1) (2) Solid ; hollow . (1) (1)
(d) Acceleration and friction — 5 marks
Torque about contact point (friction gives no torque there): , , . (2) (1) Friction from Newton's law: (1) For solid : . Require : (1)
(e) Code — 4 marks
Constant acceleration down incline length , from rest: .
import numpy as np
def arrival_time(beta, theta_deg, h, g=9.8):
th = np.radians(theta_deg)
a = g*np.sin(th)/(1+beta)
s = h/np.sin(th)
return np.sqrt(2*s/a)(2) for code. Symbolic form: (2)
Question 2
(a) Conditions — 3 marks
conserved when net external torque about the axis is zero. (1) Axle is frictionless (no torque), gravity and normal force act vertically along/through the axis producing no torque about the vertical spin axis, and the person's walking is an internal force. (2)
(b) Final ω — 5 marks
(1) Initial (person at rim): (1) Final (person at centre): . (1) (2)
(c) ΔK — 6 marks
(1) (1) (2) Positive: the person does positive work (their muscles) pushing inward against the outward "centrifugal" tendency; this internal work raises . (1) is conserved because it depends only on external torque (zero); is not conserved because internal muscular work can add energy — conservation of and of mechanical are independent statements. (1)
(d) Variable inertia + torque — 6 marks
Total inertia ; constant (2) Disk's own angular momentum . Person walks outward , so (2) (2) (Negative: disk decelerates as person moves out.)
Question 3
(a) Precession derivation — 6 marks
Gravity torque about support: , horizontal, perpendicular to . (1) so tip moves horizontally: over . (2) (2) It precesses rather than falls because the torque is perpendicular to : it changes the direction of (rotating it horizontally) rather than adding downward angular momentum. (1)
(b) Reaction wheel — 6 marks
Initial total ; wheel spun up body counter-rotates. (1) (1) $I_w\omega_w+I_\text{sc}\omega_\text{sc}=0\Rightarrow\omega_\text{sc}=-\frac{I_w\omega_w}{I_\text{sc}}=-\frac{0.8\times314.159}{1200}=-0.20944\ \mathrm{rad