Finding the minimum perimeter.

  • Thread starter Thread starter Precepts
  • Start date Start date
  • Tags Tags
    Minimum Perimeter
Precepts
Messages
14
Reaction score
0

Homework Statement



I'm stuck on part b) of the question, but this includes the whole thing:

A farmer wants to make a rectangular paddock with an area of 4000m^2. However, fencing costs are high and she wants the paddock to have a minimum perimeter.

a) Show that the perimeter is given by the equation P = 2x + 8000/x

b) Find the dimensions of the rectangle that will give the minimum perimeter, correct to 1 decimal place.


The Attempt at a Solution



a) A = 4000 = xy

y = 4000/x

P = 2x + 2y
= 2x + 2(4000/x)
= 2x + 8000/x

Okay, so that was easy.

b) I assume here I just find the first derivative of P (to find minima)

dP/dx = 2 + 8000/x^2

So; 8000/x^2 + 2 = 0

Obviously this won't solve because I can't find x ( negative sq. root)... Where have I gone wrong exactly?
 
Physics news on Phys.org
The derivative wrt x of \frac{1}{x} ie of x^{-1} = -x^{-2}= -\frac{1}{x^{2}}
 
grzz said:
The derivative wrt x of \frac{1}{x} ie of x^{-1} = -x^{-2}= -\frac{1}{x^{2}}

So I should do P = 2x + 8000x^-1 instead... So x isn't on the bottom?

Can you show me the solution?edit - Nvm, simple mistake with the derivative.
 
Last edited:
Yes you just had a simple mistake with the derivative.

Just replace the + with a - on the RHS of your derivative.
 
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