Why Does Changing the Order of Integration Affect the Integral Result?

  • Thread starter Thread starter engin
  • Start date Start date
  • Tags Tags
    Mistake
engin
Messages
8
Reaction score
0
(Double integral on D) sin[((x^3)/3) - x] dxdy = ? where
D={(x,y): 1<=y<=4 , sqrt(y)<=x<=2 }.

Okay, we change the order of integration and then we get

(Double integral on D') sin [((x^3)/3) - x] dxdy where
D'={(x,y): 1<=x<=2 , 1<=y<=(x^2). Thus, we get the one variable integral

(Integral from x=1 to x=2) (x^2 - 1)* sin[((x^3)/3) - x]dx.

Letting u = ((x^3)/3) converts the integral to

(Integral from u=-2/3 to u=2/3) sin(u)du = 0. So where is the mistake?
 
Last edited:
Physics news on Phys.org
Isn't this correct?
 
Shouldn't the substitution be u = x^3/3 - x? Which would make the bounds in u space be -2/3 to 5/3?

Edit: Nevermind, -2/3 to 2/3 is the correct bounds.
 
Last edited:
Pardon, the substitution is of course u = x^3/3 - x but i have found the integral 0. The answer in the worksheet is different though.
 
Last edited:
Woops... I see no problem with your work, and it looks like the integral should indeed be 0.
 
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