Carson Witt
\documentclass1[justified,nohyper]2{tufte-handout}34\usepackage{amsmath}56\usepackage{booktabs}7\usepackage{graphicx}8\usepackage{kmath,kerkis} % The order of the packages matters; kmath changes the default text font9\usepackage[T1]{fontenc}10\usepackage{tikz}11\usepackage{enumitem}121314% USEFUL SHORTCUTS FOR MATH15\newcommand{\ds}{\displaystyle}1617\newcommand{\dt}[1]{\dfrac{d#1}{dt}}1819\newcommand{\lp}{\left(}20\newcommand{\rp}{\right)}21\newcommand{\lb}{\left[}22\newcommand{\rb}{\right]}2324\newcommand{\evalat}{\biggr\rvert}2526\begin{document}27\begin{fullwidth}28\mbox{\LARGE PreCalculus BC: Project Six - \today }\hfill29\end{fullwidth}3031\section{Optimization}32Optimization problems are neat to solve. In these problems, you usually write two equations with two unknowns, eliminate one of the variables, differentiate, and solve for the location of a maximum or minimum value using some variation of the first derivative test.3334To start this project, solve the following cylinder optimization problem.3536\begin{quote}37A closed right circular cylinder (i.e. top and bottom included) has a surface area of 100 cubic centimeters. What should the radius and height be in order to provide the largest possible volume? Find the result if the surface area is $S$ square centimeters.38\end{quote}3940There are several issues with this problem. Many simplifications have been made to make the problem easier to solve. These simplifications avoid many of difficulties of actually manufacturing a drum that carries some volume of liquid or other material.4142In this project, your focus will be on researching what these difficulties are and how the optimal design of a real steel drum relates to the actual practice of using standard 55-gallon shipping drums. In the process of completing this project, you will be asked to solve a more complex version of the problem above and justify your solution. Please keep in mind that not all solutions to this problem will be the same.4344\section{The 55-gallon Tight Head Steel Drum}45A 55-gallon Tight Head Steel Drum is used to ship a variety of liquids throughout the world. To start your project, you must become familiar with these types of containers. A good starting point (although not a required one) is the Wikipedia page (\url{http://goo.gl/ORT1yd}). Remember that case matters when you type this link into your browser.4647By the way, it is quite common for homeowners to use some variation of this type of drum in making their own rain collection system. These drums can also be used to make your own BBQ pit!4849\section{Construction Details}50The 55-gallon Tight Head Steel Drum is constructed by attaching 18 gauge steel disks to the top and bottom of a cylinder created by rolling up a 20 gauge steel sheet. For an explanation of the word gauge, try (\url{http://goo.gl/GX4IDN})5152The vertical seam on the cylinder is welded together and the top and bottom are attached by a pressing/sealing machine. The pressing/sealing process requires approximately $\frac{13}{16}$ inches from the cylinder and $\frac{3}{4}$ inches from the disk to be curled together and hence these inches are lost in the final dimensions. In addition, the top and bottom are set down $\frac{5}{8}$ inches into the cylinder. For clarification, the specification diagram from the American National Standards Institute (ANSI) document is given below.5354\begin{center}55\begin{tikzpicture}[scale=0.2]56% the sides57\draw (0,0) -- (0,34);58\draw (1,33) -- (22,33);59\draw (23,34) -- (23,0);60\draw (22,1) -- (1,1);61\draw[dotted] (0,34) -- (23,34);62\draw[dotted] (0,0) -- (23,0);6364% the offset top and bottom curves65\draw (0,34) .. controls (0.5,33) and (0,33) .. (1,33) ;66\draw (22,33) .. controls (23,33) and (22.5,33) .. (23,34);67\draw (23,0) .. controls (22.5,1) and (23,1) .. (22,1);68\draw (1,1) .. controls (0,1) and (0.5,1) .. (0,0);6970% the dimensions71\draw[<->] (0,17) -- (23,17);72\node[font=\tiny,fill=white] at (11.5,17) {$22\frac{1}{2}$ inches};7374\draw[<->] (30,0) -- (30,34);75\node[font=\tiny,fill=white] at (30,17) {$34\frac{3}{8}$ inches};76\draw (25,0) -- (35,0);77\draw (25,34) -- (35,34);7879\draw[->] (11.5,3) -- (11.5,1);80\draw[->] (11.5,-1) -- (11.5,0);81\draw[->] (11.5,35) -- (11.5,34);82\draw[->] (11.5,31) -- (11.5,33);83\draw (11.5,3) -- (12.5,3);84\draw (11.5,31) -- (12.5,31);85\node[font=\tiny] at (15,31) {$\frac{5}{8}$ inches};86\node[font=\tiny] at (15,3) {$\frac{5}{8}$ inches};8788\end{tikzpicture}89\end{center}9091\section{Cost}92Steel can be purchased in coils (rolls) on any specified width. If you'd like to see an example of how this steel is purchased, try (\url{http://goo.gl/dhCxlq}).9394Since the price of steel does change over time, for this project let's make the following cost assumptions:9596\begin{enumerate}97\item 18 gage steel is 45 cents per square foot.98\item 20 gage steel is 34 cents per square foot.99\item welding and pressing/sealing cost is 10 cents per foot.100\item cutting steel costs 2 cents per foot.101\end{enumerate}102103\section{The Question}104Is the ANSI specified drum the most efficient use of material in order to obtain the required minimum volume capacity of a 55 gallon drum? Fully justify your answer.105106\section{Your Report}107Your tex file name should follow the same naming convention we have108been using all year: \verb|lastname_optimization.tex|109110In your report, I will be looking specifically at whether you have111answered the question about whether the ANSI drum is the most efficient112use of material. You should use similar guidelines from previous113reports to fully-justify your answer. In addition, it might prove114interesting to research the history of 55-gallon drums and include115that information in your report.116117\end{document}118119120