Solving a Double Integral: Where is the Error?

tnutty
Messages
324
Reaction score
1

Homework Statement



\int_{D}\int y^2
where D = {(x,y) | -1 \leq y \leq1, -y-2\leq x\leq y

The integral I set up is below :

\int^{1}_{-1} \int^{y}_{-y-2} y^2 dx dy

From that I get the answer 0, but the book says its 4/3.

I get 0 because It reduces to this integral :

\int^{-1}_{1} 2y^3 + 2y

Any idea where I could be wrong?
 
Physics news on Phys.org
tnutty said:

Homework Statement



\int_{D}\int y^2
where D = {(x,y) | -1 \leq y \leq1, -y-2\leq x\leq y

The integral I set up is below :

\int^{1}_{-1} \int^{y}_{-y-2} y^2 dx dy

From that I get the answer 0, but the book says its 4/3.

I get 0 because It reduces to this integral :

\int^{-1}_{1} 2y^3 + 2y

Any idea where I could be wrong?

In your last step you reversed your bounds, it should be (-1,1) not (1,-1) as you wrote. Also the final step should be \int2y3 +2y2 dy with the bounds (-1 to 1).
 
Last edited:
Hi tnutty! :smile:
tnutty said:
Any idea where I could be wrong?

erm :redface:

2y3 + 2y2 ? :wink:
 
I mean to write 2y^3 + 2y^2. But its was the bounds. Thanks guys.
 
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