I'm really confused now. I always thought that the differential notation $\frac{df}{dx}$ was just that, a notation.
But somehow when doing integration by u-substitution I'm told that you can turn something like this $\frac{du}{dx} = 2x\;$ into this $\;du = 2x\ dx$.
But how is that even possible? I understand that the notation comes from the fact that $\frac{du}{dx}$ actually means the limit of the difference in $u$ over the difference in $x$, with $\Delta x$ approaching $0$.
$$u'(x) = \frac{du}{dx} = \frac{du(x)}{dx} = \lim_{\Delta x\to 0} \frac{u(x+\Delta x)\ -\ u(x)}{(x+\Delta x) - x} = \lim_{\Delta x\to 0} \frac{u(x+\Delta x)\ -\ u(x)}{\Delta x}$$
So if $\frac{df}{dx}$ is just a notation for the limit mentioned above, then what is the underlying argument to say that you can treat $\frac{du}{dx}$ as if it were an actual fraction?
Appreciate the help =)
$$\frac{du}{dx} = 2x$$ $$du = 2x\ dx$$ $$\frac{du}{2} = x\ dx$$
https://en.wikipedia.org/wiki/Integration_by_substitution
– Björn M.P. Oct 30 '15 at 17:26