Find the maximum area of a rectangle placed in a right angle triangle

4.1k Views Asked by At

Find the maximum area of a rectangle placed in a right angle triangle $\triangle ABC$.

My Work:

  • Pythagoras: $$c^2=a^2+b^2$$
  • Area of a triangle: $$\text{area triangle}=\frac{1}{2}\times\text{height triangle}\times\text{width triangle}=\frac{1}{2}\times a \times b$$
  • Area of a rectangle: $$\text{area rectangle}=\text{height rectangle}\times\text{width rectangle}= h \times w$$
  • And logically we know that: $$\text{area triangle}>\text{area rectangle}$$

Now, how to continue?

3

There are 3 best solutions below

2
On

The area of the Rectangle is half the area of the triangle, and this is even universal and not dependent on the triangle be right angled.

Pick the base of the triangle that is longest that has length $b$ and associated height $h$. Now you can place on there a triangle of width $b/2$ and height $h/2$.

There must be a position where it fits since at half height the triangle has still half its width by the interception theorem.

So the area of the rectangle is given by $\frac{b}{2} \frac{h}{2} = b h / 4$ and as such has half the area of the triangle.

For illustration look at http://jwilson.coe.uga.edu/emt725/Class/Pearman/rectangle.triangle/rect.tri.html

0
On

For $\triangle ABC$, choose the longest side, $AB$, as your base, length $b$. Then you can choose the width of the rectangle as a proportion $p$ of that length, and the height will be the reverse proportion, $(1-p)$ of the altitude of $C$, $h$, by choosing the rectangle corners to be $p$ of the side length from $C$ to $A$ and $B$.

So the area of the rectangle is $pb(1-p)h = p(1-p)2T$, where $T$ is area of $\triangle ABC$. $p(1-p)$ has zeros at $0$ and $1$ and is maximum at $p=0.5$. Thus the maximum rectangle with area of $T/2$ is produced by joining the midpoints of the shorter sides and dropping perpendicular to the long side.

0
On

enter image description here

We have to consider two cases: an inscribed rectangle with a side on the hypotenuse; an inscribed rectangle with a vertex at the right angle. In the first case the maximum area is achieved when a side of the rectangle crosses the midpoint of the depicted height; in the second case the maximum area is achieved when a vertex of the rectangle is the midpoint of the hypotenuse. In both cases the maximum area is just half the area of the original triangle, hence $\frac{ab}{4}$. On the other hand, the area of an inscribed rectangle cannot exceed half the area of the original triangle, since by "folding" the white regions on the blue inscribed rectangle, we entirely cover the rectangle: enter image description here