To understand polar coordinates

In summary: I say kind of because the Jacobian is more for when your substitution is y=f(x), in that case you would multiply by f'(x)dx)In summary, when converting to polar coordinates, the expression from cartesian coordinates is substituted with the values t = r cos \theta, u = r sin \theta and the limits of integration become r going from 0 to infinity and theta going from 0 to pi/2. This is done by using the Jacobian, which is represented by rd\theta dr, and then simplifying the resulting expression. This change of variables allows for a simpler integration process in polar coordinates.
  • #1
Castilla
241
0
Please I need help about polar coordinates. I have this expression:

[tex] \int_0^{\infty}\int_0^{\infty}e^\frac{-(t^2 + u^2)}{2}dtdu.[/tex]. Now they say:
"Let's convert to polar coordinates. Define [tex] t = r cos \theta, u = r sin \theta[/tex]. Then [tex] t^2 + u^2 = r^2[/tex] (this is OK) and [tex] dtdu = rd \theta dr[/tex] (first why?) and the limits of integration become [tex] 0 < r < \infty, 0 < \theta < \frac{\pi}{2}[/tex] (second why??). We now have:

[tex] \int_0^{\infty}\int_0^{\infty}e^\frac{-(t^2 + u^2)}{2}dtdu = \int_0^{\infty}\int_0^{\infty}re^\frac{-r^2}{2}d \theta dr [/tex] (third why?)".

I know this may be a boring question for you. Please don't just tell me "sustitute these differentials in the integrand by those other and you are done". I would like to understand and not only to apply a mecanism.

As Borges said (in better words, obviously): "Oh happiness of understanding, greater than that of imagining or sensing".

Thanks.
 
Physics news on Phys.org
  • #2
Castilla said:
Please I need help about polar coordinates. I have this expression:

[tex] \int_0^{\infty}\int_0^{\infty}e^\frac{-(t^2 + u^2)}{2}dtdu.[/tex]. Now they say:
"Let's convert to polar coordinates. Define [tex] t = r cos \theta, u = r sin \theta[/tex]. Then [tex] t^2 + u^2 = r^2[/tex] (this is OK) and [tex] dtdu = rd \theta dr[/tex] (first why?) and the limits of integration become [tex] 0 < r < \infty, 0 < \theta < \frac{\pi}{2}[/tex] (second why??). We now have:

[tex] \int_0^{\infty}\int_0^{\infty}e^\frac{-(t^2 + u^2)}{2}dtdu = \int_0^{\infty}\int_0^{\infty}re^\frac{-r^2}{2}d \theta dr [/tex] (third why?)".

I know this may be a boring question for you. Please don't just tell me "sustitute these differentials in the integrand by those other and you are done". I would like to understand and not only to apply a mecanism.

As Borges said (in better words, obviously): "Oh happiness of understanding, greater than that of imagining or sensing".

Thanks.

The limits of integration will change according to the coordinate system you change to (substitute your old values into the new equation to solve for theta and r). Have you heard of the Jacobian? That is where the "r" comes from in your differentials.

[tex]\frac{\partial (x,y)}{\partial (u,v)}=\left|\begin{array}{cc} x_u & x_v \\ y_u & y_v\end{array}\right|[/tex]

Edit: Take a look at the bounds of your integrals. It's basically the whole first quadrant. You can figure this out by inspection and say that r will go from 0 to infinity and theta will go from 0 to pi/2.
 
  • #3
No, I don't have studied jacobians yet.

Maybe you can suggest me some book or web page to know polar coordinates from cero? Unhappily I can't follow what you explain in your post.

Castilla.
 
  • #4
If you understand why
r=sqrt(x^2+y^2)
x=rcos(theta)
and so on, there's not much else to be said. The Jacobian is something you'll study later, for right now just know that you need to throw in an extra r when you change to polar coordinates(when you learn other coordinate systems like spherical you'll have a different one)

as for the limits, you redefine them in polar coordinates. You can't change from x and y to polar coordinates and still have your limits in terms of x and y, you need them in terms of r and theta. Which probably means, especially at first, you should draw a graph of the region of integration, and ask yourself "hmm, how would I describe this graph in polar coordinates?"
 
  • #5
Changing to polar coordinates

But there is not a "theorem of change of variables from cartesian coordinates to polar coordinates" ??

I know the classical theorem of change of variables:

[tex] \int_{g(c)}^{g(d)}f(x)dx = \int_c^df(g(t))g'(t)dt[/tex].

When we want to change from cartesian to polar coordinates, we don't have something that can be put in terms like this?

(Excuse bad english).
 
  • #6
Castilla said:
But there is not a "theorem of change of variables from cartesian coordinates to polar coordinates" ??

I know the classical theorem of change of variables:

[tex] \int_{g(c)}^{g(d)}f(x)dx = \int_c^df(g(t))g'(t)dt[/tex].

When we want to change from cartesian to polar coordinates, we don't have something that can be put in terms like this?

(Excuse bad english).

You could always try to look at it geometrically. If you don't know about the Jacobian, this is what I would suggest you do:

Draw out a sector of a circle (the easiest for this case). Somewhere in there take a small piece that is almost rectangular (just a portion in the middle of the sector. Now, knowing that one side of the very small rectangle is dr, you can find the other side using this formula: s=rθ. But since that part of the angle is very small, you can call the length of that side rdθ. To find the area of that rectangle, multiply your two sides and you have dA=rdrdθ.

It's hard to explain without a diagram, but I hope you can see what I'm talking about. I'll try to make something in paintshop if you can't see it...
 
  • #7
Apmcavoy, I understand the following facts, maybe you could tell me if with them I can walk towards the equation stated in my first post.

1. If x, y are the cartesian coordinates, then [tex] x = f(r, \theta) = r cos(\theta), y = g(r, \theta) = r sin(\theta), [/tex].

2. I know some basic partial derivatives, so
[tex] f_r = cos (\theta), f_\theta = -r sin(\theta), g_r = sin(\theta), g_\theta = -r cos(\theta) [/tex]

Then (without using the word "jacobian", which means nothing to my ignorance) I can see that

[tex] (f_r)(g_\theta) - (f_\theta)(g_r) = r [/tex]

Now, what I must do?
 
  • #8
Castilla said:
Apmcavoy, I understand the following facts, maybe you could tell me if with them I can walk towards the equation stated in my first post.

1. If x, y are the cartesian coordinates, then [tex] x = f(r, \theta) = r cos(\theta), y = g(r, \theta) = r sin(\theta), [/tex].

2. I know some basic partial derivatives, so
[tex] f_r = cos (\theta), f_\theta = -r sin(\theta), g_r = sin(\theta), g_\theta = -r cos(\theta) [/tex]

Then (without using the word "jacobian", which means nothing to my ignorance) I can see that

[tex] (f_r)(g_\theta) - (f_\theta)(g_r) = r [/tex]

Now, what I must do?

Multiply that by drdθ. If you look at the Jacobian I posted above, you'll see that it's really saying your determinant is equal to dxdy/drdθ. So just solve for dxdy and substitute.
 
  • #9
Castilla said:
"Let's convert to polar coordinates. Define [tex] t = r cos \theta, u = r sin \theta[/tex]. Then [tex] t^2 + u^2 = r^2[/tex] (this is OK) and [tex] dtdu = rd \theta dr[/tex] (first why?)

The thing to remember is that [tex]dt\;du[/tex] is a measurement of an area. It's a little square with one side of size dt, and the other side of size du.

When you rewrite this into polar coordinates, you're going to have to replace dt du with the polar version of area. Instead of having a little square which is parallel to the t and u axes, you're going to have a little square which will look like a tiny square in a spider web.

The side of the spider web that is on a radial line will have length [tex]dr[/tex]. The side of the spider web that is on a circular line will have length [tex]r \; d\theta[/tex]. The reason for the extra factor of r is that the squares in the spider web are bigger in area the farther away you get from the center of the web.

Castilla said:
and the limits of integration become [tex] 0 < r < \infty, 0 < \theta < \frac{\pi}{2}[/tex] (second why??).

The original limits of integration defined the "first quadrant" of the t-u coordinate system. The equivalent region for polar coordinates is theta between 0 and 90 degrees, and r between 0 and infinity.

Castilla said:
We now have:

[tex] \int_0^{\infty}\int_0^{\infty}e^\frac{-(t^2 + u^2)}{2}dtdu = \int_0^{\infty}\int_0^{\infty}re^\frac{-r^2}{2}d \theta dr [/tex] (third why?)".

This is a misprint. It should read something like:

[tex] \int_0^{\infty}\int_0^{\infty}e^\frac{-(t^2 + u^2)}{2}\;dt\;du = \int_{r=0}^{\infty}\int_{\theta=0}^{\pi/2}r \;e^\frac{-r^2}{2}d \theta\; dr [/tex]


This is just the substitution of the change in [A] coordinates from (u,t) to (r,theta), the change from du dt to r dr dtheta, and [C] the change in definite integration limits from over u,t to over r,theta.

Carl
 
Last edited:
  • #10
Thanks CarlB, Apmcavoy and Schattenjaeger por all your inputs.
 
  • #11
I copy from a web page (x and y are the cartesian coordinates):

"[tex] (x,y) = T(r, \theta) = (r cos (\theta), r sin (\theta) ). [/tex]

The function [tex] T(r, \theta) [/tex] gives rectangular coordinates in terms of polar coordinates. It maps a rectangle into a circle. {Here the author puts two graphics... a rectangle divide in cell-rectangles and a circle divided in "curvy rectangles" by a spider web (using CarlB's metaphor)} (...) we need to estimate the area of each "curvy rectangle" in the circle.

It turns out that we can approximate each "curvy rectangle" as a parallelogram with sides [tex] {\frac{\partial T}{\partial r}}
{\Delta r} [/tex] and [tex] \frac{\partial T}{\partial \theta}
\Delta \theta [/tex]" .

My question is: would some of you be so kind to justify rigorously this statement about the sides of those "parallelograms"?

Thanks in advance.
 

What are polar coordinates?

Polar coordinates are a type of coordinate system used in mathematics and science to describe the location of a point in two-dimensional space. They consist of a radial distance from the origin and an angle from a fixed reference axis.

How are polar coordinates different from Cartesian coordinates?

Polar coordinates use a different system of measurement than Cartesian coordinates. In polar coordinates, the location of a point is described using a distance and an angle, while in Cartesian coordinates, the location is described using an x-coordinate and a y-coordinate.

What is the purpose of using polar coordinates?

Polar coordinates are particularly useful for describing the location of points in circular or curved shapes, such as in polar graphs or in physics problems involving circular motion. They can also simplify calculations for certain equations and allow for easier visualization of complex shapes.

How do you convert between polar and Cartesian coordinates?

To convert from polar coordinates to Cartesian coordinates, you can use the equations x = r cos θ and y = r sin θ, where r is the radial distance and θ is the angle. To convert from Cartesian coordinates to polar coordinates, you can use the equations r = √(x² + y²) and θ = arctan(y/x).

What is the relationship between polar and rectangular coordinates?

Polar coordinates and rectangular coordinates are related through the Pythagorean theorem and trigonometric functions. The radial distance in polar coordinates is equivalent to the hypotenuse of a right triangle in rectangular coordinates, while the angle is equivalent to an inverse tangent function. This relationship allows for easy conversion between the two coordinate systems.

Similar threads

Replies
8
Views
230
  • Introductory Physics Homework Help
Replies
10
Views
260
  • Introductory Physics Homework Help
Replies
6
Views
1K
  • Introductory Physics Homework Help
Replies
11
Views
680
  • Introductory Physics Homework Help
2
Replies
38
Views
527
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
17
Views
390
  • Introductory Physics Homework Help
Replies
6
Views
922
  • Introductory Physics Homework Help
Replies
1
Views
886
  • Introductory Physics Homework Help
Replies
4
Views
2K
Back
Top