Integration in two different coordinate systems

Undoubtedly0
Messages
98
Reaction score
0
Hi all. I am very puzzled by the following.

Let x_1 and x_2 be two coordinate systems related by x_1=1-x_2.

Now if y(x_1) = x_1 and z(x_2) = 1-x_2, then clearly y(x_1)=z(x_2).

Now integrating the function in each coordinate system gives

Y(x_1) = \int y(x_1) dx_1 = \int x_1 dx_1 = \frac{x_1^2}{2} + C

Z(x_2) = \int z(x_2) dx_2 = \int (1-x_2) dx_2 = -\frac{x_2^2}{2} + x_2 + D

Now, however,

Y(x_1) = Y(1-x_2) = \frac{(1-x_2)^2}{2} + C = \frac{1}{2} - x_2 + \frac{x_2^2}{2} + C \neq Z(x_2)

In words, Y(x_1) \neq Z(x_2) regardless of the values of C and D. One would expect, however that Y(x_1) = Z(x_2) - but then where was my mistake? Thanks!
 
Physics news on Phys.org
Since any difference in the constant term is explained away by 'constant of integration', the remaining puzzle is the reversal of the sign. This is simply because the integral wrt x2 ran in the opposite direction, right-to-left, so to speak. So the integration range was reversed.
 
haruspex said:
Since any difference in the constant term is explained away by 'constant of integration', the remaining puzzle is the reversal of the sign. This is simply because the integral wrt x2 ran in the opposite direction, right-to-left, so to speak. So the integration range was reversed.

Let me try to highlight the problem. Say that you know boundary condition Y(x_1=0) = 0 (and hence Y(x_2=1)=0). This means that C=0 and D=-\frac{1}{2}.

Now let us say we want to evaluate the integral of y at x_1=1 (x_2=0). We should be able to do this in either coordinate system, but

Y(x_1=1) = \frac{1}{2}
Z(x_2=0) = -\frac{0}{2} + 0 + \frac{-1}{2} = -\frac{1}{2} \neq Y(x_1=1)
 
It makes sense, if you think about how the functions relate. Just some example:

Let x_1 = 0, x_2 = 1, x_1 = 1, x_2 = 0, x_1 = 2,x_2 = -1, and so on and so forth.

What this tells me is that you actually need to put a negative sign in front of the integral when you switch from one to another due to the fact that the integration range reverses. Hopes this help.
 
The error is a result of the implied assumption that the limits are the same from the constant of integration.. this isn't true. Limits must change with the coordinate system. The constant of integration accounts for more than you would think.Imagine integrating over x_1 \in (a,b)

the integrals are equivalent...

\int_a^bx_1dx_1 \Leftrightarrow \int_{1-a}^{1-b}(1-x_2)dx_2
 

Similar threads

Back
Top