46
C H A P T E R 2
Second-Order Linear ODEs
Many important applications in mechanical and electrical engineering, as shown in Secs.
2.4, 2.8, and 2.9, are modeled by linear ordinary differential equations (linear ODEs) of the second order. Their theory is representative of all linear ODEs as is seen when compared to linear ODEs of third and higher order, respectively. However, the solution formulas for second-order linear ODEs are simpler than those of higher order, so it is a natural progression to study ODEs of second order first in this chapter and then of higher order in Chap. 3.
Although ordinary differential equations (ODEs) can be grouped into linear and nonlinear ODEs, nonlinear ODEs are difficult to solve in contrast to linear ODEs for which many beautiful standard methods exist.
Chapter 2 includes the derivation of general and particular solutions, the latter in connection with initial value problems.
For those interested in solution methods for Legendre’s, Bessel’s, and the hypergeometric equations consult Chap. 5 and for Sturm–Liouville problems Chap. 11.
C O M M E N T . Numerics for second-order ODEs can be studied immediately after this chapter.See Sec. 21.3, which is independent of other sections in Chaps. 19–21.
Prerequisite:Chap. 1, in particular, Sec. 1.5.
Sections that may be omitted in a shorter course:2.3, 2.9, 2.10.
References and Answers to Problems:App. 1 Part A, and App. 2.
The definitions of homogeneous and nonhomogenous second-order linear ODEs are very similar to those of first-order ODEs discussed in Sec. 1.5. Indeed, if (that is, for all x considered; read “ is identically zero”), then (1) reduces to (2)
and is called homogeneous. If then (1) is called nonhomogeneous. This is similar to Sec. 1.5.
An example of a nonhomogeneous linear ODE is
and a homogeneous linear ODE is
written in standard form .
Finally, an example of a nonlinear ODE is
.
The functions pand qin (1) and (2) are called the coefficientsof the ODEs.
Solutionsare defined similarly as for first-order ODEs in Chap. 1. A function
is called a solutionof a (linear or nonlinear) second-order ODE on some open interval I if his defined and twice differentiable throughout that interval and is such that the ODE becomes an identity if we replace the unknown yby h, the derivative by , and the second derivative by . Examples are given below.
Homogeneous Linear ODEs: Superposition Principle
Sections 2.1–2.6 will be devoted to homogeneous linear ODEs (2) and the remaining sections of the chapter to nonhomogeneous linear ODEs.
Linear ODEs have a rich solution structure. For the homogeneous equation the backbone of this structure is the superposition principleor linearity principle,which says that we can obtain further solutions from given ones by adding them or by multiplying them with any constants. Of course, this is a great advantage of homogeneous linear ODEs. Let us first discuss an example.
E X A M P L E 1 Homogeneous Linear ODEs: Superposition of Solutions
The functions and are solutions of the homogeneous linear ODE
for all x.We verify this by differentiation and substitution. We obtain ; hence ysy(cos x)scos x cos xcos x0.
(cos x)s cos x ysy0
ysin x ycos x
h
s
y
s
h
r
y
r
yh(x) y
s
yyr
20y
s
1x y
r
y0xy
s
yr
xy0,y
s
25yeⴚx cos x,r(x) [ 0,
y
s
p(x)yr
q(x)y0r(x) r(x)0
r(x)⬅0
SEC. 2.1 Homogeneous Linear ODEs of Second Order 47
Similarly for (verify!). We can go an important step further. We multiply by any constant, for instance, 4.7, and by, say, , and take the sum of the results, claiming that it is a solution. Indeed, differentiation and substitution gives
In this example we have obtained from and a function of the form
(3) ( arbitrary constants).
This is called a linear combinationof and . In terms of this concept we can now formulate the result suggested by our example, often called the superposition principle or linearity principle.
T H E O R E M 1 Fundamental Theorem for the Homogeneous Linear ODE (2)
For a homogeneous linear ODE (2),any linear combination of two solutions on an open interval I is again a solution of (2)on I.In particular, for such an equation, sums and constant multiples of solutions are again solutions.
P R O O F Let and be solutions of (2) on I. Then by substituting and its derivatives into (2), and using the familiar rule , etc., we get
since in the last line, because and are solutions, by assumption. This shows that yis a solution of (2) on I.
CAUTION! Don’t forget that this highly important theorem holds for homogeneous linear ODEs only but does not holdfor nonhomogeneous linear or nonlinear ODEs, as the following two examples illustrate.
E X A M P L E 2 A Nonhomogeneous Linear ODE
Verify by substitution that the functions and are solutions of the nonhomogeneous linear ODE
but their sum is not a solution. Neither is, for instance, or . E X A M P L E 3 A Nonlinear ODE
Verify by substitution that the functions and are solutions of the nonlinear ODE
but their sum is not a solution. Neither is x2, so you cannot even multiply by 1! 䊏
ysyxyr0, y1 yx2
䊏
5(1sin x) 2(1cos x)
ysy1,
y1sin x y1cos x
䊏 y2
y1
(Á )0
c1(y
s
1py1r
qy1)c2(y2s
pyr
2qy2)0,c1y1
s
c2ys
2p(c1y1r
c2y2r
)q(c1y1c2y2)y
s
pyr
qy(c1y1c2y2)s
p(c1y1c2y2)r
q(c1y1c2y2)(c1y1c2y2)
r
c1y1r
c2yr
2yc1y1c2y2
y2
y1
y2
y1
c1, c2
yc1y1c2y2
y2 ( sin x) y1 ( cos x)
䊏
(4.7 cos x2 sin x)s(4.7 cos x2 sin x) 4.7 cos x2 sin x4.7 cos x2 sin x0.
2 sin x
cos x ysin x
Initial Value Problem. Basis. General Solution
Recall from Chap. 1 that for a first-order ODE, an initial value problemconsists of the ODE and one initial condition . The initial condition is used to determine the arbitrary constant cin the general solutionof the ODE. This results in a unique solution, as we need it in most applications. That solution is called a particular solution of the ODE. These ideas extend to second-order ODEs as follows.
For a second-order homogeneous linear ODE (2) an initial value problemconsists of (2) and two initial conditions
(4)
These conditions prescribe given values and of the solution and its first derivative (the slope of its curve) at the same given in the open interval considered.
The conditions (4) are used to determine the two arbitrary constants and in a general solution
(5)
of the ODE; here, and are suitable solutions of the ODE, with “suitable” to be explained after the next example. This results in a unique solution, passing through the point with as the tangent direction (the slope) at that point. That solution is called a particular solutionof the ODE (2).
E X A M P L E 4 Initial Value Problem Solve the initial value problem
Solution. Step 1. General solution.The functions and are solutions of the ODE (by Example 1), and we take
This will turn out to be a general solution as defined below.
Step 2. Particular solution.We need the derivative . From this and the initial values we obtain, since and ,
This gives as the solution of our initial value problem the particular solution
Figure 29 shows that at it has the value 3.0 and the slope , so that its tangent intersects the x-axis at . (The scales on the axes differ!)
Observation. Our choice of and was general enough to satisfy both initial conditions. Now let us take instead two proportional solutions and
so that . Then we can write in the form
. yc1 cos xc2(k cos x)C cos x where Cc1c2k
yc1y1c2y2
y1/y21/kconst
y2k cos x, y1cos x
y2
y1
䊏
x3.0>0.56.0
0.5 x0
y3.0 cos x0.5 sin x.
y(0)c13.0 and yr(0)c2 0.5.
sin 00 cos 01
yr c1 sin xc2 cos x yc1 cos xc2 sin x.
sin x cos x
ysy0, y(0)3.0, yr(0) 0.5.
K1 (x0, K0)
y2 y1
yc1y1c2y2
c2 c1 xx0
K1 K0 y(x0)K0, y
r
(x0)K1. y(x0)y0
SEC. 2.1 Homogeneous Linear ODEs of Second Order 49
2 4 6 8 10 x
–3 –2 –1 0 1 2 3 y
Fig. 29. Particular solution and initial tangent in
Example 4
Hence we are no longer able to satisfy two initial conditions with only one arbitrary constant C. Consequently, in defining the concept of a general solution, we must exclude proportionality. And we see at the same time why the concept of a general solution is of importance in connection with initial value problems.
D E F I N I T I O N General Solution, Basis, Particular Solution
A general solutionof an ODE (2) on an open interval Iis a solution (5) in which and are solutions of (2) on Ithat are not proportional, and and are arbitrary constants. These , are called a basis(or a fundamental system) of solutions of (2) on I.
A particular solutionof (2) on I is obtained if we assign specific values to and in (5).
For the definition of an intervalsee Sec. 1.1. Furthermore, as usual, and are called proportionalon Iif for all xon I,
(6) (a) or (b)
where kand lare numbers, zero or not. (Note that (a) implies (b) if and only if ).
Actually, we can reformulate our definition of a basis by using a concept of general importance. Namely, two functions and are called linearly independent on an interval Iwhere they are defined if
(7) everywhere on Iimplies .
And and are called linearly dependenton Iif (7) also holds for some constants , not both zero. Then, if , we can divide and see that and are proportional,
or
In contrast, in the case of linear independencethese functions are not proportional because then we cannot divide in (7). This gives the following
D E F I N I T I O N Basis (Reformulated)
A basisof solutions of (2) on an open interval Iis a pair of linearly independent solutions of (2) on I.
If the coefficients pand qof (2) are continuous on some open interval I, then (2) has a general solution. It yields the unique solution of any initial value problem (2), (4). It includes all solutions of (2) on I; hence (2) has no singular solutions (solutions not obtainable from of a general solution; see also Problem Set 1.1). All this will be shown in Sec. 2.6.
y2
k1
k2
y1. y1
k2
k1
y2
y2 y1 k10 or k20
k2
k1 y2
y1
k10 and k20 k1y1(x) k2y2(x)0
y2 y1
k0 y2ly1
y1ky2
y2 y1 c2
c1
y2
y1
c2
c1
y2
y1
E X A M P L E 5 Basis, General Solution, Particular Solution
and in Example 4 form a basis of solutions of the ODE for all x because their
quotient is (or ). Hence is a general solution. The solution
of the initial value problem is a particular solution.
E X A M P L E 6 Basis, General Solution, Particular Solution
Verify by substitution that and are solutions of the ODE . Then solve the initial value problem
.
Solution. and show that and are solutions. They are not proportional, .Hence , form a basis for all x. We now write down the corresponding general solution and its derivative and equate their values at 0 to the given initial conditions,
. By addition and subtraction, , so that the answeris . This is the particular solution satisfying the two initial conditions.
Find a Basis if One Solution Is Known.
Reduction of Order
It happens quite often that one solution can be found by inspection or in some other way.
Then a second linearly independent solution can be obtained by solving a first-order ODE.
This is called the method of reduction of order.1We first show how this method works in an example and then in general.
E X A M P L E 7 Reduction of Order if a Solution Is Known. Basis Find a basis of solutions of the ODE
.
Solution. Inspection shows that is a solution because and , so that the first term vanishes identically and the second and third terms cancel. The idea of the method is to substitute
into the ODE. This gives
uxand –xucancel and we are left with the following ODE, which we divide by x, order, and simplify, ,
This ODE is of first order in , namely, . Separation of variables and integration gives
, ln ƒvƒln ƒx1ƒ2 ln ƒxƒln ƒx1ƒ. x2 dv
v
x2
x2x dxa 1 x12
xb dx
(x2x)vr(x2)v0 vur
(x2x)us(x2)ur0.
(x2x)(usx2ur)x2ur0
(x2x)(usx2ur)x(urxu)ux0.
yuy1ux, yrurxu, ysusx2ur ys10 yr11
y1x
(x2x)ysxyry0
y2ex4eⴚx 䊏
c12, c24
y c1exc2eⴚx, yrc1ex c2eⴚx, y(0)c1c26, yr(0)c1c2 2 eⴚx
ex ex/eⴚx e2xconst
eⴚx ex (eⴚx)s eⴚx0
(ex)s ex0
ysy0, y(0)6, yr(0) 2
ysy0 y2eⴚx
y1ex
䊏
y3.0 cos x0.5 sin x
yc1 cos xc2 sin x tan xconst
cot xconst
ysy0 sin x
cos x
SEC. 2.1 Homogeneous Linear ODEs of Second Order 51
1Credited to the great mathematician JOSEPH LOUIS LAGRANGE (1736–1813), who was born in Turin, of French extraction, got his first professorship when he was 19 (at the Military Academy of Turin), became director of the mathematical section of the Berlin Academy in 1766, and moved to Paris in 1787. His important major work was in the calculus of variations, celestial mechanics, general mechanics (Mécanique analytique, Paris, 1788), differential equations, approximation theory, algebra, and number theory.
We need no constant of integration because we want to obtain a particular solution; similarly in the next integration. Taking exponents and integrating again, we obtain
, , hence .
Since are linearly independent (their quotient is not constant), we have obtained a basis of solutions, valid for all positive x.
In this example we applied reduction of orderto a homogeneous linear ODE [see (2)]
.
Note that we now take the ODE in standard form, with not —this is essential in applying our subsequent formulas. We assume a solution of (2), on an open interval I, to be known and want to find a basis. For this we need a second linearly independent solution of (2) on I. To get , we substitute
, ,
into (2). This gives (8)
Collecting terms in and u, we have
.
Now comes the main point. Since is a solution of (2), the expression in the last parentheses is zero. Hence uis gone, and we are left with an ODE in and . We divide this remaining ODE by and set
, thus .
This is the desired first-order ODE, the reduced ODE. Separation of variables and integration gives
and .
By taking exponents we finally obtain
(9) .
Here so that . Hence the desired second solution is .
The quotient cannot be constant , so that and form
a basis of solutions.
y2 y1 (since U0)
y2/y1u 兰U dx
y2y1uy1
冮
U dxu 兰U dx Uu
r
,U 1
y21 eⴚ兰p dx
ln ƒUƒ 2 ln ƒy1ƒ
冮
p dxdU
U a2y1
r
y1 pb dx
U
r
a2y1r
y1 pb U0 u
s
ur
2y1r
py1y1 0
u
r
U, us
Ur
,y1
u
s
u
r
y1
u
s
y1ur
(2y1r
py1)u(y1s
py1r
qy1)0u
s
, ur
,u
s
y12ur
y1r
uys
1p(ur
y1uy1r
)quy10.y
s
y2s
us
y12ur
y1r
uys
1y
r
y2r
ur
y1uy1r
yy2uy1
y2 y2
y1
f(x)y
s
y
s
,y
s
p(x)yr
q(x)y0y1x and y2x ln ƒxƒ1 䊏
y2uxx ln ƒxƒ1 u
冮
v dxln ƒxƒ1xvx1 x2 1
x 1 x2
SEC. 2.2 Homogeneous Linear ODEs with Constant Coefficients 53
REDUCTION OF ORDER is important because it gives a simpler ODE. A general second-order ODE , linear or not, can be reduced to first order if ydoes not occur explicitly (Prob. 1) or if xdoes not occur explicitly (Prob. 2) or if the ODE is homogeneous linear and we know a solution (see the text).
1. Reduction. Show that can be
reduced to first order in (from which yfollows by integration). Give two examples of your own.
2. Reduction. Show that can be
reduced to a first-order ODE with yas the independent variable and , where derive this by the chain rule. Give two examples.
3–10 REDUCTION OF ORDER
Reduce to first order and solve, showing each step in detail.
3.
4.
5.
6. ,
7.
8.
9.
10.
11–14 APPLICATIONS OF REDUCIBLE ODEs 11. Curve. Find the curve through the origin in the
xy-plane which satisfies and whose tangent at the origin has slope 1.
12. Hanging cable. It can be shown that the curve of an inextensible flexible homogeneous cable hanging between two fixed points is obtained by solving y(x) ys⫽2yr
ys⫹(1⫹1/y)yr2⫽0
x2ys⫺5xyr⫹9y⫽0, y1⫽x3
ys⫽1⫹yr2
ys⫹yr3 sin y⫽0
y1⫽(cos x)/x xys⫹2yr⫹xy⫽0
yys⫽3yr2
2xys⫽3yr
ys⫹yr⫽0
z⫽yr;
ys⫽(dz/dy)z
F(y, yr, ys)⫽0
z⫽yr
F(x, yr, ys)⫽0
F(x, y, yr, ys)⫽0
, where the constant kdepends on the weight. This curve is called catenary (from Latin catena = the chain). Find and graph , assuming that and those fixed points are and in a vertical xy-plane.
13. Motion. If, in the motion of a small body on a straight line, the sum of velocity and acceleration equals a positive constant, how will the distance depend on the initial velocity and position?
14. Motion. In a straight-line motion, let the velocity be the reciprocal of the acceleration. Find the distance for arbitrary initial position and velocity.
15–19 GENERAL SOLUTION. INITIAL VALUE PROBLEM (IVP)
(More in the next set.) (a)Verify that the given functions are linearly independent and form a basis of solutions of the given ODE. (b) Solve the IVP. Graph or sketch the solution.
15.
16.
17.
18.
19.
20. CAS PROJECT. Linear Independence. Write a program for testing linear independence and depen- dence. Try it out on some of the problems in this and the next problem set and on examples of your own.
eⴚx sin x eⴚx cos x,
ys ⫹2yr⫹2y⫽0, y(0)⫽0, yr(0)⫽15,
x, x ln x
x2ys ⫺xyr⫹y⫽0, y(1)⫽4.3, yr(1)⫽0.5,
x3>2, xⴚ1>2
4x2ys⫺3y⫽0, y(1) ⫽ ⫺3, yr(1)⫽0,
eⴚ0.3x, xeⴚ0.3x
yr(0)⫽0.14,
ys ⫹0.6yr⫹0.09y⫽0, y(0)⫽2.2,
cos 2.5x, sin 2.5x
4ys⫹25y⫽0, y(0)⫽3.0, yr(0)⫽ ⫺2.5,
y(t) y(t)
(1, 0) (⫺1, 0)
k⫽1
y(x) ys ⫽k21⫹yr2