Cartesian coordinates to Polar coordinates (dx,dy question)

In summary, when making a change of variables in polar coordinates, the differentials dx and dy cannot be simply multiplied together as they are not ordinary numbers. This is because the new coordinates may not be independent, and the Jacobian matrix may not be diagonal. Instead, the determinant of the Jacobian must be included in the calculation.
  • #1
109
1
The usual change of variables in this case (mentioned in the title of this topic) is this:
##x = rcos(t)##
##y = rsin(t)##

When I rewrite (say my integral) in polar coordinates I have to change ##dxdy## to ##rdrdt##

My question is why can't I just compute dx and dy the usual way (the already mentioned change of variables) meaning finding the complete differentials dx and dy, multiplying them together, etc.?
 
Mathematics news on Phys.org
  • #2
Try it, just remember that the dr^2 and dt^2 terms must be crossed out (they are Grassmann variables and nilpotent or equivalently they represent differential area of parallelogram with both sides in the dr direction (or both in the dt direction) which is thus zero.).
 
  • #3
Mathematically speaking the differentials ##dx## and ##dy## are not ordinary numbers that you can simply divide/multply since they are defined through a limit process. However, you can use your "multiplication thumb rule" only when the new coordinate are independent from each other, i.e. when you have something like ##x=f(x^\prime)##, ##y=g(y^\prime)##, without mixing ##x^\prime## and ##y^\prime##. This is simply because in this case the Jacobian matrix is diagonal. Otherwise you have to include the determinant of the Jacobian.
 
  • #4
Consider a rectangle with corners (x,y),(x+h,y),(x+h,y+k),(x,y+k).

If you make a change of variables x = f(u), y = g(v) then in the u,v coordinate system, the rectangle is still a rectangle of some sort although the length of its sides may be different. The area of the transformed figure is still its width times its height.

However if you make a change of variables of the form x = p(s,t), y = q(s,t) then in the s,t coordinate system the figure may no longer be nearly a rectangle. It could be a quadrilateral with no side parallel to either axis. Hence it may not even have a "width" and "height". The procedure that uses the Jacobian determinant uses the idea of approximating the quadrilateral by a parallelogram.
 
Last edited:

Suggested for: Cartesian coordinates to Polar coordinates (dx,dy question)

Replies
2
Views
1K
Replies
10
Views
1K
Replies
13
Views
2K
Replies
1
Views
631
Replies
4
Views
1K
Replies
8
Views
1K
Replies
10
Views
946
Back
Top