What Is a PDE? Order and Linearity

20 min
0/4 practice checks

A partial differential equation (PDE) relates an unknown function of several variables to its partial derivatives. We write ut=u/tu_t = \partial u/\partial t, uxx=2u/x2u_{xx} = \partial^2 u/\partial x^2, and so on. Two features classify a PDE:

  • Order: the highest derivative appearing. The heat equation ut=kuxxu_t = k\,u_{xx} is second order (because of uxxu_{xx}).
  • Linearity: the PDE is linear if uu and its derivatives appear only to the first power and are never multiplied together. ut+uux=0u_t + u\,u_x = 0 is nonlinear (the term uuxu\,u_x multiplies the unknown by its own derivative).

Worked example. Classify ut=kuxxu_t = k\,u_{xx} (the heat equation). Highest derivative is uxxu_{xx} → order 22. Each term is linear in uu and its derivatives → linear. Three canonical second-order linear PDEs anchor the whole subject: the heat equation ut=kuxxu_t = k u_{xx}, the wave equation utt=c2uxxu_{tt} = c^2 u_{xx}, and the Laplace equation uxx+uyy=0u_{xx} + u_{yy} = 0.