Skip to main content

Worksheet Applied Optimization - Activity 3.6.2

Activity 47.

A soup can in the shape of a right circular cylinder is to be made from two materials. The material for the side of the can costs $0.015 per square inch and the material for the lids costs $\(0.027\) per square inch. Suppose that we desire to construct a can that has a volume of 16 cubic inches. What dimensions minimize the cost of the can?

(a)

Draw a picture of the can and label its dimensions with appropriate variables.
Hint.
Note that both the radius and the height of the can are variable.
Answer.
Let the can have radius \(r\) and height \(h\text{.}\)
Solution.
We let \(r\) be the radius of the base of the cylindrical can and \(h\) be its height.

(b)

Use your variables to determine expressions for the volume, surface area, and cost of the can.
Hint.
Remember that volume is the area of the base times the height, while surface are can be thought of in terms of the area of the two lids, plus the area of the β€œside” of the can.
Answer.
\(V = \pi r^2 h\text{;}\) \(S = 2 \pi r^2 + 2 \pi r h\text{;}\) \(C = 2 \pi r^2 \cdot 0.027 + 2 \pi r h \cdot 0.015\text{.}\)
Solution.
Volume is the area of the base times the height, so \(V = \pi r^2 h\text{.}\) Surface area is the area of the lids plus the area of the side, the latter of which is a rectangle with height \(h\) and width the perimeter of the base. Hence, \(S = 2 \pi r^2 + 2 \pi r h\text{.}\) Finally, the total cost is the cost of the lids plus the cost of the sides, which is
\begin{equation*} C = 2 \pi r^2 \cdot 0.027 + 2 \pi r h \cdot 0.015\text{.} \end{equation*}

(c)

Determine the total cost function as a function of a single variable. What is the domain on which you should consider this function?
Hint.
Use the fact that \(V = 16\) to write one of the variables in terms of the other to get the cost as a function of a single variable.
Answer.
\(C(r) = 0.054 \pi r^2 + 0.48 \frac{1}{r}\text{,}\) \(r \gt 0\text{.}\)
Solution.
Because the volume is fixed at 16 cubic inches, we know that \(16 = \pi r^2 h\text{.}\) Solving for \(h\text{,}\) \(h = \frac{16}{\pi r^2}\text{.}\) Substituting this expression for \(h\) in the formula for total cost, we now have that
\begin{equation*} C = 2 \pi r^2 \cdot 0.027 + 2 \pi r \left( \frac{16}{\pi r^2} \right) \cdot 0.015 = 0.054 \pi r^2 + 0.48 \frac{1}{r}\text{.} \end{equation*}
With \(C(r) = 0.054 \pi r^2 + 0.48 \frac{1}{r}\text{,}\) we note that the only constraint on \(r\) is that \(r \gt 0\text{,}\) hence this is the domain on which we seek to minimize \(C\text{.}\)

(d)

Find the absolute minimum cost and the dimensions that produce this value.
Hint.
Differentiate the total cost function and find its critical number(s) first.
Answer.
\(r = \sqrt[3]{ \frac{0.48}{0.108 \pi} } \approx 1.12259\text{;}\) \(h \approx 4.041337\text{;}\) minimum cost \(C(1.12259) \approx 0.64137\text{.}\)
Solution.
Noting that \(C'(r) = 0.108 \pi r - 0.48 \frac{1}{r^2}\text{,}\) we set \(C'(r) = 0\) and solve for \(r\) to find that
\begin{equation*} 0.108 \pi r = \frac{0.48}{r^2}\text{,} \end{equation*}
so that \(r^3 = \frac{0.48}{0.108 \pi} \approx 1.41471\text{,}\) from which it follows that \(r = \sqrt[3]{ \frac{0.48}{0.108 \pi} } \approx 1.12259\) is the only critical number of \(C\text{.}\) At this point, we can use either the first or second derivative test to justify that \(C\) has an absolute minimum at \(r = 1.12259\text{.}\) We choose to use the second derivative test; note that \(C''(r) = 0.108 \pi + 0.96 \frac{1}{r^3}\text{,}\) which is always positive for \(r \gt 0\text{,}\) hence \(C\) is always concave up on the relevant domain (\(r \gt 0\)), which makes \(r = \sqrt[3]{ \frac{0.48}{0.108 \pi} } \approx 1.12259\) where the absolute minimum of \(C\) occurs. In addition, we note that since \(h = \frac{16}{\pi r^2}\text{,}\) the corresponding \(h\) value is \(h \approx 4.041337\text{,}\) and the overall minimum cost is \(C(1.12259) \approx 0.64137\text{.}\)