Introduction
Classification
Order of PDE
The order is defined to be the order of the highest derivative in the equation. If the highest derivative is of order , then the equation is said to be of order .
A first-order partial differential equation involves two or more independent variables (say, and ) and a function and its first partial derivatives, and . Recall that the subscripts ' ' and ' ' denote partial differentiation with respect to and , respectively. For example, Eq. (2.2) is a first-order equation:
Our objective is to find the most general form of a differentiable function, which satisfies the PDE in some region of interest of the variables. This is the most general form of the solution which normally contains an arbitrary function. Compare this with the general solution of a first-order ordinary differential equation (ODE) which contains an arbitrary constant.
A second-order partial differential equation involves two or more independent variables (say, and ) and a function , its first partial derivatives, and and second partial derivatives, and . Equation (2.3) is a second-order equation:
The general solution to Eq. (2.3) contains two arbitrary functions.
Linear & nonlinear PDEs
An equation is called linear if in Eq. (2.1), is a linear function of the unknown function and its derivatives. For example, the equation for ,
is a linear equation, while the equation,
is a nonlinear equation. Nonlinear equations are often further classified according to the type of the nonlinearity. The following two PDEs are both nonlinear:
While Eq. (2.7) is nonlinear, it is said to be linear as a function of the highest-order derivative. Such a nonlinearity is called quasilinear. In Eq. (2.6), the nonlinearity is only in the unknown function, . Such equations are often called semilinear.
Systems of equations
A single PDE with just one unknown function is called a scalar equation. In contrast, a set of equations with unknown functions is called a system of equations (like, for example, Eqs. (2.16) defined below).
Examples in mathematical modelling
Before we start our discussion of solution techniques for PDEs, we give a short list of examples which occur in physical applications.
Equations representing transport phenomena can take the forms:
Such equations can be used to model a substance (mass or energy) flowing in a region of space. Both equations in (2.8) are first-order and linear.
The nonlinear transport equation or shock-wave equation is:
Such equations play a crucial role in the modelling of gas dynamics, traffic flow, chromatography and chemical reactions (see also Subsec. 2.2.4). Equation (2.9) is also known as the Riemann equation or the (inviscid) Burgers' equation.
The one-dimensional wave equation is given by:
where is a constant. Equation (2.10) may be used to describe sound waves in a pipe or vibrations of a string. The two-dimensional version is expressed as follows,
The diffusion equation
is a conservation equation used to model heat or mass transfer. Equation (2.12) is the version of the diffusion equation and it is second-order and linear. The version is given by:
In the absence of temporal effects, i.e when , Eq. (2.13) reduces to Laplace's equation,
whose solutions are described by harmonic functions.
The Shrödinger equation is a linear PDE:
where is the complex wave function.
As a final example, consider the Navier-Stokes equations for a vector where are the and - components of the vector. You will be introduced to these PDEs in Fluid Mechanics II. The Navier-Stokes equations are Newton's second law of motion for a fluid, based on the conservation of momentum. The equations are given by:
where models external forces. Equation (2.16) is considered a system of PDEs since is a vector and they are used to model the motion of a Newtonian fluid. Note that we have 4 unknown quantities in (2.16): these are the 3 scalar velocities (i.e. and ) and the pressure, . We therefore need an additional equation: this is given by the continuity equation. In the case of an incompressible fluid, i.e. the density, is constant, the continuity equation takes the form:
Prerequisites
To understand PDEs, we need to know all the basic facts about partial derivatives and multiple integrals. These include use of the chain rule, directional derivatives, change of variables in a double integral, Green's theorem and the divergence theorem for the integrals of derivatives. Further, knowledge of Fourier series expansions is needed for the solution of some linear PDES. It is useful to keep the following in mind when dealing with PDEs:
- We assume that all derivatives exist and are continuous. Hence, mixed derivatives are equal, e.g. .
- Derivatives are local. To calculate the derivative at , we just need to know the values of for near since the derivative is given by the limit . Finally, in solving certain classes of PDEs, we often reduce them to ODEs. A review of ODEs covered in Year I Mathematics is recommended prior to studying PDEs.