Economic order quantity

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. Economic order quantity (EOQ) is the order quantity that minimizes the total holding costs and ordering costs. It is one of the oldest classical production scheduling models. The framework used to determine this order quantity is also known as Wilson EOQ Model, Wilson Formula or Andler Formula. The model was developed by Ford W. Harris in 1913,[1] but R. H. Wilson, a consultant who applied it extensively, and K. Andler are given credit for their in-depth analysis.[2]

Overview

EOQ applies only when demand for a product is constant over the year and each new order is delivered in full when inventory reaches zero. There is a fixed cost for each order placed, regardless of the number of units ordered. There is also a cost for each unit held in storage, commonly known as holding cost, sometimes expressed as a percentage of the purchase cost of the item.

We want to determine the optimal number of units 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, though this number can be determined from the other parameters.

Variables

  • P = purchase unit price, unit production cost
  • Q = order quantity
  • Q^* = optimal order quantity
  • D = annual demand quantity
  • K = fixed cost per order, setup cost (not per unit, typically cost of ordering and shipping and handling. This is not the cost of goods)
  • h = annual holding cost per unit, also known as carrying cost or storage cost (capital cost, warehouse space, refrigeration, insurance, etc. usually not related to the unit production cost)

The Total Cost function and derivation of EOQ formula

Classic EOQ model: trade-off between ordering cost (blue) and holding cost (red). Total cost (green) admits a global optimum. Purchase cost is not a relevant cost for determining the optimal order quantity.

The single-item EOQ formula finds the minimum point of the following cost function:

Total Cost = purchase cost or production cost + ordering cost + holding cost

Where:

  • Purchase cost: This is the variable cost of goods: purchase unit price × annual demand quantity. This is P × D
  • Ordering cost: This is the cost of placing orders: each order has a fixed cost K, and we need to order D/Q times per year. This is K × D/Q
  • Holding cost: the average quantity in stock (between fully replenished and empty) is Q/2, so this cost is h × Q/2

TC = PD + {\frac{DK}{Q}} + {\frac{hQ}{2}}.

To determine the minimum point of the total cost curve, calculate the derivative of the total cost with respect to Q (assume all other variables are constant) and set it equal to 0:

{0} = -{\frac{DK}{Q^2}}+{\frac{h}{2}}

Solving for Q gives Q* (the optimal order quantity):

Q^{*2}={\frac{2DK}{h}}

Therefore:

Economic Order Quantity

Q^* = \sqrt{\frac{2DK}{h}}

Q* is independent of P; it is a function of only K, D, h.

The optimal value Q* may also be found by recognising that[3]

TC = {\frac{DK}{Q}} + {\frac{hQ}{2}} + PD ={\frac{h}{2Q}}(Q - \sqrt{2DK/h})^2 +  \sqrt{2hDK} +PD,  where the non-negative quadratic term disappears for Q = \sqrt{2DK/h}, which provides the cost minimum TC_{min} =  \sqrt{2hDK} + PD.

Example

  • Suppose annual requirement quantity (D) = 10000 units
  • Cost per order (K) = $2
  • Cost per unit (P)= $8
  • Carrying cost percentage (h/P)(percentage of P) = 0.02
  • Annual carrying cost per unit (h) = $0.16

Economic order quantity =  \sqrt{\frac{2D*K}{h}}  = \sqrt{\frac{2*10000*2}{8*0.02}} = 500 units

Number of orders per year (based on EOQ)  = {\frac{10000}{500}} = 20

Total cost  = P*D + K (D/EOQ) + h (EOQ/2)

Total cost  = 8*10000 + 2 (10000/500) + 0.16 (500/2) = $80080

If we check the total cost for any order quantity other than 500(=EOQ), we will see that the cost is higher. For instance, supposing 600 units per order, then

Total cost  = 8*10000 + 2 (10000/600) + 0.16 (600/2) = $80081

Similarly, if we choose 300 for the order quantity then

Total cost  = 8*10000 + 2 (10000/300) + 0.16 (300/2) = $80091

This illustrates that the economic order quantity is always in the best interests of the firm.

Quantity discounts

An important extension to the EOQ model of Wilson is to accommodate quantity discounts. There are two main types of quantity discounts: (1) all-units and (2) incremental.[4][5] Here is a numerical example:

  • Incremental unit discount: Units 1-100 cost $30 each; Units 101-199 cost $28 each; Units 200 and up cost $26 each. So when 150 units are ordered, the total cost is $30*100 + $28*50.
  • All units discount: an order of 1-1000 units costs $50 each; an order of 1001-5000 units costs $45 each; an order of more than 5000 units costs $40 each. So when 1500 units are ordered, the total cost is $45*1500.

Design of optimal quantity discount schedules

In presence of a strategic customer, who responds optimally to discount schedule, the design of optimal quantity discount scheme by the supplier is complex and has to be done carefully. This is particularly so when the demand at the customer is itself uncertain. An interesting effect called the "reverse bullwhip" takes place where an increase in consumer demand uncertainty actually reduces order quantity uncertainty at the supplier.[6]

Other extensions

Several extensions can be made to the EOQ model developed by Mr. Pankaj Mane, including backordering costs and multiple items. Additionally, the economic order interval can be determined from the EOQ and the economic production quantity model (which determines the optimal production quantity) can be determined in a similar fashion.

A version of the model, the Baumol-Tobin model, has also been used to determine the money demand function, where a person's holdings of money balances can be seen in a way parallel to a firm's holdings of inventory.[7]

Malakooti (2013)[8] has introduced the multi-criteria EOQ models where the criteria could be minimizing the total cost, Order quantity (inventory), and Shortages.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Zipkin, Paul H, Foundations of Inventory Management, McGraw Hill 2000
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Andrew Caplin and John Leahy, "Economic Theory and the World of Practice: A Celebration of the (S,s) Model", Journal of Economic Perspectives, Winter 2010, V 24, N 1
  8. Lua error in package.lua at line 80: module 'strict' not found.

Further reading

  • Harris, Ford W. Operations Cost (Factory Management Series), Chicago: Shaw (1915)
  • Camp, W. E. "Determining the production order quantity", Management Engineering, 1922
  • Wilson, R. H. "A Scientific Routine for Stock Control", Harvard Business Review, 13, 116-128 (1934)
  • Plossel, George. Orlicky's Material Requirement's Planning. Second Edition. McGraw Hill. 1984. (first edition 1975)
  • Alessandro Andrioloa, Daria Battinia, Robert W. Grubbströmb, Alessandro Personaa, Fabio Sgarbossaa, A century of evolution from Harris׳s basic lot size model: Survey and research agenda, International Journal of Production Economics 2014
  • Donald Erlenkotter. Ford Whitman Harris's economical lot size model, International Journal of Production Economics 2014
  • Tsan-Ming Choi (Ed.) Handbook of EOQ Inventory Problems: Stochastic and Deterministic Models and Applications, Springer's International Series in Operations Research and Management Science, 2014.

External links