Your goal in this activity is to determine the height and radius of a perfectly cylindrical can that gives a total volume of 250 mL (250Β cm\(^3\)) and uses the least amount of material to create.
To construct the can, there are three surfaces: the cylindrical side and the two circles that form the top and bottom. These three surfaces will all be cut from a sheet of aluminum. The cylindrical side of the can is made from a single rectangle, so that no material is wasted from the sheet aluminum when it is cut out. However, some amount of material is always wasted from the sheet when cutting the circles for the top and bottom.
Since it is your goal to reduce the cost of material, you will have to calculate how much of the aluminum sheet will be required to construct the can, including any material that is wasted while cutting the circles. Consider a couple possible options for cutting the circles out of a sheet of aluminum.
If the circles are cut in a rectangular grid patter as in to FigureΒ 1.5, then you can see right away just how much extra material is wasted from the sheet of aluminum. However, if you cut out circles in a hexagonal pattern as in FigureΒ 1.6, then you have already begun to minimize the total amount of the aluminum sheet that is required for the top and bottom.
In the exercises below, you will set up an equation for the total area of sheet metal required for the cylindrical side and the two circles, which will be cut according to this hexagonal pattern. From that equation, you will determine the height and radius of the can that minimize that area.
The side of the can can be cut from the sheet aluminum as a single rectangle, with no wasted material. One side of this rectangle has a length of \(h\) and the other side has a length equal to the circumference of the can.
Since each of the circles will effectively use an entire hexagonal area from the sheet metal, you will need to calculate the area of a hexagon that circumscribes a circle of radius \(r\text{,}\) as shown in FigureΒ 1.7.
The hexagon shown in FigureΒ 1.7 consists of six equal triangles, each with a base \(b\) and height \(r\text{.}\) Using trigonometry, determine the length of \(b\) in terms of \(r\text{.}\) Then, determine the area of one of these triangles using
\begin{equation*}
A = \frac{1}{2}br\text{.}
\end{equation*}
You may use trigonometric ratios of \(\tfrac{\pi}{3}=60^\circ\) and \(\tfrac{\pi}{6}=30^\circ\) to compute the exact length of \(b\) in terms of \(r\text{.}\)
Use the first derivative of totalArea to determine the value of \(r\) that minimizes the total area. Use the second derivative of totalArea to show that this value gives a minimum by the Second Derivative Test.
The minimum should occur at a critical value where the first derivative equals zero. Try using a solve() command to determine the exact value where this is true. If the second derivative at that point is negative, then the critical value must give a minimum.
Now that you know the radius \(r\) of the can, use the volume constraint to determine the height \(h\) of the can that minimizes the total amount of sheet aluminum used.