347. Kingman VUT
A foundational approximation for the G/G/1 queue (general arrival distribution, general service distribution, single server). The VUT equation:
— ariability × tilization × ime.
347.1. Components
- : coefficient of variation of inter-arrival times ()
- : coefficient of variation of service times
- : utilization (arrival rate / service rate)
- : mean service time
- : expected wait in queue (before service starts)
347.2. Three factors — three levers
-
Variability
- Reduce arrival variability (smooth incoming flow, level-load production)
- Reduce service variability (standardize, reduce setup-time variation)
- Halve variability → halve queue time
-
Utilization
- Critical: as
- Going from to doubles the queue
- Going to doubles again
-
Time
- Faster service rate (lower ) shrinks queues directly
- Both reduces and lowers at fixed
347.3. Why it’s an approximation
The VUT formula is exact only for M/M/1 (Poisson arrivals + exponential service, ):
For other distributions, VUT is a Kingman approximation — derived from upper bounds (Kingman 1962). Tight when traffic is heavy (); less accurate when load is light.
347.4. Generalization: G/G/c (multi-server)
For identical servers, the Sakasegawa approximation:
See Sakasegawa.
347.5. Variability-Utilization-Time intuition
This is the single most important formula in factory physics. It says:
- Queues grow non-linearly in utilization — 80% utilization is dramatically different from 95%
- Variability is half the battle — even at high utilization, low variability keeps queues small
- Capacity and demand both matter — but variability multiplies their effect
347.6. Common applications
- Manufacturing lines: setup variability, breakdown variability dominate
- Call centers: arrival peaks + service-time spread
- Hospitals: patient arrival randomness + variable treatment times
- Computer systems: request bursts + response-time variance
347.7. See also
- Sakasegawa — multi-server extension
- Linking Equation — variance propagation
- M/M/1 — exact case
- Little’s Law —
- Factory Physics