Read this lesson as text
Homogeneous PDEs
PDEs · Axiom Academy
Understanding the critical distinction between homogeneous and non-homogeneous partial differential equations and how it affects solution structure and techniques. For a linear differential operator L acting on function u : The equation equals zero—no external forcing or source terms. The equation equals a non-zero function—representing sources, forcing, or inhomogeneities. 2. Heat Equation: Homogeneous vs Non-Homogeneous Let's compare the heat equation with and without an external heat source: 3. Why the Distinction Matters The homogeneous/non-homogeneous distinction affects three key aspects: For homogeneous PDEs: If u₁ and u₂ are solutions, then any linear combination c₁u₁ + c₂u₂ is also a solution. This is NOT true for non-homogeneous PDEs. Homogeneous PDEs can be solved by separation of variables, eigenfunction expansion, and transform methods. Non-homogeneous PDEs require additional techniques like variation of parameters or Green's functions. Homogeneous PDEs with zero boundary conditions have the trivial solution u = 0. Non-homogeneous PDEs (or non-zero boundary conditions) prevent this—there's always a "driven" component to the solution. 4. Homogeneous Solutions Form a Vector Space The set of all solutions to a homogeneous linear PDE has beautiful structure: Closure under addition: If L[u₁] = 0 and L[u₂] = 0, then L[u₁ + u₂] = 0 Closure under scalar multiplication: If L[u] = 0, then L[cu] = 0 for any constant c Contains zero element: u = 0 is always a solution
This is the written version of the interactive lesson above. See the full PDEs course.