Orient to network flow
Connect the reservoir problem to the lesson goals and essential vocabulary.
Water flows from a reservoir through a series of pipes to a town. The pipes have different widths, some can carry more water per minute than others. Write your gut answers to these, no calculating yet:
- What limits how much water can reach the town per minute?
- If one pipe along the way gets blocked, what happens to the rest?
- What would it mean for the network to be "at capacity"?
Every directed edge is a one-way pipe with a capacity limit. At every internal node, what flows in must flow out no accumulation allowed. The source is the tap; the sink is the drain; cuts are the chokepoints.
Source ($S$): outflow only, where flow enters the network. Sink ($T$): inflow only, where flow exits. Edge capacity: maximum flow an edge can carry. Cut: a set of edges whose removal disconnects $S$ from $T$.
Key facts
- Definitions: source ($S$), sink ($T$), directed edge, capacity, inflow, outflow, cut
- Flow conservation rule: inflow = outflow at each intermediate node
- How to identify $S$, $T$, and cuts in a network diagram
Concepts
- Why edges are directed (flow is one-way) and why this matters for capacity
- What "cut capacity" represents, it's a measure of the narrowest chokepoint
- How a table of edge information translates to a weighted directed diagram
Skills
- Draw a weighted directed network diagram from a table of edges and capacities
- Label $S$, $T$, and all intermediate nodes
- Identify a cut and calculate its capacity
- Verify flow conservation at a given node