If ${A,B,C}$ be the position vectors of the vertices A,B,C of the triangle ${ABC}$,show that the three medians concur at the point ${\frac{1}{3}( A + B + C)}$, called the centroid.
Note : I don't need the solution. I just need to know how to prove the concurrence of two or more vectors. Thank you! :)
Suppose the vertices $A(x_1,y_1),B(x_2,y_2),C(x_3,y_3)$
Then the midpoint of $BC$ will be $D(\frac{x_2+x_3}{2},\frac{y_2+y_3}{2})$
the midpoint of $AC$ will be $E(\frac{x_1+x_3}{2},\frac{y_1+y_3}{2})$
the midpoint of $AB$ will be $F(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2})$
Now you can find the equation of lines containing the medians $AD,BE,CF$
Solve this system of equations,you will get the intesection point $M=\frac{A+B+C}{3}$