What is Center of Mass (COM)?
The center of mass is the unique point where the entire mass of a system can be considered concentrated for analyzing translational motion. It is the mass-weighted average position of all particles — the exact balance point of any system. For uniform gravity fields, the center of mass equals the center of gravity.
Mathematical Foundation
Laws & Principles
- Convex Hull Rule: The COM of any system of positive masses must lie within the convex hull (the smallest boundary enclosing all mass positions). If your result falls outside, you have an input error.
- COM ≠ Geometric Center: The COM is biased toward heavier masses. A baseball bat's COM is near the barrel, not at the midpoint. Only objects with uniform density have COM at the geometric center.
- Conservation of COM: If no external force acts on a system, its center of mass velocity is constant (Newton's 1st Law). Explosion fragments' COM continues on the same trajectory.
Step-by-Step Example Walkthrough
" Two masses: m₁ = 10 kg at (0, 0) and m₂ = 20 kg at (5, 0). "
- 1. Calculate total mass: Σm = 10 + 20 = 30 kg.
- 2. Calculate X_cm: (10×0 + 20×5) / 30 = 100/30 = 3.333.
- 3. Calculate Y_cm: (10×0 + 20×0) / 30 = 0.