Question 68
You want to start with a picture, in which one side of the field is the stream, and the other three sides of the field are labeled.  In my picture, I have the stream on the left, and the top and bottom labeled with x and the right side labeled with y.  Now, you write an equation with the given perimeter:
{{{2*x+y=1000}}}
Next, you write an equation for the area, which you are trying to maximize:
{{{A=x*y}}}
Now, solve the perimeter formula for y (the easier variable for which to solve):
{{{y=1000-2*x}}}
Subsitute that in for y in the area equation:
{{{A=x*(1000-2*x)}}}
Simplify:
{{{A=1000*x-2*x^2}}}
Now, take the derivative of the area function.  Remember, taking the derivative and setting it equal to zero, then testing intervals surrounding this value for signs, will tell where the area function increased then decreased, thus finding its maximum.
{{{dA/dx=1000-4*x}}}
Setting dA/dx equal to zero, we get:
{{{1000 = 4*x}}}
{{{x=250}}}
Now, test values on either side.  Plugging 1 into the derivative:
{{{dA/dx=1000-4*1}}}
which is positive, so A is increasing on all values of x up to 250.
And, plugging 300 into the derivative:
{{{dA/dx=1000-4*300}}}
which is negative, so A is decreasing on all values of x after 250.
Thus, the desired dimensions are 250 feet by 500 feet.
(Plug 250 in for x back into the above equation:
{{{y=1000 - 2*x}}}).
Also, remember to answer all questions -- "What is the maximum area?"
The area is
{{{A=x*y}}}
which will give you 250 * 500, or 125000 square yards.