Economic Order Quantity:
$$EOQ = \sqrt{\frac{2DS}{H}}$$Total Annual Cost:
$$TC = \frac{D}{Q}S + \frac{Q}{2}H + Dp$$Reorder Point:
$$ROP = d \cdot L + z \sigma \sqrt{L}$$Enter annual demand, ordering cost, and holding cost to find the Economic Order Quantity. Visualize the cost tradeoff curve and sawtooth inventory chart. Compute ROP and safety stock instantly.
Economic Order Quantity:
$$EOQ = \sqrt{\frac{2DS}{H}}$$Total Annual Cost:
$$TC = \frac{D}{Q}S + \frac{Q}{2}H + Dp$$Reorder Point:
$$ROP = d \cdot L + z \sigma \sqrt{L}$$The core model finds the order quantity (Q) that minimizes the sum of annual ordering and holding costs. The unit cost is constant and added separately.
$$EOQ = \sqrt{\frac{2DS}{H}}$$D: Annual Demand (units/year). S: Ordering Cost per order ($/order). H: Annual Holding Cost per unit ($/unit/year). This formula is derived by taking the derivative of the total cost function with respect to Q and setting it to zero.
The total annual cost and the reorder point account for both predictable and uncertain demand. Safety stock protects against variability during the lead time.
$$TC = \frac{D}{Q}S + \frac{Q}{2}H + Dp$$ $$ROP = d \times L + (z \times \sigma_d \times \sqrt{L})$$TC: Total Annual Cost ($). p: Unit Price ($/unit). d: Average Daily Demand (D/365). L: Lead Time (days). z: Z-score (from Service Level). σd: Standard Deviation of Daily Demand. The safety stock term $(z \times \sigma_d \times \sqrt{L})$ is crucial for managing risk.
Retail & E-commerce: A large online retailer uses EOQ to optimize its purchase of best-selling items, like phone chargers. By balancing warehouse space costs (H) with procurement team costs (S), they determine whether to order 10,000 units monthly or 50,000 units quarterly, directly impacting profitability.
Manufacturing: An automotive plant uses the reorder point model for raw materials like steel coils. With a long, variable lead time (L) from the supplier and unpredictable production schedule changes (high σ), calculating the correct safety stock prevents a $20 million assembly line from shutting down.
Hospital Supply Chains: A hospital manages inventory for critical, high-cost items like surgical stents. They use a high service level (e.g., 99%) in the ROP calculation to minimize the risk of stockouts, as the cost of not having an item available for surgery far exceeds the cost of holding extra inventory.
Restaurant & Food Service: A restaurant chain uses EOQ for non-perishable goods like napkins or canned goods. They adjust the holding cost (H) to account for limited storage space in urban locations, leading to smaller, more frequent orders compared to suburban locations with cheaper storage.
When you start using the EOQ model, there are a few common pitfalls you might encounter. First and foremost, underestimating the parameter H (holding cost). You need to consider not just unit cost × interest rate, but also warehouse rent/utilities, insurance, risk of deterioration/obsolescence, and even the labor costs for inventory management—all bundled together. For example, for a product with a unit price of 1000 yen and an interest rate of 5%, you might think it's 50 yen, but it's not uncommon for the actual calculated cost to be around 150 yen. If this is off by a factor of two, the calculated EOQ changes by a factor of $\sqrt{2}$, or about 1.4 times, so be careful.
Next, forgetting the assumption that demand D is constant. The basic model assumes "flat demand," so applying it directly to seasonal goods or fad items can lead to serious trouble. For instance, if you calculate the EOQ based on the annual demand for electric fans that only sell in summer and place one large order, the inventory will sit idle all winter. In such cases, be mindful of the model's applicability—consider segmenting by demand period and calculating separately.
Finally, remember that EOQ is a "starting point for discussion," not an "absolute value to be strictly followed." Even if the calculated order quantity is 1000 units, if your supplier says they "can only deliver in batches of 500," you'll need to adjust to 1000 or 1500 based on reality. Also, when "quantity discounts" apply for bulk orders that lower the unit price, there can be points where the total cost curve drops significantly. Therefore, you need to compare costs not only around the EOQ but also at order quantities where discounts apply.