SOLUTION: find the dimensions of a rectangle "a" with the greatest area whose perimetter is 30 feet

Algebra ->  Rectangles -> SOLUTION: find the dimensions of a rectangle "a" with the greatest area whose perimetter is 30 feet      Log On


   



Question 183949: find the dimensions of a rectangle "a" with the greatest area whose perimetter is 30 feet
Found 2 solutions by stanbon, solver91311:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find the dimensions of a rectangle "a" with the greatest area whose perimetter is 30 feet
---------------------
Perimeter = 2(L + W)
30 + 2(L+W)
L+W = 15
W = 15-L
----------------
Area = LW
Substitute to get:
Area = L(15-L)
Area = -L^2 + 15L
That is a quadratic with a = -1,b = 15
--------------------
Maximum area occurs when L = -b/2a = -15/(-2) = 15/2
---------------
Solve for W when L = (15/2)
W = 15 - (15/2) = 15/2
--------------------------------
The Width and the Length are both 15/2 ft.
================================================
Cheers,
Stan H.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


The perimeter of a rectangle is given by:



The area of a rectangle is given by:



Substituting from the perimeter equation:



This function graphs to a parabola opening downward meaning that the vertex is a maximum. The maximum value of the function, hence the maximum area, is where the value of the first derivative is equal to zero:




Set equal to zero:



Hence, the maximum area rectangle for a given perimeter is a square with sides of length one-fourth of the perimeter.



John