Skip to content
Sahithyan's S2
1
Sahithyan's S2 — Methods of Mathematics

First Order ODE

Solving first order ODE was introduced in 1st semester. This section extends upon it.

Suppose P(x,y)P(x,y) and Q(x,y)Q(x,y) are continuous functions in a region RR.

A differential equation of the form P(x,y)dx+Q(x,y)dy=0P(x,y)dx + Q(x,y)dy = 0 is exact if f(x,y)\exists f(x,y) such that:

fx=P(x,y)    and    fy=Q(x,y)\frac{\partial f}{\partial x} = P(x,y)\;\;\text{and}\;\; \frac{\partial f}{\partial y} = Q(x,y)

Then f(x,y)=Cf(x,y) = C is the general solution.

P(x,y)dx+Q(x,y)dy=0P(x,y)dx + Q(x,y)dy = 0 is an exact equation iff:

Qx=Py\frac{\partial Q}{\partial x} = \frac{\partial P}{\partial y}

If the differential equation P(x,y)dx+Q(x,y)dy=0P(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)\mu(x,y).

If the below function is a function of xx only:

h(x)=1Q(x,y)[Py(x,y)Qx(x,y)]h(x) = \frac{1}{Q(x,y)} \left[ P_y(x,y) - Q_x(x,y) \right]

Then u(x,y)=exp(h(x)dx)u(x,y) = \exp(\int h(x)\,\text{d}x).

If the below function is a function of yy only:

k(y)=1P(x,y)[Qx(x,y)Py(x,y)]k(y) = \frac{1}{P(x,y)} \left[ Q_x(x,y) - P_y(x,y) \right]

Then u(x,y)=exp(k(y)dy)u(x,y) = \exp(\int k(y)\,\text{d}y).