IE 212: Computational Methods for Industrial Engineering Summer 2015

advertisement
IE 212: Computational Methods for Industrial Engineering
Summer 2015
Homework #2: Defining Output, Input and Processing Tasks
Tuesday, June 30th, 2015
DELIVERABLE
For each of the problems shown below, clearly define what the output, input and processing tasks
should be to meet the requirements you have been given.
PROBLEMS
1) (10 pts) A program calculates the volume of a pyramid. A pyramid is a polyhedron formed by
connecting a polygonal base and a point called the apex. An example of a pyramid with base B and
height h is depicted in Figure 11. The formula to calculate the volume of a pyramid is:
1
V = 3 π‘β„Ž
Where:
V: Volume of the pyramid (in cubic units of length)
b: Area of the base (in square units of length)
h: Height from the center of the base to the apex (in
units of length)
Figure 1. A pyramid with
base B and height h
2) (10 pts) A program calculates the maximum number of pieces p (or bounded/unbounded regions)
of a circle that can be created with a given number of straight cuts (a problem known in
mathematics as the lazy caterer’s sequence). A pizza is usually used to describe the situation (see
Figure 22). For example, three cuts across a pizza will produce six individual slices if the cuts all
meet at a common point; however, seven slices will result otherwise.
Figure 2. Illustration of the number of pieces p of
a circle that can be made by straight cuts
1
2
http://en.wikipedia.org/wiki/Pyramid_(geometry)
http://edublognss.wordpress.com/2013/04/16/famous-mathematical-sequences-and-series/
1
The maximum number p of pieces that can be created with a given number of cuts n, where n ≥ 0,
is given by the formula:
𝑝=
𝑛2 + 𝑛 + 2
2
3) (10 pts) A program calculates TCo, the optimal cost per unit time. The formula to calculate TCo is3:
π‘‡πΆπ‘œ = π‘ˆπΆ × π· + π‘‰πΆπ‘œ
Where:
π‘‰πΆπ‘œ = 𝐻𝐢 × π‘„π‘œ
π‘„π‘œ = √
VCo:
Qo:
UC:
HC:
RC:
D:
2 × π‘…πΆ × π·
𝐻𝐢
Optimal value of variable cost per unit time (in dollars)
Optimal order quantity (in units)
Unit cost (in dollars)
Holding cost (in dollars)
Reorder cost (in dollars)
Demand (in units)
4) (10 pts) A program calculates the overall equipment effectiveness (OEE) based on the total
productive maintenance (TPM) method. TPM is a method to increase the effectiveness of
production environments, especially through methods for increasing the effectiveness of
equipment. OEE is calculated using the following formula4:
𝑂𝐸𝐸 = π΄π‘£π‘Žπ‘–π‘™π‘Žπ‘π‘–π‘™π‘–π‘‘π‘¦ × π‘ƒπ‘’π‘Ÿπ‘“π‘œπ‘Ÿπ‘šπ‘Žπ‘›π‘π‘’ × π‘„π‘’π‘Žπ‘™π‘–π‘‘π‘¦
Where:
π΄π‘£π‘Žπ‘–π‘™π‘Žπ‘π‘–π‘™π‘–π‘‘π‘¦ =
π΄π‘π‘‘π‘’π‘Žπ‘™ π‘‚π‘π‘’π‘Ÿπ‘Žπ‘‘π‘–π‘›π‘” π‘‡π‘–π‘šπ‘’
π‘ƒπ‘™π‘Žπ‘›π‘›π‘’π‘‘ π‘ƒπ‘Ÿπ‘œπ‘‘π‘’π‘π‘‘π‘–π‘œπ‘› π‘‡π‘–π‘šπ‘’
Actual Operating Time: Number of hours in which plant was actually operating.
Planed Production Time: Plant operating hours – plant shutdown time (in hours).
π‘ƒπ‘’π‘Ÿπ‘“π‘œπ‘Ÿπ‘šπ‘Žπ‘›π‘π‘’ =
3
4
π‘‡π‘œπ‘‘π‘Žπ‘™ 𝑂𝑒𝑑𝑝𝑒𝑑
π‘ƒπ‘œπ‘‘π‘’π‘›π‘‘π‘–π‘Žπ‘™ 𝑂𝑒𝑑𝑝𝑒𝑑 π‘Žπ‘‘ π‘…π‘Žπ‘‘π‘’π‘‘ 𝑆𝑝𝑒𝑒𝑑
http://www.wiley.com/legacy/wileychi/waters/supp/Equations.pdf
http://www.makigami.info/cms/tools#TOTAL PRODUCTIVE MAINTENANCE
2
Total Output: Total quantity of units produced during the running
time including good, bad, reworked, QC samples, and
product during changeover.
Potential Output at Rated Speed: Potential quantity (in units) given the designed speed of
the equipment.
π‘„π‘’π‘Žπ‘™π‘–π‘‘π‘¦ =
πΊπ‘œπ‘œπ‘‘ 𝑂𝑒𝑑𝑝𝑒𝑑
π‘‡π‘œπ‘‘π‘Žπ‘™ π‘œπ‘’π‘‘π‘π‘’π‘‘
Good Output: Total quantity good product (in units) produced through
the process that are available for sale without any type
of rework or re-processing.
TO OBTAIN FULL CREDIT IN THIS HOMEWORK YOU MUST:
ο‚·
ο‚·
ο‚·
ο‚·
ο‚·
ο‚·
Prepare your solutions electronically, i.e., type your answer in a word processor such as MS
Word or similar.
You must properly cite any references that you consult to solve the problems included in this
assignment.
You must use the most simplified expression (or formula) when reporting the processing steps
for each problem.
Turn in a hard-copy of your solution (i.e., a paper version) at the beginning of the lecture
session on the due date specified at the top of page #1.
The last page of this document must be the front page of your assignment. Make sure that this
page displays:
− Your full name (added electronically in the space provided).
All the pages of your assignment must be stapled together.
3
IE 212: Computational Methods for Industrial Engineering
Summer 2015
Homework #2: Defining Output, Input and Processing Tasks
Tuesday, June 30th, 2015
Student Name:
Download