Let be a point inside . Let be the perimeter of and be the sum of the distances of from the vertices ( ) . Using , what is the minimal and maximal value of ?
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.
Let A B = c , A C = b , B C = a , O C = f , O A = g , O B = h and extend O C to a point D as shown in the figure above. so P = a + b + c and S = f + g + h .
First we will prove that the minimal value of S is P / 2 :
Using the theorem that the sum of any two sides in a triangle is larger than the third side we can say:
In △ A O B ⟶ g + h > c
In △ A O C ⟶ f + h > a
In △ B O C ⟶ f + g > b
Summing the three inequalities will yield:
2 f + 2 g + 2 h > a + b + c
2 ( f + g + h ) > a + b + c
2 S > P
S > P / 2
Now we will prove that the maximal value of S is P :
This one is a bit trickier, we will use the extension of C O to C D and remember that c = A D + D B
Using again the same theorem in △ O A D we get:
g < O D + A D
g + O C < O D + A D + O C
( 1 ) g + f < C D + A D
Using again the same theorem in △ C B D we get:
C D < a + D B
C D + A D < a + D B + A D
C D + A D < a + D B + A D
( 2 ) C D + A D < a + c
Adding inequalities ( 1 ) and ( 2 ) we will get:
( 3 ) g + f < a + c
note that this is a general proof so if we extend O A and O B we can repeat the same process and yield:
( 4 ) f + h < b + c
( 5 ) g + h < a + b
Adding inequalities ( 3 ) , ( 4 ) and ( 5 ) will yield us:
2 f + 2 g + 2 h < 2 a + 2 b + 2 c
f + g + h < a + b + c
S < P
Therefore overall:
P / 2 < S < P
Would be happy to see your solutions to the problem :)