Calculus & Analysis

Euler Line

Visualize how the orthocenter, circumcenter, and centroid of any triangle are collinear on the Euler line.

Euler Line

Concept Overview

The Euler line is one of the most remarkable results in triangle geometry. For any non-equilateral triangle, three fundamental centers — the circumcenter (O), the centroid (G), and the orthocenter (H) — are always collinear; that is, they all lie on a single straight line. This line is called the Euler line, named after Leonhard Euler, who proved this striking relationship in 1765.

Mathematical Definition

Given a triangle with vertices A, B, and C, define:

  • Circumcenter (O): The point equidistant from all three vertices, i.e., the center of the circumscribed circle.
  • Centroid (G): The intersection of the three medians. Its coordinates are the arithmetic mean of the vertex coordinates: G = ((Ax + Bx + Cx)/3, (Ay + By + Cy)/3).
  • Orthocenter (H): The intersection of the three altitudes (perpendicular lines from each vertex to the opposite side).

The Euler line theorem states that these three points are collinear, and furthermore, the centroid divides the segment from the circumcenter to the orthocenter in the ratio 1 : 2.

H = 3G 2O
// Equivalently: G divides OH in ratio OG : GH = 1 : 2

Key Concepts

Circumcenter (O)

The circumcenter is the point equidistant from all three vertices of the triangle. It is found at the intersection of the three perpendicular bisectors of the sides. For an acute triangle, the circumcenter lies inside the triangle; for a right triangle, it lies at the midpoint of the hypotenuse; for an obtuse triangle, it lies outside.

Centroid (G)

The centroid is the intersection of the three medians (segments from each vertex to the midpoint of the opposite side). It is the center of mass of the triangle (assuming uniform density) and always lies inside the triangle. Each median is divided by the centroid in a 2 : 1 ratio from vertex to midpoint.

Orthocenter (H)

The orthocenter is the point where the three altitudes of the triangle intersect. An altitude is the perpendicular from a vertex to the line containing the opposite side. Like the circumcenter, the orthocenter can lie inside, on, or outside the triangle depending on whether it is acute, right, or obtuse.

The Distance Ratio

On the Euler line, the centroid G always lies between the circumcenter O and the orthocenter H, dividing the segment OH in the ratio OG : GH = 1 : 2. This means the orthocenter is always twice as far from the centroid as the circumcenter is.

Nine-Point Circle Center

The center of the nine-point circle (N) also lies on the Euler line, exactly at the midpoint of OH. The nine-point circle passes through nine significant points: the three midpoints of the sides, the three feet of the altitudes, and the three midpoints of the segments from the vertices to the orthocenter. Its radius is exactly half that of the circumradius.

Proof Sketch

A clean proof uses vectors. Place the circumcenter at the origin, so |A| = |B| = |C| = R (the circumradius). Then:

O = (0, 0) (circumcenter at origin)
G = (A + B + C) / 3 (centroid)
H = A + B + C (orthocenter)
// Verification: H − G = (2/3)(A + B + C) = 2(G − O)
// Thus O, G, H are collinear and OG : GH = 1 : 2 ∎

The key identity H = A + B + C (when O is the origin) can be verified by checking that AH is perpendicular to BC: (H − A) · (C − B) = (B + C) · (C − B) = |C|2 − |B|2 = R2 − R2 = 0.

Historical Context

Leonhard Euler (1707–1783) published his discovery that the circumcenter, centroid, and orthocenter are collinear in 1765, in the paper Solutio facilis problematum quorundam geometricorum difficillimorum. This was one of many contributions Euler made to geometry, and the line bearing his name has become one of the most celebrated results in Euclidean geometry.

The nine-point circle, whose center also lies on the Euler line, was described independently by Charles Brianchon and Jean-Victor Poncelet in 1821, and later by Karl Wilhelm Feuerbach in 1822. It is sometimes called the Feuerbach circle in recognition of his work.

Real-world Applications

  • Computational geometry: Triangle centers are used in mesh generation, Delaunay triangulation, and Voronoi diagram construction, all of which are essential for finite element analysis and computer graphics.
  • Navigation & surveying: The circumcenter and circumscribed circle are used in triangulation-based positioning systems, such as GPS algorithms that determine location from distances to satellites.
  • Structural engineering: Understanding the centroid (center of mass) of triangular elements is crucial for load analysis and structural stability calculations.
  • Mathematics competitions: Problems involving the Euler line, nine-point circle, and related concepts appear frequently in olympiad-level geometry.

Related Concepts

  • Euler's Formula — another foundational result by Euler, connecting complex exponentials to trigonometry
  • Affine Transformations — the Euler line is preserved under affine transformations of the triangle
  • Dot Product & Projection — orthogonality and projections are key tools in proving the collinearity
  • Linear Transformations — the relationship H = 3G − 2O is a linear combination of triangle centers

Experience it interactively

Adjust parameters, observe in real time, and build deep intuition with Riano’s interactive Euler Line module.

Try Euler Line on Riano →

More in Calculus & Analysis