Differential Equations (MA 1150) : Sukumar
Differential Equations (MA 1150) : Sukumar
Sukumar
Lecture 8
Suppose P0 (x) 6= 0 for all x in some open interval (a, b), then we can divide by
P0 (x) in (1) on (a, b), and obtain the equation
Pi (x) F (x)
where pi (x) = and f (x) = .
P0 (x) P0 (x)
Higher Order Linear Differential Equations
Ly = P0 y (n) + P1 y (n−1) + · · · + Pn y .
Theorem Suppose Ly = F is normal on (a, b) and let x0 ∈ (a, b). Then the
initial value problem
You may compare this with the 1st order and 2nd order linear ODE.
Higher Order Linear Differential Equations
Ly = P0 y (n) + P1 y (n−1) + · · · + Pn y .
Theorem if y1 , y2 , . . ., yn are solutions of Ly = 0 on (a, b), then so is any
linear combination of {y1 , y2 , . . . , yn }.
on (a, b).
Abel’s formula
Rx
− p(t) dt
W (x) = W (x0 )e x0
, a < x < b.
Higher Order Linear Differential Equations
Ly = P0 y (n) + P1 y (n−1) + · · · + Pn y = 0
c1 y1 + c2 y2 + · · · + cn yn = 0, a < x < b.
If W (x) 6= 0 for some x in (a, b) then the system (4) has only the trivial
solution c1 = c2 = · · · = cn = 0.
y = c1 y1 + c2 y2 + · · · + cn yn
Equivalent formulation
is normal on (a, b), let y1 , y2 , . . . , yn be solutions of (5) on (a, b), and let x0
be in (a, b).
Then the Wronskian of {y1 , y2 , . . . , yn } is given by
Z x
P1 (t)
W (x) = W (x0 ) exp − dt , a < x < b. (6)
x0 P0 (t)
Particular solution
Particular solution.
y = yp + c1 y1 + c2 y2 + · · · + cn yn ,
Then
yp = yp1 + yp2 + · · · + ypr
is a particular solution on (a, b) of
If k is a positive integer, let D k stand for the k-th derivative operator; that is
D k y = y (k) .
If
q(m) = b0 mn + b1 mn−1 + · · · + bn
is an arbitrary polynomial, define the operator
q(D) = b0 D n + b1 D n−1 + · · · + bn
such that
If m is a constant then
p(D)e mx a0 D n e mx + a1 D n−1 e mx + · · · + an e mx
=
= (a0 mn + a1 mn−1 + · · · + an )e mx ;
that is
p(D)(e mx ) = p(m)e mx .
This shows that y = e mx is a solution of (11) if p(m) = 0.
Higher order constant coefficient equations
Solution
The characteristic polynomial is
y = c1 e x + c2 e 2x + c3 e 3x .
Higher order constant coefficient equations
y0 = c1 e x + 2c2 e 2x + 3c3 e 3x
(12)
y 00 = c1 e x + 4c2 e 2x + 9c3 e 3x .
y = 4e x − e 2x + e 3x .
Higher order constant coefficient equations
y 000 − y 00 + y 0 − y = 0. (13)
Solution
The characteristic polynomial is
Rewrite (13) as
(D − 1)(D 2 + 1)y = 0,
which implies that any solution of (D 2 + 1)y = 0 is a solution of (13).
Therefore y1 = cos x and y2 = sin x are solutions of (13).
Now rewrite (13) as
(D 2 + 1)(D − 1)y = 0,
which implies that any solution of (D − 1)y = 0 is a solution of (13).
Example (continued...)
Note that
1 0 1
W (0) = 0 1 1 = 2,
−1 0 1
y = c1 cos x + c2 sin x + c3 e x
Solution
The characteristic polynomial is
p(m) = m4 − 16 = (m2 − 4)(m2 + 4) = (m − 2)(m + 2)(m2 + 4)
it can be written as
(D 2 + 4)(D + 2)(D − 2)y = 0
or
(D 2 + 4)(D − 2)(D + 2)y = 0
or
(D − 2)(D + 2)(D 2 + 4)y = 0.
Therefore y is a solution if it is a solution of any of the three equations
(D − 2)y = 0, (D + 2)y = 0, (D 2 + 4)y = 0.
Higher order constant coefficient equations
e −2x
e 2x cos 2x sin 2x
2e 2x −2e −2x −2 sin 2x
2 cos 2x
W (x) = 2x −2x
.
4e 4e −4 cos 2x −4 sin 2x
8e 2x −8e −2x
8 sin 2x −8 cos 2x
Since
1 1 1 0
2 −2 0 2
= − 512 6= 0,
W (0) =
4 4 −4 0
8 −8 0 −8
y 000 + 3y 00 + 3y 0 + y = 0. (15)
Solution
The characteristic polynomial is
it can be written as
(D + 1)3 y = 0.
Therefore the general solution of (15) is
y = e −x (c1 + c2 x + c3 x 2 ).
Higher order constant coefficient equations
[(D − λ)2 + ω 2 ]m y = 0.
(D 2 + 4D + 13)3 y = 0. (16)
We can re-write D 2 + 4D + 13 as
y = ue x ,
y0 = e x (u 0 + u),
y 00 = e x (u 00 + 2u 0 + u),
000
y = e x (u 000 + 3u 00 + 3u 0 + u)
up = A + Bx + Cx 2 + Dx 3 .
Then
5D = 5
5C + 33D = 28
5B + 22C + 36D = 24
5A + 11B + 12C + 6D = 21.
D = 1, C = −1, B = 2, A = 1
Therefore
up = 1 + 2x − x 2 + x 3
and hence
yp = e x up = e x (1 + 2x − x 2 + x 3 )
is a particular solution of (17)