- #1
physicsed
- 52
- 0
[SOLVED] simple optimization problem
find the dimensions of a rectangle with area 1000 m^2 whose perimeter is as small as possible
perimeter = 2x + 2y
area = xy
1000 = xy
y= 1000/x
perimeter = 2x + 2(1000/x)
am stuck
any help from anybody?
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?