Question
Maximising rectangle area inside a right isosceles triangle
Original question: 4. A rectangle must be cut out of a right-angled isosceles triangle. The length of the equal sides of the triangle are 8 centimetres.
(a) Show that the area of the rectangle, , is given by .
(b) Determine the value of which maximises the area and calculate the maximum area.
Expert Verified Solution
Expert intro: This optimization problem uses geometry, algebraic area expressions, and differentiation to find the maximum rectangle that fits inside a triangle.
Detailed walkthrough
Build the area formula
The triangle is right-angled and isosceles, with equal sides of length 8 cm. A rectangle is cut from inside the triangle, and the area is written as a function of a variable .
The required result is
This is a quadratic in , so once the area formula is established, the maximum can be found by completing the square or using differentiation.
Showing the formula
A standard way to model this shape is to place the triangle on coordinate axes and use similar triangles. The sloping side creates a linear relationship between the rectangle's height and width.
When the dimensions are written in terms of , the rectangle area becomes the product of its side lengths. That product simplifies to:
So part (a) is proved.
Find the maximum area
Since
the graph is a downward-opening parabola. Its maximum occurs at the vertex.
Using the vertex formula for ,
Now substitute this value into the area formula:
Compute each term:
Therefore,
Why this is the right method
This is an optimization problem, so the key steps are:
- express the area in one variable,
- obtain a quadratic function,
- locate its maximum.
Because the coefficient of is negative, the quadratic must have a maximum, not a minimum.
Final answers
- (a)
- (b) and the maximum area is
💡 Pitfall guide
A common error is to maximize the wrong quantity, such as the rectangle’s perimeter or one side length instead of its area. Another mistake is to treat the area expression as if it were increasing forever. Since the coefficient of is negative, the graph opens downward, so the turning point is a maximum. Students also sometimes forget that must stay within the triangle, so only the physically meaningful interval should be considered.
🔄 Real-world variant
If the triangle’s equal sides were changed from 8 cm to 10 cm, the same method would still work, but the area formula would have different constants. The new expression would be built from similar triangles and then maximized in exactly the same way. If the problem asked for the minimum area instead, the answer would come from the boundary of the allowed interval, not the vertex, because this quadratic opens downward.
🔍 Related terms
similar triangles, quadratic optimisation, vertex form
FAQ
How do you prove the rectangle area formula using similar triangles?
Set up a variable for the rectangle’s side length, use the triangle’s 45-degree geometry to relate width and height, and multiply the expressions. This simplifies to A(x)=8\sqrt{2}x-2x^2.
How do you find the maximum area of the rectangle in this triangle?
Treat the area as a downward-opening quadratic. Use the vertex formula x=-b/(2a) to get x=2\sqrt{2}, then substitute back to find the maximum area is 16 cm^2.