partial differential equations
PDE Boundary Value Problems
You should know: sturm liouville theory, fourier series
Overview
Boundary value problems (BVPs) for PDEs ask: find a function u satisfying a PDE on a domain Ω together with conditions on the boundary ∂Ω (Dirichlet: prescribe u; Neumann: prescribe ∂u/∂n; Robin: prescribe a linear combination). The three classical linear second-order PDEs — the heat equation, wave equation, and Laplace equation — represent parabolic, hyperbolic, and elliptic types respectively. The method of separation of variables reduces each to a Sturm–Liouville eigenvalue problem, and the solution is an eigenfunction expansion (Fourier series or its generalization).
Intuition
The key insight of separation of variables: assume u(x,t) = X(x)T(t). The PDE splits into two ODEs — one for X (a Sturm–Liouville problem with BCs giving discrete eigenvalues), one for T (a simple ODE solved by exponentials or trig functions). The general solution is a superposition (series) of these separated solutions. The initial condition determines the coefficients via orthogonality — exactly the Fourier series idea. For Laplace's equation, the eigenfunctions in one direction determine growth/decay in the other direction.
Formal Definition
The three classical PDEs and their standard BVPs:
Worked Examples
Separate: u = X(x)T(t). Then T′/T = X″/X = −λ. BCs give X(0)=X(π)=0.
Eigenvalues λₙ=n², eigenfunctions Xₙ=sin(nx). Each Tₙ satisfies T′=−n²T, giving Tₙ=e^{−n²t}.
General solution: u(x,t) = ∑ cₙ sin(nx) e^{−n²t}. Apply IC: u(x,0) = ∑ cₙ sin(nx) = sin(x)+sin(3x)/2.
By orthogonality: c₁=1, c₃=1/2, all other cₙ=0.
Answer: u(x,t) = sin(x)e^{−t} + (1/2)sin(3x)e^{−9t}.
Practice Problems
Solve the wave equation u_{tt} = u_{xx} on [0,π] with u(0,t)=u(π,t)=0, u(x,0)=sin(2x), u_t(x,0)=0.
State the maximum principle for the Laplace equation and explain its physical meaning.
What are the three types of linear second-order PDE (elliptic, parabolic, hyperbolic) and give one example of each?
Common Mistakes
Separation of variables always works for any PDE.
Separation of variables works for linear PDEs with separable geometry and coefficients; nonlinear PDEs or irregular domains generally require other methods.
All BVPs for PDEs have unique solutions.
Existence and uniqueness depend on the type of PDE, boundary conditions, and domain. Neumann BCs for Laplace's equation have solutions only if a compatibility condition is met.
Quiz
Summary
- The three classical PDE types are elliptic (Laplace), parabolic (heat), and hyperbolic (wave).
- Boundary conditions: Dirichlet (u prescribed), Neumann (∂u/∂n prescribed), Robin (combination).
- Separation of variables u=X(x)T(t) reduces a PDE to SL eigenvalue problems.
- The solution is an eigenfunction series with coefficients from orthogonality (Fourier coefficients).
- The maximum principle for harmonic functions ensures uniqueness of the Dirichlet problem.
Mathematics