I am frequently given differential equations of the form:
$$ \cdots = \dfrac{dy}{dx} \text{ or } \cdots=y'.$$
However, I am sometimes given differential equations of the form:
$$a \, dy +b \, dx = c$$
I don't really understand what this notation means. For example:
$$(y^2+xy)\,dx +(3xy+x^2)\,dy =0$$
Is an equation that I have recently been given. Is this equivalent to:
$$\frac{y^2+xy}{3xy+x^2} = -\frac{dy}{dx} \text{?}$$
I apologize for the somewhat basic question, but I don't quite grasp this notation, and I would very much appreciate if this could be explained.
Short answer: yes, it is equivalent, you are intepreting it right.
Explanation: you can understand $dx$ as the continuous version of the discrete $\Delta x$, where $\Delta x = x-x_0$ and $dx = \lim\limits_{x \rightarrow x_0^{+}} {\Delta x}= \lim\limits_{x\rightarrow x_0^{+}} {(x-x_0)}$.
For example in the graphic attached you have the function $y=x^3$. You can approximate the slope of this function, taking two $x$ values and their images, by $ \dfrac{\Delta y}{\Delta x}$. If you do that for "very small differentials" (where small in the applied mathematics case depends on the physical context and it will always contain a small, ideally negligible, source of error), you retrieve the derivative definition: $y'= \lim\limits_{x\rightarrow x_0^{+}}{\dfrac{y-y_0}{x-x_0}} = \dfrac{dy}{dx}$, which in that case equals to $y'= 3x^2 $, or $ dy = 3x^2 dx$.
Vaguely speaking, a way to interpret this intuitively is to think of $dx, dy$ as a "reminiscence" of the derivative's geometric meaningenter image description here