For a given triangle [ABC], how do I prove that the co-ordinates of the Centroid $O_{xy}$ (intersection of the medians) is the average of the individual vertices?
$O_x = \left(\frac {A_x + B_x + C_x}{3}\right)$
$O_y = \left(\frac {A_y + B_y + C_y}{3}\right)$
I tried proving the height of the $O_y$ coordinate - which should be equal to the sum total of heights of the points A, B, C - divided by 3 - but to no avail.
I'd calculate the centroid coordinates directly from the definition. Place $A$ at the origin, $B$ at $(b,0)$ and $C$ somewhere in the upper half-plane. Then the coordinates of the centroid are:
$$C_x = \frac{1}{A} \int_A x f(x) dx,$$ $$C_y = \frac{1}{2A} \int_A [f(x)]^2 dx,$$
where $A$ is the area of the triangle. The lower bounding function, $g(x)$ is zero on the interval of interest because of our choice of positions.
Consider both a triangle with all acute angles, and one with an obtuse angle.
The function $f(x)$ will be split up into two sections for the acute triangle. Calculating the centroid for the obtuse triangle involves calculating the integral for two right triangles, and subtracting one from the other.
Then, once you have these, calculate the average of the coordinates of the vertices, and see that they match what you just calculated.