A Proof of the Location of a Triangle's Centroid Using Vectors

by: Al Byrnes

What is a centroid? How is it constructed? Where exactly is it located? Why is the centroid so special? The following write-up will attempt to address these questions.

Firstly, what is a centroid? As stated on the EMAT 4680/6680 Explorations 04 Centers of a Triangle webpage, "the centroid (G) of a triangle is the common intersection of three medians. A median of a triangle is the segment from a vertex to the midpoint of the opposite side." (Wilson, 2016)

Follow this link for a construction of a centroid in Geometer's Sketchpad as well as a script tool for constructing your own triangle with centroid. I have also included an illustration of the triangle ABC with its centroid and medians below:

Here we see that the three medians of the triangle ABC are concurrent at the centroid. Is this always the case?

Want to show: the three medians of a triangle are concurrent. Let's start with two vectors u and v, as shown below. Both vectors originate at the origin and extend to the points (v1, v2) and (u1, u2) respectively; v1, v2 , u1, and u2 are all in R2:

Construct the vector 1/2(v + u), indicated with the purple highlight:

Now, construct the vector v - u, highlighted below in purple:

Aside: Vectors v - u and v + u are diagonals of the parallelogram formed by the vectors u and v. See the illustration below:

Since we know that diagonals of a parallelogram bisect one another, we know that the vector 1/2(v + u) will bisect the vector v - u (the orange vector in the visual above). Stated another way, 1/2(v + u) is a median of our triangle as it represents the segment from a vertex to the midpoint of the opposite side. Let's construct another vector in a similar fashion. The goal will be to construct a vector which will bisect the vector v. If we use a similar argument as before, we know that the diagonal of the parallelogram with two sides -u and two sides v - u will bisect v. See the illustration below:

The other diagonal of the parallelogram shown above is -u + (v - u) or v - 2u (indicated by the green vector):

Similarly, the diagonal of the parallelogram v bisects the vector v - 2u. So 1/2(v - 2u) is a another median of our triangle. Below, see the triangle with the two medians we have constructed:

Our final median can be constructed by adding the vectors -v and -(v - u). The vector u will bisect the vector -2v + u. The final median will then have length 1/2(-2v + u). The illustration below shows all three of these medians and the triangle:

For any vectors u and v, is there a point at which the medians will be concurrent? First let's examine the dark blue median and the green median. Where do these two points meet?

Starting at the origin point, the dark blue and the green medians are described by the vectors 1/2(u + v) and u + 1/2(v - 2u); note that u was added to the length of the median because our original starting point is the origin.

Is there scalar k, such that k • 1/2(u + v) = k • (u + 1/2(v - 2u))? If so, we know that these two vectors meet at a point that is exactly k the distance along both vectors from their respective verticies in the direction of the opposite side. See algebra below:

So, we see that the two medians for any vectors u and v do coincide at a point that is exactly 2/3 of the length along each median away from the vertex and towards the opposite side.

As a check let's consider the final median and compare it with the original median.

Sure enough! We see that the dark blue and the pink medians also are concurrent at 2/3 of the length of the medians away from the vertex in the direction of the opposite side.

 

Return to top

Return to my student page