Economic production quantity: Difference between revisions
No edit summary |
BobKilcoyne (talk | contribs) Taft, url at archive.org, Harris, references and sources. EMQ? |
||
(36 intermediate revisions by 24 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Model in inventory management}} |
|||
''SREESON Quantity''' model (also known as the EPQ model) determines the quantity a company or retailer should order to minimize the total inventory costs by balancing the inventory [[holding cost]] and average fixed ordering cost. The EPQ model was developed by E.W. Taft in 1918. |
|||
{{inline|date=November 2023}} |
|||
⚫ | This method is an extension of the [[ |
||
The '''economic production quantity''' model (also known as the '''EPQ model''') determines the quantity a company or retailer should order to minimize the total inventory costs by balancing the inventory [[holding cost]] and average fixed ordering cost. The EPQ model was developed and published by E. W. Taft, a [[statistical engineering|statistical engineer]] working at [[Winchester Repeating Arms Company]] in [[New Haven, Connecticut]], in 1918.<ref>Taft, E. W., [https://archive.org/details/sim_chiltons-iron-age_1918-05-30_101_22/page/1410/mode/2up The most economical production lot: Formulas for Exact and Approximate Evaluation - Handling Cost of Jigs and Interest Charges of Product Included], ''Iron Age'' 101.18 (1918): pages 1410-1412, accessed 29 November 2023</ref> |
|||
⚫ | This method is an extension of the [[economic order quantity]] model (also known as the EOQ model). The difference between these two methods is that the EPQ model assumes the company will produce its own quantity or the parts are going to be shipped to the company while they are being produced, therefore the orders are available or received in an incremental manner while the products are being produced. While the EOQ model assumes the order quantity arrives complete and immediately after ordering, meaning that the parts are produced by another company and are ready to be shipped when the order is placed. |
||
In some literature |
In some literature,{{cn|date=November 2023}} the term "economic manufacturing quantity" model (EMQ) is used for "economic production quantity" model (EPQ). Similar to the EOQ model, EPQ is a single product lot scheduling method. A multiproduct extension to these models is called ''product cycling problem''. |
||
==Overview== |
==Overview== |
||
EPQ only applies where the demand for a product is constant over the year and that each new order is delivered/produced incrementally when the inventory reaches zero. There is a fixed cost charged for each order placed, regardless of the number of units ordered. There is also a holding or storage cost for each unit held in storage (sometimes expressed as a percentage of the purchase cost of the item). |
EPQ only applies where the demand for a product is constant over the year and that each new order is delivered/produced incrementally when the inventory reaches zero. There is a fixed cost charged for each order placed, regardless of the number of units ordered. There is also a holding or storage cost for each unit held in storage (sometimes expressed as a percentage of the purchase cost of the item). |
||
We want to determine the optimal number of units of the product to order so that we minimize the total cost associated with the purchase, delivery and storage of the product |
We want to determine the optimal number of units of the product to order so that we minimize the total cost associated with the purchase, delivery and storage of the product. |
||
The required parameters to the solution are the total demand for the year, the purchase cost for each item, the fixed cost to place the order and the storage cost for each item per year. Note that the number of times an order is placed will also affect the total cost, however, this number can be determined from the other parameters |
The required parameters to the solution are the total demand for the year, the purchase cost for each item, the fixed cost to place the order and the storage cost for each item per year. Note that the number of times an order is placed will also affect the total cost, however, this number can be determined from the other parameters |
||
Line 17: | Line 20: | ||
# Production set-up/ordering cost is fixed (independent of quantity produced) |
# Production set-up/ordering cost is fixed (independent of quantity produced) |
||
# The [[lead time]] is fixed |
# The [[lead time]] is fixed |
||
# The purchase price of the item is constant i.e. no discount is available |
# The purchase price of the item is constant, i.e. no discount is available |
||
# The replenishment is made incrementally |
# The replenishment is made incrementally |
||
=== Variables === |
=== Variables === |
||
* K = ordering/setup cost |
* K = ordering/setup cost per production run |
||
* D = demand rate |
* D = yearly demand rate |
||
* |
* h = yearly holding cost per product |
||
* |
* t = cycle length |
||
* P = production rate |
* P = yearly production rate |
||
* <math> x = \frac {D}{P} </math> |
* <math> x = \frac {D}{P} </math> |
||
* Q = order quantity |
* Q = order quantity |
||
* S = success by the method. |
|||
=== Total |
=== Total cost function and derivation of EPQ formula === |
||
[[File:EPQ Graph.jpg |
[[File:EPQ Graph.jpg|thumb|400px|right|This figure graphs the holding cost and ordering cost per year equations. The third line is the addition of these two equations, which generates the total inventory cost per year. This graph should give a better understanding of the derivation of the optimal ordering quantity equation, i.e., the EPQ equation]] |
||
* Holding Cost per Year = |
* Holding Cost per Year = <math>\frac{Q} {2} h(1-x)</math> |
||
Where <math>\frac{Q} {2}</math> is the average inventory level, and |
Where <math>\frac{Q} {2}</math> is the average inventory level, and <math>h(1-x)</math> is the average holding cost. Therefore, multiplying these two results in the holding cost per year. |
||
* Ordering Cost per Year = <math>\frac{D} {Q} K</math> |
* Ordering Cost per Year = <math>\frac{D} {Q} K</math> |
||
Line 41: | Line 45: | ||
Where <math>\frac{D} {Q} </math> are the orders placed in a year, multiplied by K results in the ordering cost per year. |
Where <math>\frac{D} {Q} </math> are the orders placed in a year, multiplied by K results in the ordering cost per year. |
||
We can notice from the equations above that the total ordering cost decreases as the production quantity increases. Inversely, the total holding cost increases as the production quantity increases. Therefore in order to get the optimal production quantity we need to set holding cost per year equal to ordering cost per year and solve for quantity (Q), which is the EPQ formula mentioned below. Ordering this quantity will result in the lowest total inventory cost per year. |
We can notice from the equations above that the total ordering cost decreases as the production quantity increases. Inversely, the total holding cost increases as the production quantity increases. Therefore, in order to get the optimal production quantity we need to set holding cost per year equal to ordering cost per year and solve for quantity (Q), which is the EPQ formula mentioned below. Ordering this quantity will result in the lowest total inventory cost per year. |
||
{{Equation box 1 |
{{Equation box 1 |
||
|indent =: |
|indent =: |
||
|title='''EPQ formula''' |
|title='''EPQ formula''' |
||
|equation = <math> Q |
|equation = <math> Q = \sqrt {\frac {2KD}{h(1-x)}} </math> |
||
|cellpadding |
|cellpadding |
||
|border |
|border |
||
Line 52: | Line 56: | ||
|background colour = #ECFCF4}} |
|background colour = #ECFCF4}} |
||
=== Relevant |
=== Relevant formulas === |
||
*Average holding cost per unit time: |
*Average holding cost per unit time: |
||
:<math>\frac{1} {2} |
:<math>\frac{1} {2} hD(1-x)t</math> |
||
*Average ordering and holding cost as a function of time: |
*Average ordering and holding cost as a function of time: |
||
:<math>x(t) = \frac {1} {2} |
:<math>x(t) = \frac {1} {2} hD(1-x)t+ \frac {K} {t} </math> |
||
==Multi-Criteria EPQ== |
|||
Malakooti (2013) has introduced the multi-criteria EPQ models where the criteria could be minimizing the total cost, production quantity (inventory), and shortages. |
|||
== See also == |
== See also == |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
* [[Reorder point]] |
* [[Reorder point]] |
||
* [[Safety stock]] |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
== References == |
== References == |
||
{{reflist}} |
|||
* Taft, E. W. "The most economical production lot." Iron Age 101.18 (1918): 1410-1412. |
|||
==Sources== |
|||
* Gallego, G. "IEOR4000: Production Management" (Lecture 2), Columbia (2004). [http://www.columbia.edu/~gmg2/4000/pdf/lect_02.pdf] |
* Gallego, G. "IEOR4000: Production Management" (Lecture 2), Columbia (2004). [http://www.columbia.edu/~gmg2/4000/pdf/lect_02.pdf] |
||
* Stevenson, W. J. "Operations Management" PowerPoint slide 19, The McGraw-Hill Companies (2005). [http://highered.mcgraw-hill.com/sites/0072869054/student_view0/chapter11/powerpoint_presentations.html] |
* Stevenson, W. J. "Operations Management" PowerPoint slide 19, The McGraw-Hill Companies (2005). [https://web.archive.org/web/20040904173533/http://highered.mcgraw-hill.com/sites/0072869054/student_view0/chapter11/powerpoint_presentations.html] |
||
* Kroeger, D. R. "Determining Economic Production in a Continuous Process" IIE Process Industries Webinar, IIE (2009). [http://www.iienet2.org/uploadedFiles/Webcasts/Determining%20Economic%20Production%20Quantities%207-14-09.pdf] |
* Kroeger, D. R. "Determining Economic Production in a Continuous Process" IIE Process Industries Webinar, IIE (2009). [http://www.iienet2.org/uploadedFiles/Webcasts/Determining%20Economic%20Production%20Quantities%207-14-09.pdf] |
||
* Cárdenas-Barrón, L. E. "The Economic Production Quantity derived Algebraically" International Journal of Production Economics, Volume 77, Issue 1, (2002). |
* Cárdenas-Barrón, L. E. "The Economic Production Quantity derived Algebraically" International Journal of Production Economics, Volume 77, Issue 1, (2002). |
||
* Blumenfeld, D. "Inventory" Operations Research Calculations Handbook, Florida (2001) |
* Blumenfeld, D. "Inventory" Operations Research Calculations Handbook, Florida (2001) |
||
*Harris, F.W. "How Many Parts To Make At Once" Factory, The Magazine of Management, 10(2), 135-136, 152 (1913). |
*[[Ford Whitman Harris|Harris, F.W.]], "How Many Parts To Make At Once", Factory, The Magazine of Management, 10(2), 135-136, 152 (1913). |
||
* Malakooti, B. (2013). Operations and Production Systems with Multiple Objectives. John Wiley & Sons. |
|||
[[Category: |
[[Category:Inventory optimization]] |
||
[[Category:Management]] |
|||
[[Category:Supply chain management]] |
|||
[[Category:Operations research]] |
|||
[[Category:Production economics]] |
|||
[[Category:Production and manufacturing]] |
|||
[[Category:Business terms]] |
|||
[[Category:Manufacturing]] |
|||
[[Category:Production and organizations]] |
|||
[[Category:Supply chain management terms]] |
|||
[[Category:Inventory]] |
Latest revision as of 05:31, 29 November 2023
This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (November 2023) |
The economic production quantity model (also known as the EPQ model) determines the quantity a company or retailer should order to minimize the total inventory costs by balancing the inventory holding cost and average fixed ordering cost. The EPQ model was developed and published by E. W. Taft, a statistical engineer working at Winchester Repeating Arms Company in New Haven, Connecticut, in 1918.[1]
This method is an extension of the economic order quantity model (also known as the EOQ model). The difference between these two methods is that the EPQ model assumes the company will produce its own quantity or the parts are going to be shipped to the company while they are being produced, therefore the orders are available or received in an incremental manner while the products are being produced. While the EOQ model assumes the order quantity arrives complete and immediately after ordering, meaning that the parts are produced by another company and are ready to be shipped when the order is placed.
In some literature,[citation needed] the term "economic manufacturing quantity" model (EMQ) is used for "economic production quantity" model (EPQ). Similar to the EOQ model, EPQ is a single product lot scheduling method. A multiproduct extension to these models is called product cycling problem.
Overview
[edit]EPQ only applies where the demand for a product is constant over the year and that each new order is delivered/produced incrementally when the inventory reaches zero. There is a fixed cost charged for each order placed, regardless of the number of units ordered. There is also a holding or storage cost for each unit held in storage (sometimes expressed as a percentage of the purchase cost of the item).
We want to determine the optimal number of units of the product to order so that we minimize the total cost associated with the purchase, delivery and storage of the product.
The required parameters to the solution are the total demand for the year, the purchase cost for each item, the fixed cost to place the order and the storage cost for each item per year. Note that the number of times an order is placed will also affect the total cost, however, this number can be determined from the other parameters
Assumptions
[edit]- Demand for items from inventory is continuous and at a constant rate
- Production runs to replenish inventory are made at regular intervals
- During a production run, the production of items is continuous and at a constant rate
- Production set-up/ordering cost is fixed (independent of quantity produced)
- The lead time is fixed
- The purchase price of the item is constant, i.e. no discount is available
- The replenishment is made incrementally
Variables
[edit]- K = ordering/setup cost per production run
- D = yearly demand rate
- h = yearly holding cost per product
- t = cycle length
- P = yearly production rate
- Q = order quantity
- S = success by the method.
Total cost function and derivation of EPQ formula
[edit]- Holding Cost per Year =
Where is the average inventory level, and is the average holding cost. Therefore, multiplying these two results in the holding cost per year.
- Ordering Cost per Year =
Where are the orders placed in a year, multiplied by K results in the ordering cost per year.
We can notice from the equations above that the total ordering cost decreases as the production quantity increases. Inversely, the total holding cost increases as the production quantity increases. Therefore, in order to get the optimal production quantity we need to set holding cost per year equal to ordering cost per year and solve for quantity (Q), which is the EPQ formula mentioned below. Ordering this quantity will result in the lowest total inventory cost per year.
Relevant formulas
[edit]- Average holding cost per unit time:
- Average ordering and holding cost as a function of time:
See also
[edit]- Reorder point
- Safety stock
- Infinite fill rate for the part being produced: Economic order quantity
- Demand is random, continuous replenishment: Base stock model
- Demand varies over time: Dynamic lot size model
- Several products produced on the same machine: Economic lot scheduling problem
References
[edit]- ^ Taft, E. W., The most economical production lot: Formulas for Exact and Approximate Evaluation - Handling Cost of Jigs and Interest Charges of Product Included, Iron Age 101.18 (1918): pages 1410-1412, accessed 29 November 2023
Sources
[edit]- Gallego, G. "IEOR4000: Production Management" (Lecture 2), Columbia (2004). [1]
- Stevenson, W. J. "Operations Management" PowerPoint slide 19, The McGraw-Hill Companies (2005). [2]
- Kroeger, D. R. "Determining Economic Production in a Continuous Process" IIE Process Industries Webinar, IIE (2009). [3]
- Cárdenas-Barrón, L. E. "The Economic Production Quantity derived Algebraically" International Journal of Production Economics, Volume 77, Issue 1, (2002).
- Blumenfeld, D. "Inventory" Operations Research Calculations Handbook, Florida (2001)
- Harris, F.W., "How Many Parts To Make At Once", Factory, The Magazine of Management, 10(2), 135-136, 152 (1913).