Optimizing Rectangle Dimensions for Area 1000m^2: A Simple Solution

  • Thread starter Thread starter physicsed
  • Start date Start date
  • Tags Tags
    Optimization
physicsed
Messages
52
Reaction score
0
[SOLVED] simple optimization problem

Homework Statement



find the dimensions of a rectangle with area 1000 m^2 whose perimeter is as small as possible

Homework Equations



perimeter = 2x + 2y

area = xy

1000 = xy

y= 1000/x

perimeter = 2x + 2(1000/x)



The Attempt at a Solution



am stuck

any help from anybody?
 
Physics news on Phys.org
perimeter = 2x + 2(1000/x)
now differentiate!

should learn concepts from the book (if you don't know why you differentiate)

Simple approach:

plot your perimeter and pick and minimum value
this is realistic problem, so going for really large x and -ve x would be nonsense
 
2-(2000/x^2)=0

i think
 
physicsed said:
2-(2000/x^2)=0

i think
You think? ... have confidence!
 
2/1000=x^-2
 
no, try 2=2000/x^2
 
x=square root of .001?
 
x=\sqrt{1000}=\sqrt{10\cdot10^2}=10\sqrt{10}
 
x=\sqrt{1000}=\sqrt{10\cdot10^2}=10\sqrt{10}

how did u get that?
 
  • #10
2=\frac{2000}{x^2}\rightarrow x^2=\frac{2000}{2}\rightarrow x^2=1000
 
  • #11
thanks alot. am messed up today!
 
Back
Top