Diana G. answered 03/26/20
Expert and Experienced Tutor specializing in AP Calculus AB and BC
So, in this problem, you are trying to maximize the volume of the box. These are known as optimization problems. To solve this problem, you will need two equations. The first equation is the volume formula, the quantity to are wanting to optimize. This is often referred to as the primary equation. The other equation comes from the given information. In this case, the information given is related to the surface area of the box.
Primary Equation: V = s2h Secondary equation: s2 + 4sh = 108
We want to differentiate the primary equation and find critical values in hopes of determining the dimensions that will yield a maximum volume. Before we can do that, we need volume defined in terms of a single variable. That is where the secondary equation comes in: Solve it for h and then substitute for h in the volume equation:
h = (108 - s2)/4s then
V = s2[(108 - s2)/4s]
Simplify to make it easier to differentiate:
V = 27s - .25s3
So dV/ds = 27 - .75s2
Next, find the critical values:
27 - .75s2 = 0
.75s2 = 27
s2 = 36
s = 6 or s = -6, we only need to check s = 6 since s = -6 does not make sense in the context of this problem.
Verify that s = 6 would give the maximum volume by checking to see that the derivative is positive for any values smaller than s = 6 and negative for any values larger than s = 6:
V(1) = 27 - .75(1) > 0 and V(8) = 27 - .75(64) < 0
Therefore, s = 6 does give the maximum volume. To find the corresponding height of the box, substitute s = 6 back into the secondary equation and solve for h:
62 + 4(6)h = 108
36 + 24h = 108
h = 3
So, the dimensions that will produce the largest volume are s = 6 in. and h = 3 in.
The maximum volume is V = 62 · 3 = 36 · 3 = 108 in2.
King K.
This helped a lot.03/26/20