Integrating Polar Equations: Online Resources

Click For Summary

Discussion Overview

The discussion revolves around integrating polar equations, specifically focusing on the methods and resources available for understanding this topic. Participants explore the definitions and processes involved in integration within polar coordinates, as well as the differences from Cartesian coordinates.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant requests online resources for integrating polar equations.
  • Another participant questions the definition of "polar equations," seeking clarification.
  • A participant suggests that integration in polar coordinates may be similar to rectangular coordinates, referencing the fundamental theorem of calculus.
  • There is a discussion about the formula for finding the area in polar coordinates, with one participant stating the area can be calculated using the integral A = ∫(1/2)r² dθ.
  • Some participants express uncertainty about how the fundamental theorem of calculus applies to polar equations.
  • Participants discuss the Jacobian of the transformation between polar and Cartesian coordinates, with differing views on its definition and application.
  • One participant emphasizes the need to express the integrand in polar coordinates and to consider the Jacobian in the integration process.
  • There are conflicting interpretations regarding the Jacobian, with some asserting it is r while others argue it is the determinant of the Jacobian matrix.
  • One participant expresses skepticism about a professor's explanation of the Jacobian, suggesting that errors may arise in understanding the topic.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the definitions and applications of the Jacobian in polar coordinates, leading to multiple competing views on the topic. The discussion remains unresolved regarding the best approach to integrating polar equations and the correct interpretation of related mathematical concepts.

Contextual Notes

There are limitations in the discussion regarding the assumptions made about the definitions of polar equations and the Jacobian, as well as the application of integration techniques without a clear resolution on these points.

Moose352
Messages
165
Reaction score
0
Can anyone point me to some online resources on how to integrate polar equations? Thanks.
 
Physics news on Phys.org
What do you mean by "polar equations"??

Daniel.
 
Aren't we online here?
What's your problem; could you post an example?
 
In rectangular coordinates, to integrate the function f from a to b, you find the antiderivative at a and subtract it from the antiderivative at b. Is there a similar definition to find the integral of a function that is defined in polar coordinates without converting to rectangular coordinates? For example, how would I integrate r = t^2 from t = 0 to t = 2pi?
 
I don't know,applying the fundamental theorem of calculus,maybe?? :rolleyes:

Daniel.
 
[tex]A=\int_{\alpha}^{\beta} \frac{1}{2}r^{2}\,d\theta[/tex]

for [itex]r=f(\theta)[/itex]. I'm assuming the problem was with finding the area and not the actual process of integration, which is the same as cartesian.
 
The fundamental theorem of calculus?? How would that work to find the area of a polar equation? In any case, I made some stuff up and I think I got it. Thanks for the help.
 
Oops, me and Sirus posted at the same time. Thats the same formula I got. Thanks again.
 
IF you are concerned with finding area in polar coordinates, then you have to remember that dArea= r dr dθ rather than the simple dxdy of Cartesian coordinates.
HOWEVER, once you have the integral set up, the actual integration is exactly the same: find an anti-derivative and evaluate at the limits of integration.
 
  • #10
HallsofIvy said:
IF you are concerned with finding area in polar coordinates, then you have to remember that dArea= r dr dθ rather than the simple dxdy of Cartesian coordinates.
HOWEVER, once you have the integral set up, the actual integration is exactly the same: find an anti-derivative and evaluate at the limits of integration.

I probably missed this, but don't you also have to express the integrand in polar coordinates as well as find the jacobian?
 
  • #11
Chrono said:
I probably missed this, but don't you also have to express the integrand in polar coordinates as well as find the jacobian?
He did. The Jacobian of the transformation from polar coordinates to Cartesian coordinates is r.
 
  • #12
hypermorphism said:
He did. The Jacobian of the transformation from polar coordinates to Cartesian coordinates is r.

It's actually the other way around.What do you make of this
[tex]J = |\frac{\partial (x,y)}{\partial (\rho,\phi)}|=...=r[/tex]

Daniel.
 
  • #13
dextercioby said:
It's actually the other way around.What do you make of this
[tex]J = |\frac{\partial (x,y)}{\partial (\rho,\phi)}|=...=r[/tex]

Daniel.
That is the Jacobian I was referring to, as it implies x and y are functions of r and theta. ;) The derivation in modern terms would be as follows:
x = r cos [tex]\theta[/tex]
y = r sin [tex]\theta[/tex]
gives the transformation from polar coordinates into Cartesian coordinates. We use this one because we want to find [tex]dx\wedge dy[/tex] in terms of the "old" coordinates r and theta:
[tex]dx \wedge dy &= (\cos\theta dr - r\sin\theta d\theta)\wedge(\sin\theta dr + r\cos\theta d\theta)\\<br /> &= r(\cos^2\theta + \sin^2\theta) dr\wedge d\theta\\<br /> &= r dr\wedge d\theta\\[/tex]
Say you have a linear change of coordinates, u=2x, v=2y. The determinant of this forwards transformation tells us that a 2-volume of 1 in xy-space is transformed into a 2-volume of 4 in uv-space with respect to uv-coordinates (Lay the coordinate grids on top of each other).
Then a 2-volume of 1 in uv-space corresponds to a 2-volume of 1/4 with respect to the xy-space (The square formed by (1,0) and (0,1) becomes the square formed by (1/2,0) and (0, 1/2)). If you were integrating in uv-space over uv-coordinates, you would multiply by a factor of 1/4 in order to get the 2-volume with respect to xy-space. This is the determinant of the backwards transformation from uv-space into xy-space. The generalization to nonlinear coordinates is clear, as the determinant is then integrated if it is not constant.
 
Last edited:
  • #14
hypermorphism said:
He did. The Jacobian of the transformation from polar coordinates to Cartesian coordinates is r.

I stressed out the fact that the Jacobian i gave (and with which u agreed) (namely "r") is not the jacobian of the transformation from polar ----> cartesian,but from cartesian -------->polar...That's what i meant by "It's actually the other way around"...

Daniel.
 
  • #15
dextercioby said:
I stressed out the fact that the Jacobian i gave (and with which u agreed) (namely "r") is not the jacobian of the transformation from polar ----> cartesian,but from cartesian -------->polar...That's what i meant by "It's actually the other way around"...

Daniel.

In my post I showed that it is the Jacobian of the transformation from polar coordinates into Cartesian that you gave and gave the motivation for that machinery. :)
T(r, t) = (r*cos(t), r*sin(t)) = (x,y) is a map from polar coordinates (r,t) into Cartesian (x,y). The Jacobian of this transformation is your Jacobian using the partials of x and y with respect to r and t.
On the other hand, the transformation from Cartesian to polar coordinates is
[tex] T(x,y) = (\sqrt{x^2 + y^2}, \arctan(\frac{y}{x})) = (r, \theta )[/tex]
whose Jacobian is
[tex] \frac{x^2}{(x^2 + y^2)^{\frac{3}{2}}} + \frac{y^2}{(x^2 + y^2)^\frac{3}{2}}\\<br /> = \frac{1}{\sqrt{x^2 + y^2}} = \frac{1}{r}[/tex]
as predicted by the previous post.
 
  • #16
hypermorphism said:
He did. The Jacobian of the transformation from polar coordinates to Cartesian coordinates is r.

Actually, I was suggesting that [tex]r drd\theta[/tex] is the jacobian. And that you need to transform the integrand itself into polar coordinates.
 
  • #17
Chrono said:
Actually, I was suggesting that [tex]r drd\theta[/tex] is the jacobian. And that you need to transform the integrand itself into polar coordinates.
Hi Chrono,
This may just be the terminology I've been exposed to, but in the studies I've done, the Jacobian is defined as the determinant of the Jacobian matrix, which is just r. The term [tex]r dr\wedge d\theta[/tex] is the pullback of the volume form of the transformation, which can be simplified to being just the new volume form scaled by the Jacobian. I can see taking the whole thing to be the Jacobian, though, by de-emphasizing the matrix and using only exterior algebra to define the Jacobian.
 
  • #18
hypermorphism said:
Hi Chrono,
This may just be the terminology I've been exposed to, but in the studies I've done, the Jacobian is defined as the determinant of the Jacobian matrix, which is just r. The term [tex]r dr\wedge d\theta[/tex] is the pullback of the volume form of the transformation, which can be simplified to being just the new volume form scaled by the Jacobian. I can see taking the whole thing to be the Jacobian, though, by de-emphasizing the matrix and using only exterior algebra to define the Jacobian.

You may be right. I was told by my professor in class that what I had said before was the jacobian.
 
  • #19
Well,your professor was obviously wrong.Knowing that this was a pretty simple thing and yet he screwed it up,i advise you to keep an eye out,because a lot more mistakes are about to come up...
Just for our entertainment,please come and share them with us... :-p

Daniel.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
8K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K