Andromeda
Note

Gravity Model (Transportation)

Definition

The Gravity Model is a macroscopic model used in transportation planning to estimate the number of trips between two locations (Traffic Analysis Zones or TAZs). It is based on the analogy of Newton’s Law of Gravitation: the “attraction” between two zones is proportional to their “mass” (productions/attractions) and inversely proportional to their “distance” (impedance).

Tij=PiAjf(Lij)jAjf(Lij)T_{ij} = P_i \frac{A_j f(L_{ij})}{\sum_{j'} A_{j'} f(L_{ij'})}

  • How to read: “The value T i j is equal to P i times A j times f of L i j, all divided by the sum over all j prime of A j prime times f of L i j prime.”
  • Meaning: Trips from zone ii to zone jj are proportional to productions at ii, attractions at jj, and inversely related to travel impedance — normalized so all trips from ii are distributed.

Why It Matters

The gravity model is the ‘social physics’ used to plan the world’s infrastructure; it allows us to predict how billions of people will move between cities, ensuring that our highways, airports, and transit lines are built where the ‘attraction’ is strongest.

Core Concepts

  • PiP_i (Productions): The number of trips starting in TAZ ii.
  • AjA_j (Attractions): The number of trips ending in TAZ jj.
  • f(Lij)f(L_{ij}) (Impedance Function): A function of the travel time or cost to go between ii and jj. Higher costs discourage trips.
  • Flow Conservation: The sum of all productions must equal the sum of all attractions in the regional network.
  • Iterative Scaling: Since the basic gravity model is often underspecified, it requires multiple iterations of balancing production and attraction ratios to converge on a realistic solution.

Connected Concepts