This center mass calculator helps you quickly find the center of mass for a system of point objects in 2D or 3D space. Enter each object’s mass and coordinates, then click calculate. The tool will return the center point and show the weighted-average method used in physics and engineering.
Interactive Center of Mass Calculator
Use positive masses and coordinates in any consistent unit system (kg + meters, grams + centimeters, etc.).
What is the center of mass?
The center of mass is the weighted average location of mass in a system. If you imagine all mass collapsed into one equivalent point, that point is the center of mass. For symmetric objects with uniform density, it often sits at the geometric center. For uneven systems, it shifts toward heavier components.
Formula for discrete mass points
For point masses, the center of mass is found by dividing the sum of each mass times its coordinate by the total mass.
2D equations
xcm = Σ(mixi) / Σmi
ycm = Σ(miyi) / Σmi
3D extension
zcm = Σ(mizi) / Σmi
How to use this calculator
- Select 2D or 3D mode.
- Choose how many mass points you want to include.
- Enter each point’s mass and coordinates.
- Click Calculate Center of Mass.
- Review the computed center location and total mass.
Example (quick intuition)
Suppose you have two masses on a line: 1 kg at x = 0 and 3 kg at x = 4. The center is:
xcm = (1×0 + 3×4) / (1+3) = 12/4 = 3
The heavier mass pulls the center closer to x = 4, which is exactly what we expect physically.
Where center-of-mass calculations are used
- Robotics and manipulator balance
- Mechanical design and stability analysis
- Vehicle and aerospace mass distribution
- Sports biomechanics and motion studies
- Computer graphics and physics simulations
Common mistakes to avoid
- Mixing units (for example, meters with centimeters)
- Forgetting one coordinate component in 3D problems
- Using negative mass values in normal physical systems
- Confusing geometric centroid with mass-weighted center
Final note
The center of mass is one of the most practical ideas in classical mechanics. With a reliable center mass calculator, you can model complex systems faster, reduce algebra errors, and focus on interpretation and design decisions.