Triangle of centroids

AI Thread Summary
The discussion centers on the geometric properties of centroids in a triangle formed by equilateral triangles attached to its sides. The author presents a proof that the triangle formed by the centroids of these equilateral triangles is also equilateral. They utilize complex algebra to demonstrate the relationships between the centroids and angles, specifically showing that the angle between vectors related to the centroids is π/3. The conversation also touches on the similarity of the triangles formed by the centroids and the original triangle's vertices. Additionally, participants discuss the software used for visualizing the geometric constructions.
Hill
Messages
735
Reaction score
575
Homework Statement
Draw an arbitrary triangle, and on each side draw an equilateral triangle lying outside the given triangle. What do you suspect is special about the new triangle formed by joining the centroids (cf. Ex. 19) of the equilateral triangles?
Use complex algebra to prove that you are right.
What happens if the equilateral triangles are instead drawn on the inside of the given triangle?
Relevant Equations
from the "Ex.19", centroid g of a triangle abc is g=1/3(a+b+c)
Here is my sketch:
1714704959421.png

The triangle ##abc## is arbitrary, the triangles ##acp##, ##abq##, and ##bcr## are equilateral with centroids ##m##, ##n##, and ##k##. I suspect that the triangle ##mnk## is equilateral. Here is my proof.

By the equation for centroids,
##3m=a+c+p##
##3n=a+q+b##
##3k=b+c+r##

Let's show that angle between ##\vec {mk}## and ##\vec {mn}## is ##\pi /3##.
##3 \vec {mk} = 3(k-m)=(b+c+r)-(a+c+p)=(b-a)+(r-p)=\vec {ab} + \vec {pr}=\vec {ab}+\vec{pc}+\vec{cr}##
##3 \vec {mn} = 3(n-m)=(a+q+b)-(a+c+p)=(b-c)+(q-p)=\vec {cb} + \vec {pq}=\vec {cb}+\vec{pa}+\vec{aq}##

Let ##R## be rotation by ##\pi /3##, i.e., multiplication by ##e^{i \pi /3}##. Then
##R(3 \vec {mk})=R(\vec {ab})+R(\vec{pc})+R(\vec{cr})=\vec{aq}+\vec{pa}+\vec {cb}=3 \vec {mn}##
Done.

If the equilateral triangles are instead drawn on the inside of the given triangle, then R should rotate in opposite sense, i.e., should be replaced by ##e^{-i \pi /3}##.

My questions:
1. Does this proof "use complex algebra"?
2. Is there a more direct proof?
3. Is there anything else "special about the new triangle"?
 
Physics news on Phys.org
Lnewqban said:
It seems to me that the locations of both centroids are coincident.

Please, see:
https://www.mathsisfun.com/definitions/median-of-triangle.html

:cool:
Yes, they are.

Triangles ##mca##, ##nab##, ##kbc## are similar. Thus,
##m-c=(a-c)z##
##n-a=(b-a)z##
##k-b=(c-b)z##

Summing these equations gives
##m+n+k=a+b+c##

Thank you.
 
Centroids of triangles.jpg
 
Lnewqban said:
I think, I've covered it here:
Hill said:
If the equilateral triangles are instead drawn on the inside of the given triangle, then R should rotate in opposite sense
Nice drawings. What software do you use?
 
Hill said:
I think, I've covered it here:

Nice drawings. What software do you use?
Yes, I just had some spare time and wanted to verify everything drawing the solution in CAD.
Just posting for future visitors of this thread.
Thank you. :smile:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top