Introduction Flashcards
General Form of a First Order ODE
F(t, x, x’) = 0
-where F is a continuous function of its arguments
-in particular F might not depend on t or x but must depend on x’
-usually we will assume that first order ODE can be solved wrt x’ and use the following form:
x’ = f(t,x)
Nth Order ODEs
-equations of the form:
F(t,x,x’,x’’, … , x’n) = 0
-similarly to first order ODEs, we shall assume that nth order equations are resolved with respect to the highest derivative:
x’n = f(t,x,x’, … ,x’(n-1))
Linear / Linear Homogeneous
First Order Definition
-the first order differential equation x’=f(t,x) is linear or linear homogeneous if function f(t,x) is a linear function of the dependent variable x
-i.e. if:
f(t,x) = p(t)x
Linear Non-Homogeneous
First Order Definition
-the first order differential equation x’ = f(t,x) is linear non-homogeneous if f(t,x) is of the form:
f(t,x) = p(t)x + q(t)
Linear / Linear Homogeneous
Nth Order Definition
-we say that the equation
x’n = f(t,x,x’, … ,x’(n-1)) is linear homogeneous if function f is a linear function of variables x, x’, x’’, … ,x’(n-1)
-i.e. if:
f(t,x,x’, … ,x’(n-1)) = Σpk(T)*x’k
-where the sum is taken between k=0 and k=n-1
Linear Non-Homogeneous
Nth Order Definition
-we say that the equation
x’n = f(t,x,x’, … ,x’(n-1)) is linear non-homogeneous if function f is of the form:
f(t,x,x’,…,x’(n-1))
= Σpk(T)*x’k + q(t)
Non-Linear
Definition
-equations which are not linear or linear non-homogeneous are called non-linear equations
Linear IAOI
-the equation: x'n = f(t,x,x', ... , x'(n-1)) -is linear IAOI for any two solutions x1=x1(t) and x2 = x2(t), the linear combination: x = A*x1 + B*x2 -is also a solution of the equation
Autonomous
Definition
-the equation: x'n = f(t,x,x', ... , x'(n-1)) -is called autonomous if function f does not depend on the independent variable t explicitly -i.e. : f = f(x,x', ... ,x'(n-1))
Non-Autonomous
Definition
-equations of the form:
x’n = f(t,x,x’, … , x’(n-1))
-for which f explicitly depends on t, are non-autonomous
Solving First Order Autonomous ODEs
-first order autonomous ODEs are of the form:
x’ = f(x)
-they are separable and can be solved:
dx/dt = f(x)
dx = f(x)dt
∫ 1/f(x) dx = t + C
-where C is an arbitrary constant of integration
Can nth order linear autonomous equations be solved?
- in the case of linear (homogeneous or non-homogeneous) equations, nth order autonomous equations are equations with constant coefficients
- they can be solved explicitly using linear algebra
Standard Form of a First Order System of ODEs
xk’ = fk (t,x1,x2, … , xn)
- for k = 1, … , n
- here each fk is a specified function of dependent variables x1, …. , xn and independent variable t
Vector Form of a First Order System of ODEs
|x’ = |f (t, |x)
- where |x’ is a column vector with entries x1’, x2’, … , xn’
- and |x is the column vector x1, x2, …. , xn
- and |f is the column vector f1(t,|x) , f2(t,|x) , … , fn(t,|x)
Writing Higher Order Equations (or systems of equations) in Terms of First Order
-any high order equation or a system of equations is equivalent to a first order equation
-take the equation:
x’n = f(t,x,x’, … , x’(n-1))
-if we denote x1=x , x2=x’, x3=x’‘=x2’, … , xn=x’(n-1)
-then in new variables, the system can be written as |x’=|f(t,|x) where |f is a column vector with entries: x2, x3, … , xn , f(t,x,x’, … , x’(n-1))