What Is Center of Mass?
The center of mass (COM) is the average position of all mass in a system, weighted by each mass value. It represents the point where the system would balance perfectly. In a uniform gravitational field, the center of mass equals the center of gravity.
x_cm = Σ(mᵢxᵢ) / Σ(mᵢ)
y_cm = Σ(mᵢyᵢ) / Σ(mᵢ)
Where mᵢ is each mass and (xᵢ, yᵢ) is its position
Applications
- Physics: Projectile motion, collision analysis, orbital mechanics
- Engineering: Structural design, vehicle stability, robotics
- Aerospace: Aircraft balance, satellite orientation
- Architecture: Load distribution, structural support
How to Use
Enter the mass and position (x, y) for up to 3 point masses. The calculator computes the center of mass coordinates and total mass.
Properties
The center of mass always lies within the convex hull of the point masses. For symmetric mass distributions, the center of mass is at the geometric center.
Center of Mass vs Centroid
The centroid is the geometric center (assumes uniform density). The center of mass accounts for different masses at different positions. They coincide only when mass is uniformly distributed.
Extension to 3D
The same formula extends to 3D by adding a z-component: z_cm = Σ(mᵢzᵢ) / Σ(mᵢ).