A major difference between the Wave Equation and the Heat Transfer equation is that the time derivative in the LHS is of second order instead of first order. This creates a problem that we address next.
In the language of finite difference, the second time derivative
mixes the solution at three time slices. That is, to predict the solution
at the time requires knowing the solution at two previous time slices,
namely at
and at
. But, the initial value of the displacement
is given only on a single time slice, not on two time slices as required.
The solution to this shortcoming is found within a clever
use of the initial value. We simply have to assume that the
displacement at is stationary. The first derivative,
written in finite difference form at the initial time,
![]() |
(8) |
then shows that the displacement at is the
same as that at
,
. Therefore
the solution becomes self starting,
bootstraping the solution at later time based on
the initial displacement at
.
2015-01-28