


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Math Modelling; Subject: Mathematics; University: University of Massachusetts - Amherst; Term: Spring 2006;
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



We will now look at a model for describing the distribution of temperature in a solid material as a function of time and space. It is probably easy to see the need for such a description and applications of it to our everyday life are abound. As usual there are several simplifications and assumptions behind such a model. Among them is the assumption that the body, which we wish to measure the temperature of, is homogeneous (i.e. it is composed of the exact same material and no foreign bodies are in it). There do exist more complicated models however which can describe the temperature distribution in non-homogeneous bodies. Similarly we will assume that our object is perfectly insulated from surrounding sources (or sinks) of heat and in fact that it can not generate heat of each own. To simplify the mathematical modeling aspect further we will first attempt to solve this problem in just one spatial dimension. So we consider:
The well known mathematical model (which we will derive below) that makes use of these assumptions and describes the temperature distribution in three dimensions is the famous heat (or diffusion) equation, ut = ν (uxx + uyy + uzz) (3.18)
where ν is known thermal diffusivity and is related to, as well as calculated from, properties of the material. The heat equation is in fact another realization of the conservation of energy which we saw a version of in the Euler equations. We present below the derivation of this model
There are several approaches in order to obtain a mathematical model for temperature through a body. Mainly these approaches are characterized into two main categories:
Although much more interesting mathematically the relativistic approach, which produces the exact same equation (3.18), is too complicated to present here in detail. This method relies on atomistic properties and generates a system of equations which produce (3.18). We will instead present the classical Newton approach. In this case we represent our variables of interest through classical conservation laws which we know that any model relating them ought to adhere to. Thus in a similar fashion as we did for the derivation of our linear advection equation we now consider an infinitesimal element in our rod and write the conservation of energy law for it. We first provide some necessary background from physics. It is well-known from the Fourier heat conduction law that heat Q is transported in direction opposite to the temperature gradient of u and is proportional to it,
Q(x, t) = −κ
∂u ∂x
∂u ∂y
∂u ∂z
where κ is the proportionality constant also known as thermal conductivity. It is also known that heat Q is related to mass m and temperature u via the following formula,
Q(x, t) = λmu(x, t) (3.20)
where λ is the known specific heat for our material. Let us complete this derivation for now in just one dimension x. Note however that this result can be very easily generalized to all three dimensions. Consider an infinitesimal piece from our rod with length [x, x + ∆x]. Then if the rod has cross section S this piece has volume S∆x. Further assuming that the density of the material for the body under consideration is c then the infinitesimal mass for our infinitesimal volume element is simply given by
∆m = cS∆x.
Therefore based on (3.20) the equivalent heat for our volume element is described by,
Q = λmu = λcS∆xu (3.21)
Let us now take into account physical properties. In other words that the energy, or heat, in any piece of the insulated rod ought to be conserved. Considering again our infinitesimal volume piece with length [x, x + ∆x] we can state the following,
rate of change of energy (heat) = rate heat flowing in - rate heat flowing out
or mathematically written as,
∂Q ∂t
= Qin(x, t)S − Qout(x + ∆x, t)S (3.22)
Note however that the rate of change of energy (heat) can be found by differentiating our equation in (3.21), ∂Q ∂t
= λcS∆x
∂u ∂t
We substitute this for the left hand side of (3.22) and obtain,
λcS∆x
∂u ∂t
= S(Q(x, t) − Q(x + ∆x, t))
Let us rewrite the above by dividing with ∆x and S,
νc
∂u ∂t
Q(x + ∆x, t) − Q(x, t) ∆x
Note however that the right hand side of the above is simply the derivative of Q with respect to x, ∂Q/∂x if we let ∆x → ∞. Thus we obtain,
λc
∂u ∂t
∂x
Finally using the Fourier law of heat conduction (3.19) in one dimension, Q = −κdu/dx, we obtain our heat equation, ∂u ∂t
= ν
∂^2 u ∂x^2 where ν = κ/(λc) groups all parameters together. This derivation can be easily generalized to higher dimensions.
for all x! Similarly if we pick a specific space value x = x 1 then it becomes,
T ′ (t) νT (t)
X′′ (x 1 ) X(x 1 )
= constant
for all x! All in all the following information has been revealed,
T ′ (t) νT (t)
= constant and
X′′ (x) X(x)
= constant
Note that we have successfully reduced the original PDE problem into two very simple ODE problems. We will solve both of the above ODEs and produce the values of T (t) and X(x). Once this is done then we can reassemble the solution of our original PDE from the fact that u(x, t) = X(x)T (t). It is customary to denote the general constant above by −λ and we therefore have the following two ODEs to solve, T ′ (t) νT (t)
= −λ and
X′′ (x) X(x)
= −λ
which we can rewrite as, T ′ (t) + λνT (t) = 0 X′′ (x) + λX(x) = 0
It is easy to obtain the solutions for each of those equations. In general any linear second order homogeneous equation such as X′′ (x) + aX′ (x) + bX(x) = 0 is first transformed to a quadratic formula w^2 + aw + b = 0.
We solve it using the quadratic formula. Depending on the two solutions of this quadratic w 1 and w 2 we have the following solutions for the ODE,
General 2nd order ODE Solutions
X(x) = C 1 exp(w 1 x) + C 2 exp(w 2 x) if w 1 6 = w 2 and both are real X(x) = C 1 exp(w 1 x) + C 2 x exp(w 2 x) if w 1 = w 2 and both are real X(x) = exp(αx)(C 1 cos(βx) + C 2 sin(βx)) if w is complex: w = α + iβ (3.24) Similarly we obtain the solutions for our first order ODE T ′ (t) + λνT (t) = 0 with one of the methods which we have already learned previously. If for instance we use the separation of variables method for this ODE we obtain the solution to be
T (t) = T (t 0 )e−λν(t−t^0 )
As a result the total solution to our heat equation model is just the product of both the first order ODE and the second order ODE together u(x, t) = X(x)T (t).