ArticleslgStudy

mathematics

Geometric median

Geometric median is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Geometric median rather than just read about it. In short: In geometry, the geometric median of a discrete point set in a Euclidean space is the point minimizing the sum of distances to the sample points. This generalizes the median, which has the property of minimizing the sum of distances or absolute differences for one-dimensional data.

Geometric median — main illustration
Geometric median — illustration

Key takeaways

  • Geometric median belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Geometric median to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Geometric median from memory before moving on to harder problems.

Reference excerpt

In geometry, the geometric median of a discrete point set in a Euclidean space is the point minimizing the sum of distances to the sample points. This generalizes the median, which has the property of minimizing the sum of distances or absolute differences for one-dimensional data. It is also known as the spatial median, Euclidean minisum point, Torricelli point, or 1-median. It provides a measure of central tendency in higher dimensions and it is a standard problem in facility location, i.e., locating a facility to minimize the cost of transportation. The geometric median is an important estimator of location in statistics, because it minimizes the sum of the L2 distances of the samples. It is to be compared to the mean, which minimizes the sum of the squared L2 distances; and to the coordinate-wise median which minimizes the sum of the L1 distances. The more general k-median problem asks for the location of k cluster centers minimizing the sum of L2 distances from each sample point to its nearest center. The special case of the problem for three points in the plane (that is, m = 3 and n = 2 in the definition below) is sometimes also known as Fermat's problem; it arises in the construction of minimal Steiner trees, and was originally posed as a problem by Pierre de Fermat and solved by Evangelista Torricelli. Its solution is now known as the Fermat point of the triangle formed by the three sample points. The geometric median may in turn be generalized to the problem of minimizing the sum of weighted distances, known as the Weber problem after Alfred Weber's discussion of the problem in his 1909 book on facility location. Some sources instead call Weber's problem the Fermat–Weber problem, but others use this name for the unweighted geometric median problem. Wesolowsky (1993) provides a survey of the geometric median problem. See Fekete, Mitchell & Beurer (2005) for generalizations of the problem to non-discrete point sets.

Definition Formally, for a given set of m points X m = x 1 , x 2 , … , x m {\displaystyle \mathbb {X} ^{m}=x_{1},x_{2},\dots ,x_{m}\,} with each x i ∈ R n {\displaystyle x_{i}\in \mathbb {R} ^{n}} , the geometric median is defined as the minimizer of the sum of the L2 distances:

a r g m i n y ∈ R n ∑ i = 1 m ‖ x i − y ‖ 2 . {\displaystyle {\underset {y\in \mathbb {R} ^{n}}{\operatorname {arg\,min} }}\sum _{i=1}^{m}\left\|x_{i}-y\right\|_{2}\,.}

Here, arg min means the value of the argument y {\displaystyle y} which minimizes the sum. In this case, it is the point y {\displaystyle y} in n-dimensional Euclidean space from where the sum of all Euclidean distances to the x i {\displaystyle x_{i}} 's is minimum.

Properties For the 1-dimensional case, the geometric median coincides with the median. This is because the univariate median also minimizes the sum of distances from the points. (More precisely, if the points are p1, ..., pn, in that order, the geometric median is the middle point p ( n + 1 ) / 2 {\displaystyle p_{(n+1)/2}} if n is odd, but is not uniquely determined if n is even, when it can be any point in the line segment between the two middling points p n / 2 {\displaystyle p_{n/2}} and p ( n / 2 ) + 1 {\displaystyle p_{(n/2)+1}} .) The geometric median is unique whenever the points are not collinear. The geometric median is equivariant for Euclidean similarity transformations, including translation and rotation. This means that one would get the same result either by transforming the geometric median, or by applying the same transformation to the sample data and finding the geometric median of the transformed data. This property follows from the fact that the geometric median is defined only from pairwise distances, and does not depend on the system of orthogonal Cartesian coordinates by which the sample data is represented. In contrast, the component-wise median for a multivariate data set is not in general rotation invariant, nor is it independent of the choice of coordinates. The geometric median has a breakdown point of 0.5. That is, up to half of the sample data may be arbitrarily corrupted, and the median of the samples will still provide a robust estimator for the location of the uncorrupted data.

… excerpt ends here. Continue reading the full article.

Illustrations

Geometric median: Example of geometric median (in yellow) of a series of points. In blue the Center of mass.
Example of geometric median (in yellow) of a series of points. In blue the Center of mass.

Worked examples

Example 1 — a first encounter with Geometric median

Start with the simplest possible case. Write down what Geometric median claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Geometric median before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Geometric median ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Geometric median

In research
Geometric median appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Geometric median in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Geometric median is common in secondary-school and first-year university syllabi. It links to neighbouring topics Descriptive statistics, Facility location, Geometric algorithms, so understanding it makes those chapters shorter.
In everyday life
Look for Geometric median outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Geometric median” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Geometric median in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Geometric median means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Geometric median out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Geometric median in simple terms?

In geometry, the geometric median of a discrete point set in a Euclidean space is the point minimizing the sum of distances to the sample points. This generalizes the median, which has the property of minimizing the sum of distances or absolute differences for one-dimensional data.

Why does Geometric median matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Geometric median?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Geometric median.

Tags

  • Descriptive statistics
  • Facility location
  • Geometric algorithms
  • Mathematical optimization
  • Means
  • Multivariate statistics
  • Nonparametric statistics

Keep exploring