The first thing you need to do is write down the formulas. IN ANY OF THESE KIND OF PROBLEMS, the first thing you ALWAYS should do is write down what your objective is and what you know.
What you need to do: Maximize the area of the rectangular region of the room.
What you know:
1) You know the perimiter is 200 meters. You also know the perimiter is going to be P=2L + C where L is the length of the rectangular region and C is the circumference of the circle created by addition of the semi-circles.
..___L__
.(...........)
(.............) 1/2C
.( _____)
So, 200 = 2L+C.
2) You also know that the AREA of the rectangular region will be the Diameter of the (semi)Circle (D) times the Length of the side(L). So, A=L*D. But we have too many vairiables. Note: for these kinds of questions you will usually be given 1 more variable than you have equations... You have FOUR variables and TWO equations. Your variables are C,L,A,D. Note that P is not a variable (we know it must be 200 meters). Your equations are P=2L+C and A=L*D. SO we need to somehow get rid of one of these extra variables. Note that you want to get rid of one of these variables by finding it in terms of another variable you arleady are using.
So, with a little inevstigation, it seems easy enough to eliminate the D in the Area equation. The Circumference of the (semi)circle is C=Pi*D, so D=C/Pi. Now rewrite your equations:
200 = 2L+C
A=L*(C/Pi)
Now we have Two equations and three variables. With these two equations we can get a SINGLE equation with the variable to maximize (A) and another variable (you choose which). I will choose L.
200=2L+C means that C = 200-2L
Now, substitute 200-2L in for C in the Area equation:
A=L*(C/Pi) means that A = L*(200-2L)/Pi.
Simplify: A = (1/Pi)(-2L<sup>2</sup> + 200L)
Now take derivative (of A with respect to L): dA/dL = (1/Pi)(-2L + 200)
Set derivative equal to zero to determine the maximum: (1/Pi)(-2L+200)=0
Solve for L: L = 50.
So, when L is 50 we have a MAXIMUM area. Note that this is a negative quadratic so it MUST be a maximum and not a minimum.
Now, Plug in L=50 into the formula for A: A = 50(200-2(50))/Pi = 5000/Pi.
I did this in a hurry so check my work, but get the idea?
-Daon