Preface


This section concerns other heat transfer problems.

Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the first course APMA0330
Return to the main page for the second course APMA0340
Return to Part VI of the course APMA0340
Introduction to Linear Algebra with Mathematica

Other heat transfer problems


  In this section, we show how the separation of variables method can be extended for inhomogeneous equations and nonuniform boundary conditions.

 

Diffusion equation with nonhomogeneous boundary conditions


 

Inhomogeneous heat equation with homogeneous boundary conditions


Let u(x, t) denote the solution of the heat equation subject to the initial condition:

\[ \frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2} , \qquad u(x,0) = f(x) , \]
where f(x) is a give function on the interval \( (-\infty , \infty ) . \)

 

Example: Consider a one-dimensional heat equation

\[ \frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2} + \left( t^2 -4t +2 \right) e^{-t} \sin x , \qquad 0 < x < \frac{\pi}{2} , \]
on finite interval x ∈ (0, π/2) subject to boundary conditions
\[ u(0,t) = 0, \qquad \left. \frac{\partial u}{\partial x} \right\vert_{x=\pi /2} , \]
and homogeneous initial condition
\[ u(x,0) = 0 . \]
A unique solution to the above initial boundary value problem is
\[ u(x,t) = \left( \frac{1}{3}\, t^3 - 2\,t^2 + 2t \right) e^{-t} \sin x . \]
   ■

 

  1. Gonzalez-Velasco, E., The existence of a steady state solution for a type of parabolic boundary value problem, International Journal of Mathematical Education in Science and Technology, 1988, Vol. 19, No. 3, pp. 413--419. https://doi.org/10.1080/0020739880190307

 

Return to Mathematica page
Return to the main page (APMA0340)
Return to the Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Differential Equations
Return to the Part 3 Non-linear Systems of Ordinary Differential Equations
Return to the Part 4 Numerical Methods
Return to the Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations
Return to the Part 7 Special Functions