Rotational Mechanics
Level 2 (Recall & Standard Problems)
Time: 30 minutes Total Marks: 40
Use where needed. Show all working.
Q1. Define a rigid body. State the number of degrees of freedom of a free rigid body in three-dimensional space. (3 marks)
Q2. A wheel starts from rest and attains an angular velocity of in under constant angular acceleration. (a) Find the angular acceleration. (b) Find the angular displacement in this time. (c) For a point on the rim at radius , find its tangential acceleration. (4 marks)
Q3. State the parallel axis theorem and prove it. (4 marks)
Q4. State the perpendicular axis theorem and clearly state the restriction on the type of body to which it applies. Use it to find the moment of inertia of a thin ring of mass and radius about a diameter. (4 marks)
Q5. A solid sphere of mass and radius rotates about a diameter at . (a) Write the moment of inertia of a solid sphere about a diameter. (b) Compute its rotational kinetic energy. (4 marks)
Q6. State the relation between torque and angular momentum. Using it, state the condition under which angular momentum of a system is conserved, and give one physical example. (4 marks)
Q7. A solid cylinder of mass and radius rolls without slipping with centre-of-mass speed . (a) Write the rolling-without-slipping condition. (b) Show that its total kinetic energy is . (4 marks)
Q8. A solid sphere, a solid disc and a ring, all released from rest from the top of the same incline, roll down without slipping. (a) Write the expression for the acceleration of a rolling body of down an incline of angle . (b) Rank the three bodies by the order in which they reach the bottom, with reasoning. (5 marks)
Q9. A uniform ladder of weight rests against a smooth wall and a rough floor. Write the three equilibrium conditions (in terms of forces and torque) that determine its equilibrium. (4 marks)
Q10. Explain briefly the gyroscopic effect and why a spinning top precesses instead of simply falling over. State one application of a gyroscope in spacecraft. (4 marks)
End of Paper
Answer keyMark scheme & solutions
Q1. (3 marks)
- Rigid body: a body in which the distance between any two constituent particles remains constant regardless of external forces (no deformation). (2)
- Degrees of freedom of a free rigid body = 6 (3 translational + 3 rotational). (1)
Q2. (4 marks) (a) . (1) (b) . (2) (c) . (1)
Q3. (4 marks) Statement: , where is the MI about an axis through the centre of mass and about a parallel axis a distance away. (1) Proof: Take CM as origin. For an axis through CM, . Parallel axis shifted by along : (2) Since origin is CM, , and , giving . (1)
Q4. (4 marks) Statement: For a planar (laminar) body lying in the -plane, . (1) Restriction: applies only to a plane lamina (two-dimensional body); the -axis must be perpendicular to the plane at the point where axes meet. (1) Application: For a ring, (about central axis) . By symmetry . So → . (2)
Q5. (4 marks) (a) . (1) . (1) (b) . (2)
Q6. (4 marks)
- Relation: . (2)
- If the net external torque is zero, , so is conserved. (1)
- Example: a spinning skater pulling arms in speeds up (I decreases, ω increases at constant L). (1)
Q7. (4 marks) (a) . (1) (b) , with and : (2) (1)
Q8. (5 marks) (a) where . (2) (b) values: sphere , disc , ring . Smaller → larger → reaches first. (2) Order (first to last): solid sphere, then solid disc, then ring. (1)
Q9. (4 marks) Let the floor normal , wall normal (horizontal) , floor friction .
- : . (1)
- : . (1)
- (about foot): (torque of wall reaction balances weight torque). (2)
Q10. (4 marks)
- Gyroscopic effect: a spinning body has large angular momentum along its spin axis; gravity applies a torque perpendicular to . Since , the change is perpendicular to , so the axis rotates (precesses) rather than falling. (2)
- Precession rate (mention). (1)
- Application: reaction/control-moment gyroscopes maintain and adjust spacecraft attitude (orientation) without expelling propellant. (1)
[
{"claim":"Q2: alpha=5, theta=40, a_t=1.25","code":"alpha=(20-0)/4; theta=0.5*alpha*16; at=0.25*alpha; result=(alpha==5 and theta==40 and at==1.25)"},
{"claim":"Q5: I=0.008 and KE=0.4 J","code":"I=Rational(2,5)*2*(Rational(1,10))**2; KE=Rational(1,2)*I*10**2; result=(I==Rational(1,125) and KE==Rational(2,5))"},
{"claim":"Q7: rolling cylinder KE = 3/4 M v^2","code":"M,v,R=symbols('M v R',positive=True); I=Rational(1,2)*M*R**2; w=v/R; KE=simplify(Rational(1,2)*M*v**2+Rational(1,2)*I*w**2); result=(KE==Rational(3,4)*M*v**2)"},
{"claim":"Q4: ring diameter MI = MR^2/2","code":"M,R=symbols('M R',positive=True); Iz=M*R**2; Idiam=Iz/2; result=(Idiam==M*R**2/2)"}
]