Author: Daniel Albert May 25, 2018
www.dennisusa.com
8
Note: the number of solution is the same number as the highest order of
derivative. For example, y
(5)
has the highest order derivative as 5, therefore
there should be 5 solutions – y1, y2, y3, y4, y5.
Chapter 4: System of ODE
General form: F (x, y, y’, y”, y”’,,,,, y
(n)
) = 0
x1’ = f1(x1, x2 ,,,,xn) -> 1
st
order ODE
x2’ = f2(x1, x2 ,,,,xn) -> 2
nd
order ODE
x3’ = f3(x1, x2 ,,,,xn) -> 3
rd
order ODE
xn’ = fn(x1, x2 ,,,,xn) -> n
th
order ODE
f(x) = a x1+ bx2 +,,,cxn
Note: x1, x2 ,,,,xn are variables.
• Transform system to linear form (elimination method)
Let x1 = y, x2= y’, x1’ = y’, x2’ = y”
Example:
=> =>
X1’ = x1 – x2
X2’ = x1 + x2
Dx1 = x1 – x2
Dx2 = x1 + x2
(D-1) x1 + x2 = 0 (1)
- x1 + (D-1) x2 = 0 (2)