SOLUTION: what is the maximum area of a rectangle with a perimeter of 100 feet

Algebra ->  Rectangles -> SOLUTION: what is the maximum area of a rectangle with a perimeter of 100 feet      Log On


   



Question 391158: what is the maximum area of a rectangle with a perimeter of 100 feet
Found 2 solutions by Alan3354, richard1234:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Max area is a square.
100/4 = 25 foot sides
Area = 25*25 = 625 sq feet

Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Many different ways to solve this.
Solution 1
----------
If the sides of the rectangle are x and 50-x (so that the perimeter is 100), the area is x%2850-x%29+=+-x%5E2+%2B+50x, which is a parabola in terms of x. The vertex occurs at -b%2F2a, or x = 25. It points downward, so x = 25 maximizes the area, so the area is 625.

Solution 2
----------
Another way is finding the extrema of y+=+-x%5E2+%2B+50x. We have dy%2Fdx+=+-2x+%2B+50 which is equal to zero when x = 25 (this is actually where the -b/2a rule comes from).
Solution 3
----------
Yet another way comes from an unusual theorem: AM-GM inequality. Suppose we have two terms a%5B1%5D+=+x and a%5B2%5D+=+50-x. Then by AM-GM,

%28a%5B1%5D+%2B+a%5B2%5D%29%2F2+%3E=+sqrt%28a%5B1%5Da%5B2%5D%29 Since a%5B1%5D+%2B+a%5B2%5D+=+50, 50%2F2+=+25,

25+%3E=+sqrt%28a%5B1%5Da%5B2%5D%29

625+%3E=+a%5B1%5Da%5B2%5D

The AM-GM inequality says the equality occurs if and only if all the a%5Bi%5D's are equal, that is, a%5B1%5D+=+a%5B2%5D+=+25, and the optimal area is 625.


It's pretty rare you'll see a solution like the last one. However AM-GM can be used to prove many similar theorems, i.e. proving that the rectangular solid of fixed surface area that has maximum volume is a cube.