1-Ordinary Differential Equation
1-Ordinary Differential Equation
Equations
Ordinary Differential Equations
➢The second aim is to explore the modelling of different dynamical systems into
ODEs and some numerical techniques to solve related highly nonlinear ODEs.
➢The third aim to discuss the concept of Laplace transform, its properties, and how
can be used for solving ODEs in a simple procedure.
➢The last aim of this course is an undergraduate research competition day between
the students (as teams). In that day, different engineering applications of ODEs
have been presented by them (oral, scientific report, and poster session) and
external jury-committee (Professors) has been invited to judge these projects
where the best three teams will be awarded.
References
7
Revision on the Basic Functions:
Inverse Trigonometric Functions
Revision on the Basic Functions:
Hyperbolic Functions
9
•DEFINITION:
Ind. Dep.
N DE. Type Order Linear Degree
Var. Var.
1 𝒚′ + 𝒙𝒚 = 𝒙𝟑
3 𝒚′′′ + 𝒙 𝒚′ 𝟐 = 𝒔𝒊𝒏𝒙
4 𝒆𝒙 𝒘𝒕𝒕 + 𝒕𝟐 𝒘𝒙 = 𝐬𝐢𝐧 𝒙 𝒘
5 𝒚′′ + 𝒚′ + 𝒔𝒊𝒏𝒚 = 𝒙
6 𝒚′𝟐 + 𝒙𝒚 = 𝒔𝒊𝒏𝒙
7 𝒚′′ 𝟑 + 𝒚′ 𝟐 +𝒚=𝟑
Answer
Ind. Dep.
No DE. Type Order Linear Degree
Var. Var.
1 𝒚′ + 𝒙𝒚 = 𝒙𝟑 𝑥 𝑦 ODE 1 𝑌𝑒𝑠 1
3 𝒚′′′ + 𝒙 𝒚′ 𝟐
= 𝒔𝒊𝒏𝒙 𝑥 𝑦 ODE 3 𝑁𝑜 2
Solution
Since y` = 2 + 12x, substitute in the differential equation then
(2 + 12x) (x + 3x2) – (2x + 6x2 ) (1 + 6x) = 0
So the L.H.S = R.H.S = 0
Exercise:
Prove that the following functions
I. 𝒚𝟏 = 𝟑𝒆𝟐𝒙
II. 𝒚𝟐 = 𝒆𝟐𝒙 − 𝟓𝒆−𝟐𝒙
III. 𝒚𝟑 = 𝟒𝒔𝒊𝒏𝒉(𝟐𝒙)
IV. 𝒚𝟒 = 𝟑𝒄𝒐𝒔𝒉 𝟐𝒙 − 𝟒𝒆−𝟐𝒙
are solutions for the ODE given by 𝒚′′ − 𝟒𝒚 = 𝟎. Then sketch each one of them.
Solution
For 𝒚𝟏 : −
𝑦1 = 3𝑒 2𝑥
𝑦1′ = 6(𝑒 2𝑥 )
𝑦1′′ = 12𝑒 2𝑥
then,
𝐿. 𝐻. 𝑆. = 𝑦1′′ − 4𝑦1
= 12𝑒 2𝑥 − 4 3𝑒 2𝑥 = 0
So, 𝒚𝟏 is a solution of this ODE, do the same for others.
23
The sketch of the four previous
solutions
24
Initial Value Problem
• We are often interested in problems in which we seek a
solution y(x) of a differential equation so that y(x) satisfies
prescribed side conditions—that is, conditions imposed on the
unknown y(x) or its derivatives. On some interval I containing
x0 the problem
• Where: y0, y1,...,y n-1 are specified real
constants, is called an initial-value problem
(IVP). The values of y(x) and its first n-1
derivatives at a single point x0,
y(x0) = y0,
y`(x0) = y1,...,
y(n-1) (x0) = yn-1 ,
are called initial conditions.
• A solution y(x) of the differential equation
y`= f (x, y) on an interval I containing x0, so
that its graph passes through the specified
point (x0, y0).
• A solution y(x) of the differential equation
y`` = f (x, y, y`) on an interval I containing x0, so
that its graph not only passes through (x0,y0)
but the slope of the curve at this point is the
number y0.
Example:
consider the ordinary differential equation
y`` + y = 0 to be solved for the unknown y(x).
Subject to the conditions y(0) = 0, y`(0) = 5
Solution:
Without the initial condition, the general
solution to this equation is:
Solution:
Since the general solution has one parameter, then we expect
−2𝑥
that ODE of first order. By calculating 𝑦′ = 2 2 , and
𝑥 +𝑐
eliminating the parameter 𝑐 from the above two equations
𝑦 𝑎𝑛𝑑 𝑦′, the following ODE will be obtained:
𝒚′ + 𝟐𝒙𝒚𝟐 = 𝟎
By similar ways, you can find the differential equation given the
general solution
32
Thanks