A track and field playing area is in the shape of a rectangle with semicircles at each end. The inside perimeter of the track is to be 1500 meters. What should the dimensions of the rectangle be so that the area of the rectangle is a maximum?

1 Answer
Jul 1, 2016

The rectangle with maximum area should have dimensions
L=375 (the longer sides)
W=750/pi~~238.73 (the shorter sides with semicircles)

Explanation:

Assume the dimensions of a base rectangle are LxW with sides of the length W being diameters of semicircles.

Then the perimeter of a track equals to the lengths of two other sides (2L) plus the length of two semicircles (or, equally, one full circle) of a diameter W, that pi W.
The total perimeter is, therefore
(a) 2L+pi W = 1500

We have to maximize the area of a rectangle, that is
(b) A = L*W.

From equation (a) we can derive
(c) L = (1500-piW)/2
and substitute it into the formula (b) for area of rectangle:
A = (1500-piW)/2 * W = -pi/2W^2+750W

This expression is a quadratic polynomial of W with negative coefficient at W^2. As we know, it reaches its maximum at
W = -750/(2*(-pi/2)) = 750/pi

Having W determined, use equation (c) to determine L:
L = (1500-pi(750/pi))/2 = 375

CHECK against equation (a):
2*375+pi750/pi=750+750=1500