Chapter 5 Higher Order Equations
Chapter 5 Higher Order Equations
In this chapter, we will generalize our results about second order equations to
higher orders. The basic ideas are the same. We still need the homogeneous
solution to find the general nonhomogeneous solution. We will extend the two
methods, undetermined coefficients and variation of parameters, to higher
dimensions and this will naturally involve many more terms and constants
in the solution. We also need some new notation to express nth derivatives
easily.
y = c1 y1 + c2 y2 + · · · + cn yn (5.2)
Linear Independence: If
c1 y1 + c2 y2 + · · · + cn yn = 0 (5.3)
33
34 CHAPTER 5. HIGHER ORDER EQUATIONS
means that all the constants c1 , c2 , . . . , cn are zero, then this set of functions
is linearly independent. Otherwise, they are dependent.
For example, the functions x, x2 , x3 are linearly independent. The func-
tions cos2 x, sin2 x, cos 2x are not.
Given n functions, we can check their linear dependence by calculating
the Wronskian. The Wronskian is defined as
y1 ... yn
y10 ... yn0
W (y1 , y2 , . . . , yn ) = .. .. (5.4)
. .
(n 1) (n 1)
y1 . . . yn
and the functions are linearly dependent if and only if W = 0 at some point.
dy d2 y
Dy = = y0, D2 y = = y 00 (5.5)
dx dx2
etc. A di↵erential operator is
L = a0 Dn + a1 Dn 1
+ · · · + an 1 D + an (5.6)
if a is real.
Some special cases are:
D n y = 0 ) y = c0 + c1 x + . . . + cn 1 xn 1
The solution is
Method of Solution:
We know that
Dy = 0 ) y = c
(D 7)y = 0 ) y = ce7x
(D2 + 1)y = 0 ) y = c1 sin x + c2 cos x
Therefore the general solution is
Note that the equation is fourth order and the solution has four arbitrary
constants.
Then, we will solve this linear system to find vi0 , and integrate them to
obtain yp .
Z Z
yp = y1 v1 dx + · · · + yn vn0 dx
0
(5.15)
8 6
y = c1 x + c2 x3 + c3 x5 + x
15
EXERCISES 39
Exercises
1) D5 y = 0
2) (D 1)3 y = 0
3) y 000 4y 00 + 13y 0 = 0
4) (D 2)2 (D + 3)3 y = 0
5) (D2 + 2)3 y = 0
d4 y d2 y
6) + 5 + 4y = 0
dx4 dx2
7) (D2 + 9)2 (D2 9)2 y = 0
d4 y d3 y d2 y
8) 2 + 2 =0
dx4 dx3 dx2
9) y 000 3y 00 + 12y 0 10y = 0
10) (D2 + 2D + 17)2 y = 0
11) (D4 + 2D2 + 1)y = x2
12) (D3 + 2D2 D 2)y = 1 4x3
p p p
F13) (2D4 + 4D3 + 8D2 )y = 40e x [ 3 sin( 3x) + 3 cos( 3x)]
14) (D3 4D2 + 5D 2)y = 4 cos x + sin x
15) (D3 9D)y = 8xex
40 CHAPTER 5. HIGHER ORDER EQUATIONS
Answers
1) y = c0 + c1 x + c2 x2 + c3 x3 + c4 x4
2) y = c1 ex + c2 xex + c3 x2 ex
3) y = c1 e2x cos 3x + c2 e2x sin 3x + c3
4) y = c1 e2x + c2 xe2x + c3 e 3x + c4 xe 3x + c5 x2 e 3x
p p p p
5) y = c1 cos 2x + c2 sin 2x + c3 x cos 2x + c4 x sin 2x
p p
+ c5 x2 cos 2x + c6 x2 sin 2x
6) y = c1 cos 2x + c2 sin 2x + c3 cos x + c4 sin x
7) y = c1 e3x + c2 xe3x + c3 e 3x + c4 xe 3x
+ c5 cos 3x + c6 sin 3x
+ c7 x cos 3x + c8 x sin 3x
8) y = c1 + c2 x + c3 ex cos x + c4 ex sin x
9) y = c1 ex + c2 ex cos 3x + c3 ex sin 3x
x x x x
10) y = c1 e sin 4x + c2 e cos 4x + c3 xe sin 4x + c4 xe cos 4x
11) y = c1 cos x + c2 sin x + c3 x cos x + c4 x sin x + x2 4
12) y = c1 ex + c2 e x 2x
+ 2x3 3x2 + 15x 8
+ c3 e
p p p
13) y = c1 + c2 x + c3 e x cos 3x + c4 e x sin 3x + 5xe x
cos 3x
14) y = c1 ex + c2 xex + c3 e2x + 0.2 cos x + 0.9 sin x
3
15) y = c1 + c2 e3x + c3 e 3x + ex xex
4