I am trying to calculate the volume of a solid, given the equations of its bounding surfaces. It is a $3$-dimensional object, so the equations are in $x$, $y$ and $z$. In order to simplify the equations and the volume calculation, I made a substitution, namely $\tilde{x}=x+\frac{kz}{\sigma}$, $\tilde{y}=y\pm\frac{kz}{\sigma}$, and $\tilde{z}=\frac{z}{\sigma k}$.
In these new variables, I carried out a volume calculation, and I got a result; let's call it $V$. I want to know the actual volume, though, back at home in $(x,y,z)$.
I get confused at this part. Is the volume equal to $\sigma k V$, or is it $\frac{V}{\sigma k}$? It must be one of those, because $\sigma k$ and $\frac{1}{\sigma k}$ are the determinants of the matrices that convert between the two coordinate bases. I've just about convinced myself that it's $\sigma k V$, but the answer would make more sense - in the context of the problem - if it were $\frac{V}{\sigma k}$.
What is the right way to think about this kind of problem? Does anyone have a good intuition they can share about how volume changes with changes of variables? Thanks in advance.
As you know, you need to include a “scale factor” when transforming the volume element—the determinant of the Jacobian of the coordinate mapping. There’s a notation sometimes used for the Jacobian that I find helpful in remembering which direction to use when computing this scale factor: $$dV = dx\,dy\,dz = {\partial(x,y,z)\over\partial(\tilde x,\tilde y,\tilde z)}\,d\tilde{x}\,d\tilde{y}\,d\tilde{z}.$$ The term on the right that looks like a fraction represents the determinant of the Jacobian of the map $(\tilde x,\tilde y,\tilde z)\mapsto(x,y,z)$, i.e., the matrix of partial derivatives of $x$, $y$ and $z$ with respect to $\tilde x$, $\tilde y$ and $\tilde z$. (You’ll also see this notation used to represent the Jacobian matrix itself.) As a mnemonic, you can think of the “denominator” of this “fraction” canceling the $d\tilde{x}\,d\tilde{y}\,d\tilde{z}$ and leaving $dx\,dy\,dz$ in the “numerator.”
In your case, we have $dx\,dy\,dz=\sigma k\,d\tilde{x}\,d\tilde{y},d\tilde{z}$, so after making the change of variables you have to multiply by $\sigma k$ to maintain the value of the integral. This makes some intuitive sense: the coordinate transformation shrinks $z$ by a factor of $\sigma k$, so you have to multiply by that to compensate.