SOLUTION: Find the dimensions of a rectangular corral split into 2 pens of the same size producing the greatest possible enclosed area given 100 feet of fencing

Algebra ->  Functions -> SOLUTION: Find the dimensions of a rectangular corral split into 2 pens of the same size producing the greatest possible enclosed area given 100 feet of fencing      Log On


   



Question 1188528: Find the dimensions of a rectangular corral split into 2 pens of the same size producing the greatest possible enclosed area given 100 feet of fencing
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


Let x be the length of the section of fence that divides the corral in two; then there are three sections of fence of that length. The dimensions of the rectangle are then x and (100-3x)/2.

A=x%28%28100-3x%29%2F2%29
A=%28-3%2F2%29x%5E2%2B50x

Use calculus to find the value of x that maximizes the area:

dA%2Fdx=-3x%2B50
-3x%2B50=0
3x=50
x=50%2F3

The other dimension is then

%28100-3x%29%2F2=50%2F2=25

ANSWER: The dimensions of the corral are 25 feet by 50/3 feet, or 25 by 16 2/3 feet.

NOTE: This answer means that 50 feet of fencing is used for the sections of fencing in each direction.

It turns out that this is a general result for this kind of problem:

If a rectangular field is divided into several sections with fences parallel to one of the sides, the maximum area is obtained if half of the fencing is used for the fencing in each direction.

This can be proved using the method above.

Let F be the amount of fencing available, and let the rectangular corral be divided into (n-1) parts. There are then n sections of fence in one direction and 2 sections of fence in the other direction.

Let x be the length of each of the n sections of fence; then the length of each section of fence in the other direction is (F-nx)/2. The total area is then

A=x%28%28F-nx%29%2F2%29+=+%28-n%2F2%29x%5E2%2BFx%2F2

dA%2Fdx=-nx%2BF%2F2

That derivative is zero when nx=F/2 -- i.e., when the total amount of fencing for the n equal lengths is half of the total.