Find this Triangle

Geometry Level 3

Consider a triangle with the following properties:

  • Perimeter is length 24
  • Distance between incenter and centroid is length 1
  • The line between the incenter and centroid is parallel to one of the sides

If the minimum area of this triangle is expressed as a b a\sqrt b what is a + b a+b ?


The answer is 25.

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.

2 solutions

David Vreken
Jan 5, 2021

Let the coordinates of the vertices of the triangle be A ( 0 , 0 ) A(0, 0) , B ( p , h ) B(p, h) , and C ( b , 0 ) C(b, 0) , and let A B = c AB = c , A C = b AC = b , and B C = a BC = a , and let the line between the incenter and centroid be parallel to side b b that is along the x x -axis. Since the perimeter is 24 24 , a + b + c = 24 a + b + c = 24 .

Since the line between the incenter and centroid is parallel to the x x -axis, their y y -coordinates will be the same, so a A y + b B y + c C y a + b + c = A y + B y + C y 3 \cfrac{aA_y + bB_y + cC_y}{a + b + c} = \cfrac{A_y + B_y + C_y}{3} or a 0 + b h + c 0 24 = 0 + h + 0 3 \cfrac{a \cdot 0 + bh + c \cdot 0}{24} = \cfrac{0 + h + 0}{3} , which solves to b = 8 b = 8 .

Since the distance between the incenter and centroid is 1 1 , a A x + b B x + c C x a + b + c A x + B x + C x 3 = ± 1 \cfrac{aA_x + bB_x + cC_x}{a + b + c} - \cfrac{A_x + B_x + C_x}{3} = \pm 1 , or a 0 + 8 p + 8 c 24 0 + p + 8 3 = ± 1 \cfrac{a \cdot 0 + 8p + 8c}{24} - \cfrac{0 + p + 8}{3} = \pm 1 , which solves to c = 5 c = 5 or c = 11 c = 11 .

If c = 5 c = 5 then a = 24 b c = 24 8 5 = 11 a = 24 - b - c = 24 - 8 - 5 = 11 , and if c = 11 c = 11 then a = 24 b c = 24 8 11 = 5 a = 24 - b - c = 24 - 8 - 11 = 5 . So either way it is a triangle with sides 5 5 , 8 8 , and 11 11 , which by Heron's Formula has an area of A = 12 ( 12 5 ) ( 12 8 ) ( 12 11 ) = 4 21 A = \sqrt{12(12 - 5)(12 - 8)(12 - 11)} = 4\sqrt{21} , so a = 4 a = 4 , b = 21 b = 21 , and a + b = 25 a + b = \boxed{25} .

While designing this problem, I noticed a an interesting pattern. If the perimeter of the triangle is P P and the distance between the incenter and centroid is d d , then the sides of the solution triangle form an arithmetic progression:

P 3 3 d , P 3 , P 3 + 3 d \dfrac{P}{3}-3d, \hspace{5mm} \dfrac{P}{3}, \hspace{5mm} \dfrac{P}{3}+3d

I haven't tried prove it, so I'll just dub it The Fletcher Conjecture. :)

Fletcher Mattox - 5 months, 1 week ago

Log in to reply

@David Vreken : very elegant solution! And it covers the Fletcher Conjecture too:

a 0 + b h + c 0 P = 0 + h + 0 3 \frac{a\cdot 0 + bh + c\cdot 0}{P}=\frac{0+h+0}{3}

so b = P 3 b=\frac{P}{3}

a 0 + P 3 p + P 3 c P 0 + p + P 3 3 = ± d \frac{a\cdot 0 + \frac{P}{3} p + \frac{P}{3} c}{P}-\frac{0+p+\frac{P}{3}}{3}=\pm d

so c = P 3 ± 3 d c=\frac{P}{3}\pm 3d .

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 P 3 \frac{P}{3} . (Of course, it's also a little irritating, because "the Fletcher theorem" is less catchy...)

Chris Lewis - 5 months, 1 week ago

That's a great conjecture/theorem! Thanks for sharing it.

David Vreken - 5 months, 1 week ago

If a point X X has a position vector that is a weighted average of the position vectors of the vertices, so that x = α a + β b + γ c α + β + γ = 1 \mathbf{x} \; = \; \alpha\mathbf{a} + \beta\mathbf{b} + \gamma\mathbf{c} \hspace{2cm} \alpha + \beta + \gamma = 1 then the position vector G X \mathbf{GX} (where G G is the centroid) is x g = ( α 1 3 ) a + ( β 1 3 ) b + ( γ 1 3 ) c = ( β 1 3 ) [ b a ] + ( γ 1 3 ) [ c a ] \mathbf{x} - \mathbf{g} \; = \; (\alpha-\tfrac13)\mathbf{a} + (\beta-\tfrac13)\mathbf{b} + (\gamma - \tfrac13)\mathbf{c} \; = \; (\beta - \tfrac13)\big[\mathbf{b}-\mathbf{a}\big] + (\gamma - \tfrac13)\big[\mathbf{c}-\mathbf{a}\big] If X G XG is parallel to A B AB it follows that γ = 1 3 \gamma=\tfrac13 and α + β = 2 3 \alpha+\beta=\tfrac23 , so that α , γ , β \alpha,\gamma,\beta are in arithmetic progression.

When X X is the incentre, we have α = a a + b + c \alpha = \tfrac{a}{a+b+c} , β = b a + b + c \beta = \tfrac{b}{a+b+c} and γ = c a + b + c \gamma = \tfrac{c}{a+b+c} , and we deduce that a , c , b a,c,b are in AP.

Mark Hennings - 5 months ago

Let the triangle be A B C ABC , where C ( 0 , 0 ) C(0,0) , A ( x a , 0 ) A(x_a,0) , and B ( x b , y b ) B(x_b,y_b) with side lengths be a a , b b , and c c (not to be confused with the answer expression a b a\sqrt b ). Let the incenter be I ( x i , y i ) I(x_i, y_i) , the centroid be G ( x g , y g ) G (x_g, y_g) and the inradius be r r . Then y i = y g = r y_i=y_g=r . Since y g = 0 + y b + 0 3 y_g = \dfrac {0+y_b+0}3 , then y b 3 = r y b = 3 r \dfrac {y_b}3 = r \implies y_b = 3r . This means that the height of A B C \triangle ABC is 3 r 3r and its area A = 3 r b 2 = a + b + c 2 r = 12 r b = 8 A = \dfrac {3rb}2 = \dfrac {a+b+c}2r = 12 r \implies b = 8 .

From Heron's formula for s = 12 s = 12 , b = 8 b=8 , and c = 16 a c=16-a , we have 12 ( 12 a ) ( 8 ) ( a 4 ) = 12 r 3 r = 3 ( 12 a ) ( a 4 ) \sqrt{12(12-a)(8)(a-4)} = 12r \implies 3r = \sqrt{3(12-a)(a-4)} . We note that x b = a 2 ( 3 r ) 2 = a 2 3 ( 12 a ) ( a 4 ) = 2 a 12 x_b = \sqrt{a^2 - (3r)^2} = \sqrt{a^2 - 3(12-a)(a-4)} = 2a - 12 .

Note that the x x -coordinate of I I is x i = r cot C 2 x_i = r \cot \dfrac C2 . From cos θ = 2 a 12 a \cos \theta = \dfrac {2a-12}a , we get cot C 2 = 3 a 12 12 a \cot \dfrac C2 = \sqrt{\dfrac {3a-12}{12-a}} and x i = a 4 x_i = a-4 .

As the x x -coordinate of G G is x g = x a + x b + 0 3 = 2 a 4 3 x_g = \dfrac {x_a+x_b+0}3 = \dfrac {2a-4}3 and x i x g = 1 x_i - x_g = 1 , a 4 2 a 4 3 = 1 a = 11 r = 21 3 A = 12 r = 4 21 \implies a-4 - \dfrac {2a-4}3 = 1 \implies a = 11 \implies r = \frac {\sqrt {21}}3 \implies A = 12r = 4\sqrt{21} . And the required answer is 25 \boxed{25} .

Comments: A = 4 21 A = 4\sqrt{21} is not the minimum value but the only value of area.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...