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

  • Thread starter Thread starter physicsed
  • Start date Start date
  • Tags Tags
    Optimization
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 5K views
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!
 
x=square root of .001?
 
[tex]x=\sqrt{1000}=\sqrt{10\cdot10^2}=10\sqrt{10}[/tex]
 
[tex]x=\sqrt{1000}=\sqrt{10\cdot10^2}=10\sqrt{10}[/tex]

how did u get that?
 
[tex]2=\frac{2000}{x^2}\rightarrow x^2=\frac{2000}{2}\rightarrow x^2=1000[/tex]
 
thanks a lot. am messed up today!