Centroid of Triangle — Formula and Example

easy CBSE JEE-MAIN NCERT Class 10 3 min read

Question

Find the centroid of a triangle with vertices A(1,4)A(1, 4), B(3,2)B(3, -2), and C(5,6)C(5, 6).


Solution — Step by Step

The centroid GG of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), (x3,y3)(x_3, y_3) is:

G=(x1+x2+x33, y1+y2+y33)G = \left(\frac{x_1 + x_2 + x_3}{3},\ \frac{y_1 + y_2 + y_3}{3}\right)

We’re simply averaging the xx-coordinates and averaging the yy-coordinates separately.

A=(1, 4),B=(3, 2),C=(5, 6)A = (1,\ 4), \quad B = (3,\ -2), \quad C = (5,\ 6)

So x1=1, x2=3, x3=5x_1 = 1,\ x_2 = 3,\ x_3 = 5 and y1=4, y2=2, y3=6y_1 = 4,\ y_2 = -2,\ y_3 = 6.

Gx=1+3+53=93=3G_x = \frac{1 + 3 + 5}{3} = \frac{9}{3} = 3 Gy=4+(2)+63=83G_y = \frac{4 + (-2) + 6}{3} = \frac{8}{3} G=(3, 83)\boxed{G = \left(3,\ \frac{8}{3}\right)}

Why This Works

The centroid is the point where all three medians of a triangle meet. A median connects a vertex to the midpoint of the opposite side.

When we average the three xx-coordinates, we’re finding the “balance point” horizontally. Same logic applies vertically. The arithmetic mean of all three vertices gives the physical centre of mass — if you cut a triangle out of cardboard, it would balance perfectly on its centroid.

This is also why the centroid always lies inside the triangle — an average of three coordinates can never land outside the range of those coordinates.


Why the Centroid Divides Each Median in 2:1

This is the follow-up that CBSE and JEE both love to test.

Take median from A(1,4)A(1, 4) to midpoint MM of BCBC.

M=(3+52, 2+62)=(4, 2)M = \left(\frac{3+5}{2},\ \frac{-2+6}{2}\right) = (4,\ 2)

Now check: does G=(3, 8/3)G = (3,\ 8/3) divide AMAM in the ratio 2:12:1 from vertex AA?

Using the section formula for internal division in ratio 2:12:1:

x=2(4)+1(1)2+1=93=3x = \frac{2(4) + 1(1)}{2+1} = \frac{9}{3} = 3 \checkmark y=2(2)+1(4)2+1=83y = \frac{2(2) + 1(4)}{2+1} = \frac{8}{3} \checkmark

The centroid always sits two-thirds of the way from any vertex to the opposite midpoint. This 2:1 property appears repeatedly in PYQs — worth internalising.


Alternative Method — Verification Using a Different Median

We can verify using the median from B(3,2)B(3, -2) to midpoint NN of ACAC.

N=(1+52, 4+62)=(3, 5)N = \left(\frac{1+5}{2},\ \frac{4+6}{2}\right) = (3,\ 5)

Check if G=(3, 8/3)G = (3,\ 8/3) divides BNBN in ratio 2:12:1 from BB:

x=2(3)+1(3)3=93=3x = \frac{2(3) + 1(3)}{3} = \frac{9}{3} = 3 \checkmark y=2(5)+1(2)3=83y = \frac{2(5) + 1(-2)}{3} = \frac{8}{3} \checkmark

Same point — both medians confirm our answer. This cross-check takes 30 seconds in an exam and eliminates calculation errors.


Common Mistake

Sign error with negative coordinates. In this problem, y2=2y_2 = -2. Students often write 4+2+63\frac{4 + 2 + 6}{3} instead of 4+(2)+63\frac{4 + (-2) + 6}{3}, getting Gy=4G_y = 4 instead of 8/38/3. Always substitute the sign along with the number.

In CBSE Class 10 board exams, centroid questions are 2-3 mark questions and almost always give you three clean coordinates. If your answer has messy fractions for both xx and yy, double-check your addition before proceeding.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next