How to Find the Medians of a Triangle Using Vector Calculation

Triangle with three intersecting lines from the corners to the opposite midpoint

The median theorem shows you that if you draw the lines from the corners of a triangle to the midpoint of their opposite sides, the three lines will intersect at a ratio of 2 : 1. That means the intersection is two thirds of the way from a corner to the midpoint on its opposite side.

Example 1

The points A = (2,4), B = (3,5) and C = (1, 6) form a triangle. Find the point P where the medians intersect.

You can do this in two ways: By using what you know about the median theorem, or by doing all the dirty work yourselves. Either way, you need to find the midpoints K, L and M and the vectors

AB = (5,1) ,AC = (3, 10) ,BC = (2, 11) .

AB = (5,1) ,AC = (3, 10) ,BC = (2, 11) .

They give you

OK = OA + 1 2AC = (2,4) + 1 2 (3, 10) = (1 2, 1) K = (1 2, 1) , OL = OB + 1 2BC = (3,5) + 1 2 (2, 11) = (2, 1 2) L = (2, 1 2) , OM = OA + 1 2AB = (2,4) + 1 2 (5,1) = (1 2, 9 2 ) M = (1 2,9 2) .

This in turn gives you

AL = (4, 9 2) , CM = ( 1 2 , 21 2 ) , BK = ( 7 2 , 6) .

AL = (4, 9 2) ,CM = ( 1 2 , 21 2 ) ,BK = ( 7 2 , 6) .

Because the intersection P has two coordinates, x and y, you need two equations to find the set of coordinates. You can do this by creating two expressions, using two different sums of vectors that both become P. Then you can solve the system of equations you end up with to find the two coordinates of P.

P = (x,y) = OC + tCM = (1, 6) + t ( 1 2 , 21 2 ) P = (x,y) = OB + sBK = (3,5) + s ( 7 2 , 6)

P = (x,y) = OC + tCM = (1, 6) + t ( 1 2 , 21 2 ) P = (x,y) = OB + sBK = (3,5) + s ( 7 2 , 6)

Solve the system of equations:

1 t 2 = 3 7 2s t 2 = 2 7 2s t = 4 + 7s 6 21 2 t = 5 + 6s 12 21t = 10 + 12s 12 21(4 + 7s) = 10 + 12s 12 + 84 147s = 10 + 12s 106 = 159s s = 106 159 = 2 3 t = 4 + 7s t = 4 + 72 3 t = 12 3 + 14 3 t = 2 3

1 t 2 = 3 7 2s 6 21 2 t = 5 + 6s t 2 = 2 7 2s 12 21t = 10 + 12s t = 4 + 7s 12 21(4 + 7s) = 10 + 12s 12 + 84 147s = 10 + 12s 106 = 159s s = 106 159 = 2 3 t = 4 + 72 3 t = 12 3 + 14 3 t = 2 3

That t = s = 2 3 only confirms what the median theorem told us: The medians intersect 2 3 of the way from each of the corners to the midpoints of their opposite sides. Finally, you can put the values you got for t or s back into one of the expressions you created for P to find its coordinates:

P = (x,y) = (1, 6) 2 3 (2, 21) = (1, 6) (4 3, 14) = ( 1 3 ,8) .

Want to know more?Sign UpIt's free!