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

geometrytriangles

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?

Best Answer

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

Related Question