Problem:
Let be a triangle with , , and . Let be a line passing through two sides of triangle . Line cuts triangle into two figures, a triangle and a quadrilateral, that have equal perimeter. What is the maximum possible area of the triangle?
Problem:
Let be a triangle with , , and . Let be a line passing through two sides of triangle . Line cuts triangle into two figures, a triangle and a quadrilateral, that have equal perimeter. What is the maximum possible area of the triangle?
Solution:
There are three cases: intersects , intersects , and intersects . These cases are essentially identical, so let intersect segment at and segment at .
Then the condition is equivalent to
but and , so that
implying that .
Now let for convenience, so that
which is maximized when . Further we can easily calculate (e.g. by LOC); note that this is why the area is maximized in this case (we want to maximize , which is equivalent to maximizing , so should be opposite the largest side). Our answer is thus
Alternatively we could also calculate
which gives the same answer.