SOLUTION: A developer wants to enclose a rectangle. If the developer has 200 feet of fencing and does not enclose one side, what is the largest area that can be enclosed?

Algebra ->  Rectangles -> SOLUTION: A developer wants to enclose a rectangle. If the developer has 200 feet of fencing and does not enclose one side, what is the largest area that can be enclosed?      Log On


   



Question 189837This question is from textbook
: A developer wants to enclose a rectangle. If the developer has 200 feet of fencing and does not enclose one side, what is the largest area that can be enclosed? This question is from textbook

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


The answer is 5000 square feet. How you get there depends on whether you are studying Calculus and investigating the nature of local extrema using the first and second derivatives, or you are in Algebra investigating the properties of parabolas.

Common to both methods is the Area function. If two of the fenced sides of the rectangle are represented by x, and you have 200 feet of fence available, then the third side is 200 - 2x because you subtract the two pieces of fence that are x feet long from the available 200 feet of fencing to get the remainder which must be the length of the third side. The area is the length times the width, so:



Algebra Solution

The function is a parabola opening downward. You know it opens downward because the coefficient on the high-order term is negative. Therefore the vertex is a maximum and the value of the function at the vertex will give us the maximum possible area.

The x-coordinate of the vertex of a parabola whose equation is in the form:



is given by:



For this problem:



So we achieve the maximum area when the value of x is 50.

To determine what that maximum area is, we need to evaluate:



Calculus Solution

is a polynomial function, therefore it is continuous and differentiable across its entire domain. Therefore, a local extreme point will be found at any value a where

So take the first derivative of the area function:




Set it equal to zero, and then solve:



Now we need to investigate whether this local extreme is a minimum or a maximum. The first derivative is a polynomial, therefore continuous and differentiable, so we can take the second derivative:



Which is negative for all x in the domain of A, therefore the extremum is a maximum.

Again, to determine what that maximum area is, we need to evaluate:



John