Slashed Triangle

Geometry Level 4

An equilateral triangle is split by a line into two regions with equal perimeters.

Find the maximum ratio of the areas of the two regions.

If the answer is a b \dfrac ab for positive coprime integers a a and b b . Find a + b a+b .


Bonus: Exchange the words 'perimeters' and 'areas' in the above question and then solve it.


The answer is 16.

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

Chew-Seong Cheong
Jul 10, 2019

Let the side length of the equilateral triangle be 1. Then the area of the equilateral triangle is A = 3 4 A = \frac {\sqrt 3}4 . Since the red line divides the equilateral triangle into two regions with equal perimeters and the two regions share a common red side, the total lengths of the blue sides of both regions are equal and is 3 2 \frac 32 . Let the length of a blue side of the triangular region be x x , then the other blue side is 3 2 x \frac 32 - x , and the area of the triangular region is A = 1 2 x ( 3 2 x ) sin 6 0 = 3 4 x ( 3 2 x ) A' = \frac 12 x\left(\frac 32 - x\right) \sin 60^\circ = \frac {\sqrt 3}4 x\left(\frac 32 - x\right) .

The ratio of areas of the two region is:

Q = A A A = A ( A A ) A A = A A A 1 = 3 4 3 4 3 4 x ( 3 2 x ) 1 = 1 x 2 3 2 x + 1 1 = 1 ( x 3 4 ) 2 + 7 16 1 \begin{aligned} Q & = \frac {A'}{A-A'} = \frac {A-(A-A')}{A-A'} = \frac A{A-A'} - 1 \\ & = \frac {\frac {\sqrt 3}4}{\frac {\sqrt 3}4 - \frac {\sqrt 3}4x\left(\frac 32-x\right)}-1 \\ & = \frac 1{x^2 - \frac 32 x + 1} - 1 \\ & = \frac 1{\left(x-\frac 34\right)^2 + \frac 7{16}} - 1 \end{aligned}

Then we have:

max ( Q ) = 1 min ( ( x 3 4 ) 2 ) + 7 16 1 = 1 0 + 7 16 1 when x = 3 4 = 9 7 \begin{aligned} \max (Q) & = \frac 1{{\color{#3D99F6}\min \left(\left(x-\frac 34\right)^2\right)} + \frac 7{16}} - 1 \\ & = \frac 1{{\color{#3D99F6}0} + \frac 7{16}} - 1 & \small \color{#3D99F6} \text{when }x = \frac 34 \\ & = \frac 97 \end{aligned}

Therefore, a + b = 9 + 7 = 16 a+b = 9+7 = \boxed {16} .

If the line divides the triangle into regions of equal areas, what would be the maximum ratio of the perimeters of the two regions?

Digvijay Singh - 1 year, 11 months ago

Log in to reply

Huh? I have got an idea.

Chew-Seong Cheong - 1 year, 11 months ago

Log in to reply

Do share your solution if you get it.. post it as a problem..

Digvijay Singh - 1 year, 11 months ago

Log in to reply

@Digvijay Singh OK. I will think about it

Chew-Seong Cheong - 1 year, 11 months ago

Log in to reply

@Chew-Seong Cheong Turns out the answer is 2 1 3 \sqrt2-\dfrac{1}{3}

Digvijay Singh - 1 year, 11 months ago

Log in to reply

@Digvijay Singh Wow! How do we get that?

Chew-Seong Cheong - 1 year, 11 months ago

Log in to reply

@Chew-Seong Cheong The same approach as yours, but with complicated expressions and calculations.

Digvijay Singh - 1 year, 11 months ago

@Chew-Seong Cheong Confirm if my answer is correct, if you solve it.

Digvijay Singh - 1 year, 11 months ago

Log in to reply

@Digvijay Singh Yes, I got the same answer,

Chew-Seong Cheong - 1 year, 11 months ago

Log in to reply

@Chew-Seong Cheong You may update your solution, as I've added it as a bonus problem.

Digvijay Singh - 1 year, 11 months ago

Log in to reply

@Digvijay Singh I solved it numerically. I will try to get an algebraic one.

Chew-Seong Cheong - 1 year, 11 months ago

1.12132035?

Saya Suka - 1 year, 11 months ago

Log in to reply

It's 2 1 3 1.08088 \sqrt2-\dfrac{1}{3}\approx 1.08088

Digvijay Singh - 1 year, 11 months ago

Log in to reply

@Digvijay Singh Haha, I took the question to disregard the length of the slashing line, just the original triangle perimeter. But thanks for the confirmation!

Saya Suka - 1 year, 11 months ago
David Vreken
Jul 14, 2019

Let 1 1 be the side of the of the equilateral triangle, and x x and y y be the left and right sides of the upper triangle.

Since the perimeters are equal, x + y + z = ( 1 x ) + 1 + ( 1 y ) + z x + y + z = (1 - x) + 1 + (1 - y) + z , or x + y = 3 2 x + y = \frac{3}{2} .

The ratio of the areas is r a = 1 2 x y sin 60 ° 1 2 1 2 sin 60 ° 1 2 x y sin 60 ° = x y 1 x y r_a = \frac{\frac{1}{2}xy \sin 60°}{\frac{1}{2} 1^2 \sin 60° - \frac{1}{2}xy \sin 60°} = \frac{xy}{1 - xy}

By AM-GM inequality, 3 2 = x + y 2 x y \frac{3}{2} = x + y \geq 2\sqrt{xy} , or 9 16 x y \frac{9}{16} \geq xy , so the ratio of the areas has a maximum at r a = 9 16 1 9 16 = 9 7 r_a = \frac{\frac{9}{16}}{1 - \frac{9}{16}} = \frac{9}{7} , so that a = 9 a = 9 , b = 7 b = 7 , and a + b = 16 a + b = \boxed{16} .


Bonus:

Since the areas are equal, the upper triangle is half the area of the equilateral triangle, so that 1 2 x y sin 60 ° = 1 2 ( 1 2 1 2 sin 60 ° ) \frac{1}{2}xy \sin 60° = \frac{1}{2} (\frac{1}{2} 1^2 \sin 60°) or x y = 1 2 xy = \frac{1}{2} .

The ratio of the perimeters is r p = ( 1 x ) + 1 + ( 1 y ) + z x + y + z = 3 x y + z x + y + z r_p = \frac{(1 - x) + 1 + (1 - y) + z}{x + y + z} = \frac{3 - x - y + z}{x + y + z} .

By AM-GM inequality, ( x + y 2 ) 2 x y = 1 2 (\frac{x + y}{2})^2 \geq xy = \frac{1}{2} , or x + y 2 x + y \geq \sqrt{2} , with equality at x = y = 2 2 x = y = \frac{\sqrt{2}}{2} . If x = y x = y , the upper triangle is an equilateral triangle, so z = x = y = 2 2 z = x = y = \frac{\sqrt{2}}{2} , so the ratio of the perimeters has a maximum at r p = 3 2 2 2 2 + 2 2 2 2 + 2 2 + 2 2 = 2 1 3 1.08088 r_p = \frac{3 - \frac{\sqrt{2}}{2} - \frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2}}{\frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2}} = \sqrt{2} - \frac{1}{3} \approx \boxed{1.08088} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...