Finding the minimum perimeter.

  • Thread starter Thread starter Precepts
  • Start date Start date
  • Tags Tags
    Minimum Perimeter
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
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 [itex]\frac{1}{x}[/itex] ie of x[itex]^{-1}[/itex] = -x[itex]^{-2}[/itex]= -[itex]\frac{1}{x^{2}}[/itex]
 
grzz said:
The derivative wrt x of [itex]\frac{1}{x}[/itex] ie of x[itex]^{-1}[/itex] = -x[itex]^{-2}[/itex]= -[itex]\frac{1}{x^{2}}[/itex]

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.