Definitions

We denote a massed point 𝐴 with mass 𝑚𝐴 as (𝐴,𝑚𝐴), or just 𝐴 if the mass is clear. We denote the center of mass of two massed points 𝐴 and 𝐵 as 𝐴+𝐵, and define it as

𝐴+𝐵=(𝑚𝐴𝐴+𝑚𝐵𝐵𝑚𝐴+𝑚𝐵,𝑚𝐴+𝑚𝐵)

In other words, we take the weighted average of the two points and add their masses.

Exercise

What is ((1,1),1)+((4,7),2)?

(To reiterate, ((1,1),1) denotes a point at (1,1) with mass 1, and ((4,7),2) denotes a point at (4,7) with mass 2.)

Exercise

Show that 𝐵=𝐴+𝐶 lies on the line segment 𝐴𝐶, and moreover that 𝐴𝐵:𝐵𝐶=𝑚𝐶:𝑚𝐴.

Both have rather boring algebraic proofs, but the intuition typically given is to consider a seesaw balanced at 𝐵 and recall the physical fact that (length of lever)×(weight on lever) should be balanced on both sides: that is, 𝑚𝐴⋅𝐴𝐵=𝐵𝐶⋅𝑚𝐶.

It should be clear that + is commutative, but perhaps a little less obvious that it’s associative:

Exercise

Show that (𝐴+𝐵)+𝐶=𝐴+(𝐵+𝐶).

Hint

It may help to rewrite points in weighted-point form, where (𝐴,𝑚𝐴) is instead written as (𝑚𝐴𝐴,𝑚𝐴). How can we find 𝐴+𝐵 when all points are written in this form?

(For instance, we would rewrite ((4,7),2) as ((8,14),2).)

A triangle

The typical use case of this is as follows: draw a triangle 𝐴,𝐵,𝐶 and the point 𝐷=𝐴+𝐵+𝐶.

Exercise

If 𝐴′=𝐵+𝐶, show that 𝐴+𝐴′=𝐷.

Similar flavor but a bit harder:

Exercise

If 𝐷=𝐴+𝐵+𝐶 and 𝐴′ is the intersection of line 𝐴𝐷 and segment 𝐵𝐶, prove that 𝐴′=𝐵+𝐶.

Typically, we are not given the masses of 𝐴,𝐵, and 𝐶 but rather several side lengths from which the masses are to be deduced:

Exercise


Assign masses to points 𝐴,𝐵, and 𝐶 such that 𝐷=𝐴+𝐵+𝐶, then use these masses to calculate 𝐴𝐵′𝐵′𝐶.

Hint

Use the “seesaw” property we learned from the second exercise, as well as what we learned about 𝐴′,𝐵′, and 𝐶′ from the previous exercise!