Double integral coordinate transform

MadMax
Messages
98
Reaction score
0
Basically I want to find the new limits w,x,y,z when we make the valid transformation

\int^{\infty}_0 \int^{\infty}_0 f(t_1,t_2) dt_1 dt_2 = \int^w_x \int^y_z f(st, s(1-t)) s dt ds

I've tried putting in arbitrary functions f, and so getting 4 equations constraining the limits, but I end up with complicated equations involving exponentials, which I don't think I'd be able to solve. Also because of the original singular upper limits, the functions have to be of exponential form like e^(-t_1) e^(-t_2) etc... which means that I'm finding it difficult to come up with a fourth constraint which is different from the other 3 I have found...

Basically if I make a coordinate transform as above, considering a double integral as above, how do I find the new limits?
 
Physics news on Phys.org
You need to visualise the mapping from coordinate (s,t) to (t1,t2) (or reverse)
with t1=st and t2=s(1-t) (or s=t1+t2 and t=t1/(t1+t2)).
In this mapping you have to check how the boundaries are transformed,
and to check if there is no tear in the domain.
In case there is a tear curve, you need to divide your domain along the tear.
 
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