Namespaces
Variants
Actions

Geometric constructions

From Encyclopedia of Mathematics
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

2020 Mathematics Subject Classification: Primary: 51M15 [MSN][ZBL]

The solution of certain geometric problems with the aid of various instruments (straight-edge, compasses, etc.), which are assumed to be perfectly accurate. The selection of the instruments determines the class of problems solvable by these means. The straight-edge and compasses are the two basic instruments for geometric constructions. A construction problem will be solvable with the aid of a straight-edge and compasses if the coordinates of the point sought can be written as expressions involving a finite number of the operations of addition, multiplication, division, and extraction of a square root, applied to the coordinates of given points (see, for example, Cyclotomic polynomials). If such expressions do not exist, the problem cannot be solved with the aid of a straight-edge and compasses. Such problems include, for example, duplication of the cube; trisection of an angle; and quadrature of the circle. Any construction problem that is solvable with the aid of compasses and a straight-edge can also be solved with the aid of a different set of instruments: the compasses alone (the Mohr–Mascheroni construction, G. Mohr, 1672; L. Mascheroni, 1797); a straight-edge with two parallel edges, which may be replaced by a triangle (A. Adler, 1890); a straightedge and a circle with a marked centre given in the plane of the figure (Poncelet–Steiner constructions, J.V. Poncelet, 1822; J. Steiner, 1833).

References

[1] A. Adler, "Theorie der geometrischen Konstruktionen" , Göschen (1906)
[2] D. Hilbert, "Grundlagen der Geometrie" , Springer (1913)
[3] , Enzyklopaedie der Elementarmathematik , Deutsch. Verlag Wissenschaft. (1969) (Translated from Russian)


Comments

A construction problem is solvable by straight-edge (also called ruler) and compasses if and only if the Galois group of the corresponding algebraic problem has the order $2^k$, $k \in \mathbf{N}$. For example, the regular $n$-gon is constructible if and only if each odd prime power dividing $n$ is a Fermat prime $2^{2^m} + 1$, e.g., 3, 5, 17, 257, 65537, (?).

The classical constructions and construction problems described above are algorithms for constructing certain geometric objects (using primitive operations). The widespread use of geometric objects in computer graphics and computer aided design (CAD) has caused a modern version of algorithmic geometry to arise: computational geometry. In addition, computational problems arising in VLSI design have helped shape this field of research. The subject of computational geometry is precisely concerned with the algorithmic aspects of geometrical problems and related matters, such as the memory management aspects and computational complexity of such algorithms (cf. also Complexity theory and Algorithm, computational complexity of an).

Typical problems concern, e.g., finding the convex hull of a set of points, finding the intersection of two convex sets, constructing the Voronoi diagram of a set of points in the plane, point location search, describing the arrangement determined by a set of hyperplanes, and constructing triangulations.

Given a set $S$ of points in the plane, the corresponding Voronoi diagram partitions the plane into $\sharp S$ polygonal regions, one for each $s \in S$. The open Voronoi region of a point $s$ consists of all points of the plane closer to $s$ than to any other point of $S$.. A Voronoi diagram can be constructed in $O(n \log n)$ time (where $n = \sharp S$) and can be searched in $O(\log n)$ time.

Point location search refers to determining in what region of a given subdivision (of the plane, or space) a given point lies.

Given a set $H$ of hyperplanes in $\mathbf{R}^n$, they divide the space in a number of $d$-dimensional regions, $d = 0,\ldots,n$, and the arrangement determined by $H$ is that corresponding subdivision. For example, three lines in general position in $\mathbf{R}^2$ divide the plane into 7 two-dimensional regions, 9 one-dimensional segments and 3 zero-dimensional points. Determining the hyperplane arrangement means describing this subdivision (and storing it (efficiently) in memory).

References

[a1] L. Bieberbach, "Theorie der geometrischen Konstruktionen" , Birkhäuser (1952)
[a2] K. Mehlhorn, "Multidimensional searching and computational geometry" , Springer (1984)
[a3] H. Edelsbrunner, "Algorithms in combinatorial geometry" , Springer (1987)
How to Cite This Entry:
Geometric constructions. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Geometric_constructions&oldid=36959
This article was adapted from an original article by P.S. ModenovA.S. Parkhomenko (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article