The Heat Equation and Diffusion Problems

Graduate Depth 77 in the knowledge graph I know this Set as goal
Unlocks 4028 downstream topics
heat-equation pde parabolic

Core Idea

The heat equation ∂u/∂t = k∂²u/∂x² models temperature diffusion in a rod. It is parabolic (time derivative is first-order, space derivative second-order), causing solutions to smoothly approach a steady state. The diffusion coefficient k controls the equilibration speed. Boundary and initial conditions fully determine the problem. Solutions decay exponentially in time, approaching their boundary values.

Explainer

You have studied Fourier series and learned how to represent functions as sums of sines and cosines, using even and odd extensions to match boundary conditions. The heat equation is where Fourier series earn their keep: they provide the explicit solution to one of the most important partial differential equations in mathematical physics, and the choice of sine or cosine series is dictated directly by the physical boundary conditions.

The heat equation ∂u/∂t = k∂²u/∂x² models how temperature u in a thin rod evolves over time. The left side ∂u/∂t is the rate of change of temperature at a fixed location. The right side, k times the second spatial derivative, captures the curvature of the temperature profile: temperature changes fastest where the profile is most "bent" — where neighboring points differ most from the current one. A sharp hot peak spreads outward; a cold valley fills in. The equation encodes this universal flattening tendency, and k controls how quickly it occurs.

The equation is called parabolic because it is first-order in time and second-order in space. This asymmetry is physically meaningful: heat flows forward in time, not backward. Specifying an initial condition u(x, 0) = f(x) (the initial temperature profile) and boundary conditions (e.g., the endpoints of the rod held at fixed temperatures, or insulated so no heat escapes) fully determines the solution for all future times t > 0. Zero-temperature endpoints suggest a sine series (an odd extension); insulated endpoints suggest a cosine series (an even extension).

The solution method uses separation of variables: assume u(x, t) = X(x)T(t), substitute into the PDE, and separate. The spatial ODE X'' + λX = 0 with the boundary conditions produces a discrete set of eigenvalues λ_n and eigenfunctions X_n(x) = sin(nπx/L). Each eigenfunction gets its own time factor T_n(t) = e^(−k(nπ/L)²t), so the general solution is u(x, t) = Σ bₙ sin(nπx/L) e^(−k(nπ/L)²t), where the coefficients bₙ come from the Fourier sine series of the initial condition f(x). The exponential time factors reveal why the solution smoothly approaches steady state: each mode decays at its own rate, with higher-frequency modes (larger n) decaying much faster than low-frequency ones.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsFourier Series: Definition and CoefficientsConvergence of Fourier SeriesEven and Odd Extensions in Fourier SeriesThe Heat Equation and Diffusion Problems

Longest path: 78 steps · 315 total prerequisite topics

Prerequisites (2)

Leads To (7)