Centroid of Triangle Calculator

Find the centroid (center of gravity) of a triangle defined by three points A, B, and C.

Vertex A (x₁, y₁)

Vertex B (x₂, y₂)

Vertex C (x₃, y₃)

Result

What is a Centroid?

The centroid is the point where the three medians of the triangle intersect. It represents the center of mass of the triangle.

Centroid Formula

G = ( (x₁ + x₂ + x₃)/3 , (y₁ + y₂ + y₃)/3 )