Heat Equation

Background- The Motivation and Derivation of the Heat Equation:

Heat, or the thermal energy of a system, is generally defined as the solution of The Heat Equation,

u_{t}=\kappa \Delta u, ~\kappa is a constant.

It should be noted, however, that this is a special case of a more general PDE which describes the diffusion of some quantity through a medium

u_{t}=\nabla \kappa \nabla u, ~\kappa is spatially dependent.

For this reason, the Heat Equation is often referred to as The Diffusion Equation. That said, consider the case of a metal sheet made of varying concentrations of different alloys. The Diffusion Equation, as applied to measure heat, cannot be reduced to the general case where \kappa is constant. From here, the motivation for the solution to a PDE of these types is clear. It is, however, not clear, how such a description for the physical phenomena of heat flow was derived.

To show the derivation of the Heat Equation let us consider how we might describe the following system:

There is a rod of length l, cross-sectional area \pi r^{2}, and is uniform in both density \rho and composition(hence, uniform specific heat constant c and thermal conductivity k), with a heat source attached to one end. Assuming that the rod is perfectly laterally insulated, that is to say, none of the heat is lost to the surrounding environment; and, that the heat source instantaneously heats only one end of the rod. What is the heat of the rod at any given moment and position after the heat source is turned on and instantly back off?

RodSetUp

Let’s consdier the segment of length \Delta x, [x_{i}, ~x_{i}+\Delta x]=[x_{i}, ~x_{f}], some arbitrary time after the heat source was activated. The total heat within the segment can be written

\int_{x_{i}}^{x_{i}+\Delta x} c \rho \pi r^{2} u(x,t) dx,

where u(x,t) is the thermal energy/heat of the rod at some point x and time t. Hence, by the principle of conservation of heat and Fourier’s Law, we find

\frac{d}{dt} \int_{x_{i}}^{x_{i} + \Delta x} c \rho \pi r^{2} u(x,t) dx  =

c \rho \pi r^{2} \int_{x_{i}}^{x_{i} + \Delta x} u_{t}(x,t)dx = k \pi r^{2} [u_{x}(x_{i}+ \Delta x,t) - u_{x}(x_{i}, t)] + \pi r^{2} \int_{x_{i}}^{x_{i}+ \Delta x} f(x,t)dx (1)

where f(x,t) is some external heat source.
RodDerivation_1
Replacing \pi r^{2} with A, and applying the Mean Value Theorem we find that equation (1) can be rewritten as,

c \rho A u_{t} ( \alpha_{1} , t ) = k A ( u_{x} ( x_{i} + \Delta x, t ) - u_{x} ( x_{i} , t) ) + A f ( \alpha_{2} , t) \Delta x ,

where \alpha_{1}, \alpha_{2} \in [x_{i}, x_{f}]. After rearranging our terms and simplifying,

u_{t}(\alpha,t)dx ~=~ \frac{k}{c \rho}[\frac{u_{x}(x_{i}+\Delta x,t)-u_{x}(x_{i},t)}{\Delta x}]+\frac{k}{c \rho}f(\alpha,t),

Notice, however, we claimed our heat source was instantious. That is, for t>0, ~f(x,t)=0 by design. Hence, in the limit as \Delta x \rightarrow 0 we see that,

u_{t}(\alpha,t) ~=~ \frac{k}{c \rho} ~u_{xx}(\alpha,t) (2),

or,

u_{t} = ku_{xx}

Which, as the rod was laterally insalated, we claim that for the given system equation (2) is equivalent to,

u_{t}=\kappa \Delta u.

Example of the Maximum Principle as a Physical Phenomena:

Consider the case where a rod is connected to a heat source as before. Consider the distribution of heat through the system after some time. We should expect a graph of heat as a function of position at some time t_{n}, given u(0,0)=\delta(x), to look something like those in the figure below.

‎plots2

Here we can clearly see that for 0 < t_{n}, ~0 \leq x, ~u(0,t_{n}) \geq u(x,t_{n}). This can be interpreted as the physical manifestation of the maximum principle.

Similarly, let’s consider heat at some point x_{n} over time. We should expect, a graph of heat as a function of time to look something like those in the figure below.

‎plots4

From this we can see that given 0 \leq x_{n} < x_{n+1}, ~0 < t, ~u(0, 0) \geq u(x_{n}, t) \geq u(x_{n+1}, t). This too, can be interpreted as the physical manifestation of the maximum principle.

For a copy of this:

HandOut

For a copy of the notes used:

Group Notes

For a more “continuous” view of the evolution of heat…

…across the rod:

For a more “continuous” view of the evolution of heat…

…across time:

Categories:

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s