#10

Gameplan:
1. Express the area of the rectangle as a function of a single variable
2. Graph this function
3. By looking at the graph and plugging numbers into the function, estimate the value that maximizes the function (the area)
----------------------------------------------------------------------------------------
1. f(x) = 8-x^2
The vertex of this parabola is on the line x=0. So the base of the rectangle will be 2x. The height of the rectangle will be f(x)
So the area of the rectangle will be base * height, or:
f(x) * 2x
or (8-x^2)*2x
or 16x - 2x^3
so that is A(x) = 16x - 2x^3
3. If you graph that, you'll find it has 2 local maximums NEAR x = -1.6 and x = 1.6
So the base would be about 2*1.6, and the height would be about f(1.6)=5.44, and the maximum area would be about 17.4 (square units).
With calculus we could dispense with all these estimates and get the actual values, but I don't know a way to calculate the maximum exactly without it.