RemNote Community
Community

Introduction to Partial Differential Equations

Learn the definition, classification, and common solution techniques for partial differential equations.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz

Quick Practice

What does a partial differential equation (PDE) relate?
1 of 25

Summary

Introduction to Partial Differential Equations Partial differential equations (PDEs) are equations that relate unknown functions of multiple variables to their partial derivatives. They form the mathematical foundation for describing nearly every physical phenomenon that varies across both space and time. While ordinary differential equations handle systems that depend on a single variable, PDEs are essential for modeling systems where behavior changes in multiple directions simultaneously—such as how temperature spreads through a rod, how sound waves propagate through air, or how electric fields distribute around charges. What Is a Partial Differential Equation? A partial differential equation is an equation involving an unknown function $u = u(x1, x2, \ldots, xn)$ that depends on multiple variables, along with its partial derivatives. The general form is written as: $$F\left(x1, \ldots, xn, u, u{x1}, u{x2}, \ldots, u{x1x2}, \ldots\right) = 0$$ Here, the notation matters: $u{xi}$ represents the first-order partial derivative $\frac{\partial u}{\partial xi}$ $u{xi xj}$ represents the second-order partial derivative $\frac{\partial^2 u}{\partial xi \partial xj}$ For example, if $u = u(x, t)$ is the temperature in a rod as a function of position $x$ and time $t$, then $ut$ is how temperature changes with time at a fixed location, and $u{xx}$ is how the spatial curvature of temperature varies. Why PDEs Matter: Physical Relevance PDEs are not just abstract mathematical objects—they are the language of nature. Most real-world systems depend on multiple variables simultaneously. The laws governing heat flow, wave propagation, fluid motion, electromagnetism, and quantum mechanics are naturally expressed as partial differential equations. When we solve a PDE, we gain two types of valuable information: Time Evolution: We can predict how a system changes from an initial state over time, which is crucial for forecasting weather, designing thermal systems, or understanding wave dynamics. Steady States: Solutions also describe equilibrium configurations where the system no longer changes—such as the stable temperature distribution in a heated object or the electric potential around a charge distribution. Canonical Examples: The PDEs You Must Know The Heat Equation The heat equation is one of the simplest and most important PDEs: $$ut = k \, u{xx}$$ Here, $u(x,t)$ represents temperature, $ut$ is how temperature changes over time, and $u{xx}$ is the second spatial derivative (measuring how curved the temperature profile is). The constant $k$ is the thermal diffusivity of the material—higher $k$ means heat spreads faster. This equation describes diffusion, and it appears whenever something spreads through a medium: heat through a rod, chemicals through water, or disease through a population. A key property of heat diffusion is that sharp variations smooth out immediately—there are no jumps or sudden changes. The Wave Equation The wave equation describes systems that oscillate: $$u{tt} = c^2 \, u{xx}$$ Here, $u(x,t)$ might represent the displacement of a vibrating string or the amplitude of a sound wave, $u{tt}$ is the acceleration (second derivative in time), and $u{xx}$ is again the spatial curvature. The constant $c$ is the wave speed—how fast disturbances propagate through the medium. Unlike the heat equation, waves maintain their structure as they travel. A sharp peak or discontinuity in the initial condition will persist as it moves, which is fundamentally different from diffusive behavior. Laplace's Equation Laplace's equation in two dimensions is: $$u{xx} + u{yy} = 0$$ This equation appears whenever we're looking for a steady-state potential that satisfies certain constraints. It governs electrostatic potential (how voltage distributes in a region), gravitational potential, and the velocity potential for incompressible fluid flow. The key insight is that Laplace's equation has no time dependence and no forcing. The solution adapts smoothly to whatever boundary conditions we impose, with no preferred direction in space. Poisson's Equation Poisson's equation generalizes Laplace's equation by adding a source term: $$u{xx} + u{yy} = f(x,y)$$ The function $f(x,y)$ represents something creating or destroying the quantity we're measuring—like a heat source in a room, or a charge density creating an electric field. When $f = 0$ everywhere, Poisson's equation reduces to Laplace's equation. Classification of Second-Order Linear PDEs Here's a crucial skill: determining what type of PDE you're dealing with tells you which solution methods will work and what qualitative behavior to expect. For a general second-order linear PDE in two variables: $$A \, u{xx} + B \, u{xy} + C \, u{yy} + \text{(lower order terms)} = 0$$ where $A$, $B$, and $C$ are constants, the discriminant $\Delta = B^2 - AC$ determines everything. Elliptic Type: $B^2 - AC < 0$ When the discriminant is negative, the equation is elliptic. Characteristic behavior: Elliptic equations produce smooth, well-behaved solutions Real-world meaning: No time evolution; instead, these describe equilibrium or steady-state situations Examples: Laplace's equation and Poisson's equation are elliptic Solution approach: Typically solved as boundary-value problems, where you specify the solution values on all boundaries of your domain and solve for the interior Parabolic Type: $B^2 - AC = 0$ When the discriminant equals zero, the equation is parabolic. Characteristic behavior: Parabolic equations describe evolution processes that smooth out over time Real-world meaning: Information and irregularities diffuse away; sharp features become blurred Examples: The heat equation is parabolic Solution approach: Solved as initial-value problems or initial-boundary-value problems, where you specify initial conditions at $t=0$ and boundary conditions, then evolve forward in time Hyperbolic Type: $B^2 - AC > 0$ When the discriminant is positive, the equation is hyperbolic. Characteristic behavior: Hyperbolic equations exhibit wave-like propagation with a finite speed of information Real-world meaning: Disturbances travel at a definite speed; sharp features are preserved as they move Examples: The wave equation is hyperbolic Solution approach: Solved as initial-value problems or initial-boundary-value problems, but the finite propagation speed means information only reaches certain regions The classification is more than academic—it tells you fundamentally different things about how solutions behave, which methods to apply, and what boundary/initial conditions you need to specify. Common Analytic Solution Techniques When you solve a PDE, you typically use one of several classical techniques. The type of equation often suggests which method is appropriate. Separation of Variables Separation of variables is a powerful technique that works for many problems, especially those with simple geometric domains and compatible boundary conditions. The key idea: assume the solution has a product form $$u(x,t) = X(x) \cdot T(t)$$ When you substitute this assumed form into the PDE, the partial derivatives become ordinary derivatives. The magic happens when you can rearrange the resulting equation so that one side depends only on $x$ and the other only on $t$. This forces both sides to equal the same constant, splitting your single PDE into two ordinary differential equations—one for $X(x)$ and one for $T(t)$. Since ordinary differential equations are much easier to solve than PDEs, this technique can quickly reduce a hard problem to a manageable one. Fourier Series and Fourier Transforms Fourier methods are invaluable when solutions can be expressed as combinations of sines, cosines, or complex exponentials. Fourier series work well for problems on finite domains with periodic boundary conditions or endpoints Fourier transforms extend this to infinite domains, converting spatial derivatives into algebraic operations These methods are particularly effective for linear PDEs on regular domains because the resulting equations often decouple—each frequency component evolves independently. Method of Characteristics The method of characteristics applies specifically to first-order PDEs. The core concept: instead of solving the PDE in the $(x,t)$ plane directly, you find special curves called characteristic curves along which the PDE reduces to an ordinary differential equation. Along these curves, the solution remains constant. By finding all the characteristic curves and understanding how they fill the domain, you can reconstruct the full solution. This method is particularly elegant because it reveals the geometric structure of how information propagates through the system. Numerical Discretization When analytic solutions don't exist or are too complicated to find, numerical methods approximate the solution on a grid. Finite difference methods approximate partial derivatives using values at nearby grid points Finite element methods divide the domain into small elements and approximate the solution on each one Both approaches convert the PDE into a large system of algebraic equations that computers can solve efficiently. While numerical solutions are approximations rather than exact solutions, they provide insight when closed-form answers are unavailable. Why Classification Matters: Choosing Your Method The classification into elliptic, parabolic, or hyperbolic is not merely a naming convention—it's a practical guide for solving problems. Elliptic equations (like Laplace's equation) are typically solved with boundary-value problem techniques. You specify values on the entire boundary and solve for the interior. Parabolic equations (like the heat equation) require initial conditions and evolve forward in time. They naturally handle initial-value problems where you know the starting state and want to predict the future. Hyperbolic equations (like the wave equation) also evolve in time but propagate information at finite speeds. This means the solution at a point only depends on initial conditions in a limited region upstream. Recognizing which type you're facing immediately suggests whether you should look for a steady-state solution, set up a time-stepping scheme, or apply separation of variables. This classification strategy is one of the most useful tools in your PDE toolkit.
Flashcards
What does a partial differential equation (PDE) relate?
An unknown multivariable function and its partial derivatives.
In the general form $F(x1, \dots, xn, u, u{x1}, u{x2}, \dots) = 0$, what does the notation $u{xi}$ represent?
The first-order partial derivative $\frac{\partial u}{\partial xi}$.
In the general form $F(x1, \dots, xn, u, u{x1}, u{x2}, u{xi xj}, \dots) = 0$, what does the notation $u{xi xj}$ represent?
The second-order partial derivative $\frac{\partial^2 u}{\partial xi \partial xj}$.
What are the two primary predictive functions of solving a partial differential equation?
Predicting how a system evolves over time Describing possible steady-state configurations
What is the standard form of the heat (diffusion) equation?
$ut = k u{xx}$ (where $ut$ is the time derivative of temperature).
In the heat equation $ut = k u{xx}$, what does the constant $k$ represent?
Thermal diffusivity.
What is the standard form of the wave equation?
$u{tt} = c^2 u{xx}$.
In the wave equation $u{tt} = c^2 u{xx}$, what does the constant $c$ represent?
Wave propagation speed.
What is the form of Laplace’s equation in two dimensions?
$u{xx} + u{yy} = 0$.
How is Poisson’s equation expressed as a generalization of Laplace’s equation?
$u{xx} + u{yy} = f(x, y)$.
In Poisson's equation $u{xx} + u{yy} = f(x, y)$, what does $f(x, y)$ represent?
A source or forcing term.
What specific formula determines the classification type of a second-order linear equation $A u{xx} + B u{xy} + C u{yy} + \dots = 0$?
The discriminant $B^2 - AC$.
What condition on the discriminant $B^2 - AC$ defines an elliptic equation?
$B^2 - AC < 0$.
What condition on the discriminant $B^2 - AC$ defines a parabolic equation?
$B^2 - AC = 0$.
What condition on the discriminant $B^2 - AC$ defines a hyperbolic equation?
$B^2 - AC > 0$.
What physical processes are typically described by parabolic equations?
Diffusive processes that smooth out over time.
What behavior is characteristic of hyperbolic equations?
Wave-like behavior with finite propagation speed.
What product form is assumed when using the separation of variables technique for $u(x, t)$?
$u(x, t) = X(x) T(t)$.
How does the separation of variables method simplify a partial differential equation?
It separates the PDE into ordinary differential equations (ODEs).
In what terms do Fourier methods expand a partial differential equation solution?
Sines, cosines, or complex exponentials.
For which types of problem domains are Fourier methods especially useful?
Infinite domains Periodic domains Semi-infinite domains
To which specific class of partial differential equations is the method of characteristics applied?
First-order partial differential equations.
How does the method of characteristics convert a partial differential equation into ODEs?
By defining characteristic curves along which the solution remains constant.
What are the two primary techniques used to approximate derivatives on a grid?
Finite differences Finite elements
What type of mathematical system is produced by discretizing a partial differential equation for computer solution?
Algebraic equations.

Quiz

What is the standard form of the heat (diffusion) equation?
1 of 7
Key Concepts
Types of PDEs
Partial differential equation
Heat equation
Wave equation
Laplace’s equation
Poisson’s equation
Elliptic partial differential equation
Parabolic partial differential equation
Hyperbolic partial differential equation
Solution Techniques
Separation of variables
Method of characteristics