BTW; Whitham, in his book, describes how to model a simple traffic flow as a quasi-linear hyperbolic PDE. This is the case of a one lane road with no exit or entrance ramps. If the traffic is sufficiently dense, one can define quantities such as the density of cars per unit of road and the flow rate(flux) of cars past any point on the road. Since there are no exits or entrances cars are preserved so one can write down the standard conservation equation,
## d/dt ∫_a^bρdx + q(b,t) - q(a,t) = 0##
Dividing by ##b-a## and letting ##b## approach ##a## one gets the limiting equation ##∂ρ/∂t + ∂q/∂x = 0## If one assumes that the flux, ##q##, depends on the local density of cars (which is not completely unreasonable) then there is some function, ##φ(ρ) = q##, so ##∂q/∂x = φ^{'}(ρ)∂ρ/∂x## and the conservation equation becomes
##∂ρ/∂t + φ^{'}(ρ)∂ρ/∂x = 0##
and this is a 1 dimensional quasi-linear PDE. This is a simple case, but shows some ideas on how to do this modeling. Whitham also illustrates how to model traffic lights and other traffic phenomena.