[Math] Maximal possible area of a rectangle inscribed in the given right triangle

areaoptimization

  1. A rectangle is to be inscribed in a right triangle having sides of length $6$ in, $8$ in, and $10$ in. Find the dimensions of the rectangle with greatest area assuming the rectangle is positioned as in the accompanying figure.

  2. Solve the problem in Exercise 6 assuming the rectangle is positioned as in the accompanying figure.

enter image description here

This is an applied min/max problem. I'm confused as to what to do. I've seen someone else use similar triangles, but I'd really prefer a different method.

Best Answer

Your teacher will hate the method in this answer, so don't use it on the homework. For problem 6, draw the $6,8,10$ right triangle $\triangle ACB$ as shown below:

triangle ABC described in the next paragraph

Choosing any point $P$ along the hypotenuse $AB$ and dropping perpendiculars from $P$ to $Q$ on $AC$ and $R$ on $BC$, you have inscribed rectangle $PQCR$ in $\triangle ACB$ in the position desired. Now reflect triangle $\triangle PQA$ across the line $PQ$ to obtain triangle $\triangle PQS$, and reflect triangle $\triangle PRB$ across the line $PR$ to obtain triangle $\triangle PRT$. Notices that if you place $P$ closer to $B$ than to $A$, as shown in the figure, then the vertex $S$ lies outside the original triangle $\triangle ACB$; triangles $\triangle PQS$ and $\triangle PRT$ completely cover rectangle $PQCR$ plus the triangle $\triangle SCT$, and therefore $$ Area(\triangle PQS) + Area(\triangle PRT) > Area(PQCR), $$ but since $$Area(\triangle PQS) + Area(\triangle PRT) + Area(PQCR) = Area(\triangle ACB),$$ this implies that $$Area(PQCR) < \frac12 Area(\triangle ACB).$$

If you place $P$ closer to $A$ than to $B$, then for similar reasons you will again find that $Area(PQCR) < \frac12 Area(\triangle ACB).$ But if you place $P$ at the midpoint of the hypotenuse $AB$, repeating the exercise of reflecting triangles will quickly show that $Area(PQCR) = \frac12 Area(\triangle ACB).$ This is the maximum obtainable.

For problem 7, draw the $6,8,10$ right triangle $\triangle ACB$ as shown below:

triangle ABC described in the next paragraph

That is, drop a perpendicular from the right angle $C$ to the hypotenuse $AB$, meeting the hypotenuse at $H$. Now if we draw a rectangle as show in the figure for problem 7, with one side lying along the hypotenuse, part of the rectangle will lie within triangle $\triangle AHC$ and the rest will lie within triangle $\triangle BHC$. If the rectangle has vertices at the midpoints of legs $AC$ and $BC$, then each part of the rectangle is half the area of the triangle within which it lies, and therefore $$ Area(\text{rectangle}) = \frac12 Area(\triangle ACB).$$ But if either of those vertices lies at any other point of one of the legs, the other vertex also will lie at some point that is not the midpoint of its leg; each part of the rectangle will have less than half the area of the triangle in which it lies (as shown in the solution of part 6) and therefore $$ Area(\text{rectangle}) < \frac12 Area(\triangle ACB).$$ So once again the maximum area of the rectangle is $\frac12 Area(\triangle ACB).$

This uses none of the standard tools of min/max problems, just simple geometry, so it won't help you learn how to solve min/max problems more generally. But it may convince you that the dimensions of the rectangle for problem 6 are $3 \times 4$ and for problem 7 are $2.5 \times 4.8$ (which is what you get when you put the vertices at the midpoints of the applicable sides of the triangle), so when you get these answers in the way you're supposed to, you'll believe them, and if you get different answers then you'll know you used the min/max methods incorrectly.