Rotational Mechanics
Level 4: Application (Novel Problems, No Hints)
Time: 60 minutes Total Marks: 60
Take unless stated otherwise. Show all working.
Q1. [12 marks] A uniform solid cylinder (mass , radius ) rests on a rough horizontal table. A horizontal force is applied by a light thread wound around a light frictionless spool of radius that is rigidly fixed coaxially to the cylinder (). The thread leaves from the top of the spool.
(a) Draw a free-body diagram and write the translational and rotational equations of motion (take rolling without slipping). [4] (b) Show that the linear acceleration of the centre is Simplify to a clean expression. [5] (c) Determine the magnitude and direction of the static friction force in terms of , , . For what value of does friction vanish? [3]
Q2. [14 marks] A solid sphere and a hollow sphere have the same mass and same radius . They are released from rest at the same height on an incline of angle and roll without slipping.
(a) Derive the acceleration of each down the incline. [5] (b) The two spheres are released simultaneously. If the incline length (along the slope) is , find the ratio of times taken to reach the bottom. Give a numerical value. [4] (c) State, with a one-line physical reason, which reaches the bottom first, and compute the ratio of their translational speeds at the bottom. [3] (d) The solid sphere, on reaching the horizontal ground, encounters a frictionless patch. Describe quantitatively what happens to its linear and angular velocities on that patch. [2]
Q3. [12 marks] A uniform rod of mass and length lies on a frictionless horizontal table. A putty ball of mass moving with speed perpendicular to the rod strikes and sticks to one end of the rod.
(a) State which conserved quantities apply during the collision and justify each. [3] (b) Find the angular velocity of the system immediately after impact about the centre of mass of the combined system. [6] (c) For , evaluate the fraction of the initial kinetic energy lost in the collision. [3]
Q4. [10 marks] A spinning top has a disc of mass and radius spinning at about its symmetry axis. Its centre of mass is a distance from the pivot point on the ground, and the axis is tilted so it precesses.
(a) Explain physically why the top precesses rather than falls, referencing torque and angular momentum direction. [3] (b) Compute the precession angular velocity . [4] (c) If the disc's spin rate is doubled, state the new precession rate and comment on the assumption used (). [3]
Q5. [12 marks] A uniform ladder of mass and length leans against a smooth (frictionless) vertical wall, making angle with the rough floor. A person of mass stands at a distance up the ladder from the base.
(a) Write the three equilibrium conditions. [3] (b) Find the normal force from the wall and the normal and friction forces from the floor. [6] (c) Determine the minimum coefficient of static friction at the floor needed for equilibrium. [3]
Answer keyMark scheme & solutions
Q1 [12]
Setup: Cylinder . Spool radius , thread from top, force horizontal.
(a) [4]
- Forces: applied (horizontal, at height ... but torque about cm uses moment arm ), weight , normal , static friction at contact. [1]
- Translational: (taking positive in direction of ; sign found later). [1½]
- Rotational about cm: torque from = (thread at radius from axis), torque from friction = . [1½] (Direction convention: both and taken to produce forward rolling; signs resolve algebraically.)
(b) [5] Rolling: . [1] From translation: . [1] Substitute into rotation: [1] [2]
Note: the sign/geometry of thread leaving the top gives the effective lever difference . Clean result:
(c) [3] [2] Friction vanishes when ; for friction acts forward, for backward. [1]
Q2 [14]
(a) [5] For a sphere rolling down incline with : [2] Solid sphere : [1½] Hollow sphere : [1½]
(b) [4] From , , so [3+1]
(c) [3] Solid sphere reaches first (smaller ⇒ larger acceleration ⇒ less energy in rotation). [1] Speed: , so [2]
(d) [2] On the frictionless patch, no torque ⇒ stays constant; no horizontal force ⇒ stays constant. The sphere continues at the speed and spin it had; rolling condition is still satisfied so it simply glides/rolls at constant velocity (no acceleration). [2]
Q3 [12]
(a) [3]
- Linear momentum: conserved — no external horizontal force on table (frictionless), impulsive contact is internal to the system. [1]
- Angular momentum about any fixed point: conserved — no external torque during impact. [1]
- Mechanical (kinetic) energy: NOT conserved — inelastic (sticking) collision. [1]
(b) [6] Place rod centre at origin; putty hits at . CM of combined system from rod centre: [1] Conserve angular momentum about the combined CM. Initial: only putty has momentum at perpendicular distance from CM: [2] Moment of inertia about combined CM: [1½] Then : [1½]
Simplified form (standard result): using ,
(c) [3] For : let , , , (ratios only). . . . . KE final KE initial Fraction lost . [3]
Q4 [10]
(a) [3] Gravity exerts a torque about the pivot, perpendicular to the spin angular momentum . This torque changes the direction of (not magnitude), causing the axis to sweep around vertically — precession. Because , rotates horizontally instead of the top toppling. [3]
(b) [4] [1] [1] [2]
(c) [3] , so doubling spin halves precession: . [2] The formula assumes fast-top approximation ; here , so approximation is well justified. [1]
Q5 [12]
(a) [3] With smooth wall, wall exerts only horizontal normal . Floor exerts vertical and horizontal friction . Conditions:
- [1]
- [1]
- (about base) [1]
(b) [6] [1] Torque about base (take for ratios; weights at horizontal lever = position, wall force at ): Rod weight at , person at . Balance: [2] , ; sum . . [2] [1]
(c) [3] [3]
[
{"claim":"Q2b time ratio ts/th = sqrt(21)/5 ≈ 0.9165","code":"a_s=Rational(5,7); a_h=Rational(3,5); ratio=sqrt(a_h/a_s); result=abs(float(ratio)-0.91652)<1e-3"},
{"claim":"Q2c speed ratio vs/vh = sqrt(25/21) ≈ 1.0911","code":"a_s=Rational(5,7); a_h=Rational(3,5); ratio=sqrt(a_s/a_h); result=abs(float(ratio)-1.09109)<1e-3"},
{"claim":"Q3c fraction of KE lost = 2/3 for m=M/2","code":"M=2; m=1; L=1; v0=1; xcm=Rational(m*L,2)/(M+m); d=Rational(L,2)-xcm; I=Rational(1,12)*M*L**2+M*xcm**2+m*d**2; Li=m*v0*d; w=Li/I; KEf=Rational(1,2)*I*w**2; KEi=Rational(1,2)*m*v0**2; frac=1-KEf/KEi; result=frac==Rational(2,3)"},
{"claim":"Q4b precession Omega = 2.45 rad/s","code":"m=0.20; g=9.8; l=0.03; R=0.04; w=150; I=0.5*m*R**2; Om=(m*g*l)/(I*w); result=abs(Om-2.45)<0.02"},
{"claim":"Q5c mu_min ≈ 0.397","code":"import math; Nf=80*9.8; Nw=(1/math.tan(math.radians(60)))*(0.5*20*9.8+0.75*60*9.8); mu=Nw/Nf; result=abs(mu-0.397)<0.005"}
]