Averaging method

Overview
Important

The averaging method in vector geometry involves representing a point as the average (arithmetic mean) of two or more vectors. This is often used to find midpoints, centroids, or to simplify expressions involving points and vectors in the plane.

Important properties

  • The midpoint of points AA and BB with position vectors a\vec{a} and b\vec{b} is a+b2\frac{\vec{a} + \vec{b}}{2}.

  • The centroid of a triangle with vertices AA, BB, CC (position vectors a\vec{a}, b\vec{b}, c\vec{c}) is a+b+c3\frac{\vec{a} + \vec{b} + \vec{c}}{3}.

  • Averaging vectors can help express points dividing a segment in a given ratio.

  • The method simplifies calculations and proofs involving symmetry or equal division.