banner



how to find the centroid of a triangle

The centroid is easily found using coordinates: a triangle with vertices at ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) (x_1, y_1), (x_2, y_2), (x_3, y_3) has centroid at ( x 1 + x 2 + x 3 3 , y 1 + y 2 + y 3 3 ) . \left(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}\right).

Triangle A B C ABC has vertices A = ( 3 , 4 ) A = (3,4) , B = ( 5 , 12 ) B=(5,12) , and C = ( 8 , 15 ) C=(8,15) . What are the coordinates of the centroid of triangle A B C ABC ?


The centroid lies at

( 3 + 5 + 8 3 , 4 + 12 + 15 3 ) = ( 16 3 , 31 3 ) . \left(\frac{3+5+8}{3}, \frac{4+12+15}{3}\right)=\left(\frac{16}{3}, \frac{31}{3}\right).\ _\square

The simplest proof is a consequence of Ceva's theorem, which states that A D , B E , C F AD, BE, CF concur if and only if

A E E C C D D B B F F A = 1. \frac{AE}{EC} \cdot \frac{CD}{DB} \cdot \frac{BF}{FA} = 1.

In this case, D , E , F D,E,F are the midpoints of their respective sides. Therefore, A E = E C , C D = D B , AE=EC, CD=DB, and B F = F A , BF=FA, so the equality above is immediately true, demonstrating the existence of the centroid.

A median of a triangle is the line segment between a vertex of the triangle and the midpoint of the opposite side. Each median divides the triangle into two triangles of equal area. The centroid is the intersection of the three medians.

The three medians also divide the triangle into six triangles, each of which have the same area.

The centroid divides each median into two parts, which are always in the ratio 2:1.

The centroid also has the property that

A B 2 + B C 2 + C A 2 = 3 ( G A 2 + G B 2 + G C 2 ) . AB^2+BC^2+CA^2=3\big(GA^2+GB^2+GC^2\big).

This is a consequence of the more general property that

P A 2 + P B 2 + P C 2 = G A 2 + G B 2 + G C 2 + 3 P G 2 PA^2+PB^2+PC^2=GA^2+GB^2+GC^2+3PG^2

for any point P . P.

We are going to use Apollonius' theorem.

Let D D be the point where A G AG and B C BC meet, E E the point where B G BG and C A CA meet, and F F the point where C G CG and A B AB meet.

Use the formula on A D P , B E P , C F P \triangle ADP,~\triangle BEP,~\triangle CFP and add them together:

P A 2 + P B 2 + P C 2 + 2 ( P D 2 + P E 2 + P F 2 ) = 3 ( 3 P G 2 + G A 2 + G B 2 + G C 2 2 ) . ( 1 ) PA^2+PB^2+PC^2+2(PD^2+PE^2+PF^2)=3\left(3PG^2+\dfrac{GA^2+GB^2+GC^2}{2}\right).\qquad (1)

Use the formula on A B P , B C P , C A P \triangle ABP,~\triangle BCP,~\triangle CAP and add them together:

2 ( P A 2 + P B 2 + P C 2 ) = 2 ( P D 2 + P E 2 + P F 2 + A B 2 + B C 2 + C A 2 4 ) . ( 2 ) 2(PA^2+PB^2+PC^2)=2\left(PD^2+PE^2+PF^2+\dfrac{AB^2+BC^2+CA^2}{4}\right).\qquad (2)

Use the formula on A B D , B C E , C A F \triangle ABD,~\triangle BCE,~\triangle CAF and add them together:

A B 2 + B C 2 + C A 2 = 3 ( G A 2 + G B 2 + G C 2 ) . ( 3 ) {\color{#D61F06}{AB^2+BC^2+CA^2=3(GA^2+GB^2+GC^2)}}.\qquad (3)

( \big( Note that we accidentally proved A B 2 + B C 2 + C A 2 = 3 ( G A 2 + G B 2 + G C 2 ) AB^2+BC^2+CA^2=3(GA^2+GB^2+GC^2) in the way. ) \big)

Substitute ( 3 ) (3) into ( 2 ) (2) and move some stuff around:

2 ( P A 2 + P B 2 + P C 2 ) 2 ( P D 2 + P E 2 + P F 2 ) = 3 2 ( G A 2 + G B 2 + G C 2 ) . 2(PA^2+PB^2+PC^2)-2(PD^2+PE^2+PF^2)=\dfrac{3}{2}(GA^2+GB^2+GC^2).

Add the above equation with ( 1 ) : (1):

3 ( P A 2 + P B 2 + P C 2 ) = 3 ( G A 2 + G B 2 + G C 2 + 3 P G 2 ) P A 2 + P B 2 + P C 2 = G A 2 + G B 2 + G C 2 + 3 P G 2 . \begin{aligned} 3(PA^2+PB^2+PC^2)&=3(GA^2+GB^2+GC^2+3PG^2) \\ PA^2+PB^2+PC^2&=GA^2+GB^2+GC^2+3PG^2.\ _\square \end{aligned}

( \big( The formula A B 2 + B C 2 + C A 2 = 3 ( G A 2 + G B 2 + G C 2 ) AB^2+BC^2+CA^2=3(GA^2+GB^2+GC^2) can also be obtained from taking P = A , B , C P=A, B, C in turn, and then adding the three results. ) \big)

The sides of triangle A B C ABC are 5 , 6 , 5,6, and 7 7 . P P is a point in the plane of the triangle such that P A 2 + P B 2 + P C 2 = 70 PA^2 + PB^2 + PC^2 = 70 . The locus of P P is a circle of radius r r , where r r can be expressed in the form m n \frac{m}{n} for some relatively prime positive integers m m and n n . Find 100 m + n 100m+n .

A similar property is the following: if any line through the centroid hits A B AB at a point D D and A C AC at a point E E , then

B D D A + C E E A = 1. \frac{BD}{DA}+\frac{CE}{EA}=1.

It is also possible to calculate the length of a median from the side lengths:

A D = 2 b 2 + 2 c 2 a 2 4 B E = 2 a 2 + 2 c 2 b 2 4 C F = 2 a 2 + 2 b 2 c 2 4 . \begin{aligned} AD &= \sqrt{\frac{2b^2+2c^2-a^2}{4}}\\\\ BE &= \sqrt{\frac{2a^2+2c^2-b^2}{4}}\\\\ CF &= \sqrt{\frac{2a^2+2b^2-c^2}{4}}. \end{aligned}

Note that this also gives the lengths of A G , B G , AG, BG, and C G CG , since the median is divided in a 2:1 ratio by the centroid:

A G = 2 b 2 + 2 c 2 a 2 3 B G = 2 a 2 + 2 c 2 b 2 3 C G = 2 a 2 + 2 b 2 c 2 3 , \begin{aligned} AG &= \frac{\sqrt{2b^2+2c^2-a^2}}{3}\\\\ BG &= \frac{\sqrt{2a^2+2c^2-b^2}}{3}\\\\ CG &= \frac{\sqrt{2a^2+2b^2-c^2}}{3}, \end{aligned}

which is another way of showing that A B 2 + B C 2 + C A 2 = 3 ( G A 2 + G B 2 + G C 2 ) AB^2+BC^2+CA^2=3\big(GA^2+GB^2+GC^2\big) .

In the diagram above, line l l passes through the centroid of A B C . \triangle ABC.

If the perpendicular distance between A A and line l l is 2, and the perpendicular distance between B B and line l l is 6, then what is the perpendicular distance between C C and line l ? l?

Let a , b , c a, b, c be the side lengths of triangle A B C ABC above, and let d , e , f d, e, f be the distances from its centroid O O to the vertices. (The red lines are the medians.)

What is the ratio a 2 + b 2 + c 2 d 2 + e 2 + f 2 ? \dfrac{a^2+b^2+c^2}{d^2+e^2+f^2}?

In a triangle A B C ABC , a random line passes through its centroid (the intersection of the three medians), segmenting it into two regions. Find the minimum possible ratio of the area of the smaller region to the area of the larger region.

Other centers of the triangle include the

  • orthocenter
  • incenter
  • circumcenter.

The orthocenter is the point where the three altitudes of a triangle meet. The altitude is a line segment drawn from one vertex to the opposite side, and it is perpendicular to the opposite side.

The incenter is the center of the triangle's incircle. The incircle is the circle subscribed inside the triangle and it is tangent to each of its sides.

The circumcenter is the center of the circumcircle, the circle that passes through all three vertices of the triangle.

If O O is the circumcenter of a triangle, R R is the circumradius of the triangle, and a , b , c a,b,c are the lengths of B C , C A , A B , BC,CA,AB, respectively, then O G 2 = R 2 1 9 ( a 2 + b 2 + c 2 ) . OG^2 = R^2-\frac{1}{9}\big(a^2+b^2+c^2\big).

Substitute P = O P=O into the formula P A 2 + P B 2 + P C 2 = G A 2 + G B 2 + G C 2 + P G 2 , PA^2+PB^2+PC^2=GA^2+GB^2+GC^2+PG^2, and we have

O A 2 + O B 2 + O C 2 = G A 2 + G B 2 + G C 2 + 3 O G 2 9 R 2 = 3 ( G A 2 + G B 2 + G C 2 ) + 9 O G 2 [ since O A = O B = O C = R ] = a 2 + b 2 + c 2 + 9 O G 2 [ since A B 2 + B C 2 + C A 2 = 3 ( G A 2 + G B 2 + G C 2 ) ] O G 2 = R 2 1 9 ( a 2 + b 2 + c 2 ) . \begin{aligned} OA^2+OB^2+OC^2 &=GA^2+GB^2+GC^2+3OG^2 \\ 9R^2&=3(GA^2+GB^2+GC^2)+9OG^2 &&\qquad [\text{since } OA=OB=OC=R]\\ &=a^2+b^2+c^2+9OG^2 &&\qquad \big[\text{since } AB^2+BC^2+CA^2=3(GA^2+GB^2+GC^2)\big] \\ \Rightarrow OG^2 &= R^2-\frac{1}{9}\big(a^2+b^2+c^2\big).\ _\square \end{aligned}

The centroid also lies on the Euler line of the triangle, so

G H = 2 3 O H , G O = 1 3 O H , GH = \frac{2}{3}OH,\quad GO=\frac{1}{3}OH,

where H H is the orthocenter of the triangle.

If A , B , C A', B', C' are the circumcenters of triangles B C G , A C G , A B G , BCG, ACG, ABG, respectively, then

O O is the centroid of triangle A B C A'B'C' . Furthermore, G G is the symmedian point of A B C \triangle A'B'C' .

Finally, the medians of A B C \triangle A'B'C' pass through the midpoints of A B , B C , AB, BC, and C A CA , so the medians of A B C \triangle A'B'C' and A B C \triangle ABC intersect at the midpoints of the original triangle.

Consider an isosceles A B C \triangle ABC with A B = A C = 5 , B C = 6 , AB=AC=5, BC=6, where I , O , H I,O,H denote its incenter, circumcenter, orthocenter, respectively.

Find the area of I O H \triangle IOH .

Other polygons have analogous interpretations of the centroid; it remains the center of mass of the vertices of the polygon.

However, the centroid is no longer (necessarily) the intersection of the medians; in fact, the medians do not necessarily intersect in larger polygons.

  • Circumcenter
  • Incenter
  • Orthocenter

how to find the centroid of a triangle

Source: https://brilliant.org/wiki/triangles-centroid/

Posted by: rogerssicals.blogspot.com

0 Response to "how to find the centroid of a triangle"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel