I
Differential equations
47
Homogeneous first order differential
equations
47.1 Introduction
Certain first order differential equations are not of the
‘variable-separable’ type, but can be made separable
by changing the variable.
An equation of the formPdy
dx=Q, wherePandQare functions of bothxandyof the same degree
throughout, is said to behomogeneousinyandx.
For example,f(x,y)=x^2 + 3 xy+y^2 is a homoge-
neous function since each of the three terms are of
degree 2. However,f(x,y)=
x^2 −y
2 x^2 +y^2is not homo-geneous since the term inyin the numerator is of
degree 1 and the other three terms are of degree 2.
47.2 Procedure to solve differential
equations of the formP
dy
dx
=Q
(i) RearrangePdy
dx=Qinto the formdy
dx=Q
P
(ii) Make the substitutiony=vx(wherevis a func-tion ofx), from which,dy
dx=v(1)+xdv
dx, by the
product rule.(iii) Substitute for bothy and
dy
dxin the equa-tiondy
dx=Q
P. Simplify, by cancelling, and an
equation results in which the variables are
separable.
(iv) Separate the variables and solve using the
method shown in Chapter 46.(v) Substitutev=y
xto solve in terms of the original
variables.47.3 Worked problems on
homogeneous first order
differential equationsProblem 1. Solve the differential equation:y−x=xdy
dx,givenx=1 wheny=2.Using the above procedure:(i) Rearrangingy−x=xdy
dxgives:dy
dx=y−x
x,which is homogeneous inxandy.(ii) Lety=vx, thendy
dx=v+xdv
dx(iii) Substituting foryanddy
dxgives:v+xdv
dx=vx−x
x=x(v−1)
x=v− 1(iv) Separating the variables gives:xdv
dx=v− 1 −v=−1, i.e.dv=−1
xdxIntegrating both sides gives:
∫
dv=∫
−1
xdxHence,v=−lnx+c(v) Replacingvbyy
xgives:y
x=−lnx+c, which
is the general solution.Whenx=1,y=2, thus:2
1=−ln 1+cfrom
which,c= 2