Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Carson Witt

2061 views
1
\documentclass
2
[justified,nohyper]
3
{tufte-handout}
4
5
\usepackage{amsmath}
6
7
\usepackage{booktabs}
8
\usepackage{graphicx}
9
\usepackage{kmath,kerkis} % The order of the packages matters; kmath changes the
10
default text font
11
\usepackage[T1]{fontenc}
12
\usepackage{tikz}
13
\usepackage{enumitem}
14
15
16
% USEFUL SHORTCUTS FOR MATH
17
\newcommand{\ds}{\displaystyle}
18
19
\newcommand{\dt}[1]{\dfrac{d#1}{dt}}
20
21
\newcommand{\lp}{\left(}
22
\newcommand{\rp}{\right)}
23
\newcommand{\lb}{\left[}
24
\newcommand{\rb}{\right]}
25
26
\newcommand{\evalat}{\biggr\rvert}
27
28
29
%% ADDED PREAMBLE
30
\usepackage{todonotes}
31
\usepackage[displaymath, mathlines]{lineno}
32
\usepackage{hyperref}
33
\usepackage{pagecolor}
34
\usepackage{tabularx}
35
36
\newcommand{\sg}[1]{\todo[color=red!40,fancyline]{#1}}
37
\newcommand{\good}[1]{\todo[color=blue!40,fancyline]{#1}}
38
\newcommand{\comm}[1]{\todo[color=orange!40,fancyline]{#1}}
39
%%
40
41
42
\begin{document}
43
44
%% ADDED FEEDBACK
45
\pagecolor{yellow!30!white}
46
\mbox{\LARGE Optimization }\hfill No Name
47
48
\vspace{1cm}
49
50
\hrule
51
52
\vspace{1cm}
53
54
Grade:
55
56
\vspace{1cm}
57
58
\begin{tabularx}{15cm}{ |p{6cm} | p{8cm}|}
59
\hline
60
Approriate Introduction &
61
62
\\
63
\hline
64
Explanation of calculating the cost &
65
66
\\
67
\hline
68
Constraints required for optimization &
69
70
\\
71
\hline
72
Finding the optimum dimensions for least cost &
73
74
\\
75
\hline
76
Reflections of how ANSI compares &
77
78
\\
79
\hline
80
Proper formatting &
81
82
\\
83
\hline
84
\end{tabularx}
85
86
\newpage
87
88
\listoftodos[List of Comments]
89
90
\newpage
91
92
\maketitle
93
94
\linenumbers
95
\pagecolor{white}
96
%%
97
98
\begin{fullwidth}
99
\mbox{\LARGE PreCalculus BC: Project Six - \today }\hfill
100
\end{fullwidth}
101
102
\section{Optimization}
103
Optimization problems are neat to solve. In these problems, you usually write
104
two equations with two unknowns, eliminate one of the variables, differentiate,
105
and solve for the location of a maximum or minimum value using some variation of
106
the first derivative test.
107
108
To start this project, solve the following cylinder optimization problem.
109
110
\begin{quote}
111
A closed right circular cylinder (i.e. top and bottom included) has a surface
112
area of 100 cubic centimeters. What should the radius and height be in order to
113
provide the largest possible volume? Find the result if the surface area is $S$
114
square centimeters.
115
\end{quote}
116
117
There are several issues with this problem. Many simplifications have been made
118
to make the problem easier to solve. These simplifications avoid many of
119
difficulties of actually manufacturing a drum that carries some volume of liquid
120
or other material.
121
122
In this project, your focus will be on researching what these difficulties are
123
and how the optimal design of a real steel drum relates to the actual practice
124
of using standard 55-gallon shipping drums. In the process of completing this
125
project, you will be asked to solve a more complex version of the problem above
126
and justify your solution. Please keep in mind that not all solutions to this
127
problem will be the same.
128
129
\section{The 55-gallon Tight Head Steel Drum}
130
A 55-gallon Tight Head Steel Drum is used to ship a variety of liquids
131
throughout the world. To start your project, you must become familiar with these
132
types of containers. A good starting point (although not a required one) is the
133
Wikipedia page (\url{http://goo.gl/ORT1yd}). Remember that case matters when you
134
type this link into your browser.
135
136
By the way, it is quite common for homeowners to use some variation of this type
137
of drum in making their own rain collection system. These drums can also be used
138
to make your own BBQ pit!
139
140
\section{Construction Details}
141
The 55-gallon Tight Head Steel Drum is constructed by attaching 18 gauge steel
142
disks to the top and bottom of a cylinder created by rolling up a 20 gauge steel
143
sheet. For an explanation of the word gauge, try (\url{http://goo.gl/GX4IDN})
144
145
The vertical seam on the cylinder is welded together and the top and bottom are
146
attached by a pressing/sealing machine. The pressing/sealing process requires
147
approximately $\frac{13}{16}$ inches from the cylinder and $\frac{3}{4}$ inches
148
from the disk to be curled together and hence these inches are lost in the final
149
dimensions. In addition, the top and bottom are set down $\frac{5}{8}$ inches
150
into the cylinder. For clarification, the specification diagram from the
151
American National Standards Institute (ANSI) document is given below.
152
153
\begin{center}
154
\begin{tikzpicture}[scale=0.2]
155
% the sides
156
\draw (0,0) -- (0,34);
157
\draw (1,33) -- (22,33);
158
\draw (23,34) -- (23,0);
159
\draw (22,1) -- (1,1);
160
\draw[dotted] (0,34) -- (23,34);
161
\draw[dotted] (0,0) -- (23,0);
162
163
% the offset top and bottom curves
164
\draw (0,34) .. controls (0.5,33) and (0,33) .. (1,33) ;
165
\draw (22,33) .. controls (23,33) and (22.5,33) .. (23,34);
166
\draw (23,0) .. controls (22.5,1) and (23,1) .. (22,1);
167
\draw (1,1) .. controls (0,1) and (0.5,1) .. (0,0);
168
169
% the dimensions
170
\draw[<->] (0,17) -- (23,17);
171
\node[font=\tiny,fill=white] at (11.5,17) {$22\frac{1}{2}$ inches};
172
173
\draw[<->] (30,0) -- (30,34);
174
\node[font=\tiny,fill=white] at (30,17) {$34\frac{3}{8}$ inches};
175
\draw (25,0) -- (35,0);
176
\draw (25,34) -- (35,34);
177
178
\draw[->] (11.5,3) -- (11.5,1);
179
\draw[->] (11.5,-1) -- (11.5,0);
180
\draw[->] (11.5,35) -- (11.5,34);
181
\draw[->] (11.5,31) -- (11.5,33);
182
\draw (11.5,3) -- (12.5,3);
183
\draw (11.5,31) -- (12.5,31);
184
\node[font=\tiny] at (15,31) {$\frac{5}{8}$ inches};
185
\node[font=\tiny] at (15,3) {$\frac{5}{8}$ inches};
186
187
\end{tikzpicture}
188
\end{center}
189
190
\section{Cost}
191
Steel can be purchased in coils (rolls) on any specified width. If you'd like to
192
see an example of how this steel is purchased, try (\url{http://goo.gl/dhCxlq}).
193
194
Since the price of steel does change over time, for this project let's make the
195
following cost assumptions:
196
197
\begin{enumerate}
198
\item 18 gage steel is 45 cents per square foot.
199
\item 20 gage steel is 34 cents per square foot.
200
\item welding and pressing/sealing cost is 10 cents per foot.
201
\item cutting steel costs 2 cents per foot.
202
\end{enumerate}
203
204
\section{The Question}
205
Is the ANSI specified drum the most efficient use of material in order to obtain
206
the required minimum volume capacity of a 55 gallon drum? Fully justify your
207
answer.
208
209
\section{Your Report}
210
Your tex file name should follow the same naming convention we have
211
been using all year: \verb|lastname_optimization.tex|
212
213
In your report, I will be looking specifically at whether you have
214
answered the question about whether the ANSI drum is the most efficient
215
use of material. You should use similar guidelines from previous
216
reports to fully-justify your answer. In addition, it might prove
217
interesting to research the history of 55-gallon drums and include
218
that information in your report.
219
220
\end{document}
221
222