Exact Differential Equations and The Constant of Integration for the Factor $\int g'(y) dy$.

200 Views Asked by At

If I have an exact DE of the form

$M(x,y) dx + N(x,y) dy = 0$,

then we solve it using the following steps:

  1. Check exactness: $\dfrac{\partial{M}}{\partial{y}} = \dfrac{\partial{N}}{\partial{x}}$? If yes, then proceed.

  2. Assume that $\dfrac{\partial{f}}{\partial{x}} = M(x,y)$ and $\dfrac{\partial{f}}{\partial{y}} = N(x,y)$.

  3. Integrate $M(x,y)$ with respect to $x$ and add an arbitrary function of $y$, $g(y)$, as the integration constant. This gives us $f$.

  4. Differentiate the result from step 3 with respect to $y$, which gives $\dfrac{\partial{f}}{\partial{y}}$, and compare with $N(x,y)$. Solve this for $g'(y)$.

  5. Integrate $g'(y)$ with respect to $y$ to find an expression for $g(y)$. Do not add an integration constant.

  6. Substitute $g(y)$ into the result obtained in step 3 to obtain $f(x,y)$.

  7. The general solution is $f(x,y) = C$, where $C$ is our constant of integration.

A similar procedure can be stated so that in step 3, $N(x,y)$ is integrated with respect to $y$.

My question is, why do we not add an integration constant at step 5?

I would greatly appreciate it if people could please take the time to clarify this.