Does nudging an exact differential equation nudge or destroy the identity integrating factor?

95 Views Asked by At

This question will be related to this one, if for no other reason because a positive answer to the latter would likely help to solve the former.

Consider the differential equation $(y)\ dx + (x)\ dy = 0$. It is already exact, so we can think of the multiplicative identity, $u(x) = 1$, as an integrating factor. We can also observe by separating variables that $u(x) = \frac{1}{xy}$ is an integrating factor, yielding $(\frac{1}{x})\ dx + (\frac{1}{y})\ dy = 0$. From here, $u(x) = xy$ allows us to return to the original form, so we can toggle freely between the two, and both produce the same solution, $y = \frac{C}{x}$.

Now instead consider the inexact equation $(y)\ dx + (x + \epsilon\ x)\ dy = 0$, for some small value of $\epsilon$. By separating variables, we find the integrating factor $u(x) = \frac{1}{(x + \epsilon x)y}$, and the solution $y = \frac{C}{x^{\frac{1}{1 + \epsilon}}}$, which respectively are very close to $u(x) = \frac{1}{xy}$ and $ = \frac{C}{x}$ from the previous problem. However, the original inexact form has $\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y} = \epsilon$, which is very close to $0$. Does this imply (not only for this problem, but in general) that an integrating factor very close to $u(x) = 1$ exists, or is the nearby exact form destroyed entirely when we nudge $\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}$ even by a tiny amount?