First-order, first-degree differential equations can be solved using the following three methods:
a. Variable separable form
Take the differential equation dy/dx = F(x, y).
To begin with, separate the variables. Following this, integrate both sides to get the general solution:
dy/dx = h(x)・k(y)
After separating the variables, we get: dy/k(y) = h(x) dx.
Next, integrate the above equation to get the general solution:
K(y) = H(x) + C
Here, K(y) and H(x) are the anti-derivatives of 1/K(y) and h(x) respectively while C is the arbitrary constant.
b. Homogeneous differential equations
A differential equation dy/dx = f(x, y)/g(x, y) is homogeneous if f(x, y) and g(x, y) are homogeneous functions of same degree, i.e. it may be written as
dy/dx = xnf(y/x)/xng(y/x) = f(y/x)/g(y/x) =F(y/x)...........(i)
To find out whether the differential equation is homogeneous or not, it is written as dy/dx = F(x, y) or dx/dy = F(x, y), and replace x by λx, y by λy to write F(x, y) = λ F(x, y).
The differential equation is homogeneous if the power of λ is zero.
Next, we put y = vx ⇒ dy/dx = v + x dv/dx in equation (i) to reduce it into variable separable form. Then, solve it and put v = y/x to get the required solution.
It is important to remember that if the homogeneous differential equation is in the form of dy/dx = F(x, y), where F(x, y) is homogeneous function of degree zero, then we make substitution x/y = v, i.e. x = vy and we proceed further to find the general solution as mentioned above.
c. Linear differential equations
General form of a linear differential equation is
dy/dx + Ay = B …(i)
where, A and B are functions of x or constants.
OR
dx/dy + A’x = B’ …(ii)
where, A’ and B’ are functions of y or constants.
Then, the solution of equation (i) is given by the equation y × IF = ∫(B × IF) dx + K
where, IF = Integrating factor and IF = e∫Adx
Solution of equation (ii) is given by the equation x × IF = ∫(B’ × IF) dy + K
where, IF = Integrating factor and IF = e∫A’dy