Optimization Set-Up: Finding Optimal Dimensions for a Rectangle with Area 64m^2

  • Thread starter Thread starter Hollysmoke
  • Start date Start date
  • Tags Tags
    Optimization
Hollysmoke
Messages
185
Reaction score
0
We're doing optimization problems and I was just wondering if I set this one up right:

What are the dimensions of a rectangle with an area of 64m^2 and the smallest possible perimeter?

Area=xy
64=xy
y=64/x
Perimeter=2x+2y
= 2x+2(64/x)
= 2x+128/x
 
Physics news on Phys.org
Simple. In this case you have just to find the minimum value of the perimeter function for values of x > 0, then you find y and have the dimensions of the rectangle with the smallest perimeter.

Anyway, here is the plot of the functions. Pink - Perimeter; Blue - Area.

http://img296.imageshack.us/img296/3231/plot553br.png
 
Last edited by a moderator:
We just started so we're not at THAT level yet, but thanks anyways D8
 
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