Help double integral over a region question

kidzonety
Messages
5
Reaction score
0
I've tried this question with many different ways and i always got -11.576, but the autograder always marked it wrong. so hopefully i really did something wrong and you can teach me about it.

find the double integral of -3*x*y - 3*y over the region bounded by x^2 + y^2 = 9, y = 3x, and y = 0.

Thanks very much!
 
Physics news on Phys.org
Hi kidzonety! :smile:

(try using the X2 tag just above the Reply box :wink:)

The obvious way is to convert to polar coordinates (though of course you could also do it in x and y) …

I expect you've already tried that, but anyway show us how you did it, and then we'll see what went wrong, and we'll know how to help! :smile:
 
tiny-tim said:
Hi kidzonety! :smile:

(try using the X2 tag just above the Reply box :wink:)

The obvious way is to convert to polar coordinates (though of course you could also do it in x and y) …

I expect you've already tried that, but anyway show us how you did it, and then we'll see what went wrong, and we'll know how to help! :smile:


Okay.
I just first converted the function to polar one which became -3*r3*cos(o)*sin(o) - 3*r2*sin(o) drdo
and just double integrate this over 0 <= r <= 3, and arctan(3) <= o <= pi/2.
 
Hi kidzonety! :smile:

(have a theta: θ and an integral: ∫ and a ≤ :wink:)
kidzonety said:
Okay.
I just first converted the function to polar one which became -3*r3*cos(o)*sin(o) - 3*r2*sin(o) drdo
and just double integrate this over 0 <= r <= 3, and arctan(3) <= o <= pi/2.

ok (except it's 0 ≤ θ ≤ arctan(3)) … now split that into two integrals, ∫∫-3*r3*cosθ*sinθ drdθ and ∫∫-3*r2*sinθ drdθ,

which are now just ∫-3*r3dr*∫cosθ*sinθdθ and ∫-3*r2dr∫sinθdθ :smile:
 
tiny-tim said:
Hi kidzonety! :smile:

(have a theta: θ and an integral: ∫ and a ≤ :wink:)


ok (except it's 0 ≤ θ ≤ arctan(3)) … now split that into two integrals, ∫∫-3*r3*cosθ*sinθ drdθ and ∫∫-3*r2*sinθ drdθ,

which are now just ∫-3*r3dr*∫cosθ*sinθdθ and ∫-3*r2dr∫sinθdθ :smile:



hey tiny-tim,
Ive found my mistake.
Thanks very much for your suggestions and advice!
 
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