What Is the Maximum Area a Farmer Can Fence Using Different Lengths of Material?

  • Thread starter Thread starter csc2iffy
  • Start date Start date
  • Tags Tags
    Area
csc2iffy
Messages
74
Reaction score
0
PLEASE HELP! maximizing area problem

Homework Statement


1. Homework Statement
A farmer wants to build a rectangular pen. He has a barn wall 40 feet long, some or all of which must be used for all or part of one side of the pen. In other words, with f feet of of fencing material, he can build a pen with a perimeter of up to f+40 feet, and remember he isn't required to use all 40 feet.
What is the maximum possible area for the pen if:
a. 60 feet of fencing material is available
b.100 feet of fencing material is available
c. 160 feet of fencing material is available


Homework Equations


a.
P=> 2x+y=60 => y=60-2x
A=> xy=60x-2x^2


The Attempt at a Solution


I worked through the problem and found
a. For 60 ft of fencing material
x=15, y=30 => A=450 sq ft

I am not sure how to do b and c.
This is my attempt, but I know it is wrong (slightly)
b. For 100 ft of fencing material,
P=> 2x+y=100 => y=100-2x
A=> xy=100x-2x^2
working through this, I end up with
x=25, y=50 => A=1250 sq ft

I know this is wrong because the barn wall is only 40 feet long, and y=50, but all of the 100 feet of fencing has been used up by 2x+y, so there will be 10 feet of fencing missing. How do I rework the problem? Please help I've been working on this for hours! :(
 
Physics news on Phys.org


The variable y is the one with the constraint on it. It has to lie somewhere in the interval [0, 40]. Write the area as a function of y and find where it attains its maximum on that interval.
 


This is linear programming problem. With following equations for b

x\geqslant 0\quad ; 0\leqslant y\leqslant 40

2x+2y \leqslant 140

Maximize the function A=xy. Use LP theorem
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top