Question 530159: A farmer has 5000 feet of fencing available to enclose a rectangular field. What is the maximum area?
Answer by oberobic(2304) (Show Source):
You can put this solution on YOUR website! For any given perimeter, the maximum area is a square.
.
5000/4 = 1250
.
1250^2 = 1562500 sq. ft.
.
If you're not familiar with the maximum area rectangle being a square, a simple application of calculus will demonstrate.
.
Recall, perimeter = 2(length + width). With 5000 feet of fencing, that is the maximum perimeter.
.
From this starting point, we recognize that 1/2 the perimeter equals the rectangle's length + its width.
.
5000/2 = 2500
so
L + W = 2500
.
So the sides can be defined as 'L = x' and 'W = 2500-x'.
.
y = area = L*W
.
Substitute for L and W.
.
y = x*(2500-x)
.
y = -x^2 + 2500x
.
To find the maximum, take the first derivative and solve it for a value of 0.
.
dy/dx = -2x + 2500
.
2x = 2500
.
x = 1250 = L
.
2500-x = 1250 = W
.
L = W, so we have a square.
.
Done.
|
|
|