I know that this is a really elementary question, but I have come to realize that I am thinking single variable and multivariable calculus as two different topics in the sense that 99% of the time I have "just used" the u-substitution method without really thinking how it reflects to the more general Change of variables theorem. In particular, I am not really sure how to use the said theorem precisely when evaluating even a simple integral like $I = \int \tan(x)dx$.
The $u$-substitution method yields $u = \cos(x)$ we get $\int \tan(x)dx = \int \frac{\sin(x)}{\cos(x)}dx = \int -\frac{du}{u} = -\mathrm{ln}(|u|) + C$.
But the change of variables theorem requires using a specific mapping $\varphi$. I suppose that in this case $x = \varphi(u) = \cos^{-1}(u)$. Wouldn't we then have something like $f(x) = \tan(x) = \tan(\varphi(u)) = \tan(\cos^{-1}(x))$? In particular, I am curiour of knowing how the $\int_{\varphi(M)} f(v)dv = \int_Mf(\varphi(u))\left|\mathrm{det}(D\varphi)(u)\right|du$ looks in this situation. Surely $\left|(D\varphi)(u)\right| = \left|\frac{-1}{\sqrt{1 - u^2}}\right|$, but beyond this I am not sure how to navigate the computations (w/o just resorting to the original substitution).
Thanks!
It is not so hard. You set $u=cosx$ then $\dfrac{du}{dx}=-sinx$ and hence
$-du=sinxdx$ so the integral becomes $\int\dfrac{-du}{u}$.