3 0 Solutions First Order Odes Introduction Tex
3 0 Solutions First Order Odes Introduction Tex
1
solutions to first order odes - introduction 1
This is the third of series of lecture
notes primarily taken from the text
Lecturer: Dr. Peter Amoako-Yirenkyi book (Elementary differential Equation
and boundary value problems by Boyce
Recommended Textbook:Elementary differential Equation2 and Diprima. After going through this
lecture notes, you would be able to:
The laws of the universe are written largely in the language of math-
• put first order ordinary differential
ematics. Algebra is sufficient to solve many static problems, but the equation in general, standard and
most interesting naturally phenomena involve change and are best de- differential forms
scribed by equations that relate changing quantities. Many important • Differentiate first order ODEs from
and significant problems in engineering, the physical sciences, and the all other differential equations
social sciences such as economics and business when formulated in • State and prove the uniqueness and
mathematical terms require the determination of a function satisfying existence theorem for first order
an equation containing the derivatives of unknown function. Such differential equations
equations are called differential equation. • Describe the methods for solving
most first order differential equa-
tions.
First Order Differential Equations 2
W.W. Boyce & R.C. DiPrima. Elemen-
tary Differential Equations and Boundary
First order differential equations are often used to model the be- Value Problems. John Wiley & Sons,
Inc., tenth edition, March 2012. ISBN
haviour of engineering systems. For example, in a radioactive decay, 978-0-470-45832-7
mass is converted to energy by radiation. It has been observed that
the rate of change of the mass is proportional to mass itself. That is
dN (t) dN (t)
if N (t) is the same at time t then: αN (t) ⇒ = kN (t)
dt dt
for some k that depends on the element. Such an equation is called a
Model in mathematics.
These are the general, standard and the differential forms. Example 1 Write the differential equation
e x y0 + e2x y = sin x in general, standard
and differential form.
Standard form
Solution:
For a first order-differential equation in the unknown function y is, Shifting everything to the left of
the standard form is written as: equation we have: e x y0 + e2x y − sin x =
0 as general form and solving for y0 ,
we obtain: y0 = −e x y + e− x sin x as
y0 = f ( x, y) (1) standard form, with f ( x, y) = −e x y +
e− x sin x. And finally by reorganizing it
again we get
math168 - solutions to first order odes - introduction 2
where the derivative y0 appears only on the left side of (1). Many,
but not all(see 5 , first-order differential equations can be written in 5
standard form by algebraically solving for y0 and then setting f ( x, y) Example 2 Write the differential equation
equal to the right side of the resulting equation. (y0 + y)5 = sin(y0 /x ) in standard form.
Example 5 Write the differential equation y(yy0 − 1) = x in the differen- Example 4 1. Set M ( x, y) =
x+y − y2
tial form , N ( x, y) = .
2 2
Solution dy M ( x, y)
Then = =
x+y dx − N ( x, y)
Solving for y0 , we have: y2 y0 − y = x ⇒ y0 = , which is the ( x + y)/2 x+y
y2 = the
standard form with −(−y2 /2) y2
equivalent differential form is
( x + y) x +y − y2
f ( x, y) = (3) dx + dy = 0
y2 2 2
−x − y y2
There are infinitely many different differential forms associated with 2. Set M ( x, y) =
x 2
,N ( x, y) = 2 .
x
equation (3). The following set of examples explains such a case. Then
dy
=
M ( x, y)
=
dx − N ( x, y)
1. Take M( x, y) = x + y, N ( x, y) = −y2 . (− x − y)/x2 x+y
dy M( x, y) x+y x+y = the
−y2 /x2 y2
Then = = = the equivalent differen- equivalent differential form is
dx − N ( x, y) −(−y2 ) y2 −x − y
tial form is: ( x + y)dx + (−y2 )dy = 0
x2
y2
dx + dy = 0
x2 x2
y2
2. Take M( x, y) = −1, N ( x, y) = .
x+y
dy M ( x, y) −1 x+y
Then = = 2
= the equivalent
dx − N ( x, y) −y /( x + y) y2
y2
differential form is: (−1)dx + dy = 0
x+y
math168 - solutions to first order odes - introduction 3
References