Why is $\det(J)$ used when changing coordinates from (x,y) to (u,v)

88 Views Asked by At

If we have an integral and want to change coordinates we normally say: $$\iint_\Omega f(x,y)dxdy=\iint_{T(\Omega)}f(u,v)|J|dudv$$ where $|J|$ is the determinant of the Jacobian, I understand why this is here to account for changes of coordinate systems etc. but is there a nice proof of why the Jacobian is of this form

2

There are 2 best solutions below

0
On BEST ANSWER

The basic idea is that when you perform the substitution, the diffferentials $dx,\,dy$ are expressed as a linear combination of $du,\,dv$ with the coefficients being the partial derivatives. For example, if $x=f(u,v),$ then we have that $$dx=f_u\,du+f_v\,dv.$$

Hence you have a $2×2$ linear system in $du,\,dv.$ This has a unique solution if and only if the determinant does not vanish.

Does this clarify things?

2
On

This is an attempt to provide intuition in the 2-D case. The determinant can be thought of as the area of a parallelogram, in the standard cartesian co-ordinates, said parallelogram is a square.

When we do linear transformations, essentially we are shifting the 2 unit vectors $i$ & $j$, with restrictions being that the origin remains unchanged. Applying linear transformation to a point $(x,y)$ will keep said point on the same co-ordinate$(x,y)$ after the transformation, under the new co-ordinate system. Try to imagine stacking this new co-ordinate system on top of the standard cartesian co-ordinate system. The new point would have a new co-ordinate on the standard cartesian co-ordinate.

Because of this, we can think of ratios being 'equal' before and after linear transformation, if segment-$\bar{x}$ is twice as long as segment-$\bar{y}$ in the standard Cartesian co-ordinate, it would remain so in the new co-ordinate system.

Next, you can think of length in standard Cartesian as the ratio of said object against the side of a 1x1 box, and area as the ratio of said object against the area of a 1x1 box. Remember that ratios are maintained, so this will also apply to the new co-ordinate system. Think of length and area as ratios of sides and areas of the object against parallelograms.

Thus, if we know the ratio of length or area in the new co-ordinate system, say the value is $a$, the object would also have a length or area of ratio a under standard cartesian co-ordinates. The only thing left is comparing the *ratio of the 1x1 parallelogram against a 1x1 box. The determinant of the transformation matrix gives this ratio (since a 1x1 box is just 1, and anything divided by 1 is itself). That's why we multiply by the determinant of the Jacobian.