1
|
Economic order quantity (also known as the Wilson EOQ Model or simply the EOQ Model) is a model that defines the optimal quantity to order that minimizes total carrying costs required to order and hold inventory.
The model was originally developed by F. W. Harris in 1913, though R. H. Wilson is credited for his early in-depth analysis of the model.
Contents |
The single-item EOQ formula finds the minimum point of the following cost function:
Total Cost = purchase cost + ordering cost + holding cost
- 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 C, and we need to order D/Q times per year. This is C × D/Q
- Holding cost: the average quantity in stock (between fully replenished and empty) is Q/2, so this cost is H × Q/2
.
In order to determine the minimum point of the total cost curve, set its derivative equal to zero:
.
The result of this derivation is:
.
Solving for Q gives Q* (the optimal order quantity):
Therefore: .
Note that interestingly, Q* is independent of P, it is a function of only C, D, H.
Several extensions can be made to the EOQ model, 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.
http://www.inventoryops.com/economic_order_quantity.htm
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia