Solving first order ODE was introduced in 1st semester. This section extends upon it.
Exact Differential Equation
Suppose P(x,y) and Q(x,y) are continuous functions in a region R.
A differential equation of the form P(x,y)dx+Q(x,y)dy=0 is exact if ∃f(x,y) such that:
∂x∂f=P(x,y)and∂y∂f=Q(x,y)
Then f(x,y)=C is the general solution.
Exact Equation
P(x,y)dx+Q(x,y)dy=0 is an exact equation iff:
∂x∂Q=∂y∂P
Integrating Factor
If the differential equation P(x,y)dx+Q(x,y)dy=0 is not exact, it might be possible to make it exact by multiplying it with its integrating factor μ(x,y).
If the below function is a function of x only:
h(x)=Q(x,y)1[Py(x,y)−Qx(x,y)]
Then u(x,y)=exp(∫h(x)dx).
If the below function is a function of y only:
k(y)=P(x,y)1[Qx(x,y)−Py(x,y)]
Then u(x,y)=exp(∫k(y)dy).