In the single variable calculus, when doing a u substitution, we have
$\qquad\begin{align}\int_a^b{f'(x)}\,\mathrm dx &= \int_a^b{(h \circ g)'(x)\,\mathrm dx}\\& = \int_a^b{(h' \circ g)(x)\,g'(x)\,\mathrm dx} \\&= (h \circ g)(x) \Big|_a^b \\&= h(g(b)) - h(g(a)) \\&= \int_{g(a)}^{g(b)}{h'(u)\,\mathrm du}\end{align}$
Here, there's a nice connection between the chain rule and the Jacobian, where the $g'(x)dx$ term comes out of the wash without any appeals to geometric reasoning, like is often the case when introducing the Jacobian term for the multivariable change of variables. Is it possible to make an analogous derivation for the multivariable case?
What confuses me is that the multivariable chain rule has the form of a sum, but the Jacobian term has the form of a difference, so at first glance it seems not possible.