Overview
Important

Given points A1,A2,,AnA_1, A_2, \ldots, A_n with masses m1,m2,,mnm_1, m_2, \ldots, m_n, the centre of mass is the weighted average of their positions. In coordinates, if Ai=(xi,yi)A_i = (x_i, y_i), the centre of mass GG is at (miximi,miyimi)\left(\frac{\sum m_i x_i}{\sum m_i}, \frac{\sum m_i y_i}{\sum m_i}\right). If all masses are equal, this is just the average of the coordinates.

Important properties

  • The centre of mass lies inside the convex hull of the points if all masses are positive.

  • If the system is balanced at the centre of mass, it will not tip over.

  • The centre of mass is independent of the order of points.

  • For two points AA and BB with masses mm and nn, the centre of mass divides ABAB in the ratio n:mn:m.