Read this lesson as text

First-Order PDEs Summary

PDEs · Axiom Academy

A comprehensive recap of Unit 2 key concepts: method of characteristics, transport equations, quasilinear and nonlinear PDEs, shock waves, and rarefaction waves. Reduces PDEs to ODEs: Transform a first-order PDE into a system of ordinary differential equations along special curves called characteristics. Characteristic curves: Paths in the (x,t) -plane along which the solution u behaves predictably (often constant or follows a simple ODE). Solution structure: The solution is constant (or evolves in a known way) along each characteristic curve. General approach: Solve the characteristic ODEs, then use initial/boundary conditions to determine the solution everywhere. Simplest first-order PDE: u_t + c u_x = 0 describes waves moving at constant speed c without changing shape. General solution: u(x,t) = f(x - ct) where f is determined by initial conditions. Physical interpretation: Information propagates along characteristics x - ct = , which are straight lines with slope 1/c . Key insight: The value of u at any point (x,t) equals the initial value at x - ct , simply translated in space. For a general first-order PDE: a(x,t,u) u_x + b(x,t,u) u_t = c(x,t,u) Quasilinear: Coefficients depend on u but not on its derivatives. Example: u_t + u u_x = 0 (inviscid Burgers' equation). Variable characteristic speed: Characteristic curves have slope depending on the solution u itself, so dx/dt = u(x,t) .

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