Read this lesson as text

Linear vs Nonlinear PDEs

PDEs · Axiom Academy

LESSON Linear vs Nonlinear PDEs Understanding the fundamental distinction that shapes solution methods A differential operator L is linear if it satisfies two fundamental properties that preserve linear combinations. A differential operator L is linear if it satisfies: where u and v are functions, and c is any constant. Linear PDEs involve only u and its derivatives to the first power, with no products or nonlinear functions. Nonlinear PDEs involve products of u with itself or its derivatives , powers of derivatives, or nonlinear functions of u. u multiplied by its derivative Linearity enables the superposition principle : if u₁ and u₂ are solutions, then any linear combination is also a solution. If L[u₁] = 0 and L[u₂] = 0 , then: Why this matters: We can build complex solutions from simple ones! This is the foundation of Fourier series, separation of variables, and many other solution techniques. Superposition does not work . Even if u₁ and u₂ are solutions, c₁u₁ + c₂u₂ is generally not a solution. Intermediate Cases: Quasilinear and Semilinear PDEs Between fully linear and fully nonlinear PDEs, there are important intermediate classifications. Highest order derivatives appear linearly , but lower order terms may be nonlinear: Example: u xx is linear, but u² is nonlinear Highest order derivatives appear linearly , but coefficients may depend on u: Example: Coefficient of u xx depends on u Linear: All terms with u and its derivatives are to the first power

This is the written version of the interactive lesson above. See the full PDEs course.