ArticleslgStudy

mathematics

Smallest-circle problem

Smallest-circle problem 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 Smallest-circle problem rather than just read about it. In short: The smallest-circle problem (also known as minimum covering circle problem, bounding circle problem, least bounding circle problem, smallest enclosing circle problem) is a computational geometry problem of computing the smallest circle that contains all of a given set of points in the Euclidean plane. The corresponding problem in n-dimensional space, the smallest bounding sphere problem, is to compute the smallest n…

Smallest-circle problem — main illustration
Smallest-circle problem — illustration

Key takeaways

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

Reference excerpt

The smallest-circle problem (also known as minimum covering circle problem, bounding circle problem, least bounding circle problem, smallest enclosing circle problem) is a computational geometry problem of computing the smallest circle that contains all of a given set of points in the Euclidean plane. The corresponding problem in n-dimensional space, the smallest bounding sphere problem, is to compute the smallest n-sphere that contains all of a given set of points. The smallest-circle problem was initially proposed by the English mathematician James Joseph Sylvester in 1857. The smallest-circle problem in the plane is an example of a facility location problem (the 1-center problem) in which the location of a new facility must be chosen to provide service to a number of customers, minimizing the farthest distance that any customer must travel to reach the new facility. Both the smallest circle problem in the plane, and the smallest bounding sphere problem in any higher-dimensional space of bounded dimension are solvable in worst-case linear time.

Characterization Most of the geometric approaches for the problem look for points that lie on the boundary of the minimum circle and are based on the following simple facts:

The minimum covering circle is unique. The minimum covering circle of a set S can be determined by at most three points in S which lie on the boundary of the circle. If it is determined by only two points, then the line segment joining those two points must be a diameter of the minimum circle. If it is determined by three points, then the triangle consisting of those three points is not obtuse.

Linear-time solutions As Nimrod Megiddo showed, the minimum enclosing circle can be found in linear time, and the same linear time bound also applies to the smallest enclosing sphere in Euclidean spaces of any constant dimension. His article also gives a brief overview of earlier O ( n 3 ) {\displaystyle O(n^{3})} and O ( n log ⁡ n ) {\displaystyle O(n\log n)} algorithms; in doing so, Megiddo demonstrated that Shamos and Hoey's conjecture – that a solution to the smallest-circle problem was computable in Ω ( n log ⁡ n ) {\displaystyle \Omega (n\log n)} at best – was false. Emo Welzl proposed a simple randomized algorithm for the minimum covering circle problem that runs in expected time O ( n ) {\displaystyle O(n)} , based on a linear programming algorithm of Raimund Seidel. Subsequently, the smallest-circle problem was included in a general class of LP-type problems that can be solved by algorithms like Welzl's based on linear programming. As a consequence of membership in this class, it was shown that the dependence on the dimension of the constant factor in the O ( n ) {\displaystyle O(n)} time bound, which was factorial for Seidel's method, could be reduced to subexponential. Welzl's minidisk algorithm has been extended to handle Bregman divergences which include the squared Euclidean distance.

Megiddo's algorithm

… excerpt ends here. Continue reading the full article.

Illustrations

Smallest-circle problem: Some instances of the smallest bounding circle.
Some instances of the smallest bounding circle.
Smallest-circle problem illustration
Smallest-circle problem: Run of Megiddo's algorithm phase, discarding from point set A, B, ..., U needless points E, T.
Run of Megiddo's algorithm phase, discarding from point set A, B, ..., U needless points E, T.

Worked examples

Example 1 — a first encounter with Smallest-circle problem

Start with the simplest possible case. Write down what Smallest-circle problem 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 Smallest-circle problem 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 Smallest-circle problem 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 Smallest-circle problem

In research
Smallest-circle problem 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 Smallest-circle problem 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
Smallest-circle problem is common in secondary-school and first-year university syllabi. It links to neighbouring topics Circles, Combinatorial optimization, Computational geometry, so understanding it makes those chapters shorter.
In everyday life
Look for Smallest-circle problem 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.

Affiliate

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

How to study Smallest-circle problem in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Smallest-circle problem 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 Smallest-circle problem out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Smallest-circle problem in simple terms?

The smallest-circle problem (also known as minimum covering circle problem, bounding circle problem, least bounding circle problem, smallest enclosing circle problem) is a computational geometry problem of computing the smallest circle that contains all of a given set of points in the Euclidean pla…

Why does Smallest-circle problem 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 Smallest-circle problem?

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 Smallest-circle problem.

Tags

  • Circles
  • Combinatorial optimization
  • Computational geometry

Keep exploring