Triangle Centers — Definition, Formula & Examples
Triangle centers are special points defined by the intersecting lines or segments associated with a triangle. The four classic triangle centers are the centroid (where medians meet), the circumcenter (where perpendicular bisectors meet), the incenter (where angle bisectors meet), and the orthocenter (where altitudes meet).
A triangle center is a point whose position is determined entirely by the triangle's vertices and that remains invariant under similarity transformations of the triangle. Formally, given a triangle , the centroid is the intersection of the three medians; the circumcenter is equidistant from all three vertices; the incenter is equidistant from all three sides; and the orthocenter is the intersection of the three altitudes.
Key Formula
Where:
- = Centroid of the triangle
- = Coordinates of vertex A
- = Coordinates of vertex B
- = Coordinates of vertex C
How It Works
Each triangle center is found by constructing a specific set of three lines or segments inside the triangle. Those three lines always meet at a single point — a fact guaranteed by classical theorems in Euclidean geometry. The centroid divides each median in a ratio from vertex to midpoint, so you can find it by averaging the coordinates of the three vertices. The circumcenter is the center of the circumscribed circle passing through all three vertices, found by intersecting any two perpendicular bisectors of the sides. The incenter is the center of the inscribed circle tangent to all three sides, located at the intersection of the angle bisectors. The orthocenter has no associated circle but is found by intersecting any two altitudes.
Worked Example
Problem: Find the centroid and incenter of the triangle with vertices A(0, 0), B(6, 0), and C(0, 8).
Step 1 — Centroid: Average the x-coordinates and the y-coordinates of the three vertices.
Step 2 — Side lengths for the incenter: Compute each side length: a = BC (opposite A), b = AC (opposite B), c = AB (opposite C).
Step 3 — Incenter formula: The incenter is the weighted average of the vertices, with weights equal to the opposite side lengths.
Answer: The centroid is and the incenter is .
Another Example
Problem: For the same triangle A(0, 0), B(6, 0), C(0, 8), find the circumcenter.
Step 1 — Perpendicular bisector of AB: The midpoint of AB is (3, 0). Since AB is horizontal, its perpendicular bisector is the vertical line x = 3.
Step 2 — Perpendicular bisector of AC: The midpoint of AC is (0, 4). Since AC is vertical, its perpendicular bisector is the horizontal line y = 4.
Step 3 — Intersection: The circumcenter is where these two bisectors meet.
Step 4 — Verify: Check that O is equidistant from each vertex: OA = OB = OC = 5. This confirms (3, 4) is correct — and the circumradius is 5, which is half the hypotenuse. This always happens for right triangles.
Answer: The circumcenter is , the midpoint of the hypotenuse.
Why It Matters
Triangle centers appear throughout high school geometry courses when you study circumscribed and inscribed circles, medians, and altitudes. In engineering and physics, the centroid determines the center of mass of a triangular plate, while the circumcenter is essential in computational geometry algorithms like Delaunay triangulation used in 3D modeling and GPS networks.
Common Mistakes
Mistake: Confusing the circumcenter with the centroid.
Correction: The centroid is the average of the vertices (where medians meet) and is always inside the triangle. The circumcenter is where perpendicular bisectors meet — equidistant from the vertices — and can lie outside an obtuse triangle.
Mistake: Using equal weights for the incenter formula instead of side-length weights.
Correction: The incenter uses a weighted average where each vertex is weighted by the length of the opposite side: . Equal weights give the centroid, not the incenter.
