MATH_251_L5
MATH_251_L5
MATH 251
F.A.Wireko, PhD
Email:[email protected]
Department of Mathematics
February 5, 2025
x =X +h
(3)
y = Y + k,
where (h,k) is the solution of the system
ax + by + c = 0
(4)
fx + gy + d = 0
that is x = h and y = k.
This reduces (5) to the following homogeneous equation:
(aX + bY )dX + (fX + gY )dY = 0 (5)
in the variables X and Y.
F.A.Wireko, PhD Email:[email protected] Differential Equations 4 / 37
Cont...
Case 2
f g
If a = b = k, then the transformation:
z = ax + by (6)
dz dy
=a+b (7)
dx dx
Making the necessary substitution reduces the equation to separable
equations in the variables x and z .
Here a = 1, b = 2, f = 2, and g = 4
f g
a = b = 2, therefore it follows case 2.
So, let z = x + 2y ,
=⇒ dz = dx + 2dy .
(dz − dx)
(z + 3)dx + (2z − 1) =0
2
7dx + (2z − 1)dz = 0 (8)
=⇒ 7x + z 2 − z = c
.
Replacing z by x + 2y , we get the solution as
7x + (x + 2y )2 − (x + 2y ) = c
x − 2y + 1 = 0
4x − 3y − 5 = 0
x = X + 3 and y = Y + 2
dY 1 − 2( Y )
=⇒ = Y X
dX 3( X ) − 4
F.A.Wireko, PhD Email:[email protected] Differential Equations 11 / 37
Cont...
Let Y = vX to get;
dv 1 − 2v
v +X =
dX 3v − 4
(3v − 4)dv dX
2
=
1 + 2v − 3v X
Integrating both sides:
(3v − 4)dv
Z Z
dX
=
1 + 2v − 3v 2 X
(3v − 4)dv
Z Z
dX
=
(1 + 3v )(1 − v ) X
−15 −1
Z Z Z
dX
dv + dv =
4(1 + 3v ) 4(1 − v ) X
F.A.Wireko, PhD Email:[email protected] Differential Equations 12 / 37
Cont...
5 1
− ln |1 + 3v | + ln |1 − v | = ln X + lnc1
4 4
−5 ln |1 + 3v | + ln |1 − v | = 4 ln X + 4 ln c1
1−v
= X 4 c14
(1 + 3v )5
=⇒ 1 − v = c(1 + 3v )5 X 4 ,
where c = c14
x − y − 1 = c(x + 3y − 9)5
The problem with functions of more than one variable is that there is
more than one variable.
∂f ∂
x 2 y + 3xy 2
=
∂x ∂x
= 2xy + 3y 2
∂f ∂
x 2 y + 3xy 2
=
∂y ∂y
= x 2 + 6xy
Find
∂f
∂x
∂f
∂y
∂f
∂z
∂f ∂
= [x sin(y + 3z)]
∂z ∂z
∂
= x cos(y + 3z) (y + 3z)
∂z
= 3x cos(y + 3z)
Try
∂f ∂f
and
∂y ∂x
∂f ∂f
df = dx + dy . (10)
∂x ∂y
∂f
M(x, y ) = , (12)
∂x
and
∂f
N(x, y ) = (13)
∂y
is said to be an exact differential equation, whose solution is the
family of functions f (x, y ) = c
∂M(x, y ) ∂N(x, y )
= (15)
∂y ∂x
4 Now compare your results from step (3) with either N(x, y ) or
M(x, y )
h′ (y ) = f (y )
or
′
h (x) = f (x)
Z or
h′ (x)dx = m(x) + c (21)
∂f ∂f
= M and =N
∂x ∂y
or
Z Z
Ndx = (2y + x 2 + 1)dy = y 2 + x 2 y + y + g (x) = f (x, y )
=⇒ h′ (y ) = 2y + 1
F.A.Wireko, PhD Email:[email protected] Differential Equations 29 / 37
Cont...
f (x, y ) = x 2 y − 3x 3 + y 2 + y + c
= y 2 + (x 2 + 1)y − 3x 3 + c
=⇒ c = −6
The solution is then:
y 2 + (x 2 + 1)y − 3x 3 − 6 = 0
M = 2xy 2 + 4 My = 4xy
N = 2x 2 y − 6 Nx = 4xy
* Since My = Nx , the differential equation is exact according to the test
64 − 48 − 4 + c = 0
c = −12
The particular solution is
x 2 y 2 − 6y + 4x − 12 = 0