Picture a quantity that ticks up and down one unit at a time: the number of customers in a queue, the size of a population, the count of busy servers, the jobs in a printer's buffer. It grows by a birth (an arrival, a new individual) and shrinks by a death (a departure, a loss) — and crucially, never by leaps of two or more at once. A continuous-time model of exactly this up-one-down-one motion is a birth–death process. It is the single most important special case of a continuous-time Markov chain, and the machinery we build here is precisely what powers the M/M/1 queue and its whole family of cousins.
The state
The picture is a chain of states with birth arrows pushing right and death arrows pulling left. Notice state 0 has no death arrow — you cannot fall below an empty queue.
In the long run the process reaches a stationary distribution
Draw a cut between states
This "rate in = rate out" trick sidesteps solving a big linear system: the chain's one-step structure lets us cross one boundary at a time.
Cascade the ratio relation from the bottom and every probability is expressed through
The last equation just forces the probabilities to sum to 1. Every stationary result for this whole class of models is a special case of these two formulas.
Take the simplest case: constant rates
That is the geometric distribution of queue length in the single-server M/M/1 queue — derived here in
two lines from flow balance, with no queue-specific cleverness at all. Change the rate pattern (make
In steady state the probability sitting in each state is not changing, even though probability is constantly sloshing between states. Think of each state as a tank of water at a fixed level: the level holds still precisely because inflow equals outflow. For a general Markov chain you balance the flows into and out of each state. Birth–death chains are special because motion is only ever to a neighbour, so you can slice the chain with a single vertical cut and balance just the two flows crossing it — a far simpler bookkeeping than the full global balance, and the reason these models are so tractable.
The product formula only defines a genuine probability distribution if the normalising sum
converges. If births consistently outpace deaths —