Charles C. answered 11/13/15
Tutor
4.8
(4)
Math, Physics and Programming
You are being asked to find the radius that will minimize the cost, so your goal will be to write the cost as a function of solely r, and then use the first derivative to find a minimum.
From the surface area equation, which is already broken into the two pieces, one of which represents the area of the side and the other which represents the area of the top and bottom, we can multiply each of those pieces by their respective cost per square inch to find a cost function.
Therefore Cost=(.01 dollars per square inch) * 2(pi)(r)(h) + (.02 dollars per square inch) * 2(pi)(r2).
This function has more than one variable, and we want it to be written only in terms of r, therefore we need to eliminate h from this equation. We were given the total volume of the can, which can be used with the volume function to express h in terms of r.
V=(pi)(r2)(h)
24 = (pi)(r2)(h)
24 / ((pi)(r2)) = h
Now we can substitute this into the cost function to obtain a cost function containing only r as a variable:
Cost = (.48) / r + (.04)(pi)(r2)
Taking the first derivative and setting equal to zero to find the minimum, we have:
0 = (-.48) / r2 + (.08)(pi)(r)
Rearranging to solve for r:
r = cube root( (.48) / ((.08)(pi)) )
r = 1.24 cm
Therefore the minimum cost will occur when the radius is 1.24 cm.
Evan L.
11/13/15