20 Chapter 1
We seek a solution that satisfies the initial (time t = 0) condition y(0) = y
0
. We now write our
basis vector in terms of the following definite integral
y1(t) = e
t
0
−
a0(s)
a1(s)
ds
In Section 1.2, the first-order Green’s function was shown to be
G1(t, s) =
y1(t)
a1(s)y1(s)
In terms of the Green’s function, the particular solution is
y
p
(t) =
t
0
G1(t, s)f(s) ds
and our final general solution to the initial value problem becomes
y(t) = C1 y1(t) +
t
0
G1
(
t, s
)
f(s) ds
From the initial condition constraint y(0) = y
0
, the arbitrary constant C1 is evaluated to be
C1 = y
0
Thus, the final solution, which satisfies the initial condition constraint, is given as
y(t) = y
0
e
t
0
−
a0(s)
a1(s)
ds
+
t
0
G1(t, s)f(s) ds (1.19)
Because we forced the initial condition, there is no arbitrary constant in the solution, and we
see that the preceding form of the solution can accommodate any initial condition and any
driving function f(t).
EXAMPLE 1.3.1: We consider an object whose rate of thermal cooling obeys Newton’s law
whereby the rate of change of the temperature of the body is proportional to the difference
between the temperature of the body and the temperature of its surroundings. Consider a
specific problem whereby the initial temperature of the body is 100°C, the surrounding
temperature is 20°C, and the thermal coefficient of diffusivity is k = 0.2/ sec. We seek y(t): the
temperature of the object as a function of the time t.
SOLUTION: The defining differential equation of the system (see Exercise 1.13 at the end of
the chapter) is
d
dt
y(t) =−k(y(t) −20)