Heat Equation
The Heat Equation in one spatial variable is a partial differential equation that describes the distribution of heat (or variations in temperature) in a given region over time. It is expressed as
Here:
- represents the temperature at position and time .
- is the partial derivative of with respect to time , representing the rate of change of temperature over time
- is the second partial derivative of with respect to position , representing the curvature of the temperature profile in space.
- is a positive constant known as the thermal diffusivity of the material, which characterizes how fast heat diffuses through the material.
Using alternative notation, this can be written
Notice that is the Laplacian in one dimension. In higher dimensions, the heat equation can be adjusted to account for the additional heat flow contribution along the other axes by the simple modification
where is the Laplacian.
We can add a term for heat generated by sources, to get
Heat Flow Through a Wire
Here, we will give a model for the flow of heat through a thin, insulated wire whose ends are kept at a constant temperature of and whose initial temperature distribution is to be specified.
Let's assume the wire is stretched along the -axis, starting at and extending to .
Equation (4) above governs the flow of heat in the wire. We have two other constraints. First, we are keeping the ends of the wire at Thus, we require that
for all . These are called boundary conditions. Second, we must be given the initial temperature distribution . That is, we require:
Equation (6) is referred to as the initial condition on .
Combining equations (4), (5), and (6), we have the following mathematical model for the heat flow in a uniform wire without internal sources whose ends are kept at the constant temperature :
This model is an example of an initial-boundary value problem. Finding a function that satisfies all three of these conditions lets us know the temperature at any position and time.
One more thing to note. When the temperature reaches a steady state and does not depend on time, and there are no sources, then and the temperature satisfies Laplace's equation
To see how to solve the heat equation, see Separation of Variables.