I'm familiar with the transformation theorem in $\mathbb{R}^n$: given $\varphi : \Omega \rightarrow \mathbb{R}^n$ which is a diffeomorphism, $\Omega$ open, then $$\int_{\varphi(\Omega)} f(y) dy = \int_{\Omega} f(\varphi(x)) |\det \varphi'(x)| dx$$
but this fails when $\Omega$ is a subset of $\mathbb{R}^m$, $m < n$.
In this case the formula is rather $$\int_{\varphi(\Omega)} f(y) dy = \int_{\Omega} f(\varphi(x)) \sqrt{\det (\varphi'(x)^T \varphi'(x))} dx$$
For example the arclength formula: let $f:[0,1] \rightarrow \mathbb{R}^2$ be differentiable and consider $\phi : [0,1] \rightarrow \mathbb{R}^2, t \rightarrow \begin{pmatrix} t \\ f(t) \end{pmatrix}$, then $$\int_{\varphi([0,1])} dy = \int_0^1 \sqrt{\det(\begin{pmatrix} 1 & f'(x) \end{pmatrix} \begin{pmatrix} 1 \\ f'(x) \end{pmatrix})} dx = \int_0^1 \sqrt{1 + f'(x)^2} dx$$
and I'd like to ask what the geometric motivation for this is and if it follows easily from the transformation theorem I gave at the top.