Definition
A solution technique for linear partial differential equations that assumes a solution can be factorized into functions each depending on a single coordinate or a subset of coordinates, reducing a PDE to a family of ordinary differential equations via introduction of separation constants.

Principle

Principle
Assume u(x1,...,xn,t) = Π_j φ_j(coordinate_j) (or a product/time-separation ansatz), substitute into the linear PDE, divide by the product to isolate terms each depending on different variables, and equate each to separation constants to obtain ODEs; superposition of separated modes reconstructs general solutions when completeness holds.

Demonstration

Demonstration
Heat equation on a rod: u_t = k u_xx for x∈(0,L), t>0 with homogeneous Dirichlet boundary conditions. Seek u(x,t)=X(x)T(t). Substitution yields T'(t)/kT(t) = X''(x)/X(x) = −λ. Solve X'' + λ X = 0 with X(0)=X(L)=0 to obtain eigenfunctions sin(nπx/L) and temporal factors T_n(t)=exp(−kλ_n t), producing the Fourier sine series solution.

Misapplication

Misapplication
Applying separation to nonseparable geometries, nonlinear PDEs without appropriate product structure, or incompatible boundary conditions; assuming separated solutions span the solution space without verifying completeness or orthogonality leads to incorrect general solutions.

Consequence

Consequence
Transforms a PDE into simpler ODE problems, provides explicit modal decompositions, yields orthogonal eigenbases for expansions, and supplies analytic series representations that underpin spectral methods and qualitative analysis.

Reversal

Reversal
Instead of factorizing variables, use integral transform methods (Fourier/Laplace), numerical discretization, or characteristic-based approaches that do not assume product forms; these alternatives couple variables rather than decouple them.

Boundary

Boundary
Effective for linear PDEs on separable coordinate systems with boundary conditions compatible with the product ansatz and for operators with discrete spectra. It is not generally applicable to strongly nonlinear problems, variable-coefficient PDEs without separable structure, or domains lacking separable coordinates.

Semantic Tension

Semantic Tension
Tension between separation of variables and other modal decompositions: separation is an ansatz for exact factorization, whereas Fourier/eigenfunction expansions may be used more generally; also tension with numerical separation (operator splitting) which is algorithmic rather than analytic.

Synthesis

Synthesis
Separation of Variables is an analytic reduction that assumes factorized solutions to decouple a linear PDE into ODEs; when the domain, operator, and boundary conditions admit this structure, it yields eigenfunction expansions and explicit solution formulas.