Higher Order ODE
Higher Order ODE
where lower order derivatives and y itself may or may not occur
Theorem
Fundamental Theorem for the Homogeneous Linear ODE
((2))
For a homogeneous linear ODE (2), sums and constant multiples of
solutions on some open interval I are again solutions on I .
(This does not hold for a nonhomogeneous or nonlinear ODE)
Theorem
Existence and Uniqueness Theorem for Initial Value Problems
If the coefficients p0 (x), · · · , pn−1 (x) of (2) are continuous on some
open interval I and x0 is in I , then the initial value problem (2) with
initial conditions (5) has a unique solution y (x) on I .
.
Higher Order Linear ODEs 8 / 25
Hence, the auxilliary equation is,
m3 − 6m2 + 11m − 6 = 0,
y = c1 x + c2 x 2 + c3 x 3 .
y = 2x + x 2 − x 3 .
Theorem
Existence of a general solution
If the coefficients p0 (x), p1 (x), . . . , pn−1 (x)of
′
y (n) + pn−1 (x)y (n−1) + · · · + p1 (x)y + p0 (x)y = 0
are continuous on some open interval I , then the ODE has a general
solution on I .
y 1 = e λ1 x , . . . , y n = e λn x
y = c1 e λ1 x + . . . cn e λn x (8)
e λx , xe λx , x 2 e λx , · · · , x m−1 e λx .
Higher Order Linear ODEs 15 / 25
If (7) has complex double root (λ = α ± iβ) then the
corresponding linearly independent solutions are
λ3 − 2λ2 − λ + 2 = 0.
y = c1 e −x + c2 e x + c3 e 2x .
y = c1 + c2 x + (c3 + c4 x + c5 x 2 )e x
′
y (x0 ) = K0 , y (x0 ) = K1 , ... , y (n−1) (x0 ) = Kn−1 (12)
n Z
X Wk (x)
yp (x) = yk (x) r (x)dx (14)
k=1
W (x)
Z Z
W1 (x) Wn (x)
= y1 (x) r (x)dx + . . . + yn (x) r (x)dx (15)
W (x) W (x)
y h = c1 x + c2 x 2 + c3 x 3
x x2 x3
W = 1 2x 3x 2 = 2x 3
0 2 6x
0 x2 x3
W1 = 0 2x 3x 2 = x4
1 2 6x
Higher Order Linear ODEs 24 / 25
x 0 x3
W2 = 1 0 3x 2 = −2x 3
0 1 6x
x x2 0
W3 = 1 2x 0 = x2
0 2 1
Hence after integrating, we’ll get
x x3 x3
2
x2 x3
2 x
yp = ln x − −x ln x − + (x ln x − x)
2 3 9 2 4 2