Here's a JEE-level problem on angular momentum conservation:
Problem: A uniform disc of mass 2 kg and radius 0.1 m is rotating about its axis with an angular velocity of 20 rad/s. A small block of mass 0.5 kg is gently placed at a distance of 0.05 m from the axis. Assuming no external torque acts on the system, find the new angular velocity of the disc.
Solution:
Step 1: Calculate the initial angular momentum of the system.
Moment of inertia of disc: I₁ = (1/2)MR² = (1/2) × 2 × (0.1)² = 0.01 kg·m²
Initial angular momentum: L = I₁ω₁ = 0.01 × 20 = 0.2 kg·m²/s
Step 2: Calculate the new moment of inertia after placing the block.
Moment of inertia of block: I_block = mr² = 0.5 × (0.05)² = 0.00125 kg·m²
Total moment of inertia: I₂ = I₁ + I_block = 0.01 + 0.00125 = 0.01125 kg·m²
Step 3: Apply conservation of angular momentum to find the new angular velocity.
L = I₁ω₁ = I₂ω₂
ω₂ = (I₁ω₁)/I₂ = (0.01 × 20)/0.01125 = 17.78 rad/s
Therefore, the new angular velocity is 17.78 rad/s.