Read this lesson as text
Introduction Summary
PDEs · Axiom Academy
A comprehensive recap of Unit 1 key concepts: what PDEs are, how to classify them, the fundamental equations, and what makes a problem well-posed. Equations with partial derivatives of an unknown function u with respect to multiple independent variables. Multiple independent variables: Typically space variables ( x, y, z ) and time ( t ). Describe continuous phenomena in physics and engineering, such as heat flow, wave propagation, fluid dynamics, and electromagnetism. Example: t = k x^2 describes how temperature u(x,t) evolves over time and space. By Order: The order is determined by the highest derivative. First-order has terms like u_x , second-order has u_ xx , u_ xy , etc. By Linearity: Linear PDEs have u and its derivatives appearing linearly (no products like u u_x ). Nonlinear PDEs have such products or powers. By Type (2nd-order): Elliptic ( D 0 ) based on the discriminant. Linear combinations: Solutions to linear PDEs can be added and scaled to form new solutions (superposition principle). For a general second-order PDE: A u_ xx + B u_ xy + C u_ yy + = 0 Dirichlet: Specify the value of u on the boundary. Example: u(0,t) = T_0 (fixed temperature at boundary). Neumann: Specify the derivative (flux) on the boundary. Example: x |_ x=0 = 0 (insulated boundary, no heat flow). Robin (Mixed): Linear combination of value and derivative. Example: u + n = g (Newton's law of cooling).
This is the written version of the interactive lesson above. See the full PDEs course.