1

When solving a separable differential equation we move from the original equation $$N(y)\dfrac{dy}{dx}=M(x)$$ to $$N(y)dy=M(x)dx$$ Then we integrate both sides. My question is how precise is the expression $N(y)dy=M(x)dx$ ? is it a formal writing to simplify computation and get quickly into integrating both sides or is it a precise mathematical expression that has a precise mathematical meaning but goes beyond an introductory course on differential equations? Thanks for your help !

palio
  • 11,064
  • 2
    It is perfectly rigorous. https://en.wikipedia.org/wiki/Differential_of_a_function –  Aug 13 '18 at 14:51
  • Related (duplicate?): https://math.stackexchange.com/questions/27425/what-am-i-doing-when-i-separate-the-variables-of-a-differential-equation – Hans Lundmark Aug 13 '18 at 18:51

1 Answers1

1

It is more like integrating the first equation with respect to $x$ on both sides. And then, taking $y$ is a function of $x$ which it is as they both are related by this equation, let say

$y = f(x)$ so,

$dy = f^{'}(x)dx$ or $\frac{dy}{dx} = f^{'}(x)$

Replacing this in the first equation we have

$N(y)f^{'}(x)dx$ = $N(y)dy = M(x)dx$

as $dy = f^{'}(x)dx$

Multigrid
  • 137