Geometry · 6 min read
How to Check a Right-Triangle Centroid with Medians (2:1 Ratio)
G divides each median 2:1; on a right triangle at the origin that recovers (b/3, h/3)
A median joins a vertex to the midpoint of the opposite side. The centroid G is where the three medians meet, two-thirds of the way from each vertex toward the opposite midpoint. On a right triangle with the right angle at the origin, that 2:1 split on the hypotenuse median is exactly G = (b/3, h/3).
Written by the My Calculator Stack editorial team. About our methods
The 2:1 ratio is a check that G is the centroid, not a substitute for averaging the vertices. This page does not locate the orthocenter, circumcenter, or incenter.
1.What a median is, and what 2:1 means
A median is the segment from a vertex to the midpoint of the opposite side. A triangle has three medians, and they are concurrent at the centroid G. Along any one median, the piece from the vertex to G is twice the piece from G to the midpoint: AG:GM = 2:1 if M is the midpoint of the opposite side. Equivalently, G sits two-thirds of the way from the vertex toward M.
That split is the same for every triangle, right or not. The right-triangle shortcut G = (b/3, h/3) is what the 2:1 rule becomes when the right angle is at the origin. You use medians here to check a G you already computed, not to invent a second formula. The calculator FAQ on the Centroid of a Triangle Calculator states the same 2:1 fact for a general three-vertex triangle.
\[ AG:GM=2:1,\quad G=A+\tfrac{2}{3}(M-A) \]
2.Hypotenuse median recovers (b/3, h/3)
Put the right angle at A = (0, 0), B = (b, 0), C = (0, h). The hypotenuse is BC. Its midpoint is M = ((b+0)/2, (0+h)/2) = (b/2, h/2). The median from the right angle is the segment from A to M. Two-thirds of the way from A to M is (2/3)M = (2/3)(b/2, h/2) = (b/3, h/3). That is G. The shortcut and the median check are the same vector.
On a right triangle, M is also the circumcenter — the unique point equidistant from A, B, and C. Do not confuse that with G. The circumcenter is the midpoint of the hypotenuse; the centroid is only two-thirds of the way from A to that midpoint. Plotting M when you were asked for G is a common mix-up on a coordinate sketch.
\[ M=\Bigl(\tfrac{b}{2},\tfrac{h}{2}\Bigr),\quad G=\tfrac{2}{3}M=\Bigl(\tfrac{b}{3},\tfrac{h}{3}\Bigr) \]
3.Worked check: b = 6, h = 4
Vertices A(0, 0), B(6, 0), C(0, 4), the same 6-4 right triangle as the plot tutorial. Average: G = (2, 4/3). Hypotenuse midpoint M = (3, 2). Then A + (2/3)(M − A) = (2/3)(3, 2) = (2, 4/3), which matches. Distance: AG is two-thirds of AM, so AG:GM = 2:1.
The other two midpoints are optional but quick. Midpoint of AB is (3, 0); two-thirds of the way from C(0, 4) toward (3, 0) is (0, 4) + (2/3)(3, −4) = (2, 4/3). Midpoint of AC is (0, 2); two-thirds of the way from B(6, 0) toward (0, 2) is (6, 0) + (2/3)(−6, 2) = (2, 4/3). One G, three medians.
\[ G=\tfrac{2}{3}(3,2)=\Bigl(2,\tfrac{4}{3}\Bigr) \]
4.If the right angle is not at the origin
The 2:1 ratio does not care where you placed the triangle. Find the midpoint of a side in the given coordinates, then walk two-thirds of the way from the opposite vertex. For A(3, 1), B(9, 1), C(3, 5), the hypotenuse midpoint is (6, 3) and (3, 1) + (2/3)((6, 3) − (3, 1)) = (3, 1) + (2, 4/3) = (5, 7/3), the translated centroid. Do not check 2:1 against (b/3, h/3) in absolute coordinates — that is the error in How to Find the Centroid When the Right Angle Is Not at the Origin.
\[ (3,1)+\tfrac{2}{3}(3,2)=\bigl(5,\tfrac{7}{3}\bigr) \]
5.Use the calculator figure as a median sketch
The Centroid of a Triangle Calculator draws all three dashed medians and marks G at the average. Type A(0, 0), B(6, 0), C(0, 4) to match this page, or type any three vertices to see the same 2:1 picture on a non-right triangle. How it works on that page lists AG:GM = 2:1 next to the coordinate averages. For plotting the origin case, see How to Plot the Centroid of a Right Triangle on the Coordinate Plane. For the (b/3, h/3) derivation, see How to Find the Centroid of a Right Triangle at (b/3, h/3).
6.More right-triangle centroid guides
Why those coordinates are measured from the right-angle vertex: How to Measure the Centroid from the Right-Angle Vertex. Legs b and h with no extra coordinates: How to Get Centroid Coordinates of a Right Triangle from Legs b and h. Why the shortcut is the same average: How the Right-Triangle Centroid Relates to the Three-Vertex Formula.
Try it yourself
Open the related calculator and put these formulas to work.