
William W. answered 07/11/23
Experienced Tutor and Retired Engineer
The area of a rectangle or square is L•W
So the area of the square base is x2
The area of the sides are x•h and there are 4 of those sides so 4xh
Therefore the total surface area is x2 + 4xh
The volume of a rectangular box is L•W•H so the volume of this box is x2h therefore:
x2h = 18 meaning h = 18/x2
Plugging in "18/x2" into the surface area equation in place of "h" we get:
SA = x2 + 4x(18/x2)
SA = x2 + 72/x
SA(x) = x2 + 72x-1
To find the critical points, take the derivative and set it equal to zero:
SA'(x) = 2x - 72x-2
2x - 72x-2 = 0
2x = 72x-2
2x3 = 72
x3 = 36
x = 3.302
To determine if this is a local min or a local max, look at the derivative for values of "x" below 3.302. Try x = 3
SA'(3) = 2(3) - 72(3-2) = 6 - 8 = -2 meaning the function is decreasing.
Now look at the value of the derivative for x > 3.302, say x = 4:
SA'(4) = 2(4) - 72(4-2) = 8 - 4.5 = 3.5 meaning the function is increasing.
Therefore x = 3.302 is a minimum.