Difference between revisions of "Centroid"
Lowtopology (talk | contribs) m |
Emilyworkstv (talk | contribs) m |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
− | The '''centroid''' of a [[triangle]] is the [[point]] of [[intersection]] of | + | The '''centroid''' of a plane figure is, roughly speaking, its center of mass. If the plane figure is cut out from uniform cardboard, say, and you connected a string to its centroid and held the other end of the string, the figure would be perfectly balanced. (The centroid does not have to be in the figure, however. A condition under which the centroid must be inside the figure is when the figure is [[convex]].) |
− | + | ||
+ | Of particular interest to students of olympiad geometry is the '''centroid''' of a [[triangle]]. This is the [[point]] of [[intersection]] of thee [[median of a triangle | medians]] of the triangle and is [[mathematical convention | conventionally]] denoted <math>G</math> (mnemonic: gravity). The centroid has the special property that, for each median, the distance from a vertex to the centroid is twice that of the distance from the centroid to the midpoint of the side opposite that [[vertex]]. Also, the three medians of a triangle divide the triangle into six regions of equal [[area]]. | ||
+ | |||
The coordinates of the centroid of a [[coordinatize]]d triangle are <math>(a,b)</math> where <math>a</math> is the [[arithmetic mean]] of the <math>x</math>-coordinates of the vertices of the triangle and <math>b</math> is the arithmetic mean of the <math>y</math>-coordinates of the triangle. | The coordinates of the centroid of a [[coordinatize]]d triangle are <math>(a,b)</math> where <math>a</math> is the [[arithmetic mean]] of the <math>x</math>-coordinates of the vertices of the triangle and <math>b</math> is the arithmetic mean of the <math>y</math>-coordinates of the triangle. | ||
− | < | + | <asy> |
+ | pair C=dir(0); | ||
+ | pair A=dir(90); | ||
+ | pair B=dir(180); | ||
+ | pair M=(B+C)/2; | ||
+ | pair N=(A+C)/2; | ||
+ | pair O=(A+B)/2; | ||
+ | pair G=centroid(C,A,B); | ||
+ | D(MP("A",A,D(A))--MP("B",B,D(B))--MP("C",C,D(C))--cycle); | ||
+ | D(MP("M",M,dir(270)));D(MP("N",N,D(N)));D(MP("O",O,D(O)));D(M); | ||
+ | D(A--M--C--N--B--O--C);MP("G",G,D(G)); | ||
+ | </asy> | ||
+ | |||
+ | |||
+ | |||
Line 18: | Line 34: | ||
''Readers unfamiliar with [[homothety]] should consult the second proof.'' | ''Readers unfamiliar with [[homothety]] should consult the second proof.'' | ||
− | Let <math>D,E,F</math> be the respective midpoints of sides <math>BC, CA, AB</math> of triangle <math>ABC</math>. We observe that <math>DE, EF, | + | Let <math>D,E,F</math> be the respective midpoints of sides <math>BC, CA, AB</math> of triangle <math>ABC</math>. We observe that <math>DE, EF, FD</math> are parallel to (and of half the length of) <math>AB, BC, CA</math>, respectively. Hence the triangles <math>ABC, DEF</math> are homothetic with respect to some point <math>G</math> with dilation factor <math>-\frac{1}{2}</math>; hence <math>AD, BE, CF</math> all pass through <math>G</math>, and <math>AG = 2 GD; BG = 2 GE; CG = 2 GF</math>. |
=== Proof 2 === | === Proof 2 === |
Revision as of 21:32, 25 February 2024
This article is a stub. Help us out by expanding it.
The centroid of a plane figure is, roughly speaking, its center of mass. If the plane figure is cut out from uniform cardboard, say, and you connected a string to its centroid and held the other end of the string, the figure would be perfectly balanced. (The centroid does not have to be in the figure, however. A condition under which the centroid must be inside the figure is when the figure is convex.)
Of particular interest to students of olympiad geometry is the centroid of a triangle. This is the point of intersection of thee medians of the triangle and is conventionally denoted (mnemonic: gravity). The centroid has the special property that, for each median, the distance from a vertex to the centroid is twice that of the distance from the centroid to the midpoint of the side opposite that vertex. Also, the three medians of a triangle divide the triangle into six regions of equal area.
The coordinates of the centroid of a coordinatized triangle are where is the arithmetic mean of the -coordinates of the vertices of the triangle and is the arithmetic mean of the -coordinates of the triangle.
Proof of concurrency of the medians of a triangle
Note: The existence of the centroid is a trivial consequence of Ceva's Theorem. However, there are many interesting and elegant ways to prove its existence, such as those shown below.
Proof 1
Readers unfamiliar with homothety should consult the second proof.
Let be the respective midpoints of sides of triangle . We observe that are parallel to (and of half the length of) , respectively. Hence the triangles are homothetic with respect to some point with dilation factor ; hence all pass through , and .
Proof 2
Let be a triangle, and let be the respective midpoints of the segments . Let be the intersection of and . Let be the respective midpoints of . We observe that both and are parallel to and of half the length of . Hence is a parallelogram. Since the diagonals of a parallelogram bisect each other, we have , or . Hence each median passes through an appropriate trisection point of each other median and the medians concur.
We note that both of these proofs give the result that the distance of a vertex of a point of a triangle to the centroid of the triangle is twice the distance from the centroid of the triangle to the midpoint of the opposite side.