Proving centroid of a triangle from medians?

typomaster75

New member
Joined
Oct 16, 2006
Messages
1
The triangle XYZ has co-ordinates X(0, 0), Y(4, 4), and Z(8, -4), I have figured out the median equations:

. . .Median of X

. . .Myz = A = (4 + 8, 4 + (-4) / 2

. . .Myz = A = (6, 0)

. . .mxa = 0 - 0 / 6 - 0

. . .mxa = 0 / 6

. . .y - 0 = 0 / 6(x - 6)

What do I do next, as the slope is 0/6? I know that the centroid is (4, 0); I am just proving it.
 
Hello, typomaster75!

You've found all the necessary information.
You just have to state the conclusion clearly.


The triangle ABC has coordinates A(0,0),  B(4,4),  C8,4)\displaystyle A(0,0),\;B(4,4),\;C8, -4)
Find the centroid.
Code:
        |       B(4,4)
        |       *
        |P    *  *
       (2,2)o     *
        | *        *   Q
   ---A-*-----------o(6,0)---
   (0,0)|   *        *
        |       o     *
        |       R   *  *
        |    (4,-2)     *
        |               C(8,-4)

The midpoint of AB\displaystyle AB is: P(2,2)\displaystyle P(2,2)
The midpoint ofBC\displaystyle BC is: Q(6,0)\displaystyle Q(6,0)
The midpoint of AC\displaystyle AC is: R(4,2)\displaystyle R(4,-2)

The median AQ\displaystyle AQ is the horizontal line: y=0\displaystyle y\,=\,0

The median BR\displaystyle BR is the vertical line: x=4\displaystyle x\,=\,4

The centroid is the intersection of the medians (any two).
. . Therefore, the centroid is: (4,0)\displaystyle (4,0)

 
Top