Derivation of Jacobian Determinant

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 12K views
alt20
Messages
3
Reaction score
0
Hi,

I'm having some problems with the derivation of the Jacobian determinant when used to describe co-ordinate transformations. As I understand it, the Jacobian determinant should relate the areas defined by two vectors in both co-ordinate systems. As the vectors are not necessarily perpendicular, the area is calculated using the cross-product, giving:

| dx x dy | = J dudv

(Examples of the derivation can be found http://books.google.co.uk/books?id=...obian determinant area cross product&f=false".)

My problem is that dudv is not a cross product and so doesn't describe the area of a parallelogram in the u-v co-ordinate system. So, as far as I can see it, one of three things is happening:

1) du and dv are assumed to be perpendicular, and so the area is just the product of the sides of the rectange, dudv.

2) du and dv are assumed to be very small, so that the area approximates a rectangle

3) there's something funny about dudv that I haven't spotted - it *is* the product of two vectors, which doesn't actually mean anything I guess. Someone mentioned something about it being a wedge or exterior product...

So yeah, any ideas? What am I missing?

Thanks

James
 
Last edited by a moderator:
Physics news on Phys.org
You have some severe misunderstandings, here!

Let [tex]\vec{i},\vec{j}[/tex] be unit vectors in the x,y directions, and let [itex]\vec{u},\vec{v}[/tex] be unit vectors in u,v-directions.<br /> <br /> Thus, we have that:<br /> [tex]d\vec{x}=dx\vec{i}=\frac{\partial{x}}{\partial{u}}du\vec{u}+\frac{\partial{x}}{\partial{v}}dv\vec{v}[/tex]<br /> [tex]d\vec{y}=dy\vec{j}=\frac{\partial{y}}{\partial{u}}du\vec{u}+\frac{\partial{y}}{\partial{v}}dv\vec{v}[/tex]<br /> <br /> Compute the length of the vector [tex]d\vec{x}\times{d}\vec{y}[/tex][/itex][tex]and see what you get![/tex]
 
Okey dokey. Adding a third dimension to allow the cross product to be calculated:

[tex]d\vec{x} \times d\vec{y}<br /> = \left[\left(\frac{\partial x}{\partial v}dv\right)(0)-(0)\left(\frac{\partial y}{\partial v}dv\right)\right] \vec{i}<br /> + \left[(0)\left(\frac{\partial y}{\partial u}du\right)-(0)\left(\frac{\partial x}{\partial u}du\right)\right] \vec{j}<br /> + \left[\left(\frac{\partial x}{\partial u}du\right)\left(\frac{\partial y}{\partial v}dv\right) - \left(\frac{\partial x}{\partial v}dv\right)\left(\frac{\partial y}{\partial u}du\right)\right] \vec{k}[/tex]

[tex]= \left[\left(\frac{\partial x}{\partial u}du\right)\left(\frac{\partial y}{\partial v}dv\right) - \left(\frac{\partial x}{\partial v}dv\right)\left(\frac{\partial y}{\partial u}du\right)\right] \vec{k}[/tex]

Taking the absolute value of the vector:

[tex]\left(\frac{\partial x}{\partial u}du\right)\left(\frac{\partial y}{\partial v}dv\right) - \left(\frac{\partial x}{\partial v}dv\right)\left(\frac{\partial y}{\partial u}du\right)[/tex]

[tex]= \left[\left(\frac{\partial x}{\partial u}\right)\left(\frac{\partial y}{\partial v}\right) - \left(\frac{\partial x}{\partial v}\right)\left(\frac{\partial y}{\partial u}\right)\right]dudv[/tex]

[tex]= J dudv[/tex]

Ah I see, [tex]du[/tex] and [tex]dv[/tex] aren't vectors, they're just magnitudes, right? Is that what you mean?
 
Ok, but surely that still assumes that [tex]\vec{u}[/tex] and [tex]\vec{v}[/tex] are perpendicular?