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.
While designing this problem, I noticed a an interesting pattern. If the perimeter of the triangle is P and the distance between the incenter and centroid is d , then the sides of the solution triangle form an arithmetic progression:
3 P − 3 d , 3 P , 3 P + 3 d
I haven't tried prove it, so I'll just dub it The Fletcher Conjecture. :)
Log in to reply
@David Vreken : very elegant solution! And it covers the Fletcher Conjecture too:
P a ⋅ 0 + b h + c ⋅ 0 = 3 0 + h + 0
so b = 3 P
P a ⋅ 0 + 3 P p + 3 P c − 3 0 + p + 3 P = ± d
so c = 3 P ± 3 d .
This is interesting, because all the steps are reversible; if the sides of a triangle are in AP, the line joining its incentre and centroid is parallel to the side of length 3 P . (Of course, it's also a little irritating, because "the Fletcher theorem" is less catchy...)
That's a great conjecture/theorem! Thanks for sharing it.
If a point X has a position vector that is a weighted average of the position vectors of the vertices, so that x = α a + β b + γ c α + β + γ = 1 then the position vector G X (where G is the centroid) is x − g = ( α − 3 1 ) a + ( β − 3 1 ) b + ( γ − 3 1 ) c = ( β − 3 1 ) [ b − a ] + ( γ − 3 1 ) [ c − a ] If X G is parallel to A B it follows that γ = 3 1 and α + β = 3 2 , so that α , γ , β are in arithmetic progression.
When X is the incentre, we have α = a + b + c a , β = a + b + c b and γ = a + b + c c , and we deduce that a , c , b are in AP.
Let the triangle be A B C , where C ( 0 , 0 ) , A ( x a , 0 ) , and B ( x b , y b ) with side lengths be a , b , and c (not to be confused with the answer expression a b ). Let the incenter be I ( x i , y i ) , the centroid be G ( x g , y g ) and the inradius be r . Then y i = y g = r . Since y g = 3 0 + y b + 0 , then 3 y b = r ⟹ y b = 3 r . This means that the height of △ A B C is 3 r and its area A = 2 3 r b = 2 a + b + c r = 1 2 r ⟹ b = 8 .
From Heron's formula for s = 1 2 , b = 8 , and c = 1 6 − a , we have 1 2 ( 1 2 − a ) ( 8 ) ( a − 4 ) = 1 2 r ⟹ 3 r = 3 ( 1 2 − a ) ( a − 4 ) . We note that x b = a 2 − ( 3 r ) 2 = a 2 − 3 ( 1 2 − a ) ( a − 4 ) = 2 a − 1 2 .
Note that the x -coordinate of I is x i = r cot 2 C . From cos θ = a 2 a − 1 2 , we get cot 2 C = 1 2 − a 3 a − 1 2 and x i = a − 4 .
As the x -coordinate of G is x g = 3 x a + x b + 0 = 3 2 a − 4 and x i − x g = 1 , ⟹ a − 4 − 3 2 a − 4 = 1 ⟹ a = 1 1 ⟹ r = 3 2 1 ⟹ A = 1 2 r = 4 2 1 . And the required answer is 2 5 .
Comments: A = 4 2 1 is not the minimum value but the only value of area.
Problem Loading...
Note Loading...
Set Loading...
Let the coordinates of the vertices of the triangle be A ( 0 , 0 ) , B ( p , h ) , and C ( b , 0 ) , and let A B = c , A C = b , and B C = a , and let the line between the incenter and centroid be parallel to side b that is along the x -axis. Since the perimeter is 2 4 , a + b + c = 2 4 .
Since the line between the incenter and centroid is parallel to the x -axis, their y -coordinates will be the same, so a + b + c a A y + b B y + c C y = 3 A y + B y + C y or 2 4 a ⋅ 0 + b h + c ⋅ 0 = 3 0 + h + 0 , which solves to b = 8 .
Since the distance between the incenter and centroid is 1 , a + b + c a A x + b B x + c C x − 3 A x + B x + C x = ± 1 , or 2 4 a ⋅ 0 + 8 p + 8 c − 3 0 + p + 8 = ± 1 , which solves to c = 5 or c = 1 1 .
If c = 5 then a = 2 4 − b − c = 2 4 − 8 − 5 = 1 1 , and if c = 1 1 then a = 2 4 − b − c = 2 4 − 8 − 1 1 = 5 . So either way it is a triangle with sides 5 , 8 , and 1 1 , which by Heron's Formula has an area of A = 1 2 ( 1 2 − 5 ) ( 1 2 − 8 ) ( 1 2 − 1 1 ) = 4 2 1 , so a = 4 , b = 2 1 , and a + b = 2 5 .