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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top