Explanation
Core Formula/Logic: Kinetic energy KE = p^2/(2m), where p is momentum. If KE1 = KE2, then p1^2/(2m1) = p2^2/(2m2) -> p1/p2 = sqrt(m1/m2).
Step-by-Step Solution:
1. KE = p^2/(2m). Set KE1 = KE2: p1^2/(2m1) = p2^2/(2m2).
2. Cancel 2: p1^2/m1 = p2^2/m2.
3. Cross-multiply: p1^2 * m2 = p2^2 * m1.
4. Divide by p2^2 * m2: (p1/p2)^2 = m1/m2.
5. Take square root: p1/p2 = sqrt(m1)/sqrt(m2) = √m1 : √m2.
Common Pitfall: Choosing m1:m2 (option A) would be true if velocities were equal, not KE. Option C (m1^2:m2^2) confuses squaring when it should be square root. Option B reverses the ratio.
Shortcut/Takeaway: For equal KE, momentum is proportional to the square root of mass. Memorize: p ∝ √m when KE is constant. Example: if m1=4m2, then p1=2p2.