Xy coordinates to polar coordinates for double integral. hepl please

Andrew123
Messages
25
Reaction score
0

Homework Statement


ok change the region R = { (x,y) | 1 <= X^2 + y^2 <= 4 , 0 <= y <= x } to polar region and perform the double integral over region R of z=arctan(y/x)dA


Homework Equations


r^2 = x^2 + y^2, x = r*sin(@), y = r * cos (@)


The Attempt at a Solution



i got R = { (rcos(@), rsin(@) | 1 <= r <= 2 , 0 <= @ <= pi/4 }

and 3/8 * pi ^2 answer in back of book is 3/64 * pi ^2


thankyou for your time!
 
Physics news on Phys.org
Andrew123 said:

Homework Statement


ok change the region R = { (x,y) | 1 <= X^2 + y^2 <= 4 , 0 <= y <= x } to polar region and perform the double integral over region R of z=arctan(y/x)dA


Homework Equations


r^2 = x^2 + y^2, x = r*sin(@), y = r * cos (@)


The Attempt at a Solution



i got R = { (rcos(@), rsin(@) | 1 <= r <= 2 , 0 <= @ <= pi/4 }

and 3/8 * pi ^2 answer in back of book is 3/64 * pi ^2


thankyou for your time!

You've correctly converted to polar coordinates and found the limits of integration, but you somehow made a mistake evaluating the integral...Did you by chance forget that you are integrating the function \tan^{-1}\left(\frac{y}{x}\right)=\theta over this region, andf just find the area of the region instead?:wink:
 
thankyou veeery much!
 
Andrew123;2056564[h2 said:
Homework Equations[/h2]
r^2 = x^2 + y^2, x = r*sin(@), y = r * cos (@)

Not sure this made a difference in your answer, but the equations for x and y above are wrong. They should be
x = r*cos(theta)
y = r*sin(theta)
 
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