I don't quite understand the steps involved in this indefinite integral with respect to $t$:
$$\int\frac1{M}\frac{dM}{dt}$$
The explanation I've does this substitution:
$$u = M(t)$$
Which seems to make the integral become:
$$\int\frac1{u}du$$
From here I understand that we integrate with the exponential rule, to get:
$$\ln|u| + C$$
My explanation then substitutes back $M$ to get:
$$\ln|M| + C$$
These are my understanding problems:
What is the meaning of integrating $dM/dt$? I'm familiar with integrating functions with respect to one variable, like this: $$\int f(x)dx$$ but $dM/dt$ is the notation for a derivative? I just don't understand what we're doing here.
I don't quite get why the substitution $$u = M(t)$$ works here. Probably relates to understanding problem 1.
Why when we substitute $M(t)$ back we get: $$\ln|M| + C$$ instead of: $$\ln|M(t)| + C$$ the later looks strange, but we did $u = M(t)$, so my primitive understanding tells me to substitute back literally $M(t)$. Is the $(t)$ implicit?