In geometry, a vertex (plural: vertices) is a point where two or more curves, lines, or line segments meet. This concept is essential in various branches of mathematics, including polygonal geometry, polyhedral geometry, and graph theory. In simple terms, vertices can be seen as the “corners” of geometric objects, and they are key components in defining the structure of polygons, polyhedra, and other mathematical constructs.
Types of Vertices in Geometry
- Vertex of an Angle: A vertex of an angle is the common endpoint where two rays or line segments meet. For example, in the angle formed by two lines, the vertex is the point where the lines intersect.
- Vertex of a Polytope: A vertex in a polytope (or polyhedron) is a corner point formed by the intersection of edges, faces, or facets of the object. In polygons, these are the points where the sides of the polygon meet, and in polyhedra, they are where the edges come together.
- For example, a cube has 8 vertices, where its edges meet at right angles.
- A tetrahedron, a polyhedron with four faces, has 4 vertices.
- Convex and Concave Vertices: In a polygon, a convex vertex is one where the internal angle formed by the two edges at the vertex is less than 180° (π radians). A concave vertex, also called a reflex vertex, occurs when the internal angle exceeds 180°. These terms apply to vertices of polygons and are also used in higher-dimensional shapes.
Vertices in Graph Theory
In graph theory, vertices are the fundamental elements of a graph. A graph is composed of vertices connected by edges, and in this context, a vertex can have varying numbers of incident edges. The concept of vertices in graphs is closely related to geometric vertices but can differ in applications, as graphs do not necessarily represent physical shapes or objects.
For example:
- A complete graph is one in which each pair of vertices is connected by an edge.
- A tree graph is a type of graph where there are no cycles and vertices are connected in a branching structure.
Vertices in Polyhedra
In a polyhedron, a vertex is the point where three or more edges meet. Each polyhedron is defined by its vertices, edges, and faces. The Euler characteristic equation V−E+F=2V – E + F = 2V−E+F=2 relates the number of vertices (V), edges (E), and faces (F) in a convex polyhedron. For example, a cube has:
- 8 vertices,
- 12 edges,
- 6 faces.
This satisfies Euler’s formula: 8−12+6=28 – 12 + 6 = 28−12+6=2.
Vertices in Plane Tiling and Tessellations
In a tessellation or tiling of the plane, a vertex is a point where three or more tiles meet. These tiles are often polygons, and the vertices of the tiles are also the vertices of the tessellation. A regular tessellation consists of identical shapes arranged in a repeating pattern, where the vertices form a regular grid structure.
Principal Vertices in Simple Polygons
In a simple polygon, a principal vertex is a vertex that is part of a diagonal. There are two types of principal vertices:
- Ears: A vertex is called an ear if the diagonal connecting it to its neighboring vertices lies entirely within the polygon. The two ears theorem states that every simple polygon has at least two ears.
- Mouths: A vertex is a mouth if the diagonal connecting it to its neighboring vertices lies outside the polygon.
Vertices in Computer Graphics
In computer graphics, vertices are used to define the shapes and structures of 3D objects. These objects are often represented as triangulated polyhedra, where the vertices not only store the spatial coordinates of the object but also additional graphical information such as color, texture, reflectance properties, and surface normals.
- Vertex Shaders in graphics processing units (GPUs) process these vertex data and play a key role in rendering 3D models on a screen.
Conclusion
Vertices are foundational elements in geometry, graph theory, and computer graphics, playing a key role in the structure and analysis of various mathematical objects. Whether it’s a point where edges meet in a polygon, a corner of a polyhedron, or a fundamental element of a graph, understanding the properties and applications of vertices is crucial across multiple disciplines.









