
William W. answered 10/31/22
Experienced Tutor and Retired Engineer
Let's make the assumption the the thickness of the material is the same for all portions of the right cylinder. "Constructed using the least amount of metal" then means to minimize the surface area. So, step 1 is to write an equation for the surface area using the variables given ("r" and "h").
SA = surface area of top and bottom + surface area of sides
SA = 2(πr2) + (2πrh)
We are given information that the volume of the can MUST be 39 in3 and volume is πr2h so
V = πr2h
39 = πr2h
h = 39/(πr2)
We can now plug in "39/πr2" in place of "h" in our surface area equation:
SA = 2πr2 + 2πr*(39/πr2)
SA(r) = 2πr2 + 78/r
SA(r) = 2πr2 + 78r-1
Or, as requested in one of the questions, f(r) = 2πr2 + 78r-1
To minimize, take the derivative and set it equal to find the minimum:
SA'(r) = 4πr - 78r-2 (using the power rule)
SA'(r) = 4πr - 78/r2
0 = 4πr - 78/r2
0 = 2πr3/r2 - 39/r2
0 = 1/r2(2πr3 - 39)
1/r2 cannot contribute to making this expression equal zero although critical points also occur when the derivative is not defined. However, in this case, that would be when r = 0 which is not an answer that would result in a can for the stew. So we can ignore the 1/r2:
2πr3 - 39 = 0
2πr3 = 39
r3 = 39/(2π)
r = cuberoot of (39/(2π)) ≈ 1.84 inches
The domain would be the smallest "r" and the largest r. The smallest r would of course be something just slightly over zero but that would make the height really tall. So, if you think about the tallest can they could put on a shelf, maybe a height of 12 inches?? which would equate to a radius of about 1 inches. To find the largest r, you could imagine a huge "r" with an extremely small "h". How huge? Totally depends on the manufacturing process or perhaps the store shelves. I'll let you answer that. Maybe 6 inches or so ????
As far as a function of "h" in terms of "r", we did that with h(r) = 39/(πr2)