Lecture 5 Integrating Factor Found by Inspection IFFI
Lecture 5 Integrating Factor Found by Inspection IFFI
DIFFERENTIAL EQUATIONS
THE ODE OF ORDER ONE
Dr. Ernesto T. Anacta, BSCE, MSCE, Ph.D.CE
Some ODEs may contain terms that can be where u = u(x, y).
formed into special differentials in two It is hereby emphasized that both u and v
variables. They are called special differential appearing in the equations above should be
because, when pairing du with dv, a unique functions of variables x and/or y which are given
differential is formed, either a product, quotient, in (1).
power, etc. (At this point, your Sir Anacta would
like to direct your attention to Section M of your Illustration 10
Module 2, particularly on the differentiation and
integration formulas.) But to narrow down the A. Application of (46): u dv + v du = d (uv)
scope of our discussion, we will just consider
the following differentials: 1. x dy + y dx = d (xy)
2. x2 dy + y d(x2) = d (x2 y)
u dv + v du = d (uv) (46)
3. x d(y3) + y3 dx = d (xy3)
vdu udv u
= d (47) 4. x2 d(ey) + ey d(x2) = d (x2ey)
v 2
v
5. y d(e2x) + e2x dy = d (ye2x)
udv vdu v
= d arctan (48)
u v
2 2
u 6. x2 d(tan y) + tan y d(x2) = d (x2 tan y)
The RHS of (46) to (49) are called integrating vdu udv u
factors to their respective LHS. If, by inspection B. Application of (47): = d
v 2
v
or after algebraic manipulations, the LHS of the
above equations will be present in the given ydx xdy x
ODE, they can be readily transformed into their 1. 2
= d
corresponding RHS and, upon integration, will
y y
outrightly yield the answer using the following
xdy ydx y
integration formulas: 2. = d
x 2 x
du u c (50)
y d ( x 2 ) x 2d ( y ) x2
3. = d
y
e du e c y2
u u
(51)
x d ( y 2 ) y 2 d ( x) y2
u n1 = d
4.
u du
n
c (52) x2 x
n 1
5.
e y dx xd (e y ) x
= d
3. d ( xy) xy c
e2 y ey
d ( xy ) xy c
2 2
4.
y d (sin x) sin y dy sin x
6.
2
= d 5. d ( x cot y) x cot y c
y y
d (e sin y) e x sin y c
x
6.
cos y d (e ) e d (cos y)
x x e x
7. = d
x2 x2
2 cos y
cos y 7. d y
y
c
udv vdu v
C. Application of (48): = d arctan x2
u 2 v2 u x2
8. d e y e y c
ydx xdy
1. = d arctan x
x2 y2 y e y 1 e y 1
9. d x
ex
c
xdy ydx e
2. = d arctan y
x2 y2 x ye x ye x
10. d x sin y x sin y c
yd ( x 3 ) x 3 dy
3
3. = d arctan x
x6 y2 e du e u c
y u
F. Application of (51):
xd (e y ) e y dx y
e dy e y c
y
4. = d arctan e 1.
x2 e2y x
x 2 y
2. e d ( x 2 y ) e x 2 y c
e y d ( x 2 ) x 2 d (e y ) 2
5. = d arctan x
x 4 e 2 y ey e d ( xy) e xy c
xy
3.
e d ( x y) e x y c
x y
D. Application of (49): nun-1 du = d(un) 4.
1. 2x dx = d(x2)
e d ( x sin y) e x sin y c
x sin y
5.
2. 3y2 dy = d(y3)
u n 1
3. 5( xy) 4 d xy = d xy 5 G. Application of (52): u du
n
c
n 1
4. 3( x 2 y) 2 d x 2 y = d x 2 y
3
x4
x dx c
3
2 3
1.
x x x 4
5. 3 d = d
y y y ( x y) 3
( x y) d ( x y) c
2
2.
6. 4( xe y ) 3 d xe y = d xe y
4 3
( x 2 y) 2
7. 2x sin y d x sin y = d x (x
2 2 2 2 3. 2
y )d ( x 2 y ) c
sin y 2
2
x x x
3 (e 2 x y ) 4
(e y ) d (e y ) c
2x 3 2x
8. 3 d = d 4.
4
y y y 4 5
x x 1 x
5. d c
E. Application of (50) : du u c y2 y2 5 y2
1. dx x c
u
du
H. Application of (53): ln u c
2. d ( x y) x y c
dy
1. y
ln y c Step 4 involves solving (or integrating) the ODE
using (50) to (53) and other applicable formulas.
d (2 x y ) Step 5 involves algebra, from which the GS and
2. 2x y
ln(2 x y ) c
PS is formulated.
Example 7
d ( x 2 y)
ln( x y) c
2
3.
x2 y Solve the following using the IFFI Method.
d ( x / y) 1. (x + 2y) dx + 2x dy = 0
4. x/ y
ln( x / y ) c
2. (y + 2) dx + (x – 1) dy = 0
1. (x + 2y) dx + 2x dy = 0
The Procedure (EPFSS)
Note: This problem is Item 1 of Example 6 and
STEP 1: Expand the ODE; was already solved by three methods (HDE,
.
EDE and LDE. This method will be the fourth.
STEP 2: Pair the differentials;
STEP 1: Expand the ODE
STEP 3: Formulate special differentials
x dx + 2y dx + 2x dy = 0
STEP 4: Solve the ODE
STEP 2: Pair the differentials
STEP 5: Simplify for the final answer
x dx + 2(y dx + x dy) = 0
Explanation STEP 3: Formulate special differentials
x dx + 2 d(xy) = 0
Step 1 involves algebra, but be very careful of
the signs as this will affect your solution. STEP 4: Solve the ODE
Step 2 is done by pairing dx with dy for the x2 c
purpose of obtaining special differential(s). This + 2 (xy) =
2 2
is a trial and error method but as a rule, “pair dx
and dy with the same degree of variables”. STEP 5: Simplify for the final answer
Question: Which is the easiest of the three (y3 dx + xy2 dy) + (y dx– x dy) = 0
methods?
STEP 3:Formulate special differentials
4. y(y2 + 1) dx + x(y2 – 1) dy = 0
y2(y dx + x dy) + (y dx– x dy) = 0
Note: This problem may be solved by the SOV
ydx xdy
and IFFI methods. Let us do them both. (y dx + x dy) + =0
y2
Solution 1 Using SOV
x
y(y2 + 1) dx + x(y2 – 1) dy = 0 (4-a) d(xy) + d = 0
y
Dividing (3-a) by xy(y2 + 1) gives
STEP 4: Solve the ODE
ye2x + x2y + xy + e2x + x2 + x + y = c Answer.
x
xy + =c
y Question: Can you use EDE here?
Question: Aside from IFFI method, can you (x2 + y2)(y dx + x dy) + (x dy – ydx) = 0
think of another method that can solve the
ODE? xdy ydx
(y dx + x dy) + =0
x2 y2
2x 2x
6. (2ye + 2e + 2xy + 2x + y + 1) dx
y
+ (e2x + x2 + x + 1) dy = 0 d (xy) + d arctan = c
x
2ye2x dx + 2e2x dx + 2xy dx + 2x dx + y dx + dx y
xy + arctan = c Answer.
+ e2x dy + x2 dy + x dy + dy = 0 x
(2ye2x dx + e2x dy) + (2xy dx + x2 dy) 9. (sin – 2r cos ) dr
2
10. [1 + y tan (xy)] dx + x tan (xy) dy = 0 4. (y2 – 2xy + 6x) dx – (x2 – 2xy + 2)dy = 0
; y(0) = 1
[1 + y tan (xy)] dx + x tan (xy) dy = 0
5. (x3y3 + 1) dx + x4y2 dy = 0;
dx + y tan (xy) dx + x tan (xy) dy = 0
6. (xy2 + x – 2y + 3) dx + x2y dy = 2(x + y) dy = 0
dx + tan (xy) (ydx + xdy) = 0
7. (2xy – 2x + y – 1) dx + (x2 + x – 1) dy = 0
dx + tan (xy) d (xy) = 0
8. x(x2 – y2 – x) dx – y(x2 – y2) dy = 0,
x + sec2 (xy) = c Answer.
when x = 2, y = 0.
Self-Assessment Question 8 9. (3 + y + 2y2 sin2 x) dx
What is the value of R that will complete the + (x + 2xy – y sin 2x) dy = 0
equation? 10. y(x3y3 + 2x2 – y) dx + x3(xy3 – 2) dy = 0
1. x3 2e2y dy + 3x2e2y dx = d (Re2y) y(1) = 1.