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 the9default text font10\usepackage[T1]{fontenc}11\usepackage{tikz}12\usepackage{enumitem}131415% USEFUL SHORTCUTS FOR MATH16\newcommand{\ds}{\displaystyle}1718\newcommand{\dt}[1]{\dfrac{d#1}{dt}}1920\newcommand{\lp}{\left(}21\newcommand{\rp}{\right)}22\newcommand{\lb}{\left[}23\newcommand{\rb}{\right]}2425\newcommand{\evalat}{\biggr\rvert}262728%% ADDED PREAMBLE29\usepackage{todonotes}30\usepackage[displaymath, mathlines]{lineno}31\usepackage{hyperref}32\usepackage{pagecolor}33\usepackage{tabularx}3435\newcommand{\sg}[1]{\todo[color=red!40,fancyline]{#1}}36\newcommand{\good}[1]{\todo[color=blue!40,fancyline]{#1}}37\newcommand{\comm}[1]{\todo[color=orange!40,fancyline]{#1}}38%%394041\begin{document}4243%% ADDED FEEDBACK44\pagecolor{yellow!30!white}45\mbox{\LARGE Optimization }\hfill No Name4647\vspace{1cm}4849\hrule5051\vspace{1cm}5253Grade:5455\vspace{1cm}5657\begin{tabularx}{15cm}{ |p{6cm} | p{8cm}|}58\hline59Approriate Introduction &6061\\62\hline63Explanation of calculating the cost &6465\\66\hline67Constraints required for optimization &6869\\70\hline71Finding the optimum dimensions for least cost &7273\\74\hline75Reflections of how ANSI compares &7677\\78\hline79Proper formatting &8081\\82\hline83\end{tabularx}8485\newpage8687\listoftodos[List of Comments]8889\newpage9091\maketitle9293\linenumbers94\pagecolor{white}95%%9697\begin{fullwidth}98\mbox{\LARGE PreCalculus BC: Project Six - \today }\hfill99\end{fullwidth}100101\section{Optimization}102Optimization problems are neat to solve. In these problems, you usually write103two equations with two unknowns, eliminate one of the variables, differentiate,104and solve for the location of a maximum or minimum value using some variation of105the first derivative test.106107To start this project, solve the following cylinder optimization problem.108109\begin{quote}110A closed right circular cylinder (i.e. top and bottom included) has a surface111area of 100 cubic centimeters. What should the radius and height be in order to112provide the largest possible volume? Find the result if the surface area is $S$113square centimeters.114\end{quote}115116There are several issues with this problem. Many simplifications have been made117to make the problem easier to solve. These simplifications avoid many of118difficulties of actually manufacturing a drum that carries some volume of liquid119or other material.120121In this project, your focus will be on researching what these difficulties are122and how the optimal design of a real steel drum relates to the actual practice123of using standard 55-gallon shipping drums. In the process of completing this124project, you will be asked to solve a more complex version of the problem above125and justify your solution. Please keep in mind that not all solutions to this126problem will be the same.127128\section{The 55-gallon Tight Head Steel Drum}129A 55-gallon Tight Head Steel Drum is used to ship a variety of liquids130throughout the world. To start your project, you must become familiar with these131types of containers. A good starting point (although not a required one) is the132Wikipedia page (\url{http://goo.gl/ORT1yd}). Remember that case matters when you133type this link into your browser.134135By the way, it is quite common for homeowners to use some variation of this type136of drum in making their own rain collection system. These drums can also be used137to make your own BBQ pit!138139\section{Construction Details}140The 55-gallon Tight Head Steel Drum is constructed by attaching 18 gauge steel141disks to the top and bottom of a cylinder created by rolling up a 20 gauge steel142sheet. For an explanation of the word gauge, try (\url{http://goo.gl/GX4IDN})143144The vertical seam on the cylinder is welded together and the top and bottom are145attached by a pressing/sealing machine. The pressing/sealing process requires146approximately $\frac{13}{16}$ inches from the cylinder and $\frac{3}{4}$ inches147from the disk to be curled together and hence these inches are lost in the final148dimensions. In addition, the top and bottom are set down $\frac{5}{8}$ inches149into the cylinder. For clarification, the specification diagram from the150American National Standards Institute (ANSI) document is given below.151152\begin{center}153\begin{tikzpicture}[scale=0.2]154% the sides155\draw (0,0) -- (0,34);156\draw (1,33) -- (22,33);157\draw (23,34) -- (23,0);158\draw (22,1) -- (1,1);159\draw[dotted] (0,34) -- (23,34);160\draw[dotted] (0,0) -- (23,0);161162% the offset top and bottom curves163\draw (0,34) .. controls (0.5,33) and (0,33) .. (1,33) ;164\draw (22,33) .. controls (23,33) and (22.5,33) .. (23,34);165\draw (23,0) .. controls (22.5,1) and (23,1) .. (22,1);166\draw (1,1) .. controls (0,1) and (0.5,1) .. (0,0);167168% the dimensions169\draw[<->] (0,17) -- (23,17);170\node[font=\tiny,fill=white] at (11.5,17) {$22\frac{1}{2}$ inches};171172\draw[<->] (30,0) -- (30,34);173\node[font=\tiny,fill=white] at (30,17) {$34\frac{3}{8}$ inches};174\draw (25,0) -- (35,0);175\draw (25,34) -- (35,34);176177\draw[->] (11.5,3) -- (11.5,1);178\draw[->] (11.5,-1) -- (11.5,0);179\draw[->] (11.5,35) -- (11.5,34);180\draw[->] (11.5,31) -- (11.5,33);181\draw (11.5,3) -- (12.5,3);182\draw (11.5,31) -- (12.5,31);183\node[font=\tiny] at (15,31) {$\frac{5}{8}$ inches};184\node[font=\tiny] at (15,3) {$\frac{5}{8}$ inches};185186\end{tikzpicture}187\end{center}188189\section{Cost}190Steel can be purchased in coils (rolls) on any specified width. If you'd like to191see an example of how this steel is purchased, try (\url{http://goo.gl/dhCxlq}).192193Since the price of steel does change over time, for this project let's make the194following cost assumptions:195196\begin{enumerate}197\item 18 gage steel is 45 cents per square foot.198\item 20 gage steel is 34 cents per square foot.199\item welding and pressing/sealing cost is 10 cents per foot.200\item cutting steel costs 2 cents per foot.201\end{enumerate}202203\section{The Question}204Is the ANSI specified drum the most efficient use of material in order to obtain205the required minimum volume capacity of a 55 gallon drum? Fully justify your206answer.207208\section{Your Report}209Your tex file name should follow the same naming convention we have210been using all year: \verb|lastname_optimization.tex|211212In your report, I will be looking specifically at whether you have213answered the question about whether the ANSI drum is the most efficient214use of material. You should use similar guidelines from previous215reports to fully-justify your answer. In addition, it might prove216interesting to research the history of 55-gallon drums and include217that information in your report.218219\end{document}220221222