Part II - ODE
Part II - ODE
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 1 / 111
1. Introduction
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 2 / 111
Introduction · · · Cont’d
Classification by Order
dy d 2y dy
4x +y =x and 2
+4 − 6y = e x
dx dx dx
are first and second-order ordinary differential equations respectively.
The general nth −order ordinary differential equation in one dependent
variable is given by the general form general form
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 3 / 111
Introduction · · · Cont’d
For both practical and theoretical reasons we shall also make the
assumption hereafter that it is possible to explicitly solve the differential
equation of the form (1) uniquely for the highest derivative y (n) in terms
of the remaining n + 1 variables x, y , y 0 , y 00 , ..., y (n−1) . Then the
differential equation (1) becomes
d ny
= f (x, y , y 0 , ..., y (n−1) ), (2)
dx n
where f is a real-valued continuous function and this is referred to as the
normal form of (1).
Example
The normal form of the first-order equation 4xy 0 + y = x is
x −y
y0 =
4x
and the normal form of the second-order equation y 00 − y + 6y = 0 is
Tilahun Abebaw (PhD) (AAU) 00
Advanced Mathematics0 for Engineers Part II: Ordinary Differential
November Equations
26, 2023 4 / 111
Introduction · · · Cont’d
F (x, y , y 0 ) = 0 or y 0 = f (x, y ).
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 5 / 111
Introduction · · · Cont’d
Classification by Linearity
Example
1. x 00 (t) + 2x(t) + sin(t) = 0 is a linear ODE,
2. x 0 + x 2 = 1 is a nonlinear ODE.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 7 / 111
Introduction · · · Cont’d
Solution Concept
Definition
Let h(x) be a real valued function defined on an interval [a, b] and having
nth order derivative for all x ∈ (a, b). If h(x) satisfies the nth order ODE
(3) on (a, b), that is,
1. F (x, h(x), h0 (x), h00 (x), . . . , h(n) (x)) is defined for all x ∈ (a, b) and
2. F (x, h(x), h0 (x), h00 (x), . . . , h(n) (x)) = 0, for all x ∈ (a, b),
then y = h(x) is called a (an Explicit) solution of the ODE on [a, b].
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 8 / 111
First Order ODES
Existence and Uniqueness of Solutions
Example
The function h(x) = sin x + cos x is an explicit solution for the DE y 00 + y = 0,
where as the function h(x, y ) = x 2 + y 2 − 4 = 0 is an implicit solution of the DE
yy 0 = −x on (−2, 2), since y > 0.
Theorem
1. (Existence) Let F (t, x) be a continuous function, then the initial value
problem
dx
= F (t, x), x(to ) = xo
dt
has a solution x = f (t) defined in some neighbourhood of to .
2. (Uniqueness) If F (t, x) is a once continuously differentiable function, then
there exists a unique solution to the initial value problem,
dx
= F (t, x), x(to ) = xo
dt
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary Differential
November Equations
26, 2023 9 / 111
First Order ODEs Separation of Variables
A First Order ODE is generally of the form
g (y )dy = f (x)dx
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 10 / 111
Example
1 Solve the initial value problem,
dy
= (1 − 2x)y , y (0) = 1.
dx
2 Solve the following DEs
(a) 6yy 0 + 4x = 0.
(b) y 0 = x 2 e −y
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 11 / 111
Ordinary Differential Equations Reducible to separable form
There are ODEs that are not separable, but they can be transformed to
separable form with simple change of variables (proper substitutions).
1. Linear Substitution
If a given DE can be written in the form
y 0 = g (ax + by + c).
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 12 / 111
Ordinary Differential Equations Reducible to separable
form . . .
2. Quotient Substitution
If a given DE can be written in the form
0 y
y =g .
x
x 2 y 0 = x 2 + xy + y 2 .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 13 / 111
Exact Differential Equations
Definition
An ODE of the form M(x, y )dx + N(x, y )dy = 0 is said to be an exact DE
is some domain D, if there exists a function F (x, y ) such that
∂F ∂F
∂x = M(x, y ) and ∂y = N(x, y ) for all (x, y ) ∈ D.
∂F ∂F
= M(x, y ) and = N(x, y ),
∂x ∂y
Example
Solve each of the following DEs.
1 (x 2 − 3x 2 y )dx − (x 3 +
√
y )dy = 0.
x−y +4
2 y0 = x+y .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 15 / 111
Integrating Factors
The differential equation ydx + 2xdy = 0 is not exact. But if we multiply
this equation by y , the equation is becomes and exact equation. That is,
y 2 dx + 2xydy = 0
is exact, since
∂y 2 ∂(2xy )
= 2y = .
∂y ∂x
In this case y is called an integrating factor for the given differential
equation.
Definition
If the differential equation M(x, y )dx + N(x, y )dy = 0 is not exact but the
differential equation
∂ ∂
(µN) = (µN) (by exactness of the given DE) (4)
∂y ∂x
and this is equivalent to the equation
µy M + µMy = µx N + µNx ,
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 17 / 111
Integrating Factor...
If the integrating factor µ can be found to be a function of x alone, µ(x)
(or a function of y alone µ(y )),then the above equation is reduced to
dµ
µMy = N + µNx
dx
dµ My −Nx
which is equivalent to dx = µ( N ) and this is a separable differential
equation.
M y − Nx
This idea works correctly if the ratio is a function of x only; that
N
My −Nx
is, if p(x) = N is a function of x only. In this case
dµ My − Nx
= dx,
µ N
which implies R
p(x)dx
µ(x) = e .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 18 / 111
Integrating Factor...
My − Nx
If the quotient is not a function of x alone, then the integrating
N
factor µ can not be obtained using the above procedure, but we can try to
find µ as a function of y alone, µ(y ).
Then when µ(y ) is only a function of y , equation (4) will be reduced to
dµ
M + µMy = µNx
dy
which implies
dµ M y − Nx
= −µ , which is a separable differential equation.
dy M
My −Nx
Hence, if instead, the fraction q(y ) = M is a function of y alone, then
R
− q(y )dy
µ(y ) = e .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 19 / 111
Example
Consider the differential equation
M y − Nx 0−3 −3e 2y
= =
N 3x − e −2y 3xe 2y − 1
which is not a function of x alone. Hence obtaining µ(x) is not possible.
M −N
However, yM x = 0−3 1 = −3( constant function)
can be considered
R as a function of y alone . Therefore,
µ(y ) = e − (−3)dy = e 3y .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 20 / 111
Example ....
Example
Now to solve the problem in (5), multiplying the given equation by
µ(y ) = e 3y we have an exact DE
e 3y dx + (3x − e −2y )e 3y dy = 0.
∂F ∂F
= e 3y and = (3x − e −2y )e 3y .
∂x ∂y
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 21 / 111
Linear First Order Differential Equations
Consider the general first-order linear differential equation
a0 (x) f (x)
p(x) = and q(x) = .
a1 (x) a1 (x)
Write the left side of the resulting equation as the derivative of the
product of y and the integrating factor. The integrating factor is
designed to make this possible. The right side is a function of just x.
That is R
de p(x)dx y R
= e p(x)dx q(x)
dx
Integrate both sides of this equation with respect to x and solve the
resulting equation for y gives the general solution.
R Z R
p(x)dx
e y = e p(x)dx q(x)dx.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 23 / 111
Example
Solve the differential equation y 0 + 3y = 6.
The given equation is linear with p(x) = 3 and q(x) = 6.
1 We compute the integrating factor
R R
p(x)dx 3dx
e =e = e 3x
d(ye 3x )
= 6e 3x .
dx
4 We integrate
d(ye 3x )
Z Z
dx = 6e 3x
dx
and get y (x)e 3x = 2e 3x + C . Then solve for y (x) to get the general
solution y (x) = Ce −3x + 2 for an arbitrary constant C .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 24 / 111
Reading Assignment .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 25 / 111
Linear ODEs of the Highest Order
Definition
A linear ordinary differential equation of order n in the dependent variable
y and independent variable x is an equation which can be expressed in the
form:
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 26 / 111
Theorem (Basic Existence Theorem for IVP)
Consider the linear ODE
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 27 / 111
General Solution of Homogeneous Linear ODEs
Example
y1 = cos x and y2 = sin x are two solutions of the homogenous DE
y 00 + y = 0. Then for any arbitrary constants c1 and c2 ,
y (x) = c1 cos x + c2 sin x is also a solution to the given DE.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 28 / 111
Linearly Dependent and Linearly Independent Functions
Definition
1 Functions f1 , . . . , fn are said to be Linearly Dependent (LD) on some
interval [a, b] if there are constants c1 , . . . , cn , not all zero, such that
Example
1 The functions f1 (x) = e x and f2 (x) = 4e x are Linearly Dependent on
R since −4f1 (x) + f2 (x) = −4e x + 4e x = 0, for all x ∈ R.
2 The functions f1 (x) = x and f2 (x) = x 3 are LI on R, since for
c1 , c2 ∈ R, c1 f1 (x) + c2 f2 (x) = c1 x + c2 x 3 = 0, ∀x ∈ R\{0} implies
c1 = 0 and c2 = 0.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 29 / 111
Existence of Linearly Independent Solutions for a LHODE
Theorem
The Linear Homogenous Differential Equation (LHODE) (8) always has n
Linearly Independent (LI) solutions. Furthermore, if f1 (x), f2 (x), . . . , fn (x)
are n LI solutions of (8), then every solution of (8) can be expressed as a
linear combination of these solution functions. i.e. If y is a solution for
(8), then
Xn
y (x) = ci fi (x)
i=1
Example
Consider the second order linear homogenous DE y 00 + y = 0. Then
f1 (x) = sin x, f2 (x) = cos x are LI solutions of the given equation and the
general solution of the DE is given by y (x) = c1 sin x + c2 cos x, for
constants c1 , c2 ∈ R.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 30 / 111
Fundamental Set of Solutions
Definition
If f1 (x), f2 (x), . . . , fn (x) are n linearly independent solutions of (8) on
[a, b], then the set {f1 (x), f2 (x), . . . fn (x)} is called the Fundamental Set
of Solutions of (8) and the function
Example
Consider the third order linear homogenous DE y 000 − 2y 00 − y 0 + 2y = 0.
Then the functions e x , e −x , e 2x are LI (particular) solutions and hence the
general solution of the given equation is given by:
y (x) = c1 e x + c2 e −x + c3 e 2x , where c1 , c2 , c3 ∈ R.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 31 / 111
The Wronskian of Functions
Definition
Let f1 (x), f2 (x), . . . , fn (x) be n real valued functions each of which has an
(n − 1)th derivative on the interval [a, b]. The determinant:
Example
The Wronskian, W(x) of y1 (x) = e 2x and y2 (x) = xe 4x is
e 2x xe 4x
W(x) = = e 4x + 2xe 4x − 2xe 4x = e 4x
2e 2x e 4x + 4xe 4x
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 32 / 111
Wronskian Test for Linearly Independence
Theorem
The n functions f1 , f2 , . . . , fn are Linearly Independent on an interval [a, b]
if and only if the Wronskian of f1 , f2 , . . . , fn is different from zero for
some x ∈ [a, b]. That is, f1 , f2 , . . . , fn are LI if and only if there exists
x ∈ [a, b] such that W(x) 6= 0.
Example
1 Show that x and x 2 are Linearly Independent.
Solution:
Consider the Wronskian of x and x 2 ,
x x2
W(x, x2 ) = = 2x 2 − x 2 = x 2
1 2x
Definition
A Differential Equation
bn f (n) (x) + bn−1 f (n−1) (x) + · · · + b1 f 0 (x) + b0 f (x) = 0 for all x ∈ [a, b].
Hence the derivatives of f are linearly dependent since at least one of the
coefficients b0 , b1 , . . . , bn is different from zero.
The simplest case with this property is a function f such that
f (k) (x) = cf (x), ∀x ∈ [a, b] for some constant c.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 34 / 111
Homogeneous LODE with Constant Coefficients...
Let f (x) = e λx . Then f k (x) = λk f (x) = λk e λx which implies c = λk .
Thus we will look for the solution of (10) in the form y = e λx where the
constant λ will be chosen so that y = e λx does satisfy the equation (10).
Now inserting y = e λx into (10) gives;
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 35 / 111
Case 1. Distinct Real Roots
Suppose that (11) has n distinct roots, λ1 , λ2 , . . . λn where λi 6= λj , for
i 6= j. Then, the solutions e λ1 x , e λ2 x , . . . , e λn x are linearly independent.
If λ1 , λ2 , . . . , λn are the n distinct real roots of (11), then the general
solution of (10) is:
n
X
y (x) = c1 e λ1 x + c2 e λ2 x + · · · + cn e λn x = ci e λi x ,
i=1
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 36 / 111
Case 2. Repeated Real Roots
Theorem
1 If the characteristic equation (11) has the real root λ occurring k
times (i.e.λ1 = λ2 = · · · = λk ) where k ≤ n, then the part of the
general solution for (10) corresponding to this k fold repeated root is
(c1 + c2 x + · · · + ck x k−1 )e λx
Example
Consider the Differential Equation
y (4) − 5y 000 + 6y 00 + 4y 0 − 8y = 0.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 37 / 111
Solution
λ4 − 5λ3 + 6λ2 + 4λ − 8 = 0
λ1 = λ2 = λ3 = 2 and λ4 = −1.
y (x) = c1 e 2x + c2 xe 2x + c3 x 2 e 2x + c4 e −x ,
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 38 / 111
Case 3. Conjugate Complex Roots
k1 e (a+ib)x + k2 e (a−ib)x .
But e a+ib = e a e ib = e a (cos b + i sin b), (by applying Euler’s formula) and
then
Example
Solve y 00 − 2y 0 + 10y = 0.
Solution
The characteristic equation of the given equation is λ2 − 2λ + 10 = 0 with
roots λ1 = 1 + 3i and λ2 = 1 − 3i. Then y1 = e x cos 3x and y2 = e x sin 3x
are two independent solutions of the given equation. Therefore,
y = c1 y1 + c2 y2 , where c1 and c2 are arbitrary constants, is a general
solution of the given equation. That means
Theorem
theorem continued....
1. If y1 and y2 are solutions of the nonhomogeneous equation on an
interval I, then y1 − y2 is also a solution of the homogeneous equation
in the interval I.
2. If y1 is a solution of the nonhomogeneous equation and y2 is a
solution of the homogeneous equation in an interval I, then y1 + y2 is
a solution of the nonhomogeneous equation in the interval I.
From the theorem we can see that, if yh (x) denote the general solution of
the homogeneous part of (13) and yp (x) denote a particular solution of
the DE (13), then the general solution of (13) is given by
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 42 / 111
General Solution
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 43 / 111
The Method of Undetermined Coefficients
Definition
1. A function is called an undetermined coefficient function (UC
function) if it is either:
a) a function defined by (a linear combination) of the following
i) x n , n = 0, 1, 2, . . . ,
ii) e ax , where a is any non-zero constant
iii) sin(bx + c), where b, c are constants, such that b 6= 0.
iv) cos(bx + c), where b, c are constants, such that b 6= 0.
or
b) a function which is defined as a finite product of two or more functions
of the above 4 types.
2. Let f be an UC function. A set S of functions consisting of f and all
the derivatives of f which are mutually LI UC functions is said to be
the UC set of function f.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 44 / 111
The Method of Undetermined Coefficients...
Example
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 45 / 111
The Method of Undetermined Coefficients...
We outline the solution method by using the following example.
Example
Consider the differential equation
y (4) − y 00 = 0.
yh (x) = c1 + c2 x + c3 e x + c4 e −x .
(4)
yp1 − yp001 (x) = 3x 2 which implies 24A − 12Ax 2 − 6Bx − 2C = 3x 2 .
Equating the coefficients of like terms we get:
−8A = 3
−6B = 0
24A − 2C = 0
−3 −9
This implies, A = 8 , B = 0 and C = 2 .
Therefore,
3 −9 2
yp1 (x) = − x 4 − x .
8 2
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 48 / 111
The Method of Undetermined Coefficients...
Next, we need to find yp2 (x) which corresponds to f2 (x) = − sin 2x. We
seek yp2 (x) to be a linear combination of the elements of S2 , that is,
yp2 (x) = D sin 2x + E cos 2x.
y1 (x) y2 (x)
6= 0.
y10 (x) y20 (x)
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 51 / 111
Variation of Parameters...
However, the above determinant is the Wronskian of the functions y1 and
y2 . Since y1 and y2 are LI functions, then
W[y1 ,y2 ] (x) 6= 0.
Hence by Cramer’s rule we have:
0 y2
f y20 W1 (x)
c01 (x) = =
W (x) W (x)
and
y1 0
y0 f W2 (x)
c02 (x) = 1 =
W (x) W (x)
By integrating both sides we will get:
Z Z
W1 (x) W2 (x)
yp (x) = dx y1 (x) + dx y2 (x).
W(x) W(x)
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 52 / 111
Variation of Parameters for n−th order ODE
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 53 / 111
First let us consider the derivative of y .
If we require
u10 y10 + · · · + un0 yn = 0,
then
y 00 = (u1 y100 + · · · + un yn00 ) + (u10 y10 + · · · + un0 yn0 ).
Next we require
u10 y10 + · · · + un0 yn0 = 0.
Continuing in this way, we require
(k−1) (k−1)
u10 y1 + · · · + un0 yn = 0, for k = 1, 2, · · · , n − 1.
and hence
(k) (k)
y (k) = u1 y1 + · · · + un yn , for k = 1, 2, · · · , n − 1.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 54 / 111
Then
(n) (n) (n−1) (n−1)
y n = (u1 y1 + · · · + un yn ) + u10 y1 + · · · + un0 yn .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 55 / 111
The n equations needed in order to find the n functions u1 , u2 , un are
u10 y1 + · · · + un0 yn
= 0
0 0 0 0
u1 y1 + · · · + un yn = 0
.. .. (17)
. .
0 (n−1)
(n−1)
u1 y1 + · · · + un0 yn = f (x)
Using Cramers Rule, for each k = 1, . . . , n,
f (x)Wk (x)
uk0 (x) = , where W (x) = W (y1 , y2 , · · · , yn )
W (x)
and Wk (x)is the determinant obtained by replacing k−th column of W
with (0, 0, · · · , 1). Then integrate to obtain
Z x
f (t)Wk (t)
uk (x) = dt, for k = 1, 2, ..., n.
x0 W (t)
Thus, a particular solution y is given by
n Z x
X f (t)Wk (t)
y (x) = dt yk ,
x0 W (t)
k=1
where x0 is arbitrary.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 56 / 111
Example
Consider the following DE.
y 000 − y 00 − y 0 + y = e 2x .
where
ex xe x e −x
W (x) = e x (x + 1)e x −e −x = 4e x ,
ex (x + 2)e x e −x
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 57 / 111
Example
Example continued ...
0 xe x e −x
W1 (x) = 0 (x + 1)e x −e −x = 4e x = −2x − 1,
1 (x + 2)e x e −x
ex 0 e −x ex xe x 0
W2 (x) = e x 0 −e −x = 2 and W3 (x) = e x (x + 1)e x 0 = ex .
ex 1 e −x ex (x + 2)e x 1
3 Z x
e 2t Wk (t)
X
Thus a particular solution is given by y (x) = dt yk
x0 W (t)
k=1
This implies
x x x
e 2t (−2t − 1) 2e 2t e 2t e t
Z Z Z
y (x) = e x
dt + xe x dt + e −x dt
x0 4e 2t x0 4e 2t x0 4e 2t
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 58 / 111
Example
Example continued ...
This implies
e x x 2t xe x x t e −x x 4t
Z Z Z
y (x) = − e (2t + 1)dt + e dt + e dt
4 x0 2 x0 4 x0
ex xe x e −x e 2x
y (x) = − − − + .
4 2 12 3
Therefore the general solution of the given DE is given by
1
y (x) = c1 e x + c2 xe x + c3 e −x + e 2x ,
3
where c1 , c2 , c3 are arbitrary constants.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 59 / 111
Solution Methods
1. The Laplace Transform Method
Example
Find the Laplace Transform of the constant function f (t) = 1.
Z ∞
L{1} = e −st × 1dt.
0
1
Answer: L{1} = s if s > 0.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 60 / 111
Laplace Method · · · Cont’d.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 61 / 111
Laplace Method · · · Cont’d.
From the table above we have
1
L{e at } = for s > a.
s −a
1
Thus the inverse operator applied on s−a will give us back the function e at
1
i.e., L−1 { } = e at for s > a.
s −a
In general, L−1 , the inverse Laplace Operator, is given by
Z γ+i∞
−1 1
L {F (s)} = F (s)e st ds,
2πi γ−i∞
(b) For any functions U(s), V (s) and any given scalars α, β, we have
Example
Evaluate the following transforms
5s 2 +3s+6
1. L{3t + 5e −2t }. Use linearity and the table. Ans. s 3 +2s 2
.
2
2. L{cos2 3t}. Use half angle formula and the table. Ans. ss3 +36s
+18
.
n 2 o
3. L−1 (s+1)
s
3 . Use partial fraction and the table. Ans.
(1 − 2t + 12 t 2 )e −t .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 63 / 111
Laplace Method · · · Cont’d.
y 0 + 2y = 0 with y (0) = 1.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 64 / 111
Laplace Method · · · Cont’d.
We can also use the Laplace Method to solve higher order equations with
constant coefficients. For these purposes the following property of the
Transform is required.
Theorem
In general, if f (n) (t) is piecewise continuous for t ≥ 0, then we have
L{f (n) (t)} = s n L{f (t)} − s n−1 f (0) − s n−2 f 0 (0) − · · · − f (n−1) (0).
Example
Solve the following IVPs using Laplace Transform.
1 y 00 − y 0 − 6y = cos 2t, with y (0) = 2, y 0 (0) = 0. Ans.
9 −2t
y (t) = 107 3t
65 e + 20 e
43
− 260 1
cos 2t − 52 sin 2t for t > 0.
2 y 000 − 2y 00 − y 0 + 2y = te t , with y (0) = 2, y 0 (0) = 1 and y 00 (0) = 0.
1 −t
Ans.y (t) = 74 e t − 23 e t − 12 e + 13 e 2t .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 65 / 111
Theorem (First shifting theorem)
If L{f (t)} = F(s) for Re(s) > b, then L{e at f (t)} = F(s − a) for
Re(s) > a + b.
Example
1 Find the Laplace transform for the function f (t) = e 3t cos 4t.
s
Solution: Recall that L{cos 4t} = 2 .
s + 42
Then using the first shifting theorem we get
s −3
L{e 3t cos 4t} = .
(s − 3)2 + 42
s
2 Find the inverse Laplace transform for the function F(s) = s 2 +s+1
.
Solution: First let us rewrite the function F(s) as
s s s + 21 1
2
F(s) = = 1 3
= −
2
s +s +1 (s + 2 )2 + 4 (s + 12 )2 + 3
4 (s + 1 2
2) + 3
4
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 66 / 111
Example
Example continued...
and hence,
( ) ( √ )
s + 12 3
−1 s −1 −1 1 2
L =L −L √ .
s2 + s + 1 (s + 12 )2 + 3
4 3 (s + 21 )2 + 3
4
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 67 / 111
Consider the general Laplace transform formula
Z ∞
F(s) = e −st f (t)dt.
0
Taking the derivative with respect to s on both sides we get,
Z ∞
0
F (s) = (−t)e −st f (t)dt = L{−tf (t)}.
0
By further differentiating the above equation with respect to s, we get
F 00 (s) = L{t 2 f (t)}.
In general we have the following theorem.
Theorem (Derivative of the transform)
For a piecewise continuous function f (t) and for any positive integer n, it
holds that
L{(−1)n t n f (t)} = F (n) (s),
where, F(s) = L{f (t)}.
(This formula can be used to find transforms of functions of the form
x n f (x) when the Laplace transform of f (t) is known.)
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 68 / 111
The Cauchy-Euler Equations
Let us consider linear differential equations with variable coefficients with
some special forms.
Definition
The linear differential equation with variable coefficient of the form:
Example
The linear differential equation 3x 2 y 00 − 11xy 0 + 2y = sin x is a Cauchy-Euler
equation.
dy dy dt 1 dy
= . =
dx dt dx x dt
and
d 2y
1 d dy dy
= + .
dx 2 x dx dt dt
1 d 2y
d 1
= .
dx x x dt 2
2
dt 1 dy 1 d y dy
− 2 = − .
dx x dt x 2 dt 2 dt
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 70 / 111
Substituting into (19) we get:
2
2 1 d y dy 1 dy
a2 x 2 2
− + a1 x. + a0 y = F (e t ).
x dt dt x dt
This implies,
d 2y dy
a2 2 + (a1 − a2 ) + a0 y = F (e t ).
dt dt
Then
d 2y dy
2
A2
+ A1 + A0 y = G (t), (20)
dt dt
where A2 = a2 , A1 = a1 − a2 , A0 = a0 and F (e t ) = G (t), which is a
second order linear differential equation with constant coefficients.
Example
Solve each of the following DEs.
1. x 2 y 00 − 2xy 0 + 2y = 0.
2. 3x 2 y 00 − 11xy 0 + 2y = sin x.
3. x 2 y 00 − 2xy 0 + 2y = x 3 .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 71 / 111
Solution Methods. . .
2. Power Series Method
exists and is a real number. Clearly the power series (21) always converges
at x = xo , which is the trivial case. If (21) converges on the interval
(xo − r , xo + r ) ⊂ R for some r > 0 and diverges on |x0 − r | > 0, then we
say r is a radius of convergence of the series. If the sum of the series is ∞
except at x = xo , it is conventional to write r = 0 as its radius of
convergence, and if the series converges for all x ∈ R then we take r = ∞.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 72 / 111
If the power series (21) converges with radius of convergence r > 0, the
function
∞
X
f (x) = an (x − xo )n
n=0
f (n) (xo )
an = , for all n = 0, 1, 2, . . .
n!
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 73 / 111
Recall: the Taylor series of a given smooth function f about a point ao is:
∞
X f (n) (ao )
TS f |ao = (x − ao )n ;
n!
n=0
y 00 + p(x)y 0 + q(x)y = 0
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 74 / 111
Definition
A point c0 is called an ordinary point of the differential equation
y 00 + p(x)y 0 + q(x)y = 0
if both p(x) and q(x) are both analytic at x0 . A point that is not ordinary
point is called a singular point of the differential equation.
Example
Every finite value of x is an ordinary point of
y 00 + e x y 0 + (sin x)y = 0.
Example
The differential equation y 00 + (ln x)y = 0 has a singular point at x = 0,
because q(x) = ln x has no power series in x.
Moreover, the radius of convergence of every solution is at least as large as the smaller
of the radii of convergence of TS p|co and TS q|co .
Definition
A solution of a differential equation y 00 + p(x)y 0 + q(x)y = 0 of the form given by
∞
X
y (x) = an (x − co )n .
n=0
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 77 / 111
Power Series Solution Method · · · Cont’d
Example
Solve y 00 + y = 0.
∞ ∞
X x 2n X x 2n+1
Answer: y (x) = c0 (−1)n + c1 (−1)n
(2n)! (2n + 1)!
n=0 n=0
Example
Solve y 00 + xy = 0.
∞
!
X (−1)k
Ans.: y (x) = c0 1+ x 3k +
2.3...(3k − 1)(3k)
k=1
∞
!
X (−1)k
c1 x+ x 3k+1
3.4...(3k)(3k + 1)
k=1
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 78 / 111
Frobenius Method
Consider again a second order equation with variable coefficients,
h(x)y 00 + p(x)y 0 + q(x)y = 0 (23)
If h(x) 0 for some x we can equivalently have
p(x) 0 q(x)
y 00 + y + y = 0, for h(x) 6= 0. (24)
h(x) h(x)
If h(x) 6= 0 for all x we can simply apply the power series solution method.
But if h(x) = 0 for some x the resulting equation will be different from the
original one at those points x where h(x) = 0.
Definition
A singular point xo is said to be a regular singular point of equation (23) if
the function
p(x) q(x)
(x − xo ) and (x − xo )2
h(x) h(x)
are analytic at xo . A non regular singular point is called an irregular
singular point of equation (23).
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 79 / 111
Frobenius Method · · · Cont’d.
Theorem (Frobenius’ Theorem)
If x = x0 is a regular singular point of the equation
where the number r is a constant that must be determined. The series will
converge at least on some interval 0 < x − x0 < R.
If equation (23) has a regular singular point at xo , then use the power
series:
∞
X
y (x) = an (x − xo )n+r
n=0
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 80 / 111
Indicial Equations
Then differentiating and substituting this series for y (x) in to the modified
equation (24), we get,
∞
X
am (m + r )(m + r − 1)(x − xo )m+r −2
m=0
∞ ∞
" #
X X
+ pm (x − xo )m am (m + r )(x − xo )m+r −1
m=0 m=0
∞ ∞
" #
X X
m
+ qm (x − xo ) am (x − xo )m+r = 0,
m=0 m=0
where
∞ ∞
p(x) X q(x) X
= pm (x − xo )m and = qm (x − xo )m
h(x) h(x)
m=0 m=0
a0 [r (r − 1) + p0 r + q0 ] = 0 (25)
r (r − 1) + p0 r + q0 = 0, (26)
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 82 / 111
Frobenius Method · · · Cont’d.
Example
Use Frobenius method to solve
x 2 y 00 + 5xy 0 + (x + 4)y = 0
∞
X 1 n−2
Ans.: y (x) = ao (−1)n x
(n!)2
n=0
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 83 / 111
Systems of ODE of the First Order
which is called the normal form. In vector form this system becomes:
X0 = AX + F(t),
where
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 84 / 111
Systems of ODE of the First Order · · · continued
Definition
A solution vector of the system of differential equation in (27) over some
interval I is a a vector (x1 (t), x2 (t), . . . , xn (t))T whose entries are
differentiable functions that satisfies the system in (27) on the interval I .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 85 / 111
Eigenvalue Method for Homogeneous Systems with
Constant Coefficients
Consider the system
y0 = Ay, (28)
where A = (aij )n×n is a constant matrix. That is, all the entries of A are
constants.
Given a first order ODE y 0 = ky , we have seen that its solution is given by
y = ce kt , where c is a constant.
Let y = xe λt , where x = (x1 , x2 , . . . , xn )T be a solution of the system in
(28).
Substituting this into (28) we have:
This implies,
Ax = λx,
which is an eigenvalue problem.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 86 / 111
Eigenvalue Method for Homogeneous Systems with
Constant Coefficients
Once we find the eigenvalues λi and a corresponding eigenvector xi , the
general solution will be
y(t) = c1 x1 e λ1 t + · · · + cn xn e λn t ,
where c1 , ..., cn are constants.
Example
Solve the following systems of linear differential equations.
0
y1 = −3y1 + y2
y20 = y1 − 3y2
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 89 / 111
Nonlinear Systems
Consider the following second order equation which models the motion of
a particle of unit mass moving on the x-axis with a force f (x(t), x 0 (t))
acting on it:
d 2x
dx
= f x, (29)
dt 2 dt
In this equation the values of x and x 0 (t) (the position and velocity of the
particle) characterize the state of the system at each instant of time,
hence are called the phases of the system.
The plane of the variables x and x 0 (t) is known as the phase-plane, and
the set of solutions of the equation shown in this plane (for different initial
conditions) is called the phase plane diagram.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 90 / 111
Nonlinear Systems · · · continued
dx
If we introduce a variable y = , then equation (29) can be equivalently
dt
written as the system
dx
=y
dt (30)
dy = f (x, y ).
dt
By regarding t as a parameter, a solution of this system is a pair of
functions (x(t), y (t)) defining a curve in the xy -plane (which is the phase
plane).
Thus we will be interested in the overall picture formed by these curves in
the phase plane.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 91 / 111
Nonlinear Systems · · · continued
dy Q(x, y )
=
dx P(x, y )
Any point (xo , yo ) such that both P and Q vanishes is called a critical (or
singular or equilibrium) point of the system (31).
At a singular point (xo , yo ), since ẋ = 0 and ẏ = 0, a particular solution of
equation (31) is simply the constant values x(t) = xo , y (t) = yo .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 92 / 111
Stability of Equilibrium points
An equilibrium point Xo = (xo , yo ) of system (31) is said to be stable if
motions (or trajectories) that start sufficiently close to Xo remain close to
Xo .
Mathematically we have the following definition of stability an n
equilibrium point Xo = (xo , yo ) of system (31).
Definition
Let d(P1 , P2 ) denote the distance between any two points P1 = (x1 , y1 )
and P2 = (x2 , y2 ) and let P(t) = (x(t), y (t)) denote the representative
point in the phase plane corresponding to system (31). Then
a singular (or an equilibrium) point Xo = (xo , yo ) is stable if for any
given > 0, there is a δ > 0 such that
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 93 / 111
Stability of Equilibria · · · Cont’d.
Definition
... continued
A singular point Xo is called asymptotically stable if motions (or
trajectories) that start out sufficiently close to Xo not only stay close
to Xo but actually approach Xo as t → ∞
Definition
A singular point is called:
1) a Center if it is surrounded by closed orbits (paths) corresponding to
periodic motions.
A center is stable but not asymptotically stable.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 94 / 111
Stability of Equilibria · · · Cont’d.
Definition
. . . . Cont’d.
2) a Focus (or Spiral) if all trajectories around Xo “focus” towards (or
outward) it as t → ∞.
A fucus can be asymptotically stable or unstable.
3) a Node if there are infinitely many trajectories entering (or leaving)
the point Xo .
There are four cases → Proper or Improper nodes with each could be
stable or unstable.
4) a Saddle if all trajectories (paths) approach to Xo in one direction and
move away from it in the other direction.
A saddle is always unstable.
The two straight-line trajectories through the saddle (along which the
flow is attracted and repelled) are called the stable and unstable
manifolds respectively.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 95 / 111
Stability of Equilibria · · · Cont’d.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 96 / 111
Stability for Linear Systems
x(t) = c1 e λ1 t v1 + c2 e λ2 t v2 + · · · + cn e λn t vn , (33)
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 97 / 111
Stability for Linear Systems...
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 98 / 111
Stability for Linear Systems...
Thus we have the following possibilities about the solutions of the system.
If all the eigenvalues λk ’s are positive real numbers, the limit of the
exponential functions tends to infinity;
if all the eigenvalues are negative real numbers each limit approaches
asymptotically to 0.
Hence the general solution of the system converges to 0 if all the
eigenvalues are negative real numbers and diverges if some of the
eigenvalues are positive.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: Ordinary November
Differential26,
Equations
2023 99 / 111
Stability for Linear Systems...
Then the convergence of the solution xk (t) depends on the real part of the
eigenvalues. That is,
if Re(λk ) < 0 the solution converges to 0,
otherwise it diverges as the amplitudes increases indefinitely.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 100 / 111
Stability for Linear Systems...
Then
i) lim f (t) = 0 if and only if α < 0.
t→∞
ii) There exists a constant C , such that |f (t)| ≤ C for all t ≥ 0 if and
only if either α < 0 or α = 0 and k = 0.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 101 / 111
Stability for Linear Systems...
ẋ(t) = Ax(t)
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 102 / 111
Example
Consider the following the system of differential equations
dx
= 2x − 6y + z,
dt
dy
= 3x − 3y − z,
dt
dz
= 3x − y − 3z.
dt
2 −6 1
The coefficient matrix is then, A = 3 −3 −1 with eigenvalues
3 −1 −3
√ √
λ1 = −2, λ2 = −1 + i 6, and λ3 = −1 − i 6. Then the real parts of the
eigenvalues are −2 and −1,both negative,
andhence by the above
x(t) 0
theorem the zero solution, y (t) ≡ 0 is asymptotically stable.
z(t) 0
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 103 / 111
Stability - Linearization Technique.
Consider again the system:
dx
= P(x, y )
dt
dy
= Q(x, y )
dt
with critical point (x0 , y0 ).
From the Taylor series (by tangent plane approximation) we have
P(x, y ) ≈ Px (xo , yo )(x − xo ) + Py (xo , yo )(y − yo )
Q(x, y ) ≈ Qx (xo , yo )(x − xo ) + Qy (xo , yo )(y − yo )
Now letting a = Px (xo , yo ), b = Py (xo , yo ), c = Qx (xo , yo ) and
d = Qy (xo , yo ) we have
Ẋ = aX + bY
Ẏ = cX + dY , (34)
where X = x − xo and Y = y − yo .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 104 / 111
The above process is called a linearization process.
System (34) can be rewritten as
Ẋ a b X
=
Ẏ c d Y
Clearly (0, 0) is a critical point for the linear system (34) [and hence
the point (xo , yo ) is a critical point for the system (31)]
Let
λ1 and λ2 be the two eigenvalues of the coefficient matrix
a b
.
c d
Then the nature of the critical point (0, 0) of the system (34)
depends upon the nature of the eigenvalues λ1 and λ2 .
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 105 / 111
1. If λ1 and λ2 are real, unequal and of the same sign, then the critical
point (0, 0) of the linear system (34) is a node.
If, in addition, both λ1 and λ2 are positive, then the critical point is an
unstable node.
If, both λ1 and λ2 are negative, then the critical point is a stable node.
2. If λ1 and λ2 are real and of opposite sign, then the critical point
(0, 0) of the linear system (34) is a saddle point.
3. If λ1 and λ2 are real and equal, then the critical point (0, 0) of the
linear system (34) is a node.
If, in addition, λ1 = λ2 < 0, then it is a stable node and if
λ1 = λ2 > 0, then it is an unstable node.
If, a = d 6= 0 and b = c = 0, then it is a proper node, otherwise an
improper node.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 106 / 111
4. If λ1 and λ2 are complex conjugates with the real part not zero, then
the equilibrium point (0, 0) of the linear system (34) is a focus or
spiral.
If, in addition, the real part is negative, then the critical point is a
stable focus.
If, the real part is positive then it is an unstable focus.
5. If λ1 and λ2 are pure imaginary, then the equilibrium point (0, 0) of
the linear system (34) is a center.
A center is always stable even though it is not asymptotically stable.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 107 / 111
Remark:
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 108 / 111
Theorem (Poincare’s Result)
The classification of all singular points of the non-linear system (31)
correspond in both type and stability with the results obtained by
considering the linearized system (34) except for a center and a proper
node.
In theses exceptional cases
(i) a center of the linearized system could be either a focus or a center
for the nonlinear system.
(ii) a proper node could also be either a spiral or a node for the nonlinear
system (31).
To determine these exceptional cases one requires to study further the
original nonlinear system itself.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 109 / 111
The above procedure (the linearization process) can also be used to solve
a second order non-linear ODE. This can be done by using substitution of
variables y = ẋ, which imply that ẏ = ẍ. This will result in a nonlinear
system of two first order equations.
However, if such an equation has no term in ẋ, we need the following
theorem.
Theorem
If the nonlinear equation ẍ + f (x) = 0 has a singular point in the x ẋ plane
(phase plane), where the linearized system indicates a center or a proper
node, the nonlinear equation also has the same property.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 110 / 111
Example
1. The pair of differential equations
1
ẋ = x − xy
2
ẏ = −2y + xy , x, y ≥ 0,
Ans.: the point (0, 0) is the only critical point and it is a center for
the nonlinear equation.
Tilahun Abebaw (PhD) (AAU) Advanced Mathematics for Engineers Part II: OrdinaryNovember
Differential
26,Equations
2023 111 / 111