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
2sin54
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:

1. What are Cartesian coordinates?

Cartesian coordinates are a system of locating points on a two-dimensional plane using two perpendicular axes, usually labeled as x and y. It is named after the French mathematician and philosopher René Descartes.

2. What are Polar coordinates?

Polar coordinates are a system of locating points on a two-dimensional plane using a distance from the origin and an angle from a fixed reference line, usually the positive x-axis. It is named after the Greek mathematician Apollonius of Perga.

3. How do you convert from Cartesian coordinates to Polar coordinates?

To convert from Cartesian coordinates (x,y) to Polar coordinates (r,θ), you can use the following equations: r = √(x² + y²) and θ = tan⁻¹(y/x). These equations use the Pythagorean theorem and trigonometric functions to determine the distance from the origin and the angle from the positive x-axis.

4. How do you convert from Polar coordinates to Cartesian coordinates?

To convert from Polar coordinates (r,θ) to Cartesian coordinates (x,y), you can use the following equations: x = r cosθ and y = r sinθ. These equations use the cosine and sine functions to determine the x and y coordinates based on the distance from the origin and the angle from the positive x-axis.

5. Can you give an example of converting from Cartesian coordinates to Polar coordinates?

For example, if we have the point (3,4) in Cartesian coordinates, we can convert it to Polar coordinates using the equations r = √(3² + 4²) = 5 and θ = tan⁻¹(4/3) = 53.13°. Therefore, the point in Polar coordinates is (5, 53.13°).

Similar threads

Replies
13
Views
2K
Replies
2
Views
1K
  • General Math
Replies
7
Views
1K
Replies
6
Views
2K
Replies
8
Views
231
  • General Math
Replies
27
Views
2K
Replies
47
Views
5K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top