Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to computing page for the fourth course APMA0360
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to Mathematica tutorial for the fourth course APMA0360
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Return to the main page for the course APMA0360
Introduction to Linear Algebra with Mathematica
Glossary
Preface
This section presents basic terminology associated with partial differential equations (PDEs for short) and then describes how PDEs are clasifed.
Terminology
Suppose u is a funcction of the spacial variable x and time t so that u = u(x, t). Recall tha the partial derivative of u with respect to x is defined as
Classification
Suppose that PDE \eqref{EqTerm.1} is linear. It can be classified further as follows. The equation is said to be parabolic if B² −4AC = 0. Heat flow and diffusion problems are typically described by parabolic forms. Hyperbolic forms equations for whuch B² −4AC > 0. Common eqiations of this type are associated with vibrating system and wave motion. Finally, when B² −4AC < 0, the equation is elliptic. Equations of this type typically represent steady-state (time independent) phenomena.
PDE | Order | Linearity |
---|---|---|
uxuy + 3 ux = u | 1st | nonlinear |
uxx + u ux = x | 2nd | quasilinear |
x ux + y uy = u² + x² | 1st | quasilinear |
x ux + y uy = 1 + x² | 1st | linear |
uxx + uyy = sin(x + y) | 2nd | linear |
u uxx + y uyy = 0 | 2nd | nonlinear |
x uxx + u uy = 0 | 2nd | quasilinear |
If any of the coefficients A, B or C are functions of x or y, classification of Eq.\eqref{EqTerm.1} as parabolic, elliptic, or hyperbolic may be a function of location in the xy-plane. For instance, consider the PDE
When the dependent variable u is a function of two independent variables, as indicated in Eq.\eqref{EqTerm.1}, there are three common types of PDEs. The Laplace equation uxx + uyy = 0 is elliptic on the entire xy-plane. The heat or diffusion equation ut − αuxx = 0, where the independent variable t represents time and x represents spacial variable. The heat equation is parabolic on th entire tx-plane when thermal diffusivity α is a positive constant. The wave equation utt − c²uxx = 0 is hyperbolic on the entire tx-plane. Here the dependent variable u represents the displacement or wave height as a function of time t and location x.
It can be shown that with a smooth, nonsingular change of variables, the sign of the discriminant B² − 4 AC remains teh same. Therefore, it is possible to make a change of coordinates in such a way that the elliptic PDE is transforms to a Laplace equation, a parabolic PDE is transformed to the heat equation. and a hyperbolic equation is transformed to the wave equation. Hence, the Laplace, heat, and wave equations are referred to as the canonical form in their representative category.
The following list gives examples of PDEs that are common to physical applications.
- One-dimensional wave equation: utt − c²uxx = 0, where u(x, t) represents the displacement of vibrating string from its equilibrium or initial position, and c is the speed of the wave.
- Two-dimensional wave equation: utt = c²(uxx + uyy), where u(x, y, t) represents the displacement of vibrating membrane from its equilibrium or initial position, and c is the speed of the wave.
- One-dimensional heat or diffusion equation: ut = α uxx, where u(x, t) represents the temperature of a solid body as a function of time t and spacial variable x, and α is the thermal diffusivity.
- Two-dimensional (2D) heat equation: ut = α (uxx + uyy) = α ∇²u, where u(x, t) represents the temperature of a solid body, and ∇² is the Laplace operator.
- One-dimensional convective-diffusion equation: θt = α θxx −uθx −vθy, where the dependent variable θ(x, y, t) may be temperature or perhaps a concentration of a given chemical in a fluid, u(x, y, t) is the velocity of the fluid in the x direction, v(x, y, t) is the velocity of the fluid in the y direction,and α is a diffusion coefficient.
- Two-dimensional convective-diffusion equation: θt = α (θxx + θyy) −uθy, where the dependent variable θ(x, t) may be temperature or perhaps a concentration of a given chemical in a fluid, u(t) is the velocity of the fluid, and α is a diffusion coefficient.
- The Schrödinger equation (1926) for a single particle moving in three dimensional space: jℏ Ψt = Ĥ Ψ, where the Hamiltonian operator for a particle of mass m is \( \hat{H} = \frac{1}{2m} \left( \hat{p}_x^2 + \hat{p}_y^2 + \hat{p}_z^2 \right) + V, \quad \) where j is the imaginary unit vector on the complex plane ℂ so j² = −1, ℏ is reduced Planck’s constant, \( \hat{p}_x = -{\bf j}\,\hbar\,\partial_x \) is the momentum operator in x direction, V is the potential energy of the particle (a function of x, y, z, and t), and Ψ is a wave function.
- Two-dimensional Laplace's equation: ∇²u ≡ uxx + uyy = 0, where u(x, y) nay be a stationary temperature of a solid plate.
- Two-dimensional Poisson's equation: ∇²u ≡ uxx + uyy = f(x, y), where u(x, y) may be an electrostatic field property.
- One dimensional Berger's equation: ut + uux = 0, where u(x, t) is the velocity of a stream of particles or fluid flow with zero viscosity.