Is that a bit better?Double Integral in Polar Coordinates

sa1988
Messages
221
Reaction score
23

Homework Statement



2q2kemd.png


Homework Equations





The Attempt at a Solution



As with my other recent posts, I just want to check if I'm right or wrong as I don't have an answer scheme to go by.

For this question I simply converted to polar to get:

∫∫(a+a)r drdθ

for 0<r<a, 0<θ<2π ,

which solved to give

2πa3 .

Was that correct? I'm convinced I did something wrong because it seems a very easy 7 marks.

Thanks!
 
Physics news on Phys.org
You almost got it right. You made a silly arithmetical error. The integrand should be (a+r)r not (a+a)r.

##\int_0^a\int_0^{2\pi}(a+r)r d\theta dr##
 
Last edited:
Aaah right ok. Hmmm maybe a silly arithmetic error, but I can't see why it should be (a+ar)?

For converting to polar I did, dxdy = r drdθ,

which I presumed would then give the expression I used.

I can't see where I went wrong?
 
Sorry it should be this ##\int_0^a\int_0^{2\pi}(a+r)r d\theta dr##. What is ##\sqrt{x^2+y^2}## after you transform it into polar coordinates? What is ##x## and ##y## in terms of ##r## and ##\theta##?
 
Ah yeah I think I follow now. I think the x2 + y2 = a2 thing threw me a bit, making me think I should just swap it for an 'a' when really I can't do that at all.

It should be

f(x,y)dxdy → f(rcosθ,rsinθ)r drdθ

So in the case of the question

[a + √(x2 + y2)] dxdy → [(a + r)r] drdθ
 
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