439. Lost Sales

439.1. EOQ with lost sales

Relax one dimension from basic EOQ: excess demand is no longer forbidden — but unlike planned backorders, customers facing a stockout do not wait. Each unit of unmet demand is permanently lost at penalty 𝜋 per unit (lost margin + goodwill).

439.1.1. Setup

New variables (beyond basic EOQ):

The inventory profile in each cycle is:

439.1.2. Cost model

Per cycle:

Per unit time, divide by 𝑇=𝑄/𝐷+𝜏:

TC(𝑄,𝜏)=𝑆+𝑄2/(2𝐷)+𝜋𝐷𝜏𝑄/𝐷+𝜏

Two decision variables now: 𝑄 and 𝜏.

439.1.3. When is it optimal to plan stockouts? (FOC in 𝜏)

Take 𝜕TC/𝜕𝜏, quotient rule:

𝜕𝜕𝜏TC=𝜋𝐷(𝑄/𝐷+𝜏)(𝑆+𝑄2/(2𝐷)+𝜋𝐷𝜏)1(𝑄/𝐷+𝜏)2

Set numerator to zero, expand 𝜋𝐷(𝑄/𝐷+𝜏)=𝜋𝑄+𝜋𝐷𝜏:

𝜋𝑄+𝜋𝐷𝜏𝑆𝑄2/(2𝐷)𝜋𝐷𝜏=0𝜋𝑄𝑆𝑄2/(2𝐷)=0

This says: at the boundary 𝜏=0, lost sales become attractive only if 𝜕TC/𝜕𝜏0 there, i.e., 𝜋𝑄𝑆+𝑄2/(2𝐷).

Plug in 𝑄=𝑄basic=2𝑆𝐷/. Then 𝑄2/(2𝐷)=𝑆, so the condition becomes:

𝜋2𝑆𝐷2𝑆𝜋2𝑆𝐷

So lost sales has a threshold behavior:

Lost-sale cost 𝜋Optimal action
𝜋2𝑆/𝐷Operate as basic EOQ (𝜏=0, no stockouts).
𝜋<2𝑆/𝐷Don’t operate — lose all demand. Inventory not worth the trouble.

439.1.4. Threshold interpretation

The threshold 2𝑆/𝐷 is exactly the basic-EOQ cost per unit served:

TRCbasic𝐷=2𝑆𝐷𝐷=2𝑆𝐷

So the rule is intuitive: operate iff the per-unit lost-sale cost exceeds the per-unit cost of running EOQ. Below that, you’d rather lose the customer than pay the inventory overhead.

439.1.5. Final formulas

𝜋2𝑆𝐷𝑄=2𝑆𝐷,𝜏=0

Below the threshold, the model degenerates — there’s no interior planned-stockout solution under deterministic constant demand.

439.1.6. Why no interior solution?

Under deterministic constant demand with instantaneous replenishment, there is no benefit to planned stockouts — you can always order the right amount at the right time. Lost sales becomes interesting only when demand is stochastic (newsvendor / (𝑄,𝑟) models with lost sales) or when there’s a minimum order quantity forcing you to order in lumps that don’t divide annual demand cleanly.

Example

Given (shared EOQ params + a lost-sale penalty):

  • Annual demand: 𝐷=12000 units/year
  • Order cost: 𝑆 = $50 / order
  • Holding cost: = $2 / unit / year
  • Lost-sale penalty: vary 𝜋 to see threshold

Step 1 — compute the threshold

𝜋threshold=2𝑆𝐷=250212000=20012000

$0.13 / unit

Step 2 — decide

  • 𝜋 = $1 / unit (typical lost margin): 10.13 → operate as basic EOQ.
  • 𝜋 = $0.10 / unit (very cheap to lose): 0.10<0.13 → don’t operate.

Step 3 — compare to basic EOQ

  • Basic EOQ assumes you always serve demand: 𝑄=775, TRC1549 $/year.
  • Lost sales adds a test: only operate if 𝜋 exceeds the per-unit cost of EOQ. For any normal product where lost margin > a few cents per unit, basic EOQ wins and the lost-sales option is never used.

Under deterministic demand, lost sales is a go / no-go decision, not a planned-shortage strategy. The interesting variants live in stochastic demand models — see newsvendor and (𝑄,𝑟) policies.