You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

Partial Differential Equations (PDEs) are equations involving functions of multiple variables and their partial derivatives. They're crucial for modeling complex physical phenomena in science and engineering. This section focuses on classifying PDEs based on their , , and coefficients.

Understanding PDE classification is essential for choosing appropriate solution methods. We'll explore , , and PDEs, which model steady-state, diffusion, and wave propagation problems respectively. This knowledge forms the foundation for solving real-world problems using PDEs.

Classifying PDEs

Order, Linearity, and Coefficients

Top images from around the web for Order, Linearity, and Coefficients
Top images from around the web for Order, Linearity, and Coefficients
  • The order of a PDE is determined by the highest order partial derivative present in the equation
    • First-order PDEs contain only first-order partial derivatives (u_x, u_y, u_t)
    • Second-order PDEs contain second-order partial derivatives (u_xx, u_xy, u_yy, u_tt)
  • A PDE is linear if the dependent variable and its derivatives appear only in the first degree and are not multiplied together
    • Linear PDE example: uxx+uyy=0u_xx + u_yy = 0 ()
    • Nonlinear PDE example: ux2+uy2=1u_x^2 + u_y^2 = 1 (Eikonal equation)
  • The coefficients of a PDE can be constant, variable (depending on the independent variables), or functions of the dependent variable
    • Constant coefficients example: uxx+uyy=0u_xx + u_yy = 0 (Laplace's equation)
    • Variable coefficients example: xuxx+yuyy=0xu_xx + yu_yy = 0 (Euler-Poisson-Darboux equation)
  • The classification of a PDE as linear or nonlinear, and the nature of its coefficients, determine the appropriate solution techniques and the complexity of the problem
    • Linear PDEs with constant coefficients are generally easier to solve than nonlinear PDEs or PDEs with variable coefficients
    • Techniques such as , Fourier series, and Laplace transforms are more applicable to linear PDEs with constant coefficients

Canonical Forms and Characteristics

  • The canonical form of a second-order linear PDE is Auxx+2Buxy+Cuyy+Dux+Euy+Fu=GAu_xx + 2Bu_xy + Cu_yy + Du_x + Eu_y + Fu = G, where AA, BB, CC, DD, EE, FF, and GG are functions of xx and yy
    • The coefficients AA, BB, and CC determine the classification of the PDE as elliptic, parabolic, or hyperbolic
    • The discriminant Δ=B2AC\Delta = B^2 - AC is used to classify the PDE
  • The characteristics of a PDE are curves or surfaces along which the PDE reduces to an ordinary differential equation (ODE)
    • Characteristics are important in the study of hyperbolic PDEs and the
    • The characteristic curves of a first-order PDE a(x,y)ux+b(x,y)uy=c(x,y)a(x, y)u_x + b(x, y)u_y = c(x, y) are given by dy/dx=b(x,y)/a(x,y)dy/dx = b(x, y)/a(x, y)

Elliptic, Parabolic, and Hyperbolic PDEs

Elliptic PDEs

  • Elliptic PDEs have the general form Auxx+2Buxy+Cuyy+lower order terms=0Au_xx + 2Bu_xy + Cu_yy + \text{lower order terms} = 0, where B2AC<0B^2 - AC < 0
    • They model steady-state or equilibrium problems, such as potential theory and elasticity
    • Examples include Laplace's equation (uxx+uyy=0u_xx + u_yy = 0) and Poisson's equation (uxx+uyy=f(x,y)u_xx + u_yy = f(x, y))
  • Elliptic PDEs require on a closed domain
    • Dirichlet boundary conditions specify the value of the dependent variable on the boundary
    • Neumann boundary conditions specify the normal derivative of the dependent variable on the boundary
  • Elliptic PDEs do not involve time derivatives and describe phenomena that have reached equilibrium or steady-state

Parabolic PDEs

  • Parabolic PDEs have the general form Auxx+2Buxy+Cuyy+lower order terms=utAu_xx + 2Bu_xy + Cu_yy + \text{lower order terms} = u_t, where B2AC=0B^2 - AC = 0
    • They model time-dependent diffusion processes, such as heat conduction and mass transfer
    • The most common example is the (utα2uxx=0u_t - \alpha^2u_xx = 0)
  • Parabolic PDEs require (specifying the dependent variable at t=0t = 0) and boundary conditions (specifying the dependent variable or its normal derivative on the spatial boundary)
    • Initial conditions describe the state of the system at the beginning of the diffusion process
    • Boundary conditions describe the interaction of the system with its surroundings
  • Parabolic PDEs involve first-order time derivatives and second-order spatial derivatives, describing the evolution of diffusive processes over time

Hyperbolic PDEs

  • Hyperbolic PDEs have the general form Auxx+2Buxy+Cuyy+lower order terms=uttAu_xx + 2Bu_xy + Cu_yy + \text{lower order terms} = u_tt, where B2AC>0B^2 - AC > 0
    • They model wave propagation and vibration problems, such as acoustics and electromagnetic waves
    • The most common example is the (uttc2uxx=0u_tt - c^2u_xx = 0)
  • Hyperbolic PDEs require initial conditions (specifying the dependent variable and its time derivative at t=0t = 0) and boundary conditions (specifying the dependent variable or its normal derivative on the spatial boundary)
    • Initial conditions describe the initial displacement and velocity of the wave
    • Boundary conditions describe the interaction of the wave with its surroundings (reflection, absorption, or transmission)
  • Hyperbolic PDEs involve second-order time derivatives and second-order spatial derivatives, describing the propagation of waves through a medium

Physical Phenomena Modeled by PDEs

Elliptic PDEs: Steady-State and Equilibrium Problems

  • Electrostatics: Laplace's equation (2ϕ=0\nabla^2\phi = 0) and Poisson's equation (2ϕ=ρ/ε0\nabla^2\phi = -\rho/\varepsilon_0) describe the electric potential ϕ\phi in a charge-free region and a region with charge density ρ\rho, respectively
    • Laplace's equation models the electric potential in a region without charges
    • Poisson's equation models the electric potential in a region with a given charge distribution
  • Magnetostatics: Poisson's equation (2A=μ0J\nabla^2\mathbf{A} = -\mu_0\mathbf{J}) describes the magnetic vector potential A\mathbf{A} in a region with current density J\mathbf{J}
    • The magnetic field B\mathbf{B} is related to the vector potential by B=×A\mathbf{B} = \nabla \times \mathbf{A}
  • Elasticity: Navier's equations (μ2u+(λ+μ)(u)+f=0\mu\nabla^2\mathbf{u} + (\lambda + \mu)\nabla(\nabla \cdot \mathbf{u}) + \mathbf{f} = 0) describe the displacement field u\mathbf{u} in an elastic solid under body forces f\mathbf{f}, where λ\lambda and μ\mu are Lamé constants
    • Navier's equations model the deformation of elastic materials under applied forces
    • The equations are derived from the balance of linear momentum and Hooke's law

Parabolic PDEs: Time-Dependent Diffusion Processes

  • Heat conduction: The heat equation (Ttα2T=Q\frac{\partial T}{\partial t} - \alpha\nabla^2T = Q) describes the temperature distribution TT in a medium with thermal diffusivity α\alpha and heat source QQ
    • The heat equation models the diffusion of heat in a material over time
    • The thermal diffusivity α\alpha is related to the thermal conductivity kk, density ρ\rho, and specific heat capacity cpc_p by α=k/(ρcp)\alpha = k/(\rho c_p)
  • Mass transfer: The diffusion equation (ctD2c=R\frac{\partial c}{\partial t} - D\nabla^2c = R) describes the concentration cc of a species in a medium with diffusion coefficient DD and reaction rate RR
    • The diffusion equation models the transport of mass due to concentration gradients
    • The reaction rate RR accounts for the generation or consumption of the species due to chemical reactions
  • Groundwater flow: Darcy's law (q=Kh\mathbf{q} = -K\nabla h) and the continuity equation (q=Sht\nabla \cdot \mathbf{q} = -S\frac{\partial h}{\partial t}) combine to form the groundwater flow equation (Sht(Kh)=0S\frac{\partial h}{\partial t} - \nabla \cdot (K\nabla h) = 0), which describes the hydraulic head hh in an aquifer with hydraulic conductivity KK and specific storage SS
    • The groundwater flow equation models the movement of water in porous media, such as aquifers
    • The hydraulic head hh is the sum of the pressure head and the elevation head, and it drives the flow of groundwater

Hyperbolic PDEs: Wave Propagation and Vibration Problems

  • Acoustics: The wave equation (2pt2c22p=0\frac{\partial^2p}{\partial t^2} - c^2\nabla^2p = 0) describes the acoustic pressure pp in a medium with sound speed cc
    • The wave equation models the propagation of sound waves in fluids and gases
    • The sound speed cc is related to the bulk modulus KK and density ρ\rho of the medium by c=K/ρc = \sqrt{K/\rho}
  • Electromagnetic waves: Maxwell's equations (×E=Bt\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}, ×H=J+Dt\nabla \times \mathbf{H} = \mathbf{J} + \frac{\partial \mathbf{D}}{\partial t}, D=ρ\nabla \cdot \mathbf{D} = \rho, B=0\nabla \cdot \mathbf{B} = 0) describe the electric field E\mathbf{E}, magnetic field B\mathbf{B}, electric displacement D\mathbf{D}, and magnetic field intensity H\mathbf{H} in a medium with current density J\mathbf{J} and charge density ρ\rho
    • Maxwell's equations model the propagation of electromagnetic waves, such as light and radio waves
    • In a vacuum, the equations reduce to the wave equation for the electric and magnetic fields
  • Elastic waves: Lamé's equations (ρ2ut2=(λ+μ)(u)+μ2u+f\rho\frac{\partial^2\mathbf{u}}{\partial t^2} = (\lambda + \mu)\nabla(\nabla \cdot \mathbf{u}) + \mu\nabla^2\mathbf{u} + \mathbf{f}) describe the displacement field u\mathbf{u} in an elastic solid with density ρ\rho, Lamé constants λ\lambda and μ\mu, and body forces f\mathbf{f}
    • Lamé's equations model the propagation of elastic waves, such as seismic waves and ultrasonic waves, in solid materials
    • The equations account for both longitudinal (P) waves and transverse (S) waves, which propagate at different speeds depending on the elastic properties of the material

Solution Techniques for PDEs

Elliptic PDEs: Steady-State Solution Methods

  • Separation of variables: Assumes the solution can be written as a product of functions, each depending on only one variable
    • Applicable to linear PDEs with homogeneous boundary conditions
    • Leads to a set of ordinary differential equations (ODEs) that can be solved analytically or numerically
  • Eigenfunction expansions: Expresses the solution as an infinite series of eigenfunctions, which are determined by the boundary conditions
    • Applicable to linear PDEs with homogeneous boundary conditions
    • The eigenfunctions form a complete orthonormal basis for the
  • Green's functions: Represents the solution as an integral of the product of the Green's function and the source term or boundary conditions
    • Applicable to linear PDEs with inhomogeneous boundary conditions or source terms
    • The Green's function is the fundamental solution of the PDE and satisfies the homogeneous boundary conditions
  • Numerical methods: Discretize the domain and approximate the solution using techniques such as finite differences, finite elements, or spectral methods
    • Applicable to both linear and nonlinear PDEs, with various boundary conditions
    • The accuracy and efficiency of the solution depend on the choice of discretization scheme and the resolution of the mesh

Parabolic PDEs: Time-Dependent Solution Methods

  • Separation of variables: Assumes the solution can be written as a product of a spatial function and a temporal function
    • Applicable to linear PDEs with homogeneous boundary conditions and simple initial conditions
    • Leads to an eigenvalue problem for the spatial function and an ODE for the temporal function
  • Fourier series: Expresses the solution as an infinite series of sinusoidal functions, which are determined by the initial and boundary conditions
    • Applicable to linear PDEs with homogeneous boundary conditions and periodic or semi-infinite domains
    • The Fourier coefficients are determined by the initial condition using Fourier analysis
  • Laplace transforms: Converts the PDE into an ordinary differential equation (ODE) in the transform domain, which is then solved and inverted back to the time domain
    • Applicable to linear PDEs with constant coefficients and simple initial and boundary conditions
    • The Laplace transform simplifies the time derivative and reduces the PDE to an ODE
  • Numerical methods: Discretize the domain in both space and time, and approximate the solution using techniques such as finite differences, finite elements, or spectral methods
    • Applicable to both linear and nonlinear PDEs, with various initial and boundary conditions
    • The accuracy and stability of the solution depend on the choice of discretization scheme, the resolution of the mesh, and the time step size

Hyperbolic PDEs: Wave Propagation Solution Methods

  • Method of characteristics: Transforms the PDE into a system of ODEs along characteristic curves, which represent the paths of wave propagation
    • Applicable to first-order hyperbolic PDEs and systems of hyperbolic conservation laws
    • The characteristic curves are determined by the coefficients of the PDE and the initial conditions
  • D'Alembert's formula: Expresses the solution as a sum of two traveling waves, each depending on a characteristic variable
    • Applicable to the one-dimensional wave equation with homogeneous boundary conditions and simple initial conditions
    • The solution is determined by the initial displacement and velocity of the wave
  • Fourier series: Expresses the solution as an infinite series of sinusoidal functions, which are determined by the initial and boundary conditions
    • Applicable to linear PDEs with homogeneous boundary conditions and periodic or semi-infinite domains
    • The Fourier coefficients are determined by the initial conditions using Fourier analysis
  • Numerical methods: Discretize the domain in both space and time, and approximate the solution using techniques such as finite differences, finite volumes, or discontinuous Galerkin methods
    • Applicable to both linear and nonlinear PDEs, with various initial and boundary conditions
    • The accuracy and stability of the solution depend on the choice of discretization scheme, the resolution of the mesh, and the time step size, as well as the proper treatment of shocks and discontinuities
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary