Clarification of change of variables for multiple integration

Click For Summary
SUMMARY

The discussion clarifies the proper application of the change of variables technique in multiple integration, specifically regarding the Jacobian determinant. When changing variables, one must always use the absolute value of the Jacobian determinant, which allows for the correct handling of negative values. The confusion arises from incorrectly applying the transformation equations; the Jacobian should be computed by differentiating the original variables with respect to the new ones. This ensures that the determinant's reciprocal relationship holds true for linear transformations, allowing the Jacobian to be factored out of the integral.

PREREQUISITES
  • Understanding of multiple integration concepts
  • Familiarity with Jacobian determinants
  • Knowledge of linear transformations
  • Basic calculus skills, particularly differentiation
NEXT STEPS
  • Study the computation of Jacobian determinants in various coordinate transformations
  • Learn about linear versus nonlinear transformations in multiple integration
  • Practice problems involving change of variables in multiple integrals
  • Explore the implications of absolute values in Jacobian determinants
USEFUL FOR

Students and educators in calculus, particularly those focusing on multiple integration and transformations, as well as mathematicians seeking to clarify their understanding of Jacobian determinants.

theneedtoknow
Messages
169
Reaction score
0
Clarification of "change of variables" for multiple integration

This isn't really a question about a specific math problem, but rather for the change of variables of multiple integration as a whole. When you change variables you have to multiply the new expression by the jacobian of the new functions you chose. So, if the determinant is a positive constant, you can just bring it outside of the integral signs. However, in my book, whenever the determinant is a negative constant, they bring out its positive reciprocal instead (For example, if the jacobian determinant is -1/3, they bring out a 3 instead)
Is this the proper way to do it?
For example, there is q eustion where you use the substituion u = x+y, v = x-y
the determinant of this is -2 ( ad - bc = -1 - 1 = 2), so in the solutions in the back of the book they've turned they've multiplied the new expression by 1/2 instead of by -2

Is this the rule? If determinant is a positive constant, you use that constant, and if it's a negative one, you use its positive reciprocal?
 
Physics news on Phys.org


I think I can see where your confusion is on this one. It is admirable of you to look for such new rules/hidden patterns, but it is much simpler than this. There are two things that might make you think that there is some strange "negative reciprocal" rule when, in fact, there isn't:

First of all, when transforming from one coordinate system to another, you always use the absolute value of the Jacobian. This accounts for why it looked like a negative was turning into a positive.

Secondly, you have the wrong version of your transformation. I'm guessing that your original problem has you integrating over the xy-plane and then telling you to switch to the uv-plane using the change of variables:
u = x + y
v = x-y
right? If this is the case, then you need to invert those equations before you compute the Jacobian. Remember, the Jacobian matrix is formed by differentiating the old variables with respect to the new ones. Your equations give you the exact opposite: the new variables with respect to the old ones. If you invert them (a fairly easy exercise in this case) by solving for x and y you get:
x = 1/2(u+v)
y = 1/2(u-v)
Compute the Jacobian of this and you will now get -1/2 instead of -2.

You can see that this reciprocal relation for the Jacobian will hold for at least all linear transformations since:
AA^{-1}=a
and, taking the determinant of both sides we find
\det{AA^{-1}}=\det{A}\det{A^{-1}}=1
so that
\det{A^{-1}}=\frac{1}{\det{A}}
And as long as the transformation of variables is linear, the Jacobian will always be constant, so it can be pulled outside of the integral. I'm not sure about the nonlinear case, but I doubt the reciprocal nature still holds.

Hopefully that helps!
 


Damn, I just wrote my test and I differentiated all the new variables with respect to the old ones instead of the other way around :( damnit!

But I now understand why this work :) And this definitely solves my problem because I redid a few exercises and got the right answers now. Thank you very much!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
2K
Replies
21
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K