Optimizing Volume: Solving the Maximum Value Problem with Critical Point Formula

  • Thread starter Thread starter Dissonance in E
  • Start date Start date
  • Tags Tags
    Maximum Value
Dissonance in E
Messages
71
Reaction score
0

Homework Statement


find the largest volume of a rectangular box that satisfies the following condition
the sum of the height and horizontal perimeter does not exceed L

Homework Equations


critical point formula:
system of equations must satisfy the following at critical values of x & y
fx = 0
fy = 0

The Attempt at a Solution


height + (width * depth) = L
height*width*depth = V

I do know the answer to be L^3/108 cubic units, but as to how to get that is beyond me.
 
Physics news on Phys.org
Dissonance in E said:

Homework Statement


find the largest volume of a rectangular box that satisfies the following condition
the sum of the height and horizontal perimeter does not exceed L

Homework Equations


critical point formula:
system of equations must satisfy the following at critical values of x & y
fx = 0
fy = 0

The Attempt at a Solution


height + (width * depth) = L
height*width*depth = V

I do know the answer to be L^3/108 cubic units, but as to how to get that is beyond me.

Horizontal perimeter = 2(x+y) where x is the width and y is the depth.

Area of the base is maximum when x = y. To have maximum volume, change h so that ( h + 2x + 2y) = L.

If you put x = y, Volume V = h*x^2

Put x = (L-h)/4. Find dV/dh and equate it to zero. Find h in terms of L and find V.
 
ahh i got it now, thanks a bunch!
 
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