265. Causal Loop Diagrams

A qualitative diagram showing causal relationships between variables in a system. Used for understanding feedback structure without building a quantitative model.

265.1. Anatomy

Variables (nodes): named quantities, e.g., “Population”, “Birth rate”.

Links (arrows): cause → effect relationships, labeled with polarity:

265.2. Loop polarity

Trace a loop and multiply link polarities:

265.3. Example: population growth

              ┌──→  Birth rate
              │       │
              │       │ +
              │       ↓
   Population ──+──→ Population
              ↑      │
              │      │
              │ -    │
              └── Death rate

Loops:

Behavior depends on which loop dominates. With more births than deaths: exponential growth. With more deaths than births: exponential decay. Balance: steady state.

265.4. Common patterns / archetypes

265.5. From CLD to quantitative model

A CLD shows structure, not magnitudes. To predict behavior quantitatively, convert each link into an equation (a stock-flow system):

265.6. Common pitfalls

265.7. See also