logo

Partial Differential Equations 📂Partial Differential Equations

Partial Differential Equations

Definitions1

Partial Differential Equations

For a natural number kNk \in \mathbb{N} and an open set URnU \subset \mathbb{R}^{n}, the following expression is called a kk-order partial differential equation.

F(Dku(x),Dk1u(x),,Du(x),u(x),x)=0(xU) \begin{equation} F(D^{k}u(x), D^{k-1}u(x),\cdots,Du(x),u(x),x)=0\quad (x\in U) \end{equation}

Here, DkuD^{k}u is the multi-index notation. FF is given as follows, and the unknown uu is as follows.

F:Rnk×Rnk1××Rn×R×URu:UR F : {\mathbb{R}}^{n^{k}}\times{\mathbb{R}}^{n^{k-1}}\times \cdots \times \mathbb{R}^{n}\times \mathbb{R}\times U \to \mathbb{R} \\ u : U \to \mathbb{R}

System of Partial Differential Equations

Given F:Rmnk×Rmnk1××Rmn×Rm×URm\mathbf{F} : {\mathbb{R}}^{mn^{k}}\times{\mathbb{R}}^{mn^{k-1}}\times \cdots \times \mathbb{R}^{mn}\times \mathbb{R}^{m}\times U \to \mathbb{R}^{m} and the unknowns u:URm\mathbf{u}:U \to \mathbb{R}^{m}, u=(u1,,um)\mathbf{u}=(u^{1},\cdots,u^{m}), the expression below

F(Dku(x),Dk1u(x),,Du(x),u(x),x)=0(xU) \mathbf{F}(D^{k}\mathbf{u}(x),D^{k-1}\mathbf{u}(x),\cdots,D\mathbf{u}(x),\mathbf{u}(x),x)=\mathbf{0}\quad (x\in U)

is called a kk-order system of partial differential equations.

Explanation

Partial differential equations are commonly abbreviated as PDEs. Solving a PDE means finding all uu that satisfy (1)(1), and such uu are called solutions.

Finding a solution means

  1. Ideally, finding a simple and explicit solution,
  2. When that’s not possible, determining the existence of a solution or other characteristics.

In most cases, U,ΩRnU, \Omega \subset \mathbb{R}^{n} in a partial differential equation represents an open set, and the variable tt always represents time, where t0t\ge 0. Also,

Du=Dxu=(ux1,,uxn) Du=D_{x}u=(u_{x_{1}},\cdots,u_{x_{n}})

represents the gradient of uu. Here, x=(x1,,xn)x=(x_{1},\cdots,x_{n}).

Classification

Partial differential equations can be classified based on linearity as follows.

Linear

The partial differential equation (1)(1) is said to be linear if it satisfies the following equation for a given function aα,fa_{\alpha}, f.

αkaα(x)Dαu=f(x) \sum _{| \alpha | \le k} a_{\alpha}(x) D^{\alpha} u = f(x)

If f=0f=0, it is called a homogeneous linear PDE. If it’s not linear, it’s called non-linear. 2nd-order linear partial differential equations are further classified as:

Semilinear

A partial differential equation (1)(1) is called semilinear if it satisfies the following.

α=kaα(x)Dαu+a0(Dk1u,,Du,u,x)=0 \sum _{| \alpha | = k} a_{\alpha}(x) D^{\alpha} u + a_{0}\left( D^{k-1}u, \dots, Du, u, x \right) = 0

In other words, a semilinear pde means a partial differential equation whose coefficients of the derivative of order kk (the highest order) depend only on xx. For example,

  • Reaction-diffusion equation utΔu=f(u)(e.g. f(u)=u2) u_{t} - \Delta u = f(u) \qquad (\text{e.g. } f(u) = u^{2})

Quasilinear

A partial differential equation (1)(1) is called quasilinear if it satisfies the following.

α=kaα(Dk1u,,Du,u,x)Dαu+a0(Dk1u,,Du,u,x)=0 \sum _{| \alpha | = k} a_{\alpha}(D^{k-1}u, \dots, Du, u, x)D^{\alpha} u + a_{0}\left( D^{k-1}u, \dots, Du, u, x \right) = 0

Examples include

Fully Non-linear

Non-linear equations that are not quasilinear are called fully nonlinear.


  1. Lawrence C. Evans, Partial Differential Equations (2nd Edition, 2010), p1-3 ↩︎