What is the correct order of integration when performing a change of variables?

  • Thread starter Thread starter Kuma
  • Start date Start date
  • Tags Tags
    Integration
Kuma
Messages
129
Reaction score
0

Homework Statement



I have this question given:

sdjm1.png

Homework Equations


The Attempt at a Solution



So I used change of variables, fairly straightforward, I set

a = x+y+z
b = x+2y
c = y - 3z

computed the jacobian, and got the new ranges.

Anyway, so the solution has the order of integration as
int int int (sqrt a dc db da)

why is it from dc db da? I was wrong at that part because i used da db dc, how do you find out what the order of integration should be?
 
Physics news on Phys.org
What you can do is to regard the boundary conditions as a system of linear equations. This will allow you to calculate values for x,y and z ( this is where the parallelpipes intersect ). Now stay in the same coordinate system and simply integrate over dxdydz using the values obtained earlier - make sure they are oriented correctly, i.e. the signs are correct. The actual integration should then be straightforward.
 
I get what you are saying, but its volume, so why does it matter if you integrate with respect to z, y and x rather than in the other order? (assuming the restrictions are correct for each order).

Change of variable has to be used for this question because it makes it a lot easier. What I want to know though is the order of integration when you perform the change of variable.
 
Kuma said:
I get what you are saying, but its volume, so why does it matter if you integrate with respect to z, y and x rather than in the other order? (assuming the restrictions are correct for each order).

Change of variable has to be used for this question because it makes it a lot easier. What I want to know though is the order of integration when you perform the change of variable.

Well, the end result, if done correctly, will be the same for each method.
I personally think that this particular integral is actually much easier to calculate if you stay in the [x,y,z] space; the order of variables doesn't need to change either, in fact the order doesn't even matter so long as you have the integration limits right.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top