SOLUTION: Prove that the sum of distances from any point in the interior of a triangle to the three vertices a, b, and c is greater than half the perimeter of the triangle.

Algebra ->  Triangles -> SOLUTION: Prove that the sum of distances from any point in the interior of a triangle to the three vertices a, b, and c is greater than half the perimeter of the triangle.       Log On


   



Question 413128: Prove that the sum of distances from any point in the interior of a triangle to the three vertices a, b, and c is greater than half the perimeter of the triangle.
Found 2 solutions by richard1234, Edwin McCravy:
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Let our interior point be P, and the three segments be PA, PB, PC, in which we want to prove that

PA+%2B+PB+%2B+PC+%3E+%28AB+%2B+AC+%2B+BC%29%2F2.

By the triangle inequality, PA+%2B+PB+%3E+AB. Similarly, PB+%2B+PC+%3E+BC and PA+%2B+PC+%3E+AC. We have three inequalities:

PA+%2B+PB+%3E+AB
PB+%2B+PC+%3E+BC
PA+%2B+PC+%3E+AC

Adding all three inequalities up, we get 2PA+%2B+2PB+%2B+2PC+%3E+AB+%2B+BC+%2B+AC. We can divide both sides by 2 to get PA+%2B+PB+%2B+PC+%3E+%28AB+%2B+BC+%2B+AC%29%2F2, as desired.


Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!


Let the sides of the large triangle be a, b, and c.
Let the distances to the vertices from an interior point 
be x, y, and z.

Half the perimeter of the large triangle is %28a%2Bb%2Bc%29%2F2




Use the triangular inequality on each of the three smaller triangles 
that make up the large triangle:

x + y     > a
x     + z > b
    y + z > c

Adding those three inequalities term by term:

 x +  y      > a
 x      +  z > b
      y +  z > c
--------------------
2x + 2y + 2z > a+b+c

Dividing through by 2

 x +  y +  z > %28a%2Bb%2Bc%29%2F2 

Edwin