Partial Differential Equation
Partial Differential Equation
A differential equation that contains at least one partial derivative.

See also
Key Formula
F(x1,x2,…,xn,u,∂x1∂u,∂x2∂u,…,∂x12∂2u,…)=0
Where:
- x1,x2,…,xn = Independent variables (e.g., position, time)
- u = Unknown function of the independent variables
- ∂xi∂u = Partial derivatives of u with respect to each independent variable
- F = A given relationship that the function and its partial derivatives must satisfy
Worked Example
Problem: Verify that the function u(x, t) = sin(x) · e^(−t) satisfies the partial differential equation ∂u/∂t = ∂²u/∂x².
Step 1: Write down the given function.
u(x,t)=sin(x)e−t
Step 2: Compute the partial derivative of u with respect to t, treating x as a constant.
∂t∂u=sin(x)⋅(−e−t)=−sin(x)e−t
Step 3: Compute the first partial derivative of u with respect to x, treating t as a constant.
∂x∂u=cos(x)e−t
Step 4: Compute the second partial derivative of u with respect to x.
∂x2∂2u=−sin(x)e−t
Step 5: Compare the two results. Both sides of the PDE are equal.
∂t∂u=−sin(x)e−t=∂x2∂2u
Answer: Since ∂u/∂t equals ∂²u/∂x², the function u(x, t) = sin(x) · e^(−t) is indeed a solution to the heat equation ∂u/∂t = ∂²u/∂x².
Frequently Asked Questions
What is the difference between a partial differential equation and an ordinary differential equation?
An ordinary differential equation (ODE) involves a function of one independent variable and its ordinary derivatives. A partial differential equation (PDE) involves a function of two or more independent variables and its partial derivatives. For example, dy/dx = 2x is an ODE (one variable x), while ∂u/∂t = ∂²u/∂x² is a PDE (two variables x and t).
What are the most common types of partial differential equations?
The three classical types are the heat equation (∂u/∂t = k ∂²u/∂x², modeling diffusion), the wave equation (∂²u/∂t² = c² ∂²u/∂x², modeling vibrations and waves), and Laplace's equation (∂²u/∂x² + ∂²u/∂y² = 0, modeling steady-state systems). These represent the three fundamental categories of second-order linear PDEs: parabolic, hyperbolic, and elliptic.
Partial Differential Equation (PDE) vs. Ordinary Differential Equation (ODE)
An ODE contains derivatives with respect to a single independent variable, such as dy/dx + y = 0. A PDE contains partial derivatives with respect to two or more independent variables, such as ∂u/∂t + ∂u/∂x = 0. ODEs typically have solutions that are curves (functions of one variable), while PDE solutions are surfaces or higher-dimensional objects (functions of multiple variables). PDEs generally require boundary conditions in addition to initial conditions, making them significantly harder to solve.
Why It Matters
Partial differential equations are the mathematical language of physics and engineering. They describe heat conduction, fluid flow, electromagnetic fields, quantum mechanics, and the propagation of sound and light. Nearly every physical system that varies across both space and time is modeled by a PDE, making them one of the most widely applied areas of mathematics.
Common Mistakes
Mistake: Confusing partial derivatives with ordinary derivatives when a function has multiple variables.
Correction: When differentiating u(x, t) with respect to t, you must hold x constant and use the partial derivative symbol ∂, not d. Writing du/dt when you mean ∂u/∂t changes the mathematical meaning entirely.
Mistake: Thinking a PDE has a single solution like many ODEs do.
Correction: PDEs generally have infinitely many solutions. To determine a unique solution, you need boundary conditions and/or initial conditions. The PDE alone only describes the relationship; the conditions pin down which specific solution applies to your problem.
Related Terms
- Differential Equation — Broad category that includes both PDEs and ODEs
- Partial Derivative — The fundamental operation that appears in PDEs
- Ordinary Differential Equation — Differential equations with a single independent variable
- Derivative — Core calculus concept underlying all differential equations
- Boundary Conditions — Constraints needed to find unique PDE solutions
- Function — The unknown quantity solved for in a PDE
