Problem:
Let be an equilateral triangle with side length . Across all points inside triangle satisfying , compute the minimum possible length of .
(Here, denotes the area of triangle .)
Problem:
Let be an equilateral triangle with side length . Across all points inside triangle satisfying , compute the minimum possible length of .
(Here, denotes the area of triangle .)
Solution:
The area condition implies . Hence, lies on the -midline of . Therefore, the minimum possible value of is the distance from to this midline. This is achieved by taking to be the foot of the perpendicular from to the -midline. This distance is half the altitude of , which has side length , so the answer is .