Given any tetrahedron, you connect each of its four vertices with the centroid of the opposing triangular face with a line segment. Do these four line segments always intersect in one point? And is that point the centroid of the tetrahedron defined by G = 4 1 ( A + B + C + D ) ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You've answered your bonus question in your solution. Since λ = 4 3 , then
G = 4 3 G B C D + 4 1 A
hence,
A G = G − A = 4 3 ( G B C D − A ) = 4 3 A G B C D
but then,
A G B D C = A G + G G B C D
3 4 A G = A G + G G B C D
and finally,
3 1 A G = G G B C D
Thus,
G G B C D A G = 3
Log in to reply
True (though I expect you knew this anyway ;-)) - but I think the interesting part is how it works in other dimensions. Perhaps it's not that interesting, though!
Log in to reply
Extension to higher dimensions is surely interesting, perhaps a possible sequel problem to this one.
Problem Loading...
Note Loading...
Set Loading...
Vectors and symmetry give a quick proof of this: let a = O A be the position vector of point A , etc. Also define g = 4 1 ( a + b + c + d ) .
The centroid of face B C D has position vector 3 1 ( b + c + d ) . The equation of the line joining this point and A is r = λ [ 3 1 ( b + c + d ) ] + ( 1 − λ ) a where λ is a scalar parameter.
Now note that setting λ = 4 3 shows that point G lies on this line. By symmetry, it also lies on the line joining B and the centroid of its opposite face, and so on.
Since the same point lies on all four lines joining vertices to the centroids of their opposite faces, they are concurrent; there can be at most one such point, and we've shown it's G .
A nice bonus here is that this proof works in any dimension - the centroid of a simplex is always the arithmetic mean of its vertices.
Bonus question: if the centroid of face B C D is G B C D , find the value of G G B C D A G
How does this compare to other dimensions?