
William W. answered 08/22/20
Experienced Tutor and Retired Engineer
The volume of a box is given by:
V = l•w•h
In this case, they tell us we have a square base so, let's let the side of the square be "x". That means both "l" and "w" are "x" so our volume equation is: V = x2•h
Since we are trying to maximize the volume, we are being asked to take the derivative and set it equal to zero to find the local max. But our volume function has 2 variables in it (both "x" and "h" and we haven't learned how to deal with that as yet. So let's use more information given to us to see if we can get this equation down to a single variable.
We are told that we have 1800 sq cm of material. That would equate to the surface area of the box. The surface area can be calculated by:
SA = Areabottom + 4Areasides
SA = x2 + 4x•h
1800 = x2 + 4xh
1800 - x2 = 4xh
h = (1800 - x2)/4x
h = 1800/4x - x2/4x
h = 450/x - x/4
So we can plug "450/x - x/4" in for "h" in our volume equation:
V = x2•h
V = x2(450/x - x/4)
V = 450x - (1/4)x3
Now, we can take the derivative and set it equal to zero to maximize the volume:
V' = 450 - (3/4)x2
450 - (3/4)x2 = 0
450 = (3/4)x2
450(4/3) = x2
x2 = 600
x = ± 24.495
We can throw out the negative answer since we can't have a negative dimension on the box. so x = 24.495
Using our volume equation:
V = 450x - (1/4)x3 we can plug in x = 24.495 to get the volume at that maximum:
V = 450(24.495) - (1/4)(24.495)3
V = 7348.5 cubic cm.
Just to make ourselves feel OK about this, let's double check a couple of things. Let's figure out the volume if x = 20 to see where we are:
V(x) = 450x - (1/4)x3
V(20) = 450(20) - (1/4)(20)3 = 7000 cm3
Now, lets see what it is when x = 30
V(30) = 450(30) - (1/4)(30)3 = 6750 cm3
So our answer looks good.
Cece L.
thank you for all your steps, very easy to follow and i can now understand the process sir!04/03/22
Tom K.
Nicely done. If we had left x as 10 * sqrt(6), we would have calculated the volume to be 3000 * sqrt(6). The second derivative is -3/2 x, which means that the function is concave for x >= 0, so we have the global max.08/22/20