Double Integration in Polar Coordinates

maxhersch
Messages
20
Reaction score
0

Homework Statement


Integrate by changing to polar coordinates:

## \int_{0}^6 \int_{0}^\sqrt{36-x^2} tan^{-1} \left( \frac y x \right) \, dy \, dx ##

Homework Equations


## x = r \cos \left( \theta \right) ##
## y = r \sin \left( \theta \right) ##

The Attempt at a Solution



So this is a quarter of a circle in the first quadrant of an xy-coordinate system with a radius of 6. So the bounds for the integral in polar coordinates will be r from 0 to 6 and ## \theta ## from 0 to ## \frac{ \pi }{2} ## .

## tan^{-1} \left( \frac y x \right) ## is just ## \theta ## so the integral becomes:

## \int_{0}^6 \int_{0}^ \frac{ \pi }{2} \theta \, d \theta \, dr ##

I worked this out and got ## \frac{3 \pi ^2}{4} ## . I checked it on Wolfram Alpha and got the same result. I plugged the original integral into Wolfram Alpha and got ## \frac{9 \pi ^2}{4} ## so somehow I lost a factor of 3 somewhere. Clearly I integrated properly so I must have made a mistake converting to polar coordinates.

Any help would be appreciated. Thanks.
 
Physics news on Phys.org
In your conversion to polar the elemental area in Cartesian is dA = dy*dx

However in polar it should be r*dr*dθ
 
You have forgot a factor of ##r##. The area element ##dxdy## should be replaced by ##rdrd\theta##, which is obtained from the Jacobian for the transformation to polar coordinates. I hope this helps.
 
rock.freak667 said:
In your conversion to polar the elemental area in Cartesian is dA = dy*dx

However in polar it should be r*dr*dθ

Yep, just remembered that right as your replied. Thanks
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top