Savato
2010-01-27 10:36:11 UTC
What I don't understand is how to determine the maximum or minimum area/perimeter/volume of a figure and how to determine the area/perimeter/volume of certain figures as a one variable function and then solve that function from there. I can only think of one good example, so I'll update later if I think of another one.
1) Consider a fence 80 meters long. Suppose you are building a rectangular garden with a missing side. Determine the maximum size garden you can construct.
The first thing I did was sketch a diagram. Then, I wrote down all that I knew, namely that the perimeter is 80m, and the formula for this is 2l + w = P (or 2w + l = P).
Then I was asked to determine the area as a one variable function. Since:
area = A = lw
and:
P =80 = 2l + w
I said that:
l = 40 - (w/2)
Therefore:
A = 40w - ([w^2]/2)
If all of this is correct, how do you find the maximum area? How would you find the minimum area?