EDOS
EDOS
INTRODUCTION In Chapter 2 we saw that we could solve a few first-order differential equa-
tions by recognizing them as separable, linear, exact, homogeneous, or perhaps Bernoulli equations.
Even though the solutions of these equations were in the form of a one-parameter family, this
family, with one exception, did not represent the general solution of the differential equation. Only
in the case of linear first-order differential equations were we able to obtain general solutions, by
paying attention to certain continuity conditions imposed on the coefficients. Recall that a general
solution is a family of solutions defined on some interval I that contains all solutions of the DE that
are defined on I. Because our primary goal in this chapter is to find general solutions of linear higher-
order DEs, we first need to examine some of the theory of linear equations.
d ny d n1y dy
Solve: an(x) an1(x) a1(x) a0(x)y g(x)
dx n dx n1 dx (1)
Subject to: y(x0) y0, y(x0) y1 , . . . , y(n1)(x0) yn1.
Recall that for a problem such as this one we seek a function defined on some interval
I, containing x 0 , that satisfies the differential equation and the n initial conditions
specified at x 0: y(x 0 ) y 0 , y(x 0 ) y1, . . . , y (n1)(x 0) y n1. We have already seen
that in the case of a second-order initial-value problem a solution curve must pass
through the point (x 0 , y 0) and have slope y1 at this point.
Let a n(x), a n1(x), . . . , a1(x), a 0(x) and g(x) be continuous on an interval I and
let a n(x) 0 for every x in this interval. If x x 0 is any point in this interval,
then a solution y(x) of the initial-value problem (1) exists on the interval and is
unique.
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
118 ● CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS
possesses the trivial solution y 0. Because the third-order equation is linear with
constant coefficients, it follows that all the conditions of Theorem 4.1.1 are fulfilled.
Hence y 0 is the only solution on any interval containing x 1.
You should verify that the function y 3e 2x e2x 3x is a solution of the initial-
value problem
y 4y 12x, y(0) 4, y(0) 1.
Now the differential equation is linear, the coefficients as well as g(x) 12x are
continuous, and a2(x) 1 0 on any interval I containing x 0. We conclude from
Theorem 4.1.1 that the given function is the unique solution on I.
on the interval ( , ) for any choice of the parameter c. In other words, there is no
unique solution of the problem. Although most of the conditions of Theorem 4.1.1
are satisfied, the obvious difficulties are that a2(x) x 2 is zero at x 0 and that the
initial conditions are also imposed at x 0.
d 2y dy
Solve: a2(x) 2
a1(x) a0(x)y g(x)
dx dx
(b, y1) Subject to: y(a) y0 , y(b) y1
(a, y0)
is called a boundary-value problem (BVP). The prescribed values y(a) y0 and
x y(b) y1 are called boundary conditions. A solution of the foregoing problem is a
I function satisfying the differential equation on some interval I, containing a and b,
FIGURE 4.1.1 Solution curves of a whose graph passes through the two points (a, y0) and (b, y1). See Figure 4.1.1.
BVP that pass through two points For a second-order differential equation other pairs of boundary conditions
could be
y(a) y0 , y(b) y1
y(a) y0 , y(b) y1
y(a) y0 , y(b) y1,
where y0 and y1 denote arbitrary constants. These three pairs of conditions are just
special cases of the general boundary conditions
1 y(a) 1 y(a) 1
2 y(b) 2 y(b) 2.
The next example shows that even when the conditions of Theorem 4.1.1 are
fulfilled, a boundary-value problem may have several solutions (as suggested in
Figure 4.1.1), a unique solution, or no solution at all.
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
4.1 PRELIMINARY THEORY—LINEAR EQUATIONS ● 119
In Example 7 of Section 1.1 we saw that the two-parameter family of solutions of the
differential equation x 16x 0 is
x c1 cos 4t c2 sin 4t. (2)
x
(a) Suppose we now wish to determine the solution of the equation that further
c2 = 1 satisfies the boundary conditions x(0) 0, x(p兾2) 0. Observe that the first
1
c2 = 2
1
1 condition 0 c1 cos 0 c2 sin 0 implies that c1 0, so x c2 sin 4t. But when t
c2 =
c2 = 0
4 p兾2, 0 c2 sin 2p is satisfied for any choice of c2, since sin 2p 0. Hence the
boundary-value problem
t
(0, 0)
c2 = −
1
(π /2, 0) x 16x 0, x(0) 0, x 冢2 冣 0 (3)
1 2
has infinitely many solutions. Figure 4.1.2 shows the graphs of some of the
FIGURE 4.1.2 Solution curves for members of the one-parameter family x c2 sin 4t that pass through the two points
BVP in part (a) of Example 3 (0, 0) and (p兾2, 0).
(b) If the boundary-value problem in (3) is changed to
then x(0) 0 still requires c1 0 in the solution (2). But applying x(p兾8) 0 to
x c 2 sin 4t demands that 0 c 2 sin(p兾2) c2 1. Hence x 0 is a solution of this
new boundary-value problem. Indeed, it can be proved that x 0 is the only solution
of (4).
(c) Finally, if we change the problem to
we find again from x(0) 0 that c1 0, but applying x(p兾2) 1 to x c2 sin 4t leads
to the contradiction 1 c2 sin 2p c2 0 0. Hence the boundary-value problem (5)
has no solution.
dny d n1y dy
an(x) an1(x) a1(x) a0(x)y 0 (6)
dx n dx n1 dx
is said to be homogeneous, whereas an equation
dny d n1y dy
an(x) n
an1(x) n1 a1(x) a0(x)y g(x), (7)
dx dx dx
with g(x) not identically zero, is said to be nonhomogeneous. For example,
2y 3y 5y 0 is a homogeneous linear second-order differential equation,
whereas x 3y 6y 10y e x is a nonhomogeneous linear third-order differen-
tial equation. The word homogeneous in this context does not refer to coefficients
that are homogeneous functions, as in Section 2.5.
We shall see that to solve a nonhomogeneous linear equation (7), we must first
be able to solve the associated homogeneous equation (6).
To avoid needless repetition throughout the remainder of this text, we
shall, as a matter of course, make the following important assumptions when
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
120 ● CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS
stating definitions and theorems about linear equations (1). On some common
interval I,
Please remember
these two
䉴 • the coefficient functions a i (x), i 0, 1, 2, . . . , n and g(x) are continuous;
assumptions.
• a n(x) 0 for every x in the interval.
Superposition Principle In the next theorem we see that the sum, or super-
position, of two or more solutions of a homogeneous linear differential equation is
also a solution.
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
4.1 PRELIMINARY THEORY—LINEAR EQUATIONS ● 121
EXAMPLE 4 Superposition—Homogeneous DE
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
122 ● CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS
It follows from the preceding discussion that the quotient f2(x)兾f1(x) is not a con-
stant on an interval on which the set f1(x), f2(x) is linearly independent. This little fact
will be used in the next section.
The set of functions f1(x) cos 2 x, f2(x) sin 2 x, f3(x) sec 2 x, f4(x) tan 2 x is
linearly dependent on the interval (p兾2, p兾2) because
c1 cos2x c2 sin2x c3 sec2x c4 tan2x 0
when c1 c2 1, c3 1, c4 1. We used here cos2x sin2x 1 and
1 tan2x sec2x.
兩 兩
f1 f2 fn
f 1 f 2 f n
W( f1, f2, . . . , fn ) ,
f1(n1) f2(n1) fn(n1)
where the primes denote derivatives, is called the Wronskian of the
functions.
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
4.1 PRELIMINARY THEORY—LINEAR EQUATIONS ● 123
It follows from Theorem 4.1.3 that when y1, y 2 , . . . , yn are n solutions of (6) on
an interval I, the Wronskian W( y1, y 2 , . . . , yn ) is either identically zero or never zero
on the interval.
A set of n linearly independent solutions of a homogeneous linear nth-order
differential equation is given a special name.
The basic question of whether a fundamental set of solutions exists for a linear
equation is answered in the next theorem.
There exists a fundamental set of solutions for the homogeneous linear nth-order
differential equation (6) on an interval I.
Analogous to the fact that any vector in three dimensions can be expressed as a
linear combination of the linearly independent vectors i, j, k, any solution of an nth-
order homogeneous linear differential equation on an interval I can be expressed as a
linear combination of n linearly independent solutions on I. In other words, n linearly
independent solutions y1, y 2 , . . . , yn are the basic building blocks for the general
solution of the equation.
Theorem 4.1.5 states that if Y(x) is any solution of (6) on the interval, then con-
stants C1, C2, . . . , Cn can always be found so that
Y(x) C1 y1(x) C2 y2(x) Cn yn(x).
We will prove the case when n 2.
兩yy(t)(t)
1
1
y2(t)
y2(t) 兩
0.
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
124 ● CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS
The functions y1 e 3x and y2 e3x are both solutions of the homogeneous linear
equation y 9y 0 on the interval ( , ). By inspection the solutions are lin-
early independent on the x-axis. This fact can be corroborated by observing that the
Wronskian
兩3ee e3x
兩
3x
W(e3x, e3x ) 6 0
3x
3e3x
for every x. We conclude that y1 and y2 form a fundamental set of solutions, and
consequently, y c1e 3x c2e3x is the general solution of the equation on the
interval.
冢e e3x
冣
3x
y 2e3x 2e3x 5e3x 4 5e3x.
2
The last expression is recognized as y 4 sinh 3x 5e3x.
ex 4e2x 9e3x
for every real value of x, the functions y1, y2, and y3 form a fundamental set of solu-
tions on ( , ). We conclude that y c1e x c2e2x c3e3x is the general solution
of the differential equation on the interval.
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
4.1 PRELIMINARY THEORY—LINEAR EQUATIONS ● 125
is also a solution of the nonhomogeneous equation (7). If you think about it, this makes
sense, because the linear combination c1 y1(x) c2 y2(x) ck yk (x) is trans-
formed into 0 by the operator L an D n a n1D n1 a1 D a 0 , whereas yp
is transformed into g(x). If we use k n linearly independent solutions of the nth-order
equation (6), then the expression in (10) becomes the general solution of (7).
PROOF Let L be the differential operator defined in (8) and let Y(x) and yp(x)
be particular solutions of the nonhomogeneous equation L(y) g(x). If we define
u(x) Y(x) yp(x), then by linearity of L we have
This shows that u(x) is a solution of the homogeneous equation L(y) 0. Hence by
Theorem 4.1.5, u(x) c1 y1(x) c2 y2(x) cn yn(x), and so
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
126 ● CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS
To write the general solution of (11), we must also be able to solve the associated
homogeneous equation
y 6y 11y 6y 0.
But in Example 9 we saw that the general solution of this latter equation on the in-
terval ( , ) was yc c1e x c2e2x c3e3x. Hence the general solution of (11)
on the interval is
11 1
y yc yp c1ex c2e2x c3e3x x.
12 2
where i 1, 2, . . . , k. Then
is a particular solution of
PROOF We prove the case k 2. Let L be the differential operator defined in (8)
and let yp1(x) and yp2(x) be particular solutions of the nonhomogeneous equations
L( y) g1(x) and L( y) g2(x), respectively. If we define yp yp1(x) yp2(x), we
want to show that yp is a particular solution of L( y) g1(x) g2(x). The result
follows again by the linearity of the operator L:
L(yp) L{yp1(x) yp2(x)} L( yp1(x)) L( yp2(x)) g1(x) g2(x).
Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has
deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.