Read this lesson as text

Transport Equation

PDEs · Axiom Academy

Understanding wave propagation and the method of characteristics The transport equation is the simplest first-order PDE. It describes how a quantity moves (or is "transported") through space at constant speed. Definition: Linear Transport Equation u(x,t) is the quantity being transported (e.g., concentration, density) c is the wave speed (constant) u t means ∂u/∂t (time derivative) u x means ∂u/∂x (space derivative) Traffic flow: Cars moving at constant speed on a highway Pollutant transport: Contaminants flowing in a river Waves on a string: One-directional wave propagation Advection: Material carried by a fluid flow 2 Deriving the Solution: Method of Characteristics We solve the transport equation using the method of characteristics . The key insight: along certain curves, the PDE becomes an ODE! Consider curves in the (x,t)-plane defined by: These are called characteristic curves . Along these curves, the solution is constant! Along a characteristic curve x = x₀ + ct, we have: But from the transport equation u t + cu x = 0, we get: Therefore: u is constant along characteristics! Since u is constant along each characteristic, the general solution is: where f is an arbitrary function determined by initial/boundary conditions. The solution u(x,t) = f(x - ct) represents a wave moving to the right at speed c. Let's visualize this! The argument (x - ct) tells us: At time t = 0: the profile is f(x) At time t: the profile shifts right by distance ct

This is the written version of the interactive lesson above. See the full PDEs course.