Centroid of a Triangle Calculator

Where is the exact center point of your triangle?

Calculate the exact coordinates of a triangle's centroid (center point) from its three vertices. Shows centroid location and geometric properties.

Updated June 2026 · How this works

Example calculation — edit any field to use your own numbers

Worth knowing
How It Works
The formula, explained simply

Imagine balancing a triangular piece of cardboard on your fingertip. The centroid is exactly where you would place your finger to achieve perfect balance. Unlike other triangle centers that depend on angles or side lengths, the centroid emerges from pure averaging of coordinates.

The centroid divides each median in a 2:1 ratio, with the longer segment always toward the vertex. This means if you draw lines from each vertex to the midpoint of the opposite side, they intersect at a point that is twice as far from each vertex as it is from the corresponding side.

In coordinate geometry, this elegant property translates to a simple arithmetic mean: add the three x-coordinates and divide by three, then do the same for y-coordinates. This mechanical simplicity masks the centroid's profound geometric significance as the unique point where rotational and translational forces balance perfectly.

When To Use This
Right tool, right situation

Use centroid calculations when designing balanced objects, finding geometric centers for CAD modeling, or determining optimal placement for central features in architectural layouts. The centroid is essential for physics problems involving center of mass and rotational dynamics.

Centroid calculation is appropriate for uniform triangular plates, signs, or panels where weight distribution matters. It's also valuable in graphics programming for camera positioning, collision detection, and mesh processing where triangle centers guide algorithms.

Avoid using the centroid when you need equal distances to vertices (use circumcenter), equal distances to sides (use incenter), or when dealing with non-uniform density distributions where mass varies across the triangle. For structural engineering, the centroid provides starting point analysis but not final load calculations.

Common Mistakes
Why results sometimes look wrong

The most common error is confusing the centroid with other triangle centers like the circumcenter or incenter. Students often assume the centroid is equidistant from all vertices, but this property belongs to the circumcenter. The centroid minimizes the sum of squared distances, not the maximum distance.

Another frequent mistake involves coordinate calculation order. Some students average distances instead of coordinates, or mix up which coordinates belong to which vertex. Always verify that your three points actually form a triangle by checking that they are not collinear before calculating the centroid.

In applications, people sometimes place structural supports at the centroid expecting equal load distribution to all vertices. However, the centroid represents center of mass for uniform density, not necessarily optimal load paths. For structural applications, consider stress patterns and material properties beyond pure geometry.

The Math
Worked examples and deeper derivation

The centroid formula emerges from the intersection of three medians. A median connects a vertex to the midpoint of the opposite side, and remarkably, all three medians always meet at a single point regardless of triangle shape.

Mathematically, if vertices are A(x₁,y₁), B(x₂,y₂), and C(x₃,y₃), the centroid G equals ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3). This coordinate averaging works because medians partition the triangle into six smaller triangles of equal area, with the centroid at their common vertex.

The 2:1 division ratio means that if M is the midpoint of side BC, then |AG| = 2|GM|. This ratio is invariant under rotation, reflection, or scaling, making the centroid a fundamental geometric invariant. The centroid also minimizes the sum of squared distances to all three vertices, giving it statistical significance as the geometric mean position.

Architectural Triangle Layout
Three building corners at (0, 0), (60, 0), and (30, 40) feet
Centroid at (30.0, 13.3) feet marks the optimal location for a central feature like a fountain or monument, equidistant from all three building corners by design principle.
Engineering Load Distribution
Support points at (2, 1), (8, 3), and (5, 7) meters
Centroid at (5.0, 3.7) meters indicates where the combined load would act if weight were distributed equally across the triangular structure, critical for stress analysis.
Art Canvas Balance Point
Triangle artwork vertices at (10, 15), (25, 8), and (18, 30) centimeters
Centroid at (17.7, 17.7) centimeters shows the geometric center where the triangular canvas would balance perfectly on a single point of support.
Expert Unlock
The thing most explanations skip

The centroid's 2:1 median division ratio breaks down in higher dimensions - tetrahedron centroids divide medians in 3:1 ratios. This scaling pattern reveals why centroid calculations become computationally expensive for high-dimensional simplices, forcing approximation algorithms in machine learning applications.

What makes the centroid special compared to other triangle centers?

How do you find the centroid of a triangle?
The centroid is found by averaging the x-coordinates and y-coordinates of the three vertices separately. It's located exactly one-third of the way along each median from any side to the opposite vertex.
What is the difference between centroid and circumcenter?
The centroid is the center of mass where the triangle would balance, while the circumcenter is equidistant from all vertices. The centroid always lies inside the triangle, but the circumcenter can be outside for obtuse triangles.
Why is the centroid important in engineering?
The centroid represents the center of mass for uniform triangular objects, crucial for calculating moments, balance points, and load distributions in structural design and mechanical engineering applications.

Need something this doesn't cover?

Suggest a tool — we'll build it →