[Math] Optimize area of football field within running track of 400 meters in perimeter

calculusderivativesoptimization

I'm trying to solve the following problem:

We are projecting a running track. The running area consists of two
parallel lines and two semicircles connecting them. The perimeter of
the running track is 400 meters. We want to have a football playground
(a rectangle) inside the running track with the biggest possible area.
What dimensions do we have to choose in order to have the biggest
area?

I know how to optimize using the derivative, however I don't know how to form the function.

Could you help me with that?

Thanks

Best Answer

Let $r$ be the radius of the semicircle and $d$ the parallel length. Then, with $2d+2\pi r=400$, the rectangle area is

$$A(r)=2rd=r(400-2\pi r)$$

Set the derivative $A’(r)=400-4\pi r=0$ to obtain the optimal radius $r=\frac{100}{\pi}$ meters and the corresponding straight length $d=100$ meters.

Related Question